Files
wehub-resource-sync 41cb1c0170
OpenSSF Scorecard / scorecard (push) Failing after 0s
DCO / dco (push) Failing after 0s
CodeQL SAST / analyze (push) Failing after 1s
Deploy Pages / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

17384 lines
488 KiB
C
Generated

/* Automatically @generated by tree-sitter */
#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#ifdef _MSC_VER
#pragma optimize("", off)
#elif defined(__clang__)
#pragma clang optimize off
#elif defined(__GNUC__)
#pragma GCC optimize ("O0")
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 670
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 127
#define ALIAS_COUNT 2
#define TOKEN_COUNT 63
#define EXTERNAL_TOKEN_COUNT 3
#define FIELD_COUNT 30
#define MAX_ALIAS_SEQUENCE_LENGTH 9
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 137
#define SUPERTYPE_COUNT 2
enum ts_symbol_identifiers {
sym_identifier = 1,
anon_sym_LF = 2,
anon_sym_CR = 3,
sym__eol = 4,
aux_sym__org_stars_token1 = 5,
aux_sym_headline_token1 = 6,
sym_item = 7,
sym__indent = 8,
sym_atat = 9,
sym_at = 10,
anon_sym_STAR = 11,
sym_slash = 12,
sym_plus = 13,
sym_minus = 14,
sym_flag = 15,
anon_sym_NULL = 16,
sym_bool = 17,
sym_date = 18,
sym_account = 19,
sym_currency = 20,
sym_string = 21,
sym_unquoted_string = 22,
sym_number = 23,
sym_tag = 24,
sym_link = 25,
anon_sym_txn = 26,
anon_sym_POUND = 27,
anon_sym_LPAREN = 28,
anon_sym_RPAREN = 29,
sym_key = 30,
anon_sym_currency = 31,
anon_sym_COLON = 32,
aux_sym_currency_key_value_token1 = 33,
anon_sym_pushtag = 34,
anon_sym_poptag = 35,
anon_sym_pushmeta = 36,
anon_sym_popmeta = 37,
anon_sym_open = 38,
anon_sym_COMMA = 39,
anon_sym_close = 40,
anon_sym_commodity = 41,
anon_sym_pad = 42,
anon_sym_balance = 43,
anon_sym_TILDE = 44,
anon_sym_LBRACE = 45,
anon_sym_RBRACE = 46,
anon_sym_LBRACE_LBRACE = 47,
anon_sym_RBRACE_RBRACE = 48,
anon_sym_price = 49,
anon_sym_event = 50,
anon_sym_query = 51,
anon_sym_note = 52,
anon_sym_document = 53,
anon_sym_custom = 54,
anon_sym_option = 55,
anon_sym_include = 56,
anon_sym_plugin = 57,
sym_comment = 58,
aux_sym__skipped_lines_token1 = 59,
sym__stars = 60,
sym__sectionend = 61,
sym__eof = 62,
sym_file = 63,
sym__nl = 64,
sym_section = 65,
sym__org_stars = 66,
sym_headline = 67,
sym_asterisk = 68,
sym__none = 69,
sym_txn = 70,
sym__number_expr = 71,
sym__paren__number_expr = 72,
sym_unary_number_expr = 73,
sym_binary_number_expr = 74,
sym__txn_strings = 75,
sym_tags_links = 76,
sym_transaction = 77,
sym_optflag = 78,
sym_price_annotation = 79,
sym_posting = 80,
sym_value = 81,
sym_value_currency = 82,
sym_key_value = 83,
sym__key_value_line = 84,
aux_sym__key_value_list = 85,
sym_pushtag = 86,
sym_poptag = 87,
sym_pushmeta = 88,
sym_popmeta = 89,
sym_open = 90,
sym_opt_booking = 91,
sym_close = 92,
sym_commodity = 93,
sym_pad = 94,
sym_balance = 95,
sym_amount = 96,
sym_amount_tolerance = 97,
sym_compound_amount = 98,
sym_incomplete_amount = 99,
sym_cost_spec = 100,
sym__cost_comp_list = 101,
sym_cost_comp = 102,
sym_price = 103,
sym_event = 104,
sym_query = 105,
sym_note = 106,
sym_filename = 107,
sym_document = 108,
sym_custom_value = 109,
sym_custom = 110,
sym__entry = 111,
sym_option = 112,
sym_include = 113,
sym_plugin = 114,
sym__directive = 115,
sym__declarations = 116,
sym__skipped_lines = 117,
aux_sym_file_repeat1 = 118,
aux_sym_section_repeat1 = 119,
aux_sym_tags_links_repeat1 = 120,
aux_sym_transaction_repeat1 = 121,
aux_sym_currency_key_value_repeat1 = 122,
aux_sym_open_repeat1 = 123,
aux_sym_open_repeat2 = 124,
aux_sym__cost_comp_list_repeat1 = 125,
aux_sym_custom_repeat1 = 126,
alias_sym_narration = 127,
alias_sym_payee = 128,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[anon_sym_LF] = "\n",
[anon_sym_CR] = "\r",
[sym__eol] = "_eol",
[aux_sym__org_stars_token1] = "_org_stars_token1",
[aux_sym_headline_token1] = "headline_token1",
[sym_item] = "item",
[sym__indent] = "_indent",
[sym_atat] = "atat",
[sym_at] = "at",
[anon_sym_STAR] = "*",
[sym_slash] = "slash",
[sym_plus] = "plus",
[sym_minus] = "minus",
[sym_flag] = "flag",
[anon_sym_NULL] = "NULL",
[sym_bool] = "bool",
[sym_date] = "date",
[sym_account] = "account",
[sym_currency] = "currency",
[sym_string] = "string",
[sym_unquoted_string] = "unquoted_string",
[sym_number] = "number",
[sym_tag] = "tag",
[sym_link] = "link",
[anon_sym_txn] = "txn",
[anon_sym_POUND] = "#",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[sym_key] = "key",
[anon_sym_currency] = "key",
[anon_sym_COLON] = ":",
[aux_sym_currency_key_value_token1] = "currency_key_value_token1",
[anon_sym_pushtag] = "pushtag",
[anon_sym_poptag] = "poptag",
[anon_sym_pushmeta] = "pushmeta",
[anon_sym_popmeta] = "popmeta",
[anon_sym_open] = "open",
[anon_sym_COMMA] = ",",
[anon_sym_close] = "close",
[anon_sym_commodity] = "commodity",
[anon_sym_pad] = "pad",
[anon_sym_balance] = "balance",
[anon_sym_TILDE] = "~",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_LBRACE_LBRACE] = "{{",
[anon_sym_RBRACE_RBRACE] = "}}",
[anon_sym_price] = "price",
[anon_sym_event] = "event",
[anon_sym_query] = "query",
[anon_sym_note] = "note",
[anon_sym_document] = "document",
[anon_sym_custom] = "custom",
[anon_sym_option] = "option",
[anon_sym_include] = "include",
[anon_sym_plugin] = "plugin",
[sym_comment] = "comment",
[aux_sym__skipped_lines_token1] = "_skipped_lines_token1",
[sym__stars] = "_stars",
[sym__sectionend] = "_sectionend",
[sym__eof] = "_eof",
[sym_file] = "file",
[sym__nl] = "_nl",
[sym_section] = "section",
[sym__org_stars] = "_org_stars",
[sym_headline] = "headline",
[sym_asterisk] = "asterisk",
[sym__none] = "_none",
[sym_txn] = "txn",
[sym__number_expr] = "_number_expr",
[sym__paren__number_expr] = "_paren__number_expr",
[sym_unary_number_expr] = "unary_number_expr",
[sym_binary_number_expr] = "binary_number_expr",
[sym__txn_strings] = "_txn_strings",
[sym_tags_links] = "tags_links",
[sym_transaction] = "transaction",
[sym_optflag] = "optflag",
[sym_price_annotation] = "price_annotation",
[sym_posting] = "posting",
[sym_value] = "value",
[sym_value_currency] = "value",
[sym_key_value] = "key_value",
[sym__key_value_line] = "_key_value_line",
[aux_sym__key_value_list] = "_key_value_list",
[sym_pushtag] = "pushtag",
[sym_poptag] = "poptag",
[sym_pushmeta] = "pushmeta",
[sym_popmeta] = "popmeta",
[sym_open] = "open",
[sym_opt_booking] = "opt_booking",
[sym_close] = "close",
[sym_commodity] = "commodity",
[sym_pad] = "pad",
[sym_balance] = "balance",
[sym_amount] = "amount",
[sym_amount_tolerance] = "amount_tolerance",
[sym_compound_amount] = "compound_amount",
[sym_incomplete_amount] = "incomplete_amount",
[sym_cost_spec] = "cost_spec",
[sym__cost_comp_list] = "_cost_comp_list",
[sym_cost_comp] = "cost_comp",
[sym_price] = "price",
[sym_event] = "event",
[sym_query] = "query",
[sym_note] = "note",
[sym_filename] = "filename",
[sym_document] = "document",
[sym_custom_value] = "custom_value",
[sym_custom] = "custom",
[sym__entry] = "_entry",
[sym_option] = "option",
[sym_include] = "include",
[sym_plugin] = "plugin",
[sym__directive] = "_directive",
[sym__declarations] = "_declarations",
[sym__skipped_lines] = "_skipped_lines",
[aux_sym_file_repeat1] = "file_repeat1",
[aux_sym_section_repeat1] = "section_repeat1",
[aux_sym_tags_links_repeat1] = "tags_links_repeat1",
[aux_sym_transaction_repeat1] = "transaction_repeat1",
[aux_sym_currency_key_value_repeat1] = "currency_key_value_repeat1",
[aux_sym_open_repeat1] = "open_repeat1",
[aux_sym_open_repeat2] = "open_repeat2",
[aux_sym__cost_comp_list_repeat1] = "_cost_comp_list_repeat1",
[aux_sym_custom_repeat1] = "custom_repeat1",
[alias_sym_narration] = "narration",
[alias_sym_payee] = "payee",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_identifier] = sym_identifier,
[anon_sym_LF] = anon_sym_LF,
[anon_sym_CR] = anon_sym_CR,
[sym__eol] = sym__eol,
[aux_sym__org_stars_token1] = aux_sym__org_stars_token1,
[aux_sym_headline_token1] = aux_sym_headline_token1,
[sym_item] = sym_item,
[sym__indent] = sym__indent,
[sym_atat] = sym_atat,
[sym_at] = sym_at,
[anon_sym_STAR] = anon_sym_STAR,
[sym_slash] = sym_slash,
[sym_plus] = sym_plus,
[sym_minus] = sym_minus,
[sym_flag] = sym_flag,
[anon_sym_NULL] = anon_sym_NULL,
[sym_bool] = sym_bool,
[sym_date] = sym_date,
[sym_account] = sym_account,
[sym_currency] = sym_currency,
[sym_string] = sym_string,
[sym_unquoted_string] = sym_unquoted_string,
[sym_number] = sym_number,
[sym_tag] = sym_tag,
[sym_link] = sym_link,
[anon_sym_txn] = anon_sym_txn,
[anon_sym_POUND] = anon_sym_POUND,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[sym_key] = sym_key,
[anon_sym_currency] = sym_key,
[anon_sym_COLON] = anon_sym_COLON,
[aux_sym_currency_key_value_token1] = aux_sym_currency_key_value_token1,
[anon_sym_pushtag] = anon_sym_pushtag,
[anon_sym_poptag] = anon_sym_poptag,
[anon_sym_pushmeta] = anon_sym_pushmeta,
[anon_sym_popmeta] = anon_sym_popmeta,
[anon_sym_open] = anon_sym_open,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_close] = anon_sym_close,
[anon_sym_commodity] = anon_sym_commodity,
[anon_sym_pad] = anon_sym_pad,
[anon_sym_balance] = anon_sym_balance,
[anon_sym_TILDE] = anon_sym_TILDE,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_LBRACE_LBRACE] = anon_sym_LBRACE_LBRACE,
[anon_sym_RBRACE_RBRACE] = anon_sym_RBRACE_RBRACE,
[anon_sym_price] = anon_sym_price,
[anon_sym_event] = anon_sym_event,
[anon_sym_query] = anon_sym_query,
[anon_sym_note] = anon_sym_note,
[anon_sym_document] = anon_sym_document,
[anon_sym_custom] = anon_sym_custom,
[anon_sym_option] = anon_sym_option,
[anon_sym_include] = anon_sym_include,
[anon_sym_plugin] = anon_sym_plugin,
[sym_comment] = sym_comment,
[aux_sym__skipped_lines_token1] = aux_sym__skipped_lines_token1,
[sym__stars] = sym__stars,
[sym__sectionend] = sym__sectionend,
[sym__eof] = sym__eof,
[sym_file] = sym_file,
[sym__nl] = sym__nl,
[sym_section] = sym_section,
[sym__org_stars] = sym__org_stars,
[sym_headline] = sym_headline,
[sym_asterisk] = sym_asterisk,
[sym__none] = sym__none,
[sym_txn] = sym_txn,
[sym__number_expr] = sym__number_expr,
[sym__paren__number_expr] = sym__paren__number_expr,
[sym_unary_number_expr] = sym_unary_number_expr,
[sym_binary_number_expr] = sym_binary_number_expr,
[sym__txn_strings] = sym__txn_strings,
[sym_tags_links] = sym_tags_links,
[sym_transaction] = sym_transaction,
[sym_optflag] = sym_optflag,
[sym_price_annotation] = sym_price_annotation,
[sym_posting] = sym_posting,
[sym_value] = sym_value,
[sym_value_currency] = sym_value,
[sym_key_value] = sym_key_value,
[sym__key_value_line] = sym__key_value_line,
[aux_sym__key_value_list] = aux_sym__key_value_list,
[sym_pushtag] = sym_pushtag,
[sym_poptag] = sym_poptag,
[sym_pushmeta] = sym_pushmeta,
[sym_popmeta] = sym_popmeta,
[sym_open] = sym_open,
[sym_opt_booking] = sym_opt_booking,
[sym_close] = sym_close,
[sym_commodity] = sym_commodity,
[sym_pad] = sym_pad,
[sym_balance] = sym_balance,
[sym_amount] = sym_amount,
[sym_amount_tolerance] = sym_amount_tolerance,
[sym_compound_amount] = sym_compound_amount,
[sym_incomplete_amount] = sym_incomplete_amount,
[sym_cost_spec] = sym_cost_spec,
[sym__cost_comp_list] = sym__cost_comp_list,
[sym_cost_comp] = sym_cost_comp,
[sym_price] = sym_price,
[sym_event] = sym_event,
[sym_query] = sym_query,
[sym_note] = sym_note,
[sym_filename] = sym_filename,
[sym_document] = sym_document,
[sym_custom_value] = sym_custom_value,
[sym_custom] = sym_custom,
[sym__entry] = sym__entry,
[sym_option] = sym_option,
[sym_include] = sym_include,
[sym_plugin] = sym_plugin,
[sym__directive] = sym__directive,
[sym__declarations] = sym__declarations,
[sym__skipped_lines] = sym__skipped_lines,
[aux_sym_file_repeat1] = aux_sym_file_repeat1,
[aux_sym_section_repeat1] = aux_sym_section_repeat1,
[aux_sym_tags_links_repeat1] = aux_sym_tags_links_repeat1,
[aux_sym_transaction_repeat1] = aux_sym_transaction_repeat1,
[aux_sym_currency_key_value_repeat1] = aux_sym_currency_key_value_repeat1,
[aux_sym_open_repeat1] = aux_sym_open_repeat1,
[aux_sym_open_repeat2] = aux_sym_open_repeat2,
[aux_sym__cost_comp_list_repeat1] = aux_sym__cost_comp_list_repeat1,
[aux_sym_custom_repeat1] = aux_sym_custom_repeat1,
[alias_sym_narration] = alias_sym_narration,
[alias_sym_payee] = alias_sym_payee,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[anon_sym_LF] = {
.visible = true,
.named = false,
},
[anon_sym_CR] = {
.visible = true,
.named = false,
},
[sym__eol] = {
.visible = false,
.named = true,
},
[aux_sym__org_stars_token1] = {
.visible = false,
.named = false,
},
[aux_sym_headline_token1] = {
.visible = false,
.named = false,
},
[sym_item] = {
.visible = true,
.named = true,
},
[sym__indent] = {
.visible = false,
.named = true,
},
[sym_atat] = {
.visible = true,
.named = true,
},
[sym_at] = {
.visible = true,
.named = true,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[sym_slash] = {
.visible = true,
.named = true,
},
[sym_plus] = {
.visible = true,
.named = true,
},
[sym_minus] = {
.visible = true,
.named = true,
},
[sym_flag] = {
.visible = true,
.named = true,
},
[anon_sym_NULL] = {
.visible = true,
.named = false,
},
[sym_bool] = {
.visible = true,
.named = true,
},
[sym_date] = {
.visible = true,
.named = true,
},
[sym_account] = {
.visible = true,
.named = true,
},
[sym_currency] = {
.visible = true,
.named = true,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym_unquoted_string] = {
.visible = true,
.named = true,
},
[sym_number] = {
.visible = true,
.named = true,
},
[sym_tag] = {
.visible = true,
.named = true,
},
[sym_link] = {
.visible = true,
.named = true,
},
[anon_sym_txn] = {
.visible = true,
.named = false,
},
[anon_sym_POUND] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[sym_key] = {
.visible = true,
.named = true,
},
[anon_sym_currency] = {
.visible = true,
.named = true,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[aux_sym_currency_key_value_token1] = {
.visible = false,
.named = false,
},
[anon_sym_pushtag] = {
.visible = true,
.named = false,
},
[anon_sym_poptag] = {
.visible = true,
.named = false,
},
[anon_sym_pushmeta] = {
.visible = true,
.named = false,
},
[anon_sym_popmeta] = {
.visible = true,
.named = false,
},
[anon_sym_open] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_close] = {
.visible = true,
.named = false,
},
[anon_sym_commodity] = {
.visible = true,
.named = false,
},
[anon_sym_pad] = {
.visible = true,
.named = false,
},
[anon_sym_balance] = {
.visible = true,
.named = false,
},
[anon_sym_TILDE] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_price] = {
.visible = true,
.named = false,
},
[anon_sym_event] = {
.visible = true,
.named = false,
},
[anon_sym_query] = {
.visible = true,
.named = false,
},
[anon_sym_note] = {
.visible = true,
.named = false,
},
[anon_sym_document] = {
.visible = true,
.named = false,
},
[anon_sym_custom] = {
.visible = true,
.named = false,
},
[anon_sym_option] = {
.visible = true,
.named = false,
},
[anon_sym_include] = {
.visible = true,
.named = false,
},
[anon_sym_plugin] = {
.visible = true,
.named = false,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[aux_sym__skipped_lines_token1] = {
.visible = false,
.named = false,
},
[sym__stars] = {
.visible = false,
.named = true,
},
[sym__sectionend] = {
.visible = false,
.named = true,
},
[sym__eof] = {
.visible = false,
.named = true,
},
[sym_file] = {
.visible = true,
.named = true,
},
[sym__nl] = {
.visible = false,
.named = true,
},
[sym_section] = {
.visible = true,
.named = true,
},
[sym__org_stars] = {
.visible = false,
.named = true,
},
[sym_headline] = {
.visible = true,
.named = true,
},
[sym_asterisk] = {
.visible = true,
.named = true,
},
[sym__none] = {
.visible = false,
.named = true,
},
[sym_txn] = {
.visible = true,
.named = true,
},
[sym__number_expr] = {
.visible = false,
.named = true,
},
[sym__paren__number_expr] = {
.visible = false,
.named = true,
},
[sym_unary_number_expr] = {
.visible = true,
.named = true,
},
[sym_binary_number_expr] = {
.visible = true,
.named = true,
},
[sym__txn_strings] = {
.visible = false,
.named = true,
},
[sym_tags_links] = {
.visible = true,
.named = true,
},
[sym_transaction] = {
.visible = true,
.named = true,
},
[sym_optflag] = {
.visible = true,
.named = true,
},
[sym_price_annotation] = {
.visible = true,
.named = true,
},
[sym_posting] = {
.visible = true,
.named = true,
},
[sym_value] = {
.visible = true,
.named = true,
},
[sym_value_currency] = {
.visible = true,
.named = true,
},
[sym_key_value] = {
.visible = true,
.named = true,
},
[sym__key_value_line] = {
.visible = false,
.named = true,
},
[aux_sym__key_value_list] = {
.visible = false,
.named = false,
},
[sym_pushtag] = {
.visible = true,
.named = true,
},
[sym_poptag] = {
.visible = true,
.named = true,
},
[sym_pushmeta] = {
.visible = true,
.named = true,
},
[sym_popmeta] = {
.visible = true,
.named = true,
},
[sym_open] = {
.visible = true,
.named = true,
},
[sym_opt_booking] = {
.visible = true,
.named = true,
},
[sym_close] = {
.visible = true,
.named = true,
},
[sym_commodity] = {
.visible = true,
.named = true,
},
[sym_pad] = {
.visible = true,
.named = true,
},
[sym_balance] = {
.visible = true,
.named = true,
},
[sym_amount] = {
.visible = true,
.named = true,
},
[sym_amount_tolerance] = {
.visible = true,
.named = true,
},
[sym_compound_amount] = {
.visible = true,
.named = true,
},
[sym_incomplete_amount] = {
.visible = true,
.named = true,
},
[sym_cost_spec] = {
.visible = true,
.named = true,
},
[sym__cost_comp_list] = {
.visible = false,
.named = true,
},
[sym_cost_comp] = {
.visible = true,
.named = true,
},
[sym_price] = {
.visible = true,
.named = true,
},
[sym_event] = {
.visible = true,
.named = true,
},
[sym_query] = {
.visible = true,
.named = true,
},
[sym_note] = {
.visible = true,
.named = true,
},
[sym_filename] = {
.visible = true,
.named = true,
},
[sym_document] = {
.visible = true,
.named = true,
},
[sym_custom_value] = {
.visible = true,
.named = true,
},
[sym_custom] = {
.visible = true,
.named = true,
},
[sym__entry] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_option] = {
.visible = true,
.named = true,
},
[sym_include] = {
.visible = true,
.named = true,
},
[sym_plugin] = {
.visible = true,
.named = true,
},
[sym__directive] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym__declarations] = {
.visible = false,
.named = true,
},
[sym__skipped_lines] = {
.visible = false,
.named = true,
},
[aux_sym_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_section_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_tags_links_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_transaction_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_currency_key_value_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_open_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_open_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym__cost_comp_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_custom_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_narration] = {
.visible = true,
.named = true,
},
[alias_sym_payee] = {
.visible = true,
.named = true,
},
};
enum ts_field_identifiers {
field_account = 1,
field_amount = 2,
field_comment = 3,
field_cost_comp_list = 4,
field_cost_spec = 5,
field_currencies = 6,
field_currency = 7,
field_custom_value_list = 8,
field_date = 9,
field_desc = 10,
field_filename = 11,
field_from_account = 12,
field_headline = 13,
field_item = 14,
field_key = 15,
field_name = 16,
field_narration = 17,
field_note = 18,
field_opt_booking = 19,
field_optflag = 20,
field_payee = 21,
field_per = 22,
field_price_annotation = 23,
field_query = 24,
field_subsection = 25,
field_tags_links = 26,
field_total = 27,
field_txn = 28,
field_type = 29,
field_value = 30,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_account] = "account",
[field_amount] = "amount",
[field_comment] = "comment",
[field_cost_comp_list] = "cost_comp_list",
[field_cost_spec] = "cost_spec",
[field_currencies] = "currencies",
[field_currency] = "currency",
[field_custom_value_list] = "custom_value_list",
[field_date] = "date",
[field_desc] = "desc",
[field_filename] = "filename",
[field_from_account] = "from_account",
[field_headline] = "headline",
[field_item] = "item",
[field_key] = "key",
[field_name] = "name",
[field_narration] = "narration",
[field_note] = "note",
[field_opt_booking] = "opt_booking",
[field_optflag] = "optflag",
[field_payee] = "payee",
[field_per] = "per",
[field_price_annotation] = "price_annotation",
[field_query] = "query",
[field_subsection] = "subsection",
[field_tags_links] = "tags_links",
[field_total] = "total",
[field_txn] = "txn",
[field_type] = "type",
[field_value] = "value",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1},
[2] = {.index = 1, .length = 1},
[3] = {.index = 2, .length = 2},
[4] = {.index = 4, .length = 1},
[5] = {.index = 5, .length = 2},
[6] = {.index = 7, .length = 2},
[7] = {.index = 9, .length = 2},
[8] = {.index = 11, .length = 2},
[9] = {.index = 13, .length = 2},
[10] = {.index = 15, .length = 3},
[11] = {.index = 18, .length = 2},
[12] = {.index = 20, .length = 3},
[13] = {.index = 23, .length = 4},
[14] = {.index = 27, .length = 3},
[15] = {.index = 30, .length = 1},
[16] = {.index = 31, .length = 2},
[17] = {.index = 33, .length = 1},
[18] = {.index = 34, .length = 3},
[19] = {.index = 37, .length = 3},
[20] = {.index = 40, .length = 3},
[21] = {.index = 43, .length = 3},
[22] = {.index = 46, .length = 3},
[23] = {.index = 49, .length = 3},
[24] = {.index = 52, .length = 3},
[25] = {.index = 55, .length = 3},
[26] = {.index = 58, .length = 3},
[27] = {.index = 61, .length = 3},
[28] = {.index = 64, .length = 3},
[29] = {.index = 67, .length = 3},
[30] = {.index = 70, .length = 3},
[31] = {.index = 73, .length = 3},
[32] = {.index = 76, .length = 3},
[33] = {.index = 79, .length = 3},
[34] = {.index = 82, .length = 2},
[35] = {.index = 84, .length = 4},
[36] = {.index = 88, .length = 5},
[37] = {.index = 93, .length = 5},
[38] = {.index = 98, .length = 5},
[39] = {.index = 103, .length = 4},
[40] = {.index = 107, .length = 4},
[41] = {.index = 111, .length = 1},
[42] = {.index = 112, .length = 4},
[43] = {.index = 116, .length = 4},
[44] = {.index = 120, .length = 4},
[45] = {.index = 124, .length = 4},
[46] = {.index = 128, .length = 4},
[47] = {.index = 132, .length = 4},
[48] = {.index = 136, .length = 4},
[49] = {.index = 140, .length = 4},
[50] = {.index = 144, .length = 4},
[51] = {.index = 148, .length = 4},
[52] = {.index = 152, .length = 4},
[53] = {.index = 156, .length = 4},
[54] = {.index = 160, .length = 4},
[55] = {.index = 164, .length = 4},
[56] = {.index = 168, .length = 4},
[57] = {.index = 172, .length = 4},
[58] = {.index = 176, .length = 4},
[59] = {.index = 180, .length = 4},
[60] = {.index = 184, .length = 4},
[61] = {.index = 188, .length = 4},
[62] = {.index = 192, .length = 4},
[63] = {.index = 196, .length = 4},
[64] = {.index = 200, .length = 4},
[65] = {.index = 204, .length = 4},
[66] = {.index = 208, .length = 4},
[67] = {.index = 212, .length = 1},
[68] = {.index = 213, .length = 1},
[69] = {.index = 214, .length = 6},
[70] = {.index = 220, .length = 6},
[71] = {.index = 226, .length = 6},
[72] = {.index = 232, .length = 5},
[73] = {.index = 237, .length = 5},
[74] = {.index = 242, .length = 5},
[75] = {.index = 247, .length = 5},
[76] = {.index = 252, .length = 5},
[77] = {.index = 257, .length = 5},
[78] = {.index = 262, .length = 5},
[79] = {.index = 267, .length = 5},
[80] = {.index = 272, .length = 5},
[81] = {.index = 277, .length = 5},
[82] = {.index = 282, .length = 5},
[83] = {.index = 287, .length = 5},
[84] = {.index = 292, .length = 5},
[85] = {.index = 297, .length = 5},
[86] = {.index = 302, .length = 5},
[87] = {.index = 307, .length = 1},
[88] = {.index = 308, .length = 1},
[89] = {.index = 309, .length = 2},
[90] = {.index = 311, .length = 2},
[91] = {.index = 313, .length = 2},
[92] = {.index = 315, .length = 2},
[93] = {.index = 317, .length = 7},
[94] = {.index = 324, .length = 6},
[95] = {.index = 330, .length = 6},
[96] = {.index = 336, .length = 2},
[97] = {.index = 338, .length = 2},
[98] = {.index = 340, .length = 1},
[99] = {.index = 341, .length = 2},
[100] = {.index = 343, .length = 1},
[101] = {.index = 344, .length = 3},
[102] = {.index = 347, .length = 3},
[103] = {.index = 350, .length = 3},
[104] = {.index = 353, .length = 3},
[105] = {.index = 356, .length = 3},
[106] = {.index = 359, .length = 3},
[107] = {.index = 362, .length = 3},
[108] = {.index = 365, .length = 2},
[109] = {.index = 367, .length = 2},
[110] = {.index = 369, .length = 3},
[111] = {.index = 372, .length = 3},
[112] = {.index = 375, .length = 4},
[113] = {.index = 379, .length = 3},
[114] = {.index = 382, .length = 3},
[115] = {.index = 385, .length = 3},
[116] = {.index = 388, .length = 3},
[117] = {.index = 391, .length = 4},
[118] = {.index = 395, .length = 4},
[119] = {.index = 399, .length = 4},
[120] = {.index = 403, .length = 3},
[121] = {.index = 406, .length = 4},
[122] = {.index = 410, .length = 4},
[123] = {.index = 414, .length = 4},
[124] = {.index = 418, .length = 4},
[125] = {.index = 422, .length = 4},
[126] = {.index = 426, .length = 4},
[127] = {.index = 430, .length = 4},
[128] = {.index = 434, .length = 5},
[129] = {.index = 439, .length = 4},
[130] = {.index = 443, .length = 4},
[131] = {.index = 447, .length = 5},
[132] = {.index = 452, .length = 5},
[133] = {.index = 457, .length = 5},
[134] = {.index = 462, .length = 5},
[135] = {.index = 467, .length = 5},
[136] = {.index = 472, .length = 6},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_headline, 0},
[1] =
{field_subsection, 0},
[2] =
{field_date, 0},
{field_txn, 1},
[4] =
{field_narration, 0},
[5] =
{field_headline, 0},
{field_subsection, 1, .inherited = true},
[7] =
{field_subsection, 0, .inherited = true},
{field_subsection, 1, .inherited = true},
[9] =
{field_account, 2},
{field_date, 0},
[11] =
{field_currency, 2},
{field_date, 0},
[13] =
{field_date, 0},
{field_name, 2},
[15] =
{field_comment, 3, .inherited = true},
{field_date, 0},
{field_txn, 1},
[18] =
{field_narration, 1},
{field_payee, 0},
[20] =
{field_comment, 2},
{field_date, 0},
{field_txn, 1},
[23] =
{field_date, 0},
{field_narration, 2, .inherited = true},
{field_payee, 2, .inherited = true},
{field_txn, 1},
[27] =
{field_date, 0},
{field_tags_links, 2},
{field_txn, 1},
[30] =
{field_value, 2},
[31] =
{field_key, 1},
{field_value, 2},
[33] =
{field_item, 2},
[34] =
{field_account, 2},
{field_comment, 4, .inherited = true},
{field_date, 0},
[37] =
{field_account, 2},
{field_comment, 3},
{field_date, 0},
[40] =
{field_account, 2},
{field_date, 0},
{field_opt_booking, 3},
[43] =
{field_account, 2},
{field_currencies, 3},
{field_date, 0},
[46] =
{field_comment, 4, .inherited = true},
{field_currency, 2},
{field_date, 0},
[49] =
{field_comment, 3},
{field_currency, 2},
{field_date, 0},
[52] =
{field_account, 2},
{field_date, 0},
{field_from_account, 3},
[55] =
{field_account, 2},
{field_amount, 3},
{field_date, 0},
[58] =
{field_amount, 3},
{field_currency, 2},
{field_date, 0},
[61] =
{field_date, 0},
{field_desc, 3},
{field_type, 2},
[64] =
{field_date, 0},
{field_name, 2},
{field_query, 3},
[67] =
{field_account, 2},
{field_date, 0},
{field_note, 3},
[70] =
{field_account, 2},
{field_date, 0},
{field_filename, 3},
[73] =
{field_comment, 4, .inherited = true},
{field_date, 0},
{field_name, 2},
[76] =
{field_comment, 3},
{field_date, 0},
{field_name, 2},
[79] =
{field_custom_value_list, 3},
{field_date, 0},
{field_name, 2},
[82] =
{field_comment, 0, .inherited = true},
{field_comment, 1, .inherited = true},
[84] =
{field_comment, 2},
{field_comment, 4, .inherited = true},
{field_date, 0},
{field_txn, 1},
[88] =
{field_comment, 4, .inherited = true},
{field_date, 0},
{field_narration, 2, .inherited = true},
{field_payee, 2, .inherited = true},
{field_txn, 1},
[93] =
{field_comment, 3},
{field_date, 0},
{field_narration, 2, .inherited = true},
{field_payee, 2, .inherited = true},
{field_txn, 1},
[98] =
{field_date, 0},
{field_narration, 2, .inherited = true},
{field_payee, 2, .inherited = true},
{field_tags_links, 3},
{field_txn, 1},
[103] =
{field_comment, 4, .inherited = true},
{field_date, 0},
{field_tags_links, 2},
{field_txn, 1},
[107] =
{field_comment, 3},
{field_date, 0},
{field_tags_links, 2},
{field_txn, 1},
[111] =
{field_value, 3},
[112] =
{field_account, 2},
{field_comment, 3},
{field_comment, 5, .inherited = true},
{field_date, 0},
[116] =
{field_account, 2},
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_opt_booking, 3},
[120] =
{field_account, 2},
{field_comment, 4},
{field_date, 0},
{field_opt_booking, 3},
[124] =
{field_account, 2},
{field_comment, 5, .inherited = true},
{field_currencies, 3},
{field_date, 0},
[128] =
{field_account, 2},
{field_comment, 4},
{field_currencies, 3},
{field_date, 0},
[132] =
{field_account, 2},
{field_currencies, 3},
{field_date, 0},
{field_opt_booking, 4},
[136] =
{field_comment, 3},
{field_comment, 5, .inherited = true},
{field_currency, 2},
{field_date, 0},
[140] =
{field_account, 2},
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_from_account, 3},
[144] =
{field_account, 2},
{field_comment, 4},
{field_date, 0},
{field_from_account, 3},
[148] =
{field_account, 2},
{field_amount, 3},
{field_comment, 5, .inherited = true},
{field_date, 0},
[152] =
{field_account, 2},
{field_amount, 3},
{field_comment, 4},
{field_date, 0},
[156] =
{field_amount, 3},
{field_comment, 5, .inherited = true},
{field_currency, 2},
{field_date, 0},
[160] =
{field_amount, 3},
{field_comment, 4},
{field_currency, 2},
{field_date, 0},
[164] =
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_desc, 3},
{field_type, 2},
[168] =
{field_comment, 4},
{field_date, 0},
{field_desc, 3},
{field_type, 2},
[172] =
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_name, 2},
{field_query, 3},
[176] =
{field_comment, 4},
{field_date, 0},
{field_name, 2},
{field_query, 3},
[180] =
{field_account, 2},
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_note, 3},
[184] =
{field_account, 2},
{field_comment, 4},
{field_date, 0},
{field_note, 3},
[188] =
{field_account, 2},
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_filename, 3},
[192] =
{field_account, 2},
{field_comment, 4},
{field_date, 0},
{field_filename, 3},
[196] =
{field_account, 2},
{field_date, 0},
{field_filename, 3},
{field_tags_links, 4},
[200] =
{field_comment, 3},
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_name, 2},
[204] =
{field_comment, 5, .inherited = true},
{field_custom_value_list, 3},
{field_date, 0},
{field_name, 2},
[208] =
{field_comment, 4},
{field_custom_value_list, 3},
{field_date, 0},
{field_name, 2},
[212] =
{field_account, 1},
[213] =
{field_comment, 1},
[214] =
{field_comment, 3},
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_narration, 2, .inherited = true},
{field_payee, 2, .inherited = true},
{field_txn, 1},
[220] =
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_narration, 2, .inherited = true},
{field_payee, 2, .inherited = true},
{field_tags_links, 3},
{field_txn, 1},
[226] =
{field_comment, 4},
{field_date, 0},
{field_narration, 2, .inherited = true},
{field_payee, 2, .inherited = true},
{field_tags_links, 3},
{field_txn, 1},
[232] =
{field_comment, 3},
{field_comment, 5, .inherited = true},
{field_date, 0},
{field_tags_links, 2},
{field_txn, 1},
[237] =
{field_account, 2},
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_date, 0},
{field_opt_booking, 3},
[242] =
{field_account, 2},
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_currencies, 3},
{field_date, 0},
[247] =
{field_account, 2},
{field_comment, 6, .inherited = true},
{field_currencies, 3},
{field_date, 0},
{field_opt_booking, 4},
[252] =
{field_account, 2},
{field_comment, 5},
{field_currencies, 3},
{field_date, 0},
{field_opt_booking, 4},
[257] =
{field_account, 2},
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_date, 0},
{field_from_account, 3},
[262] =
{field_account, 2},
{field_amount, 3},
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_date, 0},
[267] =
{field_amount, 3},
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_currency, 2},
{field_date, 0},
[272] =
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_date, 0},
{field_desc, 3},
{field_type, 2},
[277] =
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_date, 0},
{field_name, 2},
{field_query, 3},
[282] =
{field_account, 2},
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_date, 0},
{field_note, 3},
[287] =
{field_account, 2},
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_date, 0},
{field_filename, 3},
[292] =
{field_account, 2},
{field_comment, 6, .inherited = true},
{field_date, 0},
{field_filename, 3},
{field_tags_links, 4},
[297] =
{field_account, 2},
{field_comment, 5},
{field_date, 0},
{field_filename, 3},
{field_tags_links, 4},
[302] =
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_custom_value_list, 3},
{field_date, 0},
{field_name, 2},
[307] =
{field_currency, 0},
[308] =
{field_per, 0},
[309] =
{field_account, 1},
{field_comment, 2},
[311] =
{field_account, 1},
{field_amount, 2},
[313] =
{field_account, 1},
{field_cost_spec, 2},
[315] =
{field_account, 2},
{field_optflag, 1},
[317] =
{field_comment, 4},
{field_comment, 6, .inherited = true},
{field_date, 0},
{field_narration, 2, .inherited = true},
{field_payee, 2, .inherited = true},
{field_tags_links, 3},
{field_txn, 1},
[324] =
{field_account, 2},
{field_comment, 5},
{field_comment, 7, .inherited = true},
{field_currencies, 3},
{field_date, 0},
{field_opt_booking, 4},
[330] =
{field_account, 2},
{field_comment, 5},
{field_comment, 7, .inherited = true},
{field_date, 0},
{field_filename, 3},
{field_tags_links, 4},
[336] =
{field_account, 1},
{field_comment, 3},
[338] =
{field_account, 1},
{field_price_annotation, 3},
[340] =
{field_currency, 1},
[341] =
{field_currency, 1},
{field_per, 0},
[343] =
{field_cost_comp_list, 1},
[344] =
{field_account, 1},
{field_amount, 2},
{field_comment, 3},
[347] =
{field_account, 1},
{field_amount, 2},
{field_cost_spec, 3},
[350] =
{field_account, 1},
{field_comment, 3},
{field_cost_spec, 2},
[353] =
{field_account, 2},
{field_comment, 3},
{field_optflag, 1},
[356] =
{field_account, 2},
{field_amount, 3},
{field_optflag, 1},
[359] =
{field_account, 2},
{field_cost_spec, 3},
{field_optflag, 1},
[362] =
{field_account, 1},
{field_comment, 4},
{field_price_annotation, 3},
[365] =
{field_currency, 2},
{field_total, 1},
[367] =
{field_currency, 2},
{field_per, 0},
[369] =
{field_account, 1},
{field_amount, 2},
{field_comment, 4},
[372] =
{field_account, 1},
{field_amount, 2},
{field_price_annotation, 4},
[375] =
{field_account, 1},
{field_amount, 2},
{field_comment, 4},
{field_cost_spec, 3},
[379] =
{field_account, 1},
{field_comment, 4},
{field_cost_spec, 2},
[382] =
{field_account, 1},
{field_cost_spec, 2},
{field_price_annotation, 4},
[385] =
{field_account, 2},
{field_comment, 4},
{field_optflag, 1},
[388] =
{field_account, 2},
{field_optflag, 1},
{field_price_annotation, 4},
[391] =
{field_account, 2},
{field_amount, 3},
{field_comment, 4},
{field_optflag, 1},
[395] =
{field_account, 2},
{field_amount, 3},
{field_cost_spec, 4},
{field_optflag, 1},
[399] =
{field_account, 2},
{field_comment, 4},
{field_cost_spec, 3},
{field_optflag, 1},
[403] =
{field_currency, 3},
{field_per, 0},
{field_total, 2},
[406] =
{field_account, 1},
{field_amount, 2},
{field_comment, 5},
{field_price_annotation, 4},
[410] =
{field_account, 1},
{field_amount, 2},
{field_comment, 5},
{field_cost_spec, 3},
[414] =
{field_account, 1},
{field_amount, 2},
{field_cost_spec, 3},
{field_price_annotation, 5},
[418] =
{field_account, 1},
{field_comment, 5},
{field_cost_spec, 2},
{field_price_annotation, 4},
[422] =
{field_account, 2},
{field_comment, 5},
{field_optflag, 1},
{field_price_annotation, 4},
[426] =
{field_account, 2},
{field_amount, 3},
{field_comment, 5},
{field_optflag, 1},
[430] =
{field_account, 2},
{field_amount, 3},
{field_optflag, 1},
{field_price_annotation, 5},
[434] =
{field_account, 2},
{field_amount, 3},
{field_comment, 5},
{field_cost_spec, 4},
{field_optflag, 1},
[439] =
{field_account, 2},
{field_comment, 5},
{field_cost_spec, 3},
{field_optflag, 1},
[443] =
{field_account, 2},
{field_cost_spec, 3},
{field_optflag, 1},
{field_price_annotation, 5},
[447] =
{field_account, 1},
{field_amount, 2},
{field_comment, 6},
{field_cost_spec, 3},
{field_price_annotation, 5},
[452] =
{field_account, 2},
{field_amount, 3},
{field_comment, 6},
{field_optflag, 1},
{field_price_annotation, 5},
[457] =
{field_account, 2},
{field_amount, 3},
{field_comment, 6},
{field_cost_spec, 4},
{field_optflag, 1},
[462] =
{field_account, 2},
{field_amount, 3},
{field_cost_spec, 4},
{field_optflag, 1},
{field_price_annotation, 6},
[467] =
{field_account, 2},
{field_comment, 6},
{field_cost_spec, 3},
{field_optflag, 1},
{field_price_annotation, 5},
[472] =
{field_account, 2},
{field_amount, 3},
{field_comment, 7},
{field_cost_spec, 4},
{field_optflag, 1},
{field_price_annotation, 6},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[4] = {
[0] = alias_sym_narration,
},
[11] = {
[0] = alias_sym_payee,
[1] = alias_sym_narration,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 4,
[8] = 2,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 11,
[28] = 12,
[29] = 13,
[30] = 14,
[31] = 15,
[32] = 16,
[33] = 17,
[34] = 18,
[35] = 19,
[36] = 20,
[37] = 21,
[38] = 22,
[39] = 23,
[40] = 24,
[41] = 25,
[42] = 26,
[43] = 43,
[44] = 43,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 91,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 95,
[106] = 70,
[107] = 71,
[108] = 72,
[109] = 73,
[110] = 88,
[111] = 96,
[112] = 97,
[113] = 98,
[114] = 99,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 115,
[119] = 116,
[120] = 120,
[121] = 92,
[122] = 100,
[123] = 101,
[124] = 102,
[125] = 125,
[126] = 126,
[127] = 117,
[128] = 46,
[129] = 47,
[130] = 48,
[131] = 49,
[132] = 50,
[133] = 51,
[134] = 52,
[135] = 53,
[136] = 54,
[137] = 55,
[138] = 56,
[139] = 57,
[140] = 58,
[141] = 59,
[142] = 60,
[143] = 61,
[144] = 62,
[145] = 63,
[146] = 64,
[147] = 65,
[148] = 66,
[149] = 67,
[150] = 68,
[151] = 69,
[152] = 103,
[153] = 104,
[154] = 45,
[155] = 125,
[156] = 74,
[157] = 75,
[158] = 76,
[159] = 77,
[160] = 78,
[161] = 79,
[162] = 80,
[163] = 81,
[164] = 82,
[165] = 83,
[166] = 84,
[167] = 85,
[168] = 86,
[169] = 87,
[170] = 126,
[171] = 89,
[172] = 90,
[173] = 94,
[174] = 120,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 211,
[222] = 222,
[223] = 212,
[224] = 216,
[225] = 217,
[226] = 218,
[227] = 227,
[228] = 228,
[229] = 219,
[230] = 230,
[231] = 231,
[232] = 215,
[233] = 233,
[234] = 234,
[235] = 235,
[236] = 222,
[237] = 227,
[238] = 228,
[239] = 230,
[240] = 231,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 234,
[245] = 245,
[246] = 241,
[247] = 242,
[248] = 243,
[249] = 249,
[250] = 235,
[251] = 176,
[252] = 177,
[253] = 178,
[254] = 179,
[255] = 180,
[256] = 181,
[257] = 182,
[258] = 183,
[259] = 184,
[260] = 185,
[261] = 186,
[262] = 187,
[263] = 188,
[264] = 189,
[265] = 190,
[266] = 191,
[267] = 192,
[268] = 193,
[269] = 194,
[270] = 195,
[271] = 196,
[272] = 197,
[273] = 198,
[274] = 199,
[275] = 200,
[276] = 201,
[277] = 202,
[278] = 203,
[279] = 204,
[280] = 205,
[281] = 206,
[282] = 207,
[283] = 208,
[284] = 209,
[285] = 210,
[286] = 249,
[287] = 233,
[288] = 175,
[289] = 245,
[290] = 290,
[291] = 291,
[292] = 292,
[293] = 293,
[294] = 294,
[295] = 295,
[296] = 296,
[297] = 297,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 292,
[303] = 298,
[304] = 299,
[305] = 300,
[306] = 306,
[307] = 290,
[308] = 293,
[309] = 294,
[310] = 295,
[311] = 311,
[312] = 296,
[313] = 313,
[314] = 314,
[315] = 315,
[316] = 314,
[317] = 306,
[318] = 291,
[319] = 319,
[320] = 315,
[321] = 321,
[322] = 321,
[323] = 297,
[324] = 324,
[325] = 324,
[326] = 319,
[327] = 327,
[328] = 328,
[329] = 329,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 332,
[335] = 335,
[336] = 336,
[337] = 333,
[338] = 336,
[339] = 339,
[340] = 335,
[341] = 341,
[342] = 342,
[343] = 329,
[344] = 330,
[345] = 345,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 348,
[350] = 342,
[351] = 346,
[352] = 347,
[353] = 339,
[354] = 341,
[355] = 345,
[356] = 356,
[357] = 357,
[358] = 358,
[359] = 359,
[360] = 360,
[361] = 361,
[362] = 360,
[363] = 363,
[364] = 359,
[365] = 365,
[366] = 366,
[367] = 366,
[368] = 368,
[369] = 369,
[370] = 369,
[371] = 371,
[372] = 372,
[373] = 371,
[374] = 365,
[375] = 372,
[376] = 376,
[377] = 377,
[378] = 378,
[379] = 378,
[380] = 376,
[381] = 381,
[382] = 382,
[383] = 383,
[384] = 384,
[385] = 385,
[386] = 386,
[387] = 387,
[388] = 388,
[389] = 386,
[390] = 390,
[391] = 384,
[392] = 392,
[393] = 393,
[394] = 394,
[395] = 392,
[396] = 396,
[397] = 382,
[398] = 398,
[399] = 394,
[400] = 400,
[401] = 401,
[402] = 402,
[403] = 403,
[404] = 404,
[405] = 405,
[406] = 406,
[407] = 407,
[408] = 408,
[409] = 408,
[410] = 410,
[411] = 411,
[412] = 412,
[413] = 413,
[414] = 414,
[415] = 415,
[416] = 416,
[417] = 417,
[418] = 417,
[419] = 411,
[420] = 420,
[421] = 421,
[422] = 422,
[423] = 423,
[424] = 424,
[425] = 425,
[426] = 425,
[427] = 416,
[428] = 428,
[429] = 331,
[430] = 430,
[431] = 431,
[432] = 432,
[433] = 433,
[434] = 434,
[435] = 435,
[436] = 436,
[437] = 437,
[438] = 433,
[439] = 439,
[440] = 440,
[441] = 441,
[442] = 442,
[443] = 443,
[444] = 444,
[445] = 445,
[446] = 446,
[447] = 447,
[448] = 448,
[449] = 449,
[450] = 450,
[451] = 451,
[452] = 446,
[453] = 453,
[454] = 454,
[455] = 455,
[456] = 456,
[457] = 457,
[458] = 458,
[459] = 459,
[460] = 460,
[461] = 442,
[462] = 444,
[463] = 463,
[464] = 460,
[465] = 440,
[466] = 466,
[467] = 467,
[468] = 454,
[469] = 443,
[470] = 456,
[471] = 471,
[472] = 471,
[473] = 473,
[474] = 457,
[475] = 455,
[476] = 445,
[477] = 448,
[478] = 463,
[479] = 479,
[480] = 473,
[481] = 479,
[482] = 482,
[483] = 441,
[484] = 447,
[485] = 458,
[486] = 467,
[487] = 459,
[488] = 482,
[489] = 453,
[490] = 490,
[491] = 491,
[492] = 492,
[493] = 493,
[494] = 494,
[495] = 495,
[496] = 496,
[497] = 497,
[498] = 498,
[499] = 499,
[500] = 500,
[501] = 501,
[502] = 502,
[503] = 503,
[504] = 504,
[505] = 505,
[506] = 506,
[507] = 507,
[508] = 508,
[509] = 509,
[510] = 510,
[511] = 511,
[512] = 512,
[513] = 513,
[514] = 514,
[515] = 515,
[516] = 516,
[517] = 517,
[518] = 518,
[519] = 519,
[520] = 520,
[521] = 521,
[522] = 522,
[523] = 523,
[524] = 524,
[525] = 525,
[526] = 526,
[527] = 527,
[528] = 528,
[529] = 529,
[530] = 529,
[531] = 531,
[532] = 500,
[533] = 533,
[534] = 534,
[535] = 535,
[536] = 499,
[537] = 513,
[538] = 538,
[539] = 539,
[540] = 540,
[541] = 541,
[542] = 542,
[543] = 543,
[544] = 504,
[545] = 545,
[546] = 546,
[547] = 547,
[548] = 548,
[549] = 498,
[550] = 550,
[551] = 551,
[552] = 552,
[553] = 553,
[554] = 554,
[555] = 555,
[556] = 556,
[557] = 557,
[558] = 558,
[559] = 559,
[560] = 560,
[561] = 561,
[562] = 562,
[563] = 514,
[564] = 564,
[565] = 565,
[566] = 526,
[567] = 567,
[568] = 531,
[569] = 547,
[570] = 570,
[571] = 571,
[572] = 550,
[573] = 561,
[574] = 574,
[575] = 516,
[576] = 574,
[577] = 577,
[578] = 578,
[579] = 492,
[580] = 502,
[581] = 490,
[582] = 518,
[583] = 583,
[584] = 555,
[585] = 557,
[586] = 535,
[587] = 587,
[588] = 588,
[589] = 507,
[590] = 545,
[591] = 591,
[592] = 591,
[593] = 593,
[594] = 594,
[595] = 548,
[596] = 596,
[597] = 577,
[598] = 587,
[599] = 599,
[600] = 600,
[601] = 601,
[602] = 602,
[603] = 603,
[604] = 497,
[605] = 605,
[606] = 553,
[607] = 509,
[608] = 542,
[609] = 599,
[610] = 610,
[611] = 558,
[612] = 560,
[613] = 596,
[614] = 567,
[615] = 534,
[616] = 616,
[617] = 594,
[618] = 618,
[619] = 570,
[620] = 600,
[621] = 621,
[622] = 622,
[623] = 578,
[624] = 491,
[625] = 494,
[626] = 496,
[627] = 627,
[628] = 554,
[629] = 501,
[630] = 503,
[631] = 621,
[632] = 510,
[633] = 515,
[634] = 517,
[635] = 635,
[636] = 522,
[637] = 527,
[638] = 593,
[639] = 571,
[640] = 640,
[641] = 641,
[642] = 622,
[643] = 524,
[644] = 525,
[645] = 520,
[646] = 546,
[647] = 528,
[648] = 641,
[649] = 511,
[650] = 512,
[651] = 583,
[652] = 602,
[653] = 653,
[654] = 605,
[655] = 610,
[656] = 616,
[657] = 588,
[658] = 640,
[659] = 559,
[660] = 519,
[661] = 521,
[662] = 618,
[663] = 653,
[664] = 506,
[665] = 508,
[666] = 523,
[667] = 533,
[668] = 551,
[669] = 564,
};
static const TSSymbol ts_supertype_symbols[SUPERTYPE_COUNT] = {
sym__directive,
sym__entry,
};
static const TSMapSlice ts_supertype_map_slices[] = {
[sym__directive] = {.index = 0, .length = 7},
[sym__entry] = {.index = 7, .length = 12},
};
static const TSSymbol ts_supertype_map_entries[] = {
[0] =
sym_include,
sym_option,
sym_plugin,
sym_popmeta,
sym_poptag,
sym_pushmeta,
sym_pushtag,
[7] =
sym_balance,
sym_close,
sym_commodity,
sym_custom,
sym_document,
sym_event,
sym_note,
sym_open,
sym_pad,
sym_price,
sym_query,
sym_transaction,
};
static const TSCharacterRange sym_flag_character_set_1[] = {
{'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', '*'}, {'?', '?'}, {'C', 'C'}, {'M', 'M'}, {'P', 'P'},
{'R', 'U'},
};
static const TSCharacterRange sym_account_character_set_1[] = {
{'0', ':'}, {'A', 'Z'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb2, 0xb3}, {0xb5, 0xb5}, {0xb9, 0xba}, {0xbc, 0xbe},
{0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374},
{0x376, 0x377}, {0x37a, 0x37d}, {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5},
{0x3f7, 0x481}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x620, 0x64a},
{0x660, 0x669}, {0x66e, 0x66f}, {0x671, 0x6d3}, {0x6d5, 0x6d5}, {0x6e5, 0x6e6}, {0x6ee, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x710},
{0x712, 0x72f}, {0x74d, 0x7a5}, {0x7b1, 0x7b1}, {0x7c0, 0x7ea}, {0x7f4, 0x7f5}, {0x7fa, 0x7fa}, {0x800, 0x815}, {0x81a, 0x81a},
{0x824, 0x824}, {0x828, 0x828}, {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939},
{0x93d, 0x93d}, {0x950, 0x950}, {0x958, 0x961}, {0x966, 0x96f}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8},
{0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9e6, 0x9f1},
{0x9f4, 0x9f9}, {0x9fc, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36},
{0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa6f}, {0xa72, 0xa74}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8},
{0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, {0xad0, 0xad0}, {0xae0, 0xae1}, {0xae6, 0xaef}, {0xaf9, 0xaf9},
{0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3d, 0xb3d}, {0xb5c, 0xb5d},
{0xb5f, 0xb61}, {0xb66, 0xb6f}, {0xb71, 0xb77}, {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a},
{0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, {0xbe6, 0xbf2}, {0xc05, 0xc0c},
{0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61}, {0xc66, 0xc6f},
{0xc78, 0xc7e}, {0xc80, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd},
{0xcdd, 0xcde}, {0xce0, 0xce1}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d},
{0xd4e, 0xd4e}, {0xd54, 0xd56}, {0xd58, 0xd61}, {0xd66, 0xd78}, {0xd7a, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb},
{0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xde6, 0xdef}, {0xe01, 0xe30}, {0xe32, 0xe33}, {0xe40, 0xe46}, {0xe50, 0xe59}, {0xe81, 0xe82},
{0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb3}, {0xebd, 0xebd}, {0xec0, 0xec4},
{0xec6, 0xec6}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf20, 0xf33}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c},
{0x1000, 0x102a}, {0x103f, 0x1049}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070}, {0x1075, 0x1081},
{0x108e, 0x108e}, {0x1090, 0x1099}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d},
{0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be},
{0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1369, 0x137c}, {0x1380, 0x138f},
{0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711},
{0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x17e0, 0x17e9},
{0x17f0, 0x17f9}, {0x1810, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x1884}, {0x1887, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e},
{0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54}, {0x1a80, 0x1a89},
{0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b83, 0x1ba0}, {0x1bae, 0x1be5}, {0x1c00, 0x1c23},
{0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6},
{0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59},
{0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc},
{0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2070, 0x2071}, {0x2074, 0x2079}, {0x207f, 0x2089},
{0x2090, 0x209c}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2119, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126},
{0x2128, 0x2128}, {0x212a, 0x212d}, {0x212f, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2150, 0x2189}, {0x2460, 0x249b},
{0x24ea, 0x24ff}, {0x2776, 0x2793}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cee}, {0x2cf2, 0x2cf3}, {0x2cfd, 0x2cfd}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27},
{0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe},
{0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2e2f, 0x2e2f}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035},
{0x3038, 0x303c}, {0x3040, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x3192, 0x3195}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3220, 0x3229},
{0x3248, 0x324f}, {0x3251, 0x325f}, {0x3280, 0x3289}, {0x32b1, 0x32bf}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c},
{0xa610, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1},
{0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa830, 0xa835}, {0xa840, 0xa873},
{0xa882, 0xa8b3}, {0xa8d0, 0xa8d9}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, {0xa900, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c},
{0xa984, 0xa9b2}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa50, 0xaa59},
{0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, {0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2},
{0xaadb, 0xaadd}, {0xaae0, 0xaaea}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e},
{0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabe2}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d},
{0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e},
{0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdfb}, {0xfe70, 0xfe74},
{0xfe76, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7},
{0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa},
{0x10107, 0x10133}, {0x10140, 0x10178}, {0x1018a, 0x1018b}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e1, 0x102fb}, {0x10300, 0x10323}, {0x1032d, 0x1034a},
{0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, {0x104b0, 0x104d3},
{0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1},
{0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785},
{0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855},
{0x10858, 0x10876}, {0x10879, 0x1089e}, {0x108a7, 0x108af}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x108fb, 0x1091b}, {0x10920, 0x10939}, {0x10980, 0x109b7},
{0x109bc, 0x109cf}, {0x109d2, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a40, 0x10a48}, {0x10a60, 0x10a7e}, {0x10a80, 0x10a9f},
{0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10aeb, 0x10aef}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b58, 0x10b72}, {0x10b78, 0x10b91}, {0x10ba9, 0x10baf},
{0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10cfa, 0x10d23}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d6f, 0x10d85}, {0x10e60, 0x10e7e},
{0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f27}, {0x10f30, 0x10f45}, {0x10f51, 0x10f54}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fcb},
{0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11052, 0x1106f}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9},
{0x11103, 0x11126}, {0x11136, 0x1113f}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4},
{0x111d0, 0x111da}, {0x111dc, 0x111dc}, {0x111e1, 0x111f4}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288},
{0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x112f0, 0x112f9}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328},
{0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11380, 0x11389}, {0x1138b, 0x1138b},
{0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x11450, 0x11459},
{0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f},
{0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x11730, 0x1173b},
{0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118f2}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f},
{0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00},
{0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9},
{0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c50, 0x11c6c}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30},
{0x11d46, 0x11d46}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef2},
{0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11f50, 0x11f59}, {0x11fb0, 0x11fb0}, {0x11fc0, 0x11fd4}, {0x12000, 0x12399}, {0x12400, 0x1246e},
{0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16130, 0x16139},
{0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43},
{0x16b50, 0x16b59}, {0x16b5b, 0x16b61}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e96}, {0x16f00, 0x16f4a},
{0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3},
{0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb},
{0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1ccf0, 0x1ccf9}, {0x1d2c0, 0x1d2d3}, {0x1d2e0, 0x1d2f3}, {0x1d360, 0x1d378},
{0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb},
{0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544},
{0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734},
{0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1df00, 0x1df1e},
{0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb},
{0x1e2f0, 0x1e2f9}, {0x1e4d0, 0x1e4eb}, {0x1e4f0, 0x1e4f9}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee},
{0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8c7, 0x1e8cf}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ec71, 0x1ecab}, {0x1ecad, 0x1ecaf},
{0x1ecb1, 0x1ecb4}, {0x1ed01, 0x1ed2d}, {0x1ed2f, 0x1ed3d}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27},
{0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b},
{0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f},
{0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89},
{0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1f100, 0x1f10c}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739},
{0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af},
};
static const TSCharacterRange sym_account_character_set_2[] = {
{'0', '9'}, {'A', 'Z'}, {0xb2, 0xb3}, {0xb9, 0xb9}, {0xbc, 0xbe}, {0xc0, 0xd6}, {0xd8, 0xde}, {0x100, 0x100},
{0x102, 0x102}, {0x104, 0x104}, {0x106, 0x106}, {0x108, 0x108}, {0x10a, 0x10a}, {0x10c, 0x10c}, {0x10e, 0x10e}, {0x110, 0x110},
{0x112, 0x112}, {0x114, 0x114}, {0x116, 0x116}, {0x118, 0x118}, {0x11a, 0x11a}, {0x11c, 0x11c}, {0x11e, 0x11e}, {0x120, 0x120},
{0x122, 0x122}, {0x124, 0x124}, {0x126, 0x126}, {0x128, 0x128}, {0x12a, 0x12a}, {0x12c, 0x12c}, {0x12e, 0x12e}, {0x130, 0x130},
{0x132, 0x132}, {0x134, 0x134}, {0x136, 0x136}, {0x139, 0x139}, {0x13b, 0x13b}, {0x13d, 0x13d}, {0x13f, 0x13f}, {0x141, 0x141},
{0x143, 0x143}, {0x145, 0x145}, {0x147, 0x147}, {0x14a, 0x14a}, {0x14c, 0x14c}, {0x14e, 0x14e}, {0x150, 0x150}, {0x152, 0x152},
{0x154, 0x154}, {0x156, 0x156}, {0x158, 0x158}, {0x15a, 0x15a}, {0x15c, 0x15c}, {0x15e, 0x15e}, {0x160, 0x160}, {0x162, 0x162},
{0x164, 0x164}, {0x166, 0x166}, {0x168, 0x168}, {0x16a, 0x16a}, {0x16c, 0x16c}, {0x16e, 0x16e}, {0x170, 0x170}, {0x172, 0x172},
{0x174, 0x174}, {0x176, 0x176}, {0x178, 0x179}, {0x17b, 0x17b}, {0x17d, 0x17d}, {0x181, 0x182}, {0x184, 0x184}, {0x186, 0x187},
{0x189, 0x18b}, {0x18e, 0x191}, {0x193, 0x194}, {0x196, 0x198}, {0x19c, 0x19d}, {0x19f, 0x1a0}, {0x1a2, 0x1a2}, {0x1a4, 0x1a4},
{0x1a6, 0x1a7}, {0x1a9, 0x1a9}, {0x1ac, 0x1ac}, {0x1ae, 0x1af}, {0x1b1, 0x1b3}, {0x1b5, 0x1b5}, {0x1b7, 0x1b8}, {0x1bc, 0x1bc},
{0x1c4, 0x1c4}, {0x1c7, 0x1c7}, {0x1ca, 0x1ca}, {0x1cd, 0x1cd}, {0x1cf, 0x1cf}, {0x1d1, 0x1d1}, {0x1d3, 0x1d3}, {0x1d5, 0x1d5},
{0x1d7, 0x1d7}, {0x1d9, 0x1d9}, {0x1db, 0x1db}, {0x1de, 0x1de}, {0x1e0, 0x1e0}, {0x1e2, 0x1e2}, {0x1e4, 0x1e4}, {0x1e6, 0x1e6},
{0x1e8, 0x1e8}, {0x1ea, 0x1ea}, {0x1ec, 0x1ec}, {0x1ee, 0x1ee}, {0x1f1, 0x1f1}, {0x1f4, 0x1f4}, {0x1f6, 0x1f8}, {0x1fa, 0x1fa},
{0x1fc, 0x1fc}, {0x1fe, 0x1fe}, {0x200, 0x200}, {0x202, 0x202}, {0x204, 0x204}, {0x206, 0x206}, {0x208, 0x208}, {0x20a, 0x20a},
{0x20c, 0x20c}, {0x20e, 0x20e}, {0x210, 0x210}, {0x212, 0x212}, {0x214, 0x214}, {0x216, 0x216}, {0x218, 0x218}, {0x21a, 0x21a},
{0x21c, 0x21c}, {0x21e, 0x21e}, {0x220, 0x220}, {0x222, 0x222}, {0x224, 0x224}, {0x226, 0x226}, {0x228, 0x228}, {0x22a, 0x22a},
{0x22c, 0x22c}, {0x22e, 0x22e}, {0x230, 0x230}, {0x232, 0x232}, {0x23a, 0x23b}, {0x23d, 0x23e}, {0x241, 0x241}, {0x243, 0x246},
{0x248, 0x248}, {0x24a, 0x24a}, {0x24c, 0x24c}, {0x24e, 0x24e}, {0x370, 0x370}, {0x372, 0x372}, {0x376, 0x376}, {0x37f, 0x37f},
{0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x38f}, {0x391, 0x3a1}, {0x3a3, 0x3ab}, {0x3cf, 0x3cf}, {0x3d2, 0x3d4},
{0x3d8, 0x3d8}, {0x3da, 0x3da}, {0x3dc, 0x3dc}, {0x3de, 0x3de}, {0x3e0, 0x3e0}, {0x3e2, 0x3e2}, {0x3e4, 0x3e4}, {0x3e6, 0x3e6},
{0x3e8, 0x3e8}, {0x3ea, 0x3ea}, {0x3ec, 0x3ec}, {0x3ee, 0x3ee}, {0x3f4, 0x3f4}, {0x3f7, 0x3f7}, {0x3f9, 0x3fa}, {0x3fd, 0x42f},
{0x460, 0x460}, {0x462, 0x462}, {0x464, 0x464}, {0x466, 0x466}, {0x468, 0x468}, {0x46a, 0x46a}, {0x46c, 0x46c}, {0x46e, 0x46e},
{0x470, 0x470}, {0x472, 0x472}, {0x474, 0x474}, {0x476, 0x476}, {0x478, 0x478}, {0x47a, 0x47a}, {0x47c, 0x47c}, {0x47e, 0x47e},
{0x480, 0x480}, {0x48a, 0x48a}, {0x48c, 0x48c}, {0x48e, 0x48e}, {0x490, 0x490}, {0x492, 0x492}, {0x494, 0x494}, {0x496, 0x496},
{0x498, 0x498}, {0x49a, 0x49a}, {0x49c, 0x49c}, {0x49e, 0x49e}, {0x4a0, 0x4a0}, {0x4a2, 0x4a2}, {0x4a4, 0x4a4}, {0x4a6, 0x4a6},
{0x4a8, 0x4a8}, {0x4aa, 0x4aa}, {0x4ac, 0x4ac}, {0x4ae, 0x4ae}, {0x4b0, 0x4b0}, {0x4b2, 0x4b2}, {0x4b4, 0x4b4}, {0x4b6, 0x4b6},
{0x4b8, 0x4b8}, {0x4ba, 0x4ba}, {0x4bc, 0x4bc}, {0x4be, 0x4be}, {0x4c0, 0x4c1}, {0x4c3, 0x4c3}, {0x4c5, 0x4c5}, {0x4c7, 0x4c7},
{0x4c9, 0x4c9}, {0x4cb, 0x4cb}, {0x4cd, 0x4cd}, {0x4d0, 0x4d0}, {0x4d2, 0x4d2}, {0x4d4, 0x4d4}, {0x4d6, 0x4d6}, {0x4d8, 0x4d8},
{0x4da, 0x4da}, {0x4dc, 0x4dc}, {0x4de, 0x4de}, {0x4e0, 0x4e0}, {0x4e2, 0x4e2}, {0x4e4, 0x4e4}, {0x4e6, 0x4e6}, {0x4e8, 0x4e8},
{0x4ea, 0x4ea}, {0x4ec, 0x4ec}, {0x4ee, 0x4ee}, {0x4f0, 0x4f0}, {0x4f2, 0x4f2}, {0x4f4, 0x4f4}, {0x4f6, 0x4f6}, {0x4f8, 0x4f8},
{0x4fa, 0x4fa}, {0x4fc, 0x4fc}, {0x4fe, 0x4fe}, {0x500, 0x500}, {0x502, 0x502}, {0x504, 0x504}, {0x506, 0x506}, {0x508, 0x508},
{0x50a, 0x50a}, {0x50c, 0x50c}, {0x50e, 0x50e}, {0x510, 0x510}, {0x512, 0x512}, {0x514, 0x514}, {0x516, 0x516}, {0x518, 0x518},
{0x51a, 0x51a}, {0x51c, 0x51c}, {0x51e, 0x51e}, {0x520, 0x520}, {0x522, 0x522}, {0x524, 0x524}, {0x526, 0x526}, {0x528, 0x528},
{0x52a, 0x52a}, {0x52c, 0x52c}, {0x52e, 0x52e}, {0x531, 0x556}, {0x660, 0x669}, {0x6f0, 0x6f9}, {0x7c0, 0x7c9}, {0x966, 0x96f},
{0x9e6, 0x9ef}, {0x9f4, 0x9f9}, {0xa66, 0xa6f}, {0xae6, 0xaef}, {0xb66, 0xb6f}, {0xb72, 0xb77}, {0xbe6, 0xbf2}, {0xc66, 0xc6f},
{0xc78, 0xc7e}, {0xce6, 0xcef}, {0xd58, 0xd5e}, {0xd66, 0xd78}, {0xde6, 0xdef}, {0xe50, 0xe59}, {0xed0, 0xed9}, {0xf20, 0xf33},
{0x1040, 0x1049}, {0x1090, 0x1099}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x1369, 0x137c}, {0x13a0, 0x13f5}, {0x16ee, 0x16f0},
{0x17e0, 0x17e9}, {0x17f0, 0x17f9}, {0x1810, 0x1819}, {0x1946, 0x194f}, {0x19d0, 0x19da}, {0x1a80, 0x1a89}, {0x1a90, 0x1a99}, {0x1b50, 0x1b59},
{0x1bb0, 0x1bb9}, {0x1c40, 0x1c49}, {0x1c50, 0x1c59}, {0x1c89, 0x1c89}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1e00, 0x1e00}, {0x1e02, 0x1e02},
{0x1e04, 0x1e04}, {0x1e06, 0x1e06}, {0x1e08, 0x1e08}, {0x1e0a, 0x1e0a}, {0x1e0c, 0x1e0c}, {0x1e0e, 0x1e0e}, {0x1e10, 0x1e10}, {0x1e12, 0x1e12},
{0x1e14, 0x1e14}, {0x1e16, 0x1e16}, {0x1e18, 0x1e18}, {0x1e1a, 0x1e1a}, {0x1e1c, 0x1e1c}, {0x1e1e, 0x1e1e}, {0x1e20, 0x1e20}, {0x1e22, 0x1e22},
{0x1e24, 0x1e24}, {0x1e26, 0x1e26}, {0x1e28, 0x1e28}, {0x1e2a, 0x1e2a}, {0x1e2c, 0x1e2c}, {0x1e2e, 0x1e2e}, {0x1e30, 0x1e30}, {0x1e32, 0x1e32},
{0x1e34, 0x1e34}, {0x1e36, 0x1e36}, {0x1e38, 0x1e38}, {0x1e3a, 0x1e3a}, {0x1e3c, 0x1e3c}, {0x1e3e, 0x1e3e}, {0x1e40, 0x1e40}, {0x1e42, 0x1e42},
{0x1e44, 0x1e44}, {0x1e46, 0x1e46}, {0x1e48, 0x1e48}, {0x1e4a, 0x1e4a}, {0x1e4c, 0x1e4c}, {0x1e4e, 0x1e4e}, {0x1e50, 0x1e50}, {0x1e52, 0x1e52},
{0x1e54, 0x1e54}, {0x1e56, 0x1e56}, {0x1e58, 0x1e58}, {0x1e5a, 0x1e5a}, {0x1e5c, 0x1e5c}, {0x1e5e, 0x1e5e}, {0x1e60, 0x1e60}, {0x1e62, 0x1e62},
{0x1e64, 0x1e64}, {0x1e66, 0x1e66}, {0x1e68, 0x1e68}, {0x1e6a, 0x1e6a}, {0x1e6c, 0x1e6c}, {0x1e6e, 0x1e6e}, {0x1e70, 0x1e70}, {0x1e72, 0x1e72},
{0x1e74, 0x1e74}, {0x1e76, 0x1e76}, {0x1e78, 0x1e78}, {0x1e7a, 0x1e7a}, {0x1e7c, 0x1e7c}, {0x1e7e, 0x1e7e}, {0x1e80, 0x1e80}, {0x1e82, 0x1e82},
{0x1e84, 0x1e84}, {0x1e86, 0x1e86}, {0x1e88, 0x1e88}, {0x1e8a, 0x1e8a}, {0x1e8c, 0x1e8c}, {0x1e8e, 0x1e8e}, {0x1e90, 0x1e90}, {0x1e92, 0x1e92},
{0x1e94, 0x1e94}, {0x1e9e, 0x1e9e}, {0x1ea0, 0x1ea0}, {0x1ea2, 0x1ea2}, {0x1ea4, 0x1ea4}, {0x1ea6, 0x1ea6}, {0x1ea8, 0x1ea8}, {0x1eaa, 0x1eaa},
{0x1eac, 0x1eac}, {0x1eae, 0x1eae}, {0x1eb0, 0x1eb0}, {0x1eb2, 0x1eb2}, {0x1eb4, 0x1eb4}, {0x1eb6, 0x1eb6}, {0x1eb8, 0x1eb8}, {0x1eba, 0x1eba},
{0x1ebc, 0x1ebc}, {0x1ebe, 0x1ebe}, {0x1ec0, 0x1ec0}, {0x1ec2, 0x1ec2}, {0x1ec4, 0x1ec4}, {0x1ec6, 0x1ec6}, {0x1ec8, 0x1ec8}, {0x1eca, 0x1eca},
{0x1ecc, 0x1ecc}, {0x1ece, 0x1ece}, {0x1ed0, 0x1ed0}, {0x1ed2, 0x1ed2}, {0x1ed4, 0x1ed4}, {0x1ed6, 0x1ed6}, {0x1ed8, 0x1ed8}, {0x1eda, 0x1eda},
{0x1edc, 0x1edc}, {0x1ede, 0x1ede}, {0x1ee0, 0x1ee0}, {0x1ee2, 0x1ee2}, {0x1ee4, 0x1ee4}, {0x1ee6, 0x1ee6}, {0x1ee8, 0x1ee8}, {0x1eea, 0x1eea},
{0x1eec, 0x1eec}, {0x1eee, 0x1eee}, {0x1ef0, 0x1ef0}, {0x1ef2, 0x1ef2}, {0x1ef4, 0x1ef4}, {0x1ef6, 0x1ef6}, {0x1ef8, 0x1ef8}, {0x1efa, 0x1efa},
{0x1efc, 0x1efc}, {0x1efe, 0x1efe}, {0x1f08, 0x1f0f}, {0x1f18, 0x1f1d}, {0x1f28, 0x1f2f}, {0x1f38, 0x1f3f}, {0x1f48, 0x1f4d}, {0x1f59, 0x1f59},
{0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f5f}, {0x1f68, 0x1f6f}, {0x1fb8, 0x1fbb}, {0x1fc8, 0x1fcb}, {0x1fd8, 0x1fdb}, {0x1fe8, 0x1fec},
{0x1ff8, 0x1ffb}, {0x2070, 0x2070}, {0x2074, 0x2079}, {0x2080, 0x2089}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210b, 0x210d}, {0x2110, 0x2112},
{0x2115, 0x2115}, {0x2119, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x212d}, {0x2130, 0x2133}, {0x213e, 0x213f},
{0x2145, 0x2145}, {0x2150, 0x2183}, {0x2185, 0x2189}, {0x2460, 0x249b}, {0x24ea, 0x24ff}, {0x2776, 0x2793}, {0x2c00, 0x2c2f}, {0x2c60, 0x2c60},
{0x2c62, 0x2c64}, {0x2c67, 0x2c67}, {0x2c69, 0x2c69}, {0x2c6b, 0x2c6b}, {0x2c6d, 0x2c70}, {0x2c72, 0x2c72}, {0x2c75, 0x2c75}, {0x2c7e, 0x2c80},
{0x2c82, 0x2c82}, {0x2c84, 0x2c84}, {0x2c86, 0x2c86}, {0x2c88, 0x2c88}, {0x2c8a, 0x2c8a}, {0x2c8c, 0x2c8c}, {0x2c8e, 0x2c8e}, {0x2c90, 0x2c90},
{0x2c92, 0x2c92}, {0x2c94, 0x2c94}, {0x2c96, 0x2c96}, {0x2c98, 0x2c98}, {0x2c9a, 0x2c9a}, {0x2c9c, 0x2c9c}, {0x2c9e, 0x2c9e}, {0x2ca0, 0x2ca0},
{0x2ca2, 0x2ca2}, {0x2ca4, 0x2ca4}, {0x2ca6, 0x2ca6}, {0x2ca8, 0x2ca8}, {0x2caa, 0x2caa}, {0x2cac, 0x2cac}, {0x2cae, 0x2cae}, {0x2cb0, 0x2cb0},
{0x2cb2, 0x2cb2}, {0x2cb4, 0x2cb4}, {0x2cb6, 0x2cb6}, {0x2cb8, 0x2cb8}, {0x2cba, 0x2cba}, {0x2cbc, 0x2cbc}, {0x2cbe, 0x2cbe}, {0x2cc0, 0x2cc0},
{0x2cc2, 0x2cc2}, {0x2cc4, 0x2cc4}, {0x2cc6, 0x2cc6}, {0x2cc8, 0x2cc8}, {0x2cca, 0x2cca}, {0x2ccc, 0x2ccc}, {0x2cce, 0x2cce}, {0x2cd0, 0x2cd0},
{0x2cd2, 0x2cd2}, {0x2cd4, 0x2cd4}, {0x2cd6, 0x2cd6}, {0x2cd8, 0x2cd8}, {0x2cda, 0x2cda}, {0x2cdc, 0x2cdc}, {0x2cde, 0x2cde}, {0x2ce0, 0x2ce0},
{0x2ce2, 0x2ce2}, {0x2ceb, 0x2ceb}, {0x2ced, 0x2ced}, {0x2cf2, 0x2cf2}, {0x2cfd, 0x2cfd}, {0x3007, 0x3007}, {0x3021, 0x3029}, {0x3038, 0x303a},
{0x3040, 0x30ff}, {0x3192, 0x3195}, {0x3220, 0x3229}, {0x3248, 0x324f}, {0x3251, 0x325f}, {0x3280, 0x3289}, {0x32b1, 0x32bf}, {0x4e00, 0x9fff},
{0xa620, 0xa629}, {0xa640, 0xa640}, {0xa642, 0xa642}, {0xa644, 0xa644}, {0xa646, 0xa646}, {0xa648, 0xa648}, {0xa64a, 0xa64a}, {0xa64c, 0xa64c},
{0xa64e, 0xa64e}, {0xa650, 0xa650}, {0xa652, 0xa652}, {0xa654, 0xa654}, {0xa656, 0xa656}, {0xa658, 0xa658}, {0xa65a, 0xa65a}, {0xa65c, 0xa65c},
{0xa65e, 0xa65e}, {0xa660, 0xa660}, {0xa662, 0xa662}, {0xa664, 0xa664}, {0xa666, 0xa666}, {0xa668, 0xa668}, {0xa66a, 0xa66a}, {0xa66c, 0xa66c},
{0xa680, 0xa680}, {0xa682, 0xa682}, {0xa684, 0xa684}, {0xa686, 0xa686}, {0xa688, 0xa688}, {0xa68a, 0xa68a}, {0xa68c, 0xa68c}, {0xa68e, 0xa68e},
{0xa690, 0xa690}, {0xa692, 0xa692}, {0xa694, 0xa694}, {0xa696, 0xa696}, {0xa698, 0xa698}, {0xa69a, 0xa69a}, {0xa6e6, 0xa6ef}, {0xa722, 0xa722},
{0xa724, 0xa724}, {0xa726, 0xa726}, {0xa728, 0xa728}, {0xa72a, 0xa72a}, {0xa72c, 0xa72c}, {0xa72e, 0xa72e}, {0xa732, 0xa732}, {0xa734, 0xa734},
{0xa736, 0xa736}, {0xa738, 0xa738}, {0xa73a, 0xa73a}, {0xa73c, 0xa73c}, {0xa73e, 0xa73e}, {0xa740, 0xa740}, {0xa742, 0xa742}, {0xa744, 0xa744},
{0xa746, 0xa746}, {0xa748, 0xa748}, {0xa74a, 0xa74a}, {0xa74c, 0xa74c}, {0xa74e, 0xa74e}, {0xa750, 0xa750}, {0xa752, 0xa752}, {0xa754, 0xa754},
{0xa756, 0xa756}, {0xa758, 0xa758}, {0xa75a, 0xa75a}, {0xa75c, 0xa75c}, {0xa75e, 0xa75e}, {0xa760, 0xa760}, {0xa762, 0xa762}, {0xa764, 0xa764},
{0xa766, 0xa766}, {0xa768, 0xa768}, {0xa76a, 0xa76a}, {0xa76c, 0xa76c}, {0xa76e, 0xa76e}, {0xa779, 0xa779}, {0xa77b, 0xa77b}, {0xa77d, 0xa77e},
{0xa780, 0xa780}, {0xa782, 0xa782}, {0xa784, 0xa784}, {0xa786, 0xa786}, {0xa78b, 0xa78b}, {0xa78d, 0xa78d}, {0xa790, 0xa790}, {0xa792, 0xa792},
{0xa796, 0xa796}, {0xa798, 0xa798}, {0xa79a, 0xa79a}, {0xa79c, 0xa79c}, {0xa79e, 0xa79e}, {0xa7a0, 0xa7a0}, {0xa7a2, 0xa7a2}, {0xa7a4, 0xa7a4},
{0xa7a6, 0xa7a6}, {0xa7a8, 0xa7a8}, {0xa7aa, 0xa7ae}, {0xa7b0, 0xa7b4}, {0xa7b6, 0xa7b6}, {0xa7b8, 0xa7b8}, {0xa7ba, 0xa7ba}, {0xa7bc, 0xa7bc},
{0xa7be, 0xa7be}, {0xa7c0, 0xa7c0}, {0xa7c2, 0xa7c2}, {0xa7c4, 0xa7c7}, {0xa7c9, 0xa7c9}, {0xa7cb, 0xa7cc}, {0xa7d0, 0xa7d0}, {0xa7d6, 0xa7d6},
{0xa7d8, 0xa7d8}, {0xa7da, 0xa7da}, {0xa7dc, 0xa7dc}, {0xa7f5, 0xa7f5}, {0xa830, 0xa835}, {0xa8d0, 0xa8d9}, {0xa900, 0xa909}, {0xa9d0, 0xa9d9},
{0xa9f0, 0xa9f9}, {0xaa50, 0xaa59}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0x10107, 0x10133}, {0x10140, 0x10178},
{0x1018a, 0x1018b}, {0x102e1, 0x102fb}, {0x10320, 0x10323}, {0x10341, 0x10341}, {0x1034a, 0x1034a}, {0x103d1, 0x103d5}, {0x10400, 0x10427}, {0x104a0, 0x104a9},
{0x104b0, 0x104d3}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10858, 0x1085f}, {0x10879, 0x1087f}, {0x108a7, 0x108af},
{0x108fb, 0x108ff}, {0x10916, 0x1091b}, {0x109bc, 0x109bd}, {0x109c0, 0x109cf}, {0x109d2, 0x109ff}, {0x10a40, 0x10a48}, {0x10a7d, 0x10a7e}, {0x10a9d, 0x10a9f},
{0x10aeb, 0x10aef}, {0x10b58, 0x10b5f}, {0x10b78, 0x10b7f}, {0x10ba9, 0x10baf}, {0x10c80, 0x10cb2}, {0x10cfa, 0x10cff}, {0x10d30, 0x10d39}, {0x10d40, 0x10d49},
{0x10d50, 0x10d65}, {0x10e60, 0x10e7e}, {0x10f1d, 0x10f26}, {0x10f51, 0x10f54}, {0x10fc5, 0x10fcb}, {0x11052, 0x1106f}, {0x110f0, 0x110f9}, {0x11136, 0x1113f},
{0x111d0, 0x111d9}, {0x111e1, 0x111f4}, {0x112f0, 0x112f9}, {0x11450, 0x11459}, {0x114d0, 0x114d9}, {0x11650, 0x11659}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3},
{0x11730, 0x1173b}, {0x118a0, 0x118bf}, {0x118e0, 0x118f2}, {0x11950, 0x11959}, {0x11bf0, 0x11bf9}, {0x11c50, 0x11c6c}, {0x11d50, 0x11d59}, {0x11da0, 0x11da9},
{0x11f50, 0x11f59}, {0x11fc0, 0x11fd4}, {0x12400, 0x1246e}, {0x16130, 0x16139}, {0x16a60, 0x16a69}, {0x16ac0, 0x16ac9}, {0x16b50, 0x16b59}, {0x16b5b, 0x16b61},
{0x16d70, 0x16d79}, {0x16e40, 0x16e5f}, {0x16e80, 0x16e96}, {0x1ccf0, 0x1ccf9}, {0x1d2c0, 0x1d2d3}, {0x1d2e0, 0x1d2f3}, {0x1d360, 0x1d378}, {0x1d400, 0x1d419},
{0x1d434, 0x1d44d}, {0x1d468, 0x1d481}, {0x1d49c, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b5},
{0x1d4d0, 0x1d4e9}, {0x1d504, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d538, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544},
{0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d56c, 0x1d585}, {0x1d5a0, 0x1d5b9}, {0x1d5d4, 0x1d5ed}, {0x1d608, 0x1d621}, {0x1d63c, 0x1d655}, {0x1d670, 0x1d689},
{0x1d6a8, 0x1d6c0}, {0x1d6e2, 0x1d6fa}, {0x1d71c, 0x1d734}, {0x1d756, 0x1d76e}, {0x1d790, 0x1d7a8}, {0x1d7ca, 0x1d7ca}, {0x1d7ce, 0x1d7ff}, {0x1e140, 0x1e149},
{0x1e2f0, 0x1e2f9}, {0x1e4f0, 0x1e4f9}, {0x1e5f1, 0x1e5fa}, {0x1e8c7, 0x1e8cf}, {0x1e900, 0x1e921}, {0x1e950, 0x1e959}, {0x1ec71, 0x1ecab}, {0x1ecad, 0x1ecaf},
{0x1ecb1, 0x1ecb4}, {0x1ed01, 0x1ed2d}, {0x1ed2f, 0x1ed3d}, {0x1f100, 0x1f10c}, {0x1fbf0, 0x1fbf9},
};
static const TSCharacterRange sym_account_character_set_3[] = {
{'-', '-'}, {'0', ':'}, {'A', 'Z'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb2, 0xb3}, {0xb5, 0xb5}, {0xb9, 0xba},
{0xbc, 0xbe}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee},
{0x370, 0x374}, {0x376, 0x377}, {0x37a, 0x37d}, {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1},
{0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2},
{0x620, 0x64a}, {0x660, 0x669}, {0x66e, 0x66f}, {0x671, 0x6d3}, {0x6d5, 0x6d5}, {0x6e5, 0x6e6}, {0x6ee, 0x6fc}, {0x6ff, 0x6ff},
{0x710, 0x710}, {0x712, 0x72f}, {0x74d, 0x7a5}, {0x7b1, 0x7b1}, {0x7c0, 0x7ea}, {0x7f4, 0x7f5}, {0x7fa, 0x7fa}, {0x800, 0x815},
{0x81a, 0x81a}, {0x824, 0x824}, {0x828, 0x828}, {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x8a0, 0x8c9},
{0x904, 0x939}, {0x93d, 0x93d}, {0x950, 0x950}, {0x958, 0x961}, {0x966, 0x96f}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990},
{0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1},
{0x9e6, 0x9f1}, {0x9f4, 0x9f9}, {0x9fc, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33},
{0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa6f}, {0xa72, 0xa74}, {0xa85, 0xa8d}, {0xa8f, 0xa91},
{0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, {0xad0, 0xad0}, {0xae0, 0xae1}, {0xae6, 0xaef},
{0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3d, 0xb3d},
{0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb66, 0xb6f}, {0xb71, 0xb77}, {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95},
{0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, {0xbe6, 0xbf2},
{0xc05, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61},
{0xc66, 0xc6f}, {0xc78, 0xc7e}, {0xc80, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9},
{0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a},
{0xd3d, 0xd3d}, {0xd4e, 0xd4e}, {0xd54, 0xd56}, {0xd58, 0xd61}, {0xd66, 0xd78}, {0xd7a, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1},
{0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xde6, 0xdef}, {0xe01, 0xe30}, {0xe32, 0xe33}, {0xe40, 0xe46}, {0xe50, 0xe59},
{0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb3}, {0xebd, 0xebd},
{0xec0, 0xec4}, {0xec6, 0xec6}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf20, 0xf33}, {0xf40, 0xf47}, {0xf49, 0xf6c},
{0xf88, 0xf8c}, {0x1000, 0x102a}, {0x103f, 0x1049}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070},
{0x1075, 0x1081}, {0x108e, 0x108e}, {0x1090, 0x1099}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248},
{0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5},
{0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1369, 0x137c},
{0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8},
{0x1700, 0x1711}, {0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc},
{0x17e0, 0x17e9}, {0x17f0, 0x17f9}, {0x1810, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x1884}, {0x1887, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5},
{0x1900, 0x191e}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54},
{0x1a80, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b83, 0x1ba0}, {0x1bae, 0x1be5},
{0x1c00, 0x1c23}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3},
{0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57},
{0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4},
{0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2070, 0x2071}, {0x2074, 0x2079},
{0x207f, 0x2089}, {0x2090, 0x209c}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2119, 0x211d}, {0x2124, 0x2124},
{0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x212d}, {0x212f, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2150, 0x2189},
{0x2460, 0x249b}, {0x24ea, 0x24ff}, {0x2776, 0x2793}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cee}, {0x2cf2, 0x2cf3}, {0x2cfd, 0x2cfd}, {0x2d00, 0x2d25},
{0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6},
{0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2e2f, 0x2e2f}, {0x3005, 0x3007}, {0x3021, 0x3029},
{0x3031, 0x3035}, {0x3038, 0x303c}, {0x3040, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x3192, 0x3195}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff},
{0x3220, 0x3229}, {0x3248, 0x324f}, {0x3251, 0x325f}, {0x3280, 0x3289}, {0x32b1, 0x32bf}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd},
{0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd},
{0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa830, 0xa835},
{0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8d0, 0xa8d9}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, {0xa900, 0xa925}, {0xa930, 0xa946},
{0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b},
{0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, {0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0},
{0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26},
{0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabe2}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb},
{0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c},
{0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdfb},
{0xfe70, 0xfe74}, {0xfe76, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf},
{0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d},
{0x10080, 0x100fa}, {0x10107, 0x10133}, {0x10140, 0x10178}, {0x1018a, 0x1018b}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e1, 0x102fb}, {0x10300, 0x10323},
{0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9},
{0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595},
{0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767},
{0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c},
{0x1083f, 0x10855}, {0x10858, 0x10876}, {0x10879, 0x1089e}, {0x108a7, 0x108af}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x108fb, 0x1091b}, {0x10920, 0x10939},
{0x10980, 0x109b7}, {0x109bc, 0x109cf}, {0x109d2, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a40, 0x10a48}, {0x10a60, 0x10a7e},
{0x10a80, 0x10a9f}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10aeb, 0x10aef}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b58, 0x10b72}, {0x10b78, 0x10b91},
{0x10ba9, 0x10baf}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10cfa, 0x10d23}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d6f, 0x10d85},
{0x10e60, 0x10e7e}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f27}, {0x10f30, 0x10f45}, {0x10f51, 0x10f54}, {0x10f70, 0x10f81},
{0x10fb0, 0x10fcb}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11052, 0x1106f}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8},
{0x110f0, 0x110f9}, {0x11103, 0x11126}, {0x11136, 0x1113f}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2},
{0x111c1, 0x111c4}, {0x111d0, 0x111da}, {0x111dc, 0x111dc}, {0x111e1, 0x111f4}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286},
{0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x112f0, 0x112f9}, {0x11305, 0x1130c}, {0x1130f, 0x11310},
{0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11380, 0x11389},
{0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434}, {0x11447, 0x1144a},
{0x11450, 0x11459}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115ae}, {0x115d8, 0x115db},
{0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a},
{0x11730, 0x1173b}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118f2}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916},
{0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3},
{0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0},
{0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c50, 0x11c6c}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09},
{0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11da0, 0x11da9},
{0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11f50, 0x11f59}, {0x11fb0, 0x11fb0}, {0x11fc0, 0x11fd4}, {0x12000, 0x12399},
{0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d},
{0x16130, 0x16139}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f},
{0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b5b, 0x16b61}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e96},
{0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08},
{0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167},
{0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1ccf0, 0x1ccf9}, {0x1d2c0, 0x1d2d3}, {0x1d2e0, 0x1d2f3},
{0x1d360, 0x1d378}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9},
{0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e},
{0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714},
{0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff},
{0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad},
{0x1e2c0, 0x1e2eb}, {0x1e2f0, 0x1e2f9}, {0x1e4d0, 0x1e4eb}, {0x1e4f0, 0x1e4f9}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb},
{0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8c7, 0x1e8cf}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ec71, 0x1ecab},
{0x1ecad, 0x1ecaf}, {0x1ecb1, 0x1ecb4}, {0x1ed01, 0x1ed2d}, {0x1ed2f, 0x1ed3d}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24},
{0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49},
{0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d},
{0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e},
{0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1f100, 0x1f10c}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df},
{0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af},
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(117);
ADVANCE_MAP(
'\n', 118,
'"', 13,
'#', 210,
'(', 211,
')', 212,
'*', 130,
'+', 132,
',', 236,
'-', 133,
'/', 131,
':', 222,
';', 269,
'@', 129,
'N', 155,
'^', 113,
'b', 270,
'c', 306,
'd', 323,
'e', 347,
'i', 318,
'n', 324,
'o', 329,
'p', 271,
'q', 344,
't', 348,
'{', 246,
'}', 248,
'~', 245,
'1', 197,
'2', 197,
);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(0);
if (lookahead == '!' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '?') ADVANCE(134);
if (lookahead == 'C' ||
lookahead == 'M' ||
lookahead == 'P' ||
('R' <= lookahead && lookahead <= 'U')) ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(159);
END_STATE();
case 1:
if (lookahead == '\t') ADVANCE(178);
if (lookahead == '\n') ADVANCE(122);
if (lookahead == '\r') SKIP(1);
if (lookahead == ' ') ADVANCE(223);
if (lookahead == '"') ADVANCE(180);
if (lookahead == '#') ADVANCE(191);
if (lookahead == '(') ADVANCE(211);
if (lookahead == '+') ADVANCE(132);
if (lookahead == '-') ADVANCE(133);
if (lookahead == 'F') ADVANCE(162);
if (lookahead == 'N') ADVANCE(170);
if (lookahead == 'T') ADVANCE(167);
if (lookahead == '1' ||
lookahead == '2') ADVANCE(202);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (lookahead != 0) ADVANCE(193);
END_STATE();
case 2:
if (lookahead == '\t') ADVANCE(179);
if (lookahead == '\r') SKIP(2);
if (lookahead == ' ') ADVANCE(224);
if (lookahead == '"') ADVANCE(180);
if (lookahead == '#') ADVANCE(191);
if (lookahead == '(') ADVANCE(211);
if (lookahead == '+') ADVANCE(132);
if (lookahead == '-') ADVANCE(133);
if (lookahead == 'F') ADVANCE(162);
if (lookahead == 'N') ADVANCE(170);
if (lookahead == 'T') ADVANCE(167);
if (lookahead == '1' ||
lookahead == '2') ADVANCE(202);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n') ADVANCE(193);
END_STATE();
case 3:
if (lookahead == '\n') ADVANCE(118);
if (lookahead == '\r') ADVANCE(121);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(125);
if (lookahead != 0) ADVANCE(126);
END_STATE();
case 4:
if (lookahead == '\n') ADVANCE(122);
if (lookahead == ' ') ADVANCE(225);
if (lookahead == '\t' ||
lookahead == '\r') SKIP(4);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(174);
END_STATE();
case 5:
ADVANCE_MAP(
'\n', 122,
'"', 13,
'#', 209,
'(', 211,
'*', 130,
'+', 132,
',', 236,
'-', 133,
'/', 131,
';', 269,
'}', 247,
'~', 245,
'1', 197,
'2', 197,
);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(5);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(174);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(111);
END_STATE();
case 6:
ADVANCE_MAP(
'\n', 122,
'"', 13,
'#', 112,
'(', 211,
'+', 132,
'-', 133,
';', 269,
'@', 129,
'F', 143,
'T', 151,
'^', 113,
'c', 92,
'{', 246,
'}', 247,
'1', 197,
'2', 197,
);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(6);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(160);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(111);
END_STATE();
case 7:
ADVANCE_MAP(
'\n', 122,
'"', 13,
'(', 211,
'*', 130,
'+', 132,
'-', 133,
'/', 131,
';', 269,
'F', 144,
'T', 152,
'1', 197,
'2', 197,
);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(7);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
END_STATE();
case 8:
if (lookahead == '\n') ADVANCE(122);
if (lookahead == '#') ADVANCE(210);
if (lookahead == '*') ADVANCE(130);
if (lookahead == ';') ADVANCE(269);
if (lookahead == '^') ADVANCE(113);
if (lookahead == 'c') ADVANCE(92);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(8);
if (lookahead == '!' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '?') ADVANCE(134);
if (lookahead == 'C' ||
lookahead == 'M' ||
lookahead == 'P' ||
('R' <= lookahead && lookahead <= 'U')) ADVANCE(136);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(160);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(111);
END_STATE();
case 9:
ADVANCE_MAP(
'\n', 122,
'#', 209,
'(', 211,
')', 212,
'*', 130,
'+', 132,
',', 236,
'-', 133,
'/', 131,
';', 269,
'}', 248,
'~', 245,
);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(9);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(174);
END_STATE();
case 10:
ADVANCE_MAP(
'\n', 122,
'#', 209,
'(', 211,
'*', 130,
'+', 132,
'-', 133,
';', 269,
'@', 129,
'b', 20,
'c', 53,
'd', 70,
'e', 95,
'n', 71,
'o', 77,
'p', 22,
'q', 94,
't', 96,
'{', 246,
);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(10);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
if (lookahead == '!' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '?' ||
lookahead == 'C' ||
lookahead == 'M' ||
lookahead == 'P' ||
('R' <= lookahead && lookahead <= 'U')) ADVANCE(134);
END_STATE();
case 11:
if (lookahead == '\r') SKIP(11);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(124);
END_STATE();
case 12:
ADVANCE_MAP(
'"', 13,
'#', 209,
'(', 211,
'*', 130,
'+', 132,
'-', 133,
'}', 99,
'1', 197,
'2', 197,
);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(12);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(174);
END_STATE();
case 13:
if (lookahead == '"') ADVANCE(175);
if (lookahead == '\\') ADVANCE(14);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 14:
if (lookahead == '"') ADVANCE(176);
if (lookahead == '\\') ADVANCE(14);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 15:
if (lookahead == ',') ADVANCE(15);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 16:
if (lookahead == '0') ADVANCE(105);
if (lookahead == '1') ADVANCE(104);
END_STATE();
case 17:
if (lookahead == '0') ADVANCE(106);
if (lookahead == '3') ADVANCE(103);
if (lookahead == '1' ||
lookahead == '2') ADVANCE(107);
END_STATE();
case 18:
if (lookahead == 'a') ADVANCE(232);
END_STATE();
case 19:
if (lookahead == 'a') ADVANCE(230);
END_STATE();
case 20:
if (lookahead == 'a') ADVANCE(54);
END_STATE();
case 21:
if (lookahead == 'a') ADVANCE(43);
END_STATE();
case 22:
if (lookahead == 'a') ADVANCE(29);
if (lookahead == 'r') ADVANCE(49);
END_STATE();
case 23:
if (lookahead == 'a') ADVANCE(44);
END_STATE();
case 24:
if (lookahead == 'a') ADVANCE(68);
END_STATE();
case 25:
if (lookahead == 'c') ADVANCE(52);
END_STATE();
case 26:
if (lookahead == 'c') ADVANCE(93);
END_STATE();
case 27:
if (lookahead == 'c') ADVANCE(36);
END_STATE();
case 28:
if (lookahead == 'c') ADVANCE(37);
END_STATE();
case 29:
if (lookahead == 'd') ADVANCE(241);
END_STATE();
case 30:
if (lookahead == 'd') ADVANCE(32);
END_STATE();
case 31:
if (lookahead == 'd') ADVANCE(50);
END_STATE();
case 32:
if (lookahead == 'e') ADVANCE(265);
END_STATE();
case 33:
if (lookahead == 'e') ADVANCE(78);
END_STATE();
case 34:
if (lookahead == 'e') ADVANCE(257);
END_STATE();
case 35:
if (lookahead == 'e') ADVANCE(237);
END_STATE();
case 36:
if (lookahead == 'e') ADVANCE(251);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(243);
END_STATE();
case 38:
if (lookahead == 'e') ADVANCE(85);
END_STATE();
case 39:
if (lookahead == 'e') ADVANCE(66);
END_STATE();
case 40:
if (lookahead == 'e') ADVANCE(65);
END_STATE();
case 41:
if (lookahead == 'e') ADVANCE(87);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(67);
END_STATE();
case 43:
if (lookahead == 'g') ADVANCE(228);
END_STATE();
case 44:
if (lookahead == 'g') ADVANCE(226);
END_STATE();
case 45:
if (lookahead == 'g') ADVANCE(48);
END_STATE();
case 46:
if (lookahead == 'h') ADVANCE(59);
END_STATE();
case 47:
if (lookahead == 'i') ADVANCE(69);
END_STATE();
case 48:
if (lookahead == 'i') ADVANCE(63);
END_STATE();
case 49:
if (lookahead == 'i') ADVANCE(27);
END_STATE();
case 50:
if (lookahead == 'i') ADVANCE(86);
END_STATE();
case 51:
if (lookahead == 'l') ADVANCE(90);
if (lookahead == 'o') ADVANCE(76);
if (lookahead == 'u') ADVANCE(79);
END_STATE();
case 52:
if (lookahead == 'l') ADVANCE(91);
END_STATE();
case 53:
if (lookahead == 'l') ADVANCE(72);
if (lookahead == 'o') ADVANCE(57);
if (lookahead == 'u') ADVANCE(80);
END_STATE();
case 54:
if (lookahead == 'l') ADVANCE(24);
END_STATE();
case 55:
if (lookahead == 'm') ADVANCE(38);
if (lookahead == 't') ADVANCE(21);
END_STATE();
case 56:
if (lookahead == 'm') ADVANCE(261);
END_STATE();
case 57:
if (lookahead == 'm') ADVANCE(58);
END_STATE();
case 58:
if (lookahead == 'm') ADVANCE(73);
END_STATE();
case 59:
if (lookahead == 'm') ADVANCE(41);
if (lookahead == 't') ADVANCE(23);
END_STATE();
case 60:
if (lookahead == 'm') ADVANCE(42);
END_STATE();
case 61:
if (lookahead == 'n') ADVANCE(25);
END_STATE();
case 62:
if (lookahead == 'n') ADVANCE(263);
END_STATE();
case 63:
if (lookahead == 'n') ADVANCE(267);
END_STATE();
case 64:
if (lookahead == 'n') ADVANCE(207);
END_STATE();
case 65:
if (lookahead == 'n') ADVANCE(234);
END_STATE();
case 66:
if (lookahead == 'n') ADVANCE(83);
END_STATE();
case 67:
if (lookahead == 'n') ADVANCE(84);
END_STATE();
case 68:
if (lookahead == 'n') ADVANCE(28);
END_STATE();
case 69:
if (lookahead == 'o') ADVANCE(62);
END_STATE();
case 70:
if (lookahead == 'o') ADVANCE(26);
END_STATE();
case 71:
if (lookahead == 'o') ADVANCE(88);
END_STATE();
case 72:
if (lookahead == 'o') ADVANCE(81);
END_STATE();
case 73:
if (lookahead == 'o') ADVANCE(31);
END_STATE();
case 74:
if (lookahead == 'o') ADVANCE(56);
END_STATE();
case 75:
if (lookahead == 'p') ADVANCE(82);
END_STATE();
case 76:
if (lookahead == 'p') ADVANCE(55);
END_STATE();
case 77:
if (lookahead == 'p') ADVANCE(40);
END_STATE();
case 78:
if (lookahead == 'r') ADVANCE(97);
END_STATE();
case 79:
if (lookahead == 's') ADVANCE(46);
END_STATE();
case 80:
if (lookahead == 's') ADVANCE(89);
END_STATE();
case 81:
if (lookahead == 's') ADVANCE(35);
END_STATE();
case 82:
if (lookahead == 't') ADVANCE(47);
END_STATE();
case 83:
if (lookahead == 't') ADVANCE(253);
END_STATE();
case 84:
if (lookahead == 't') ADVANCE(259);
END_STATE();
case 85:
if (lookahead == 't') ADVANCE(18);
END_STATE();
case 86:
if (lookahead == 't') ADVANCE(98);
END_STATE();
case 87:
if (lookahead == 't') ADVANCE(19);
END_STATE();
case 88:
if (lookahead == 't') ADVANCE(34);
END_STATE();
case 89:
if (lookahead == 't') ADVANCE(74);
END_STATE();
case 90:
if (lookahead == 'u') ADVANCE(45);
END_STATE();
case 91:
if (lookahead == 'u') ADVANCE(30);
END_STATE();
case 92:
if (lookahead == 'u') ADVANCE(217);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 93:
if (lookahead == 'u') ADVANCE(60);
END_STATE();
case 94:
if (lookahead == 'u') ADVANCE(33);
END_STATE();
case 95:
if (lookahead == 'v') ADVANCE(39);
END_STATE();
case 96:
if (lookahead == 'x') ADVANCE(64);
END_STATE();
case 97:
if (lookahead == 'y') ADVANCE(255);
END_STATE();
case 98:
if (lookahead == 'y') ADVANCE(239);
END_STATE();
case 99:
if (lookahead == '}') ADVANCE(250);
END_STATE();
case 100:
if (lookahead == '#' ||
lookahead == '*') ADVANCE(123);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(100);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(160);
END_STATE();
case 101:
if (lookahead == '-' ||
lookahead == '/') ADVANCE(16);
END_STATE();
case 102:
if (lookahead == '-' ||
lookahead == '/') ADVANCE(17);
END_STATE();
case 103:
if (lookahead == '0' ||
lookahead == '1') ADVANCE(142);
END_STATE();
case 104:
if (('0' <= lookahead && lookahead <= '2')) ADVANCE(102);
END_STATE();
case 105:
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(102);
END_STATE();
case 106:
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(142);
END_STATE();
case 107:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(142);
END_STATE();
case 108:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101);
END_STATE();
case 109:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(108);
END_STATE();
case 110:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(109);
END_STATE();
case 111:
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 112:
if (('-' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(205);
END_STATE();
case 113:
if (('-' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(206);
END_STATE();
case 114:
if (set_contains(sym_account_character_set_2, 797, lookahead)) ADVANCE(161);
END_STATE();
case 115:
if (eof) ADVANCE(117);
if (lookahead == '\n') ADVANCE(118);
if (lookahead == '\r') ADVANCE(119);
if (lookahead == ':') ADVANCE(222);
if (lookahead == ';') ADVANCE(269);
if (lookahead == 'i') ADVANCE(61);
if (lookahead == 'o') ADVANCE(75);
if (lookahead == 'p') ADVANCE(51);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(115);
if (lookahead == '1' ||
lookahead == '2') ADVANCE(110);
if (set_contains(sym_flag_character_set_1, 9, lookahead)) ADVANCE(134);
END_STATE();
case 116:
if (eof) ADVANCE(117);
ADVANCE_MAP(
'\n', 118,
'\r', 120,
':', 222,
';', 269,
'i', 61,
'o', 75,
'p', 51,
'\t', 127,
' ', 127,
'1', 110,
'2', 110,
);
if (set_contains(sym_flag_character_set_1, 9, lookahead)) ADVANCE(134);
END_STATE();
case 117:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 118:
ACCEPT_TOKEN(anon_sym_LF);
END_STATE();
case 119:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\r') ADVANCE(119);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\r') ADVANCE(120);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(127);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\r') ADVANCE(121);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(125);
END_STATE();
case 122:
ACCEPT_TOKEN(sym__eol);
END_STATE();
case 123:
ACCEPT_TOKEN(aux_sym__org_stars_token1);
if (lookahead == '#' ||
lookahead == '*') ADVANCE(123);
END_STATE();
case 124:
ACCEPT_TOKEN(aux_sym_headline_token1);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(124);
END_STATE();
case 125:
ACCEPT_TOKEN(sym_item);
if (lookahead == '\r') ADVANCE(121);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(125);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n') ADVANCE(126);
END_STATE();
case 126:
ACCEPT_TOKEN(sym_item);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(126);
END_STATE();
case 127:
ACCEPT_TOKEN(sym__indent);
if (lookahead == '\r') ADVANCE(120);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(127);
END_STATE();
case 128:
ACCEPT_TOKEN(sym_atat);
END_STATE();
case 129:
ACCEPT_TOKEN(sym_at);
if (lookahead == '@') ADVANCE(128);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 131:
ACCEPT_TOKEN(sym_slash);
END_STATE();
case 132:
ACCEPT_TOKEN(sym_plus);
END_STATE();
case 133:
ACCEPT_TOKEN(sym_minus);
END_STATE();
case 134:
ACCEPT_TOKEN(sym_flag);
END_STATE();
case 135:
ACCEPT_TOKEN(sym_flag);
if (lookahead == ':') ADVANCE(114);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(159);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 136:
ACCEPT_TOKEN(sym_flag);
if (lookahead == ':') ADVANCE(114);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_NULL);
if (lookahead == ':') ADVANCE(114);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(159);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_NULL);
if (lookahead == ':') ADVANCE(192);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 139:
ACCEPT_TOKEN(sym_bool);
if (lookahead == ':') ADVANCE(114);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(160);
END_STATE();
case 140:
ACCEPT_TOKEN(sym_bool);
if (lookahead == ':') ADVANCE(114);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 141:
ACCEPT_TOKEN(sym_bool);
if (lookahead == ':') ADVANCE(192);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 142:
ACCEPT_TOKEN(sym_date);
END_STATE();
case 143:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'A') ADVANCE(148);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 144:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'A') ADVANCE(150);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('B' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(160);
END_STATE();
case 145:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'E') ADVANCE(140);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 146:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'E') ADVANCE(139);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(160);
END_STATE();
case 147:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'L') ADVANCE(137);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(159);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 148:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'L') ADVANCE(153);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 149:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'L') ADVANCE(147);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(159);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 150:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'L') ADVANCE(154);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(160);
END_STATE();
case 151:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'R') ADVANCE(156);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 152:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'R') ADVANCE(157);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(160);
END_STATE();
case 153:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'S') ADVANCE(145);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 154:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'S') ADVANCE(146);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(160);
END_STATE();
case 155:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'U') ADVANCE(149);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(159);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 156:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'U') ADVANCE(145);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 157:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == 'U') ADVANCE(146);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(160);
END_STATE();
case 158:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(158);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(160);
END_STATE();
case 159:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(159);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 160:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(160);
END_STATE();
case 161:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(114);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(161);
END_STATE();
case 162:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'A') ADVANCE(164);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('B' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 163:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'E') ADVANCE(141);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 164:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'L') ADVANCE(168);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 165:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'L') ADVANCE(138);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 166:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'L') ADVANCE(165);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 167:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'R') ADVANCE(169);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 168:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'S') ADVANCE(163);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 169:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'U') ADVANCE(163);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 170:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == 'U') ADVANCE(166);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 171:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(172);
END_STATE();
case 172:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (set_contains(sym_account_character_set_1, 767, lookahead)) ADVANCE(172);
END_STATE();
case 173:
ACCEPT_TOKEN(sym_account);
if (lookahead == ':') ADVANCE(192);
if (set_contains(sym_account_character_set_3, 768, lookahead)) ADVANCE(173);
END_STATE();
case 174:
ACCEPT_TOKEN(sym_currency);
if (lookahead == '\'' ||
lookahead == '-' ||
lookahead == '.' ||
lookahead == '_') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z')) ADVANCE(174);
END_STATE();
case 175:
ACCEPT_TOKEN(sym_string);
END_STATE();
case 176:
ACCEPT_TOKEN(sym_string);
if (lookahead == '"') ADVANCE(175);
if (lookahead == '\\') ADVANCE(14);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 177:
ACCEPT_TOKEN(sym_string);
if (lookahead == '"') ADVANCE(175);
if (lookahead == '\\') ADVANCE(181);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(13);
if (lookahead != 0) ADVANCE(180);
END_STATE();
case 178:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == '\t') ADVANCE(178);
if (lookahead == '\n') ADVANCE(122);
if (lookahead == '\r') SKIP(1);
if (lookahead == ' ') ADVANCE(223);
if (lookahead == '"') ADVANCE(180);
if (lookahead == '#') ADVANCE(191);
if (lookahead == '(') ADVANCE(211);
if (lookahead == '+') ADVANCE(132);
if (lookahead == '-') ADVANCE(133);
if (lookahead == 'F') ADVANCE(162);
if (lookahead == 'N') ADVANCE(170);
if (lookahead == 'T') ADVANCE(167);
if (lookahead == '1' ||
lookahead == '2') ADVANCE(202);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (lookahead != 0) ADVANCE(193);
END_STATE();
case 179:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == '\t') ADVANCE(179);
if (lookahead == '\r') SKIP(2);
if (lookahead == ' ') ADVANCE(224);
if (lookahead == '"') ADVANCE(180);
if (lookahead == '#') ADVANCE(191);
if (lookahead == '(') ADVANCE(211);
if (lookahead == '+') ADVANCE(132);
if (lookahead == '-') ADVANCE(133);
if (lookahead == 'F') ADVANCE(162);
if (lookahead == 'N') ADVANCE(170);
if (lookahead == 'T') ADVANCE(167);
if (lookahead == '1' ||
lookahead == '2') ADVANCE(202);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(171);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n') ADVANCE(193);
END_STATE();
case 180:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == '"') ADVANCE(175);
if (lookahead == '\\') ADVANCE(181);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(13);
if (lookahead != 0) ADVANCE(180);
END_STATE();
case 181:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == '"') ADVANCE(177);
if (lookahead == '\\') ADVANCE(181);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(13);
if (lookahead != 0) ADVANCE(180);
END_STATE();
case 182:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == ',') ADVANCE(182);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 183:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == '0') ADVANCE(189);
if (lookahead == '1') ADVANCE(187);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 184:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == '0') ADVANCE(188);
if (lookahead == '3') ADVANCE(186);
if (lookahead == '1' ||
lookahead == '2') ADVANCE(190);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 185:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == '-' ||
lookahead == '/') ADVANCE(184);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 186:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(142);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 187:
ACCEPT_TOKEN(sym_unquoted_string);
if (('0' <= lookahead && lookahead <= '2')) ADVANCE(185);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 188:
ACCEPT_TOKEN(sym_unquoted_string);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(142);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 189:
ACCEPT_TOKEN(sym_unquoted_string);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(185);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 190:
ACCEPT_TOKEN(sym_unquoted_string);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(142);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 191:
ACCEPT_TOKEN(sym_unquoted_string);
if (('-' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(205);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 192:
ACCEPT_TOKEN(sym_unquoted_string);
if (set_contains(sym_account_character_set_2, 797, lookahead)) ADVANCE(173);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 193:
ACCEPT_TOKEN(sym_unquoted_string);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(193);
END_STATE();
case 194:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(15);
if (lookahead == '.') ADVANCE(204);
if (('-' <= lookahead && lookahead <= '/')) ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 195:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(15);
if (lookahead == '.') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(194);
END_STATE();
case 196:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(15);
if (lookahead == '.') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(195);
END_STATE();
case 197:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(15);
if (lookahead == '.') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(196);
END_STATE();
case 198:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(15);
if (lookahead == '.') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 199:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(182);
if (lookahead == '.') ADVANCE(204);
if (('-' <= lookahead && lookahead <= '/')) ADVANCE(183);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
END_STATE();
case 200:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(182);
if (lookahead == '.') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(199);
END_STATE();
case 201:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(182);
if (lookahead == '.') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(200);
END_STATE();
case 202:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(182);
if (lookahead == '.') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(201);
END_STATE();
case 203:
ACCEPT_TOKEN(sym_number);
if (lookahead == ',') ADVANCE(182);
if (lookahead == '.') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
END_STATE();
case 204:
ACCEPT_TOKEN(sym_number);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(204);
END_STATE();
case 205:
ACCEPT_TOKEN(sym_tag);
if (('-' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(205);
END_STATE();
case 206:
ACCEPT_TOKEN(sym_link);
if (('-' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(206);
END_STATE();
case 207:
ACCEPT_TOKEN(anon_sym_txn);
END_STATE();
case 208:
ACCEPT_TOKEN(anon_sym_txn);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 209:
ACCEPT_TOKEN(anon_sym_POUND);
END_STATE();
case 210:
ACCEPT_TOKEN(anon_sym_POUND);
if (('-' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(205);
END_STATE();
case 211:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 212:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 213:
ACCEPT_TOKEN(sym_key);
if (lookahead == 'c') ADVANCE(218);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 214:
ACCEPT_TOKEN(sym_key);
if (lookahead == 'e') ADVANCE(215);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 215:
ACCEPT_TOKEN(sym_key);
if (lookahead == 'n') ADVANCE(213);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 216:
ACCEPT_TOKEN(sym_key);
if (lookahead == 'r') ADVANCE(214);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 217:
ACCEPT_TOKEN(sym_key);
if (lookahead == 'r') ADVANCE(216);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 218:
ACCEPT_TOKEN(sym_key);
if (lookahead == 'y') ADVANCE(221);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 219:
ACCEPT_TOKEN(sym_key);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 220:
ACCEPT_TOKEN(anon_sym_currency);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 221:
ACCEPT_TOKEN(anon_sym_currency);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(219);
END_STATE();
case 222:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 223:
ACCEPT_TOKEN(aux_sym_currency_key_value_token1);
if (lookahead == '\t') ADVANCE(178);
if (lookahead == ' ') ADVANCE(223);
END_STATE();
case 224:
ACCEPT_TOKEN(aux_sym_currency_key_value_token1);
if (lookahead == '\t') ADVANCE(179);
if (lookahead == ' ') ADVANCE(224);
END_STATE();
case 225:
ACCEPT_TOKEN(aux_sym_currency_key_value_token1);
if (lookahead == ' ') ADVANCE(225);
END_STATE();
case 226:
ACCEPT_TOKEN(anon_sym_pushtag);
END_STATE();
case 227:
ACCEPT_TOKEN(anon_sym_pushtag);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 228:
ACCEPT_TOKEN(anon_sym_poptag);
END_STATE();
case 229:
ACCEPT_TOKEN(anon_sym_poptag);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 230:
ACCEPT_TOKEN(anon_sym_pushmeta);
END_STATE();
case 231:
ACCEPT_TOKEN(anon_sym_pushmeta);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 232:
ACCEPT_TOKEN(anon_sym_popmeta);
END_STATE();
case 233:
ACCEPT_TOKEN(anon_sym_popmeta);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 234:
ACCEPT_TOKEN(anon_sym_open);
END_STATE();
case 235:
ACCEPT_TOKEN(anon_sym_open);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 236:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 237:
ACCEPT_TOKEN(anon_sym_close);
END_STATE();
case 238:
ACCEPT_TOKEN(anon_sym_close);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 239:
ACCEPT_TOKEN(anon_sym_commodity);
END_STATE();
case 240:
ACCEPT_TOKEN(anon_sym_commodity);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 241:
ACCEPT_TOKEN(anon_sym_pad);
END_STATE();
case 242:
ACCEPT_TOKEN(anon_sym_pad);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 243:
ACCEPT_TOKEN(anon_sym_balance);
END_STATE();
case 244:
ACCEPT_TOKEN(anon_sym_balance);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 245:
ACCEPT_TOKEN(anon_sym_TILDE);
END_STATE();
case 246:
ACCEPT_TOKEN(anon_sym_LBRACE);
if (lookahead == '{') ADVANCE(249);
END_STATE();
case 247:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 248:
ACCEPT_TOKEN(anon_sym_RBRACE);
if (lookahead == '}') ADVANCE(250);
END_STATE();
case 249:
ACCEPT_TOKEN(anon_sym_LBRACE_LBRACE);
END_STATE();
case 250:
ACCEPT_TOKEN(anon_sym_RBRACE_RBRACE);
END_STATE();
case 251:
ACCEPT_TOKEN(anon_sym_price);
END_STATE();
case 252:
ACCEPT_TOKEN(anon_sym_price);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 253:
ACCEPT_TOKEN(anon_sym_event);
END_STATE();
case 254:
ACCEPT_TOKEN(anon_sym_event);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 255:
ACCEPT_TOKEN(anon_sym_query);
END_STATE();
case 256:
ACCEPT_TOKEN(anon_sym_query);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 257:
ACCEPT_TOKEN(anon_sym_note);
END_STATE();
case 258:
ACCEPT_TOKEN(anon_sym_note);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 259:
ACCEPT_TOKEN(anon_sym_document);
END_STATE();
case 260:
ACCEPT_TOKEN(anon_sym_document);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 261:
ACCEPT_TOKEN(anon_sym_custom);
END_STATE();
case 262:
ACCEPT_TOKEN(anon_sym_custom);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 263:
ACCEPT_TOKEN(anon_sym_option);
END_STATE();
case 264:
ACCEPT_TOKEN(anon_sym_option);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 265:
ACCEPT_TOKEN(anon_sym_include);
END_STATE();
case 266:
ACCEPT_TOKEN(anon_sym_include);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 267:
ACCEPT_TOKEN(anon_sym_plugin);
END_STATE();
case 268:
ACCEPT_TOKEN(anon_sym_plugin);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 269:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(269);
END_STATE();
case 270:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(305);
if (('A' <= lookahead && lookahead <= 'Z') ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 271:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(282);
if (lookahead == 'l') ADVANCE(343);
if (lookahead == 'o') ADVANCE(330);
if (lookahead == 'r') ADVANCE(301);
if (lookahead == 'u') ADVANCE(334);
if (('A' <= lookahead && lookahead <= 'Z') ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 272:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(233);
if (('A' <= lookahead && lookahead <= 'Z') ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 273:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(231);
if (('A' <= lookahead && lookahead <= 'Z') ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 274:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(297);
if (('A' <= lookahead && lookahead <= 'Z') ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 275:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(298);
if (('A' <= lookahead && lookahead <= 'Z') ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 276:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(322);
if (('A' <= lookahead && lookahead <= 'Z') ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 277:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(307);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 278:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(350);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 279:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(345);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 280:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(287);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 281:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(288);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 282:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(242);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 283:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(302);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 284:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(289);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 285:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(258);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 286:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(238);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 287:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(252);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 288:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(244);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 289:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(266);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 290:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(332);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 291:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(319);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 292:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(315);
if (lookahead == 't') ADVANCE(303);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 293:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(340);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 294:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(321);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 295:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(342);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 296:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(320);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 297:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(229);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 298:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(227);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 299:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(304);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 300:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'h') ADVANCE(312);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 301:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(280);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 302:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(339);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 303:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(328);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 304:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(317);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 305:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(276);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 306:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(326);
if (lookahead == 'o') ADVANCE(309);
if (lookahead == 'u') ADVANCE(331);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 307:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(346);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 308:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'm') ADVANCE(262);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 309:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'm') ADVANCE(310);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 310:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'm') ADVANCE(325);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 311:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'm') ADVANCE(293);
if (lookahead == 't') ADVANCE(274);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 312:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'm') ADVANCE(295);
if (lookahead == 't') ADVANCE(275);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 313:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'm') ADVANCE(294);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 314:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(208);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 315:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(235);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 316:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(264);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 317:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(268);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 318:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(277);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 319:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(336);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 320:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(278);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 321:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(337);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 322:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(281);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 323:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(279);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 324:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(338);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 325:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(283);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 326:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(335);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 327:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(308);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 328:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(316);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 329:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(292);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 330:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(311);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 331:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(333);
if (lookahead == 's') ADVANCE(341);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 332:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(349);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 333:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(296);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 334:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(300);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 335:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(286);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 336:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(254);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 337:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(260);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 338:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(285);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 339:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(351);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 340:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(272);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 341:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(327);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 342:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(273);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 343:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(299);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 344:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(290);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 345:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(313);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 346:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(284);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 347:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'v') ADVANCE(291);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 348:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'x') ADVANCE(314);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 349:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(256);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 350:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(220);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 351:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(240);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 352:
ACCEPT_TOKEN(sym_identifier);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(352);
END_STATE();
case 353:
ACCEPT_TOKEN(aux_sym__skipped_lines_token1);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(353);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(354);
END_STATE();
case 354:
ACCEPT_TOKEN(aux_sym__skipped_lines_token1);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(354);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 115, .external_lex_state = 2},
[2] = {.lex_state = 115, .external_lex_state = 3},
[3] = {.lex_state = 115, .external_lex_state = 2},
[4] = {.lex_state = 115, .external_lex_state = 3},
[5] = {.lex_state = 115, .external_lex_state = 2},
[6] = {.lex_state = 115, .external_lex_state = 3},
[7] = {.lex_state = 115, .external_lex_state = 3},
[8] = {.lex_state = 115, .external_lex_state = 3},
[9] = {.lex_state = 1},
[10] = {.lex_state = 2},
[11] = {.lex_state = 116, .external_lex_state = 3},
[12] = {.lex_state = 116, .external_lex_state = 2},
[13] = {.lex_state = 116, .external_lex_state = 2},
[14] = {.lex_state = 116, .external_lex_state = 2},
[15] = {.lex_state = 116, .external_lex_state = 2},
[16] = {.lex_state = 116, .external_lex_state = 2},
[17] = {.lex_state = 116, .external_lex_state = 2},
[18] = {.lex_state = 116, .external_lex_state = 2},
[19] = {.lex_state = 116, .external_lex_state = 2},
[20] = {.lex_state = 116, .external_lex_state = 2},
[21] = {.lex_state = 116, .external_lex_state = 2},
[22] = {.lex_state = 116, .external_lex_state = 2},
[23] = {.lex_state = 116, .external_lex_state = 2},
[24] = {.lex_state = 116, .external_lex_state = 2},
[25] = {.lex_state = 116, .external_lex_state = 2},
[26] = {.lex_state = 116, .external_lex_state = 2},
[27] = {.lex_state = 116, .external_lex_state = 2},
[28] = {.lex_state = 116, .external_lex_state = 3},
[29] = {.lex_state = 116, .external_lex_state = 3},
[30] = {.lex_state = 116, .external_lex_state = 3},
[31] = {.lex_state = 116, .external_lex_state = 3},
[32] = {.lex_state = 116, .external_lex_state = 3},
[33] = {.lex_state = 116, .external_lex_state = 3},
[34] = {.lex_state = 116, .external_lex_state = 3},
[35] = {.lex_state = 116, .external_lex_state = 3},
[36] = {.lex_state = 116, .external_lex_state = 3},
[37] = {.lex_state = 116, .external_lex_state = 3},
[38] = {.lex_state = 116, .external_lex_state = 3},
[39] = {.lex_state = 116, .external_lex_state = 3},
[40] = {.lex_state = 116, .external_lex_state = 3},
[41] = {.lex_state = 116, .external_lex_state = 3},
[42] = {.lex_state = 116, .external_lex_state = 3},
[43] = {.lex_state = 116, .external_lex_state = 3},
[44] = {.lex_state = 116, .external_lex_state = 2},
[45] = {.lex_state = 116, .external_lex_state = 3},
[46] = {.lex_state = 116, .external_lex_state = 2},
[47] = {.lex_state = 116, .external_lex_state = 2},
[48] = {.lex_state = 116, .external_lex_state = 2},
[49] = {.lex_state = 116, .external_lex_state = 2},
[50] = {.lex_state = 116, .external_lex_state = 2},
[51] = {.lex_state = 116, .external_lex_state = 2},
[52] = {.lex_state = 116, .external_lex_state = 2},
[53] = {.lex_state = 116, .external_lex_state = 2},
[54] = {.lex_state = 116, .external_lex_state = 2},
[55] = {.lex_state = 116, .external_lex_state = 2},
[56] = {.lex_state = 116, .external_lex_state = 2},
[57] = {.lex_state = 116, .external_lex_state = 2},
[58] = {.lex_state = 116, .external_lex_state = 2},
[59] = {.lex_state = 116, .external_lex_state = 2},
[60] = {.lex_state = 116, .external_lex_state = 2},
[61] = {.lex_state = 116, .external_lex_state = 2},
[62] = {.lex_state = 116, .external_lex_state = 2},
[63] = {.lex_state = 116, .external_lex_state = 2},
[64] = {.lex_state = 116, .external_lex_state = 2},
[65] = {.lex_state = 116, .external_lex_state = 2},
[66] = {.lex_state = 116, .external_lex_state = 2},
[67] = {.lex_state = 116, .external_lex_state = 2},
[68] = {.lex_state = 116, .external_lex_state = 2},
[69] = {.lex_state = 116, .external_lex_state = 2},
[70] = {.lex_state = 116, .external_lex_state = 2},
[71] = {.lex_state = 116, .external_lex_state = 2},
[72] = {.lex_state = 116, .external_lex_state = 2},
[73] = {.lex_state = 116, .external_lex_state = 2},
[74] = {.lex_state = 116, .external_lex_state = 2},
[75] = {.lex_state = 116, .external_lex_state = 2},
[76] = {.lex_state = 116, .external_lex_state = 2},
[77] = {.lex_state = 116, .external_lex_state = 2},
[78] = {.lex_state = 116, .external_lex_state = 2},
[79] = {.lex_state = 116, .external_lex_state = 2},
[80] = {.lex_state = 116, .external_lex_state = 2},
[81] = {.lex_state = 116, .external_lex_state = 2},
[82] = {.lex_state = 116, .external_lex_state = 2},
[83] = {.lex_state = 116, .external_lex_state = 2},
[84] = {.lex_state = 116, .external_lex_state = 2},
[85] = {.lex_state = 116, .external_lex_state = 2},
[86] = {.lex_state = 116, .external_lex_state = 2},
[87] = {.lex_state = 116, .external_lex_state = 2},
[88] = {.lex_state = 116, .external_lex_state = 2},
[89] = {.lex_state = 116, .external_lex_state = 2},
[90] = {.lex_state = 116, .external_lex_state = 2},
[91] = {.lex_state = 116, .external_lex_state = 2},
[92] = {.lex_state = 116, .external_lex_state = 3},
[93] = {.lex_state = 116, .external_lex_state = 3},
[94] = {.lex_state = 116, .external_lex_state = 3},
[95] = {.lex_state = 116, .external_lex_state = 3},
[96] = {.lex_state = 116, .external_lex_state = 2},
[97] = {.lex_state = 116, .external_lex_state = 2},
[98] = {.lex_state = 116, .external_lex_state = 2},
[99] = {.lex_state = 116, .external_lex_state = 2},
[100] = {.lex_state = 116, .external_lex_state = 3},
[101] = {.lex_state = 116, .external_lex_state = 3},
[102] = {.lex_state = 116, .external_lex_state = 3},
[103] = {.lex_state = 116, .external_lex_state = 3},
[104] = {.lex_state = 116, .external_lex_state = 3},
[105] = {.lex_state = 116, .external_lex_state = 2},
[106] = {.lex_state = 116, .external_lex_state = 3},
[107] = {.lex_state = 116, .external_lex_state = 3},
[108] = {.lex_state = 116, .external_lex_state = 3},
[109] = {.lex_state = 116, .external_lex_state = 3},
[110] = {.lex_state = 116, .external_lex_state = 3},
[111] = {.lex_state = 116, .external_lex_state = 3},
[112] = {.lex_state = 116, .external_lex_state = 3},
[113] = {.lex_state = 116, .external_lex_state = 3},
[114] = {.lex_state = 116, .external_lex_state = 3},
[115] = {.lex_state = 116, .external_lex_state = 3},
[116] = {.lex_state = 116, .external_lex_state = 3},
[117] = {.lex_state = 116, .external_lex_state = 2},
[118] = {.lex_state = 116, .external_lex_state = 2},
[119] = {.lex_state = 116, .external_lex_state = 2},
[120] = {.lex_state = 116, .external_lex_state = 2},
[121] = {.lex_state = 116, .external_lex_state = 2},
[122] = {.lex_state = 116, .external_lex_state = 2},
[123] = {.lex_state = 116, .external_lex_state = 2},
[124] = {.lex_state = 116, .external_lex_state = 2},
[125] = {.lex_state = 116, .external_lex_state = 3},
[126] = {.lex_state = 116, .external_lex_state = 3},
[127] = {.lex_state = 116, .external_lex_state = 3},
[128] = {.lex_state = 116, .external_lex_state = 3},
[129] = {.lex_state = 116, .external_lex_state = 3},
[130] = {.lex_state = 116, .external_lex_state = 3},
[131] = {.lex_state = 116, .external_lex_state = 3},
[132] = {.lex_state = 116, .external_lex_state = 3},
[133] = {.lex_state = 116, .external_lex_state = 3},
[134] = {.lex_state = 116, .external_lex_state = 3},
[135] = {.lex_state = 116, .external_lex_state = 3},
[136] = {.lex_state = 116, .external_lex_state = 3},
[137] = {.lex_state = 116, .external_lex_state = 3},
[138] = {.lex_state = 116, .external_lex_state = 3},
[139] = {.lex_state = 116, .external_lex_state = 3},
[140] = {.lex_state = 116, .external_lex_state = 3},
[141] = {.lex_state = 116, .external_lex_state = 3},
[142] = {.lex_state = 116, .external_lex_state = 3},
[143] = {.lex_state = 116, .external_lex_state = 3},
[144] = {.lex_state = 116, .external_lex_state = 3},
[145] = {.lex_state = 116, .external_lex_state = 3},
[146] = {.lex_state = 116, .external_lex_state = 3},
[147] = {.lex_state = 116, .external_lex_state = 3},
[148] = {.lex_state = 116, .external_lex_state = 3},
[149] = {.lex_state = 116, .external_lex_state = 3},
[150] = {.lex_state = 116, .external_lex_state = 3},
[151] = {.lex_state = 116, .external_lex_state = 3},
[152] = {.lex_state = 116, .external_lex_state = 2},
[153] = {.lex_state = 116, .external_lex_state = 2},
[154] = {.lex_state = 116, .external_lex_state = 2},
[155] = {.lex_state = 116, .external_lex_state = 2},
[156] = {.lex_state = 116, .external_lex_state = 3},
[157] = {.lex_state = 116, .external_lex_state = 3},
[158] = {.lex_state = 116, .external_lex_state = 3},
[159] = {.lex_state = 116, .external_lex_state = 3},
[160] = {.lex_state = 116, .external_lex_state = 3},
[161] = {.lex_state = 116, .external_lex_state = 3},
[162] = {.lex_state = 116, .external_lex_state = 3},
[163] = {.lex_state = 116, .external_lex_state = 3},
[164] = {.lex_state = 116, .external_lex_state = 3},
[165] = {.lex_state = 116, .external_lex_state = 3},
[166] = {.lex_state = 116, .external_lex_state = 3},
[167] = {.lex_state = 116, .external_lex_state = 3},
[168] = {.lex_state = 116, .external_lex_state = 3},
[169] = {.lex_state = 116, .external_lex_state = 3},
[170] = {.lex_state = 116, .external_lex_state = 2},
[171] = {.lex_state = 116, .external_lex_state = 3},
[172] = {.lex_state = 116, .external_lex_state = 3},
[173] = {.lex_state = 116, .external_lex_state = 2},
[174] = {.lex_state = 116, .external_lex_state = 3},
[175] = {.lex_state = 6},
[176] = {.lex_state = 116, .external_lex_state = 2},
[177] = {.lex_state = 116, .external_lex_state = 2},
[178] = {.lex_state = 116, .external_lex_state = 2},
[179] = {.lex_state = 116, .external_lex_state = 2},
[180] = {.lex_state = 116, .external_lex_state = 2},
[181] = {.lex_state = 116, .external_lex_state = 2},
[182] = {.lex_state = 116, .external_lex_state = 2},
[183] = {.lex_state = 116, .external_lex_state = 2},
[184] = {.lex_state = 116, .external_lex_state = 2},
[185] = {.lex_state = 116, .external_lex_state = 2},
[186] = {.lex_state = 116, .external_lex_state = 2},
[187] = {.lex_state = 116, .external_lex_state = 2},
[188] = {.lex_state = 116, .external_lex_state = 2},
[189] = {.lex_state = 116, .external_lex_state = 2},
[190] = {.lex_state = 116, .external_lex_state = 2},
[191] = {.lex_state = 116, .external_lex_state = 2},
[192] = {.lex_state = 116, .external_lex_state = 2},
[193] = {.lex_state = 116, .external_lex_state = 2},
[194] = {.lex_state = 116, .external_lex_state = 2},
[195] = {.lex_state = 116, .external_lex_state = 2},
[196] = {.lex_state = 116, .external_lex_state = 2},
[197] = {.lex_state = 116, .external_lex_state = 2},
[198] = {.lex_state = 116, .external_lex_state = 2},
[199] = {.lex_state = 116, .external_lex_state = 2},
[200] = {.lex_state = 116, .external_lex_state = 2},
[201] = {.lex_state = 116, .external_lex_state = 2},
[202] = {.lex_state = 116, .external_lex_state = 2},
[203] = {.lex_state = 116, .external_lex_state = 2},
[204] = {.lex_state = 116, .external_lex_state = 2},
[205] = {.lex_state = 116, .external_lex_state = 2},
[206] = {.lex_state = 116, .external_lex_state = 2},
[207] = {.lex_state = 116, .external_lex_state = 2},
[208] = {.lex_state = 116, .external_lex_state = 2},
[209] = {.lex_state = 116, .external_lex_state = 2},
[210] = {.lex_state = 116, .external_lex_state = 2},
[211] = {.lex_state = 116, .external_lex_state = 3},
[212] = {.lex_state = 116, .external_lex_state = 2},
[213] = {.lex_state = 5},
[214] = {.lex_state = 12},
[215] = {.lex_state = 116, .external_lex_state = 3},
[216] = {.lex_state = 116, .external_lex_state = 2},
[217] = {.lex_state = 116, .external_lex_state = 2},
[218] = {.lex_state = 116, .external_lex_state = 2},
[219] = {.lex_state = 116, .external_lex_state = 2},
[220] = {.lex_state = 6},
[221] = {.lex_state = 116, .external_lex_state = 2},
[222] = {.lex_state = 116, .external_lex_state = 2},
[223] = {.lex_state = 116, .external_lex_state = 3},
[224] = {.lex_state = 116, .external_lex_state = 3},
[225] = {.lex_state = 116, .external_lex_state = 3},
[226] = {.lex_state = 116, .external_lex_state = 3},
[227] = {.lex_state = 116, .external_lex_state = 2},
[228] = {.lex_state = 116, .external_lex_state = 2},
[229] = {.lex_state = 116, .external_lex_state = 3},
[230] = {.lex_state = 116, .external_lex_state = 2},
[231] = {.lex_state = 116, .external_lex_state = 2},
[232] = {.lex_state = 116, .external_lex_state = 2},
[233] = {.lex_state = 6},
[234] = {.lex_state = 116, .external_lex_state = 2},
[235] = {.lex_state = 116, .external_lex_state = 2},
[236] = {.lex_state = 116, .external_lex_state = 3},
[237] = {.lex_state = 116, .external_lex_state = 3},
[238] = {.lex_state = 116, .external_lex_state = 3},
[239] = {.lex_state = 116, .external_lex_state = 3},
[240] = {.lex_state = 116, .external_lex_state = 3},
[241] = {.lex_state = 116, .external_lex_state = 2},
[242] = {.lex_state = 116, .external_lex_state = 2},
[243] = {.lex_state = 116, .external_lex_state = 2},
[244] = {.lex_state = 116, .external_lex_state = 3},
[245] = {.lex_state = 116, .external_lex_state = 3},
[246] = {.lex_state = 116, .external_lex_state = 3},
[247] = {.lex_state = 116, .external_lex_state = 3},
[248] = {.lex_state = 116, .external_lex_state = 3},
[249] = {.lex_state = 116, .external_lex_state = 3},
[250] = {.lex_state = 116, .external_lex_state = 3},
[251] = {.lex_state = 116, .external_lex_state = 3},
[252] = {.lex_state = 116, .external_lex_state = 3},
[253] = {.lex_state = 116, .external_lex_state = 3},
[254] = {.lex_state = 116, .external_lex_state = 3},
[255] = {.lex_state = 116, .external_lex_state = 3},
[256] = {.lex_state = 116, .external_lex_state = 3},
[257] = {.lex_state = 116, .external_lex_state = 3},
[258] = {.lex_state = 116, .external_lex_state = 3},
[259] = {.lex_state = 116, .external_lex_state = 3},
[260] = {.lex_state = 116, .external_lex_state = 3},
[261] = {.lex_state = 116, .external_lex_state = 3},
[262] = {.lex_state = 116, .external_lex_state = 3},
[263] = {.lex_state = 116, .external_lex_state = 3},
[264] = {.lex_state = 116, .external_lex_state = 3},
[265] = {.lex_state = 116, .external_lex_state = 3},
[266] = {.lex_state = 116, .external_lex_state = 3},
[267] = {.lex_state = 116, .external_lex_state = 3},
[268] = {.lex_state = 116, .external_lex_state = 3},
[269] = {.lex_state = 116, .external_lex_state = 3},
[270] = {.lex_state = 116, .external_lex_state = 3},
[271] = {.lex_state = 116, .external_lex_state = 3},
[272] = {.lex_state = 116, .external_lex_state = 3},
[273] = {.lex_state = 116, .external_lex_state = 3},
[274] = {.lex_state = 116, .external_lex_state = 3},
[275] = {.lex_state = 116, .external_lex_state = 3},
[276] = {.lex_state = 116, .external_lex_state = 3},
[277] = {.lex_state = 116, .external_lex_state = 3},
[278] = {.lex_state = 116, .external_lex_state = 3},
[279] = {.lex_state = 116, .external_lex_state = 3},
[280] = {.lex_state = 116, .external_lex_state = 3},
[281] = {.lex_state = 116, .external_lex_state = 3},
[282] = {.lex_state = 116, .external_lex_state = 3},
[283] = {.lex_state = 116, .external_lex_state = 3},
[284] = {.lex_state = 116, .external_lex_state = 3},
[285] = {.lex_state = 116, .external_lex_state = 3},
[286] = {.lex_state = 116, .external_lex_state = 2},
[287] = {.lex_state = 6},
[288] = {.lex_state = 6},
[289] = {.lex_state = 116, .external_lex_state = 2},
[290] = {.lex_state = 10},
[291] = {.lex_state = 10},
[292] = {.lex_state = 115, .external_lex_state = 3},
[293] = {.lex_state = 115, .external_lex_state = 3},
[294] = {.lex_state = 115, .external_lex_state = 3},
[295] = {.lex_state = 115, .external_lex_state = 3},
[296] = {.lex_state = 115, .external_lex_state = 3},
[297] = {.lex_state = 115, .external_lex_state = 2},
[298] = {.lex_state = 115, .external_lex_state = 2},
[299] = {.lex_state = 115, .external_lex_state = 2},
[300] = {.lex_state = 115, .external_lex_state = 2},
[301] = {.lex_state = 115, .external_lex_state = 3},
[302] = {.lex_state = 115, .external_lex_state = 2},
[303] = {.lex_state = 115, .external_lex_state = 3},
[304] = {.lex_state = 115, .external_lex_state = 3},
[305] = {.lex_state = 115, .external_lex_state = 3},
[306] = {.lex_state = 115, .external_lex_state = 2},
[307] = {.lex_state = 10},
[308] = {.lex_state = 115, .external_lex_state = 2},
[309] = {.lex_state = 115, .external_lex_state = 2},
[310] = {.lex_state = 115, .external_lex_state = 2},
[311] = {.lex_state = 115, .external_lex_state = 3},
[312] = {.lex_state = 115, .external_lex_state = 2},
[313] = {.lex_state = 115, .external_lex_state = 3},
[314] = {.lex_state = 115, .external_lex_state = 2},
[315] = {.lex_state = 115, .external_lex_state = 3},
[316] = {.lex_state = 115, .external_lex_state = 3},
[317] = {.lex_state = 115, .external_lex_state = 3},
[318] = {.lex_state = 10},
[319] = {.lex_state = 115, .external_lex_state = 3},
[320] = {.lex_state = 115, .external_lex_state = 2},
[321] = {.lex_state = 115, .external_lex_state = 2},
[322] = {.lex_state = 115, .external_lex_state = 3},
[323] = {.lex_state = 115, .external_lex_state = 3},
[324] = {.lex_state = 10},
[325] = {.lex_state = 10},
[326] = {.lex_state = 115, .external_lex_state = 2},
[327] = {.lex_state = 5},
[328] = {.lex_state = 7},
[329] = {.lex_state = 7},
[330] = {.lex_state = 7},
[331] = {.lex_state = 2},
[332] = {.lex_state = 8},
[333] = {.lex_state = 7},
[334] = {.lex_state = 8},
[335] = {.lex_state = 9},
[336] = {.lex_state = 9},
[337] = {.lex_state = 9},
[338] = {.lex_state = 9},
[339] = {.lex_state = 9},
[340] = {.lex_state = 9},
[341] = {.lex_state = 9},
[342] = {.lex_state = 9},
[343] = {.lex_state = 9},
[344] = {.lex_state = 9},
[345] = {.lex_state = 7},
[346] = {.lex_state = 9},
[347] = {.lex_state = 9},
[348] = {.lex_state = 9},
[349] = {.lex_state = 9},
[350] = {.lex_state = 9},
[351] = {.lex_state = 9},
[352] = {.lex_state = 9},
[353] = {.lex_state = 9},
[354] = {.lex_state = 9},
[355] = {.lex_state = 9},
[356] = {.lex_state = 6},
[357] = {.lex_state = 9},
[358] = {.lex_state = 6},
[359] = {.lex_state = 10},
[360] = {.lex_state = 10},
[361] = {.lex_state = 9},
[362] = {.lex_state = 10},
[363] = {.lex_state = 9},
[364] = {.lex_state = 10},
[365] = {.lex_state = 10},
[366] = {.lex_state = 10},
[367] = {.lex_state = 10},
[368] = {.lex_state = 10},
[369] = {.lex_state = 6},
[370] = {.lex_state = 6},
[371] = {.lex_state = 10},
[372] = {.lex_state = 10},
[373] = {.lex_state = 10},
[374] = {.lex_state = 10},
[375] = {.lex_state = 10},
[376] = {.lex_state = 6},
[377] = {.lex_state = 5},
[378] = {.lex_state = 6},
[379] = {.lex_state = 6},
[380] = {.lex_state = 6},
[381] = {.lex_state = 5},
[382] = {.lex_state = 6},
[383] = {.lex_state = 5},
[384] = {.lex_state = 0},
[385] = {.lex_state = 5},
[386] = {.lex_state = 5},
[387] = {.lex_state = 5},
[388] = {.lex_state = 5},
[389] = {.lex_state = 5},
[390] = {.lex_state = 5},
[391] = {.lex_state = 0},
[392] = {.lex_state = 6},
[393] = {.lex_state = 6},
[394] = {.lex_state = 5},
[395] = {.lex_state = 6},
[396] = {.lex_state = 5},
[397] = {.lex_state = 6},
[398] = {.lex_state = 5},
[399] = {.lex_state = 5},
[400] = {.lex_state = 5},
[401] = {.lex_state = 4},
[402] = {.lex_state = 5},
[403] = {.lex_state = 6},
[404] = {.lex_state = 6},
[405] = {.lex_state = 6},
[406] = {.lex_state = 5},
[407] = {.lex_state = 6},
[408] = {.lex_state = 6},
[409] = {.lex_state = 6},
[410] = {.lex_state = 10},
[411] = {.lex_state = 6},
[412] = {.lex_state = 6},
[413] = {.lex_state = 0},
[414] = {.lex_state = 0},
[415] = {.lex_state = 6},
[416] = {.lex_state = 6},
[417] = {.lex_state = 6},
[418] = {.lex_state = 6},
[419] = {.lex_state = 6},
[420] = {.lex_state = 0},
[421] = {.lex_state = 4},
[422] = {.lex_state = 6},
[423] = {.lex_state = 3},
[424] = {.lex_state = 6},
[425] = {.lex_state = 6},
[426] = {.lex_state = 6},
[427] = {.lex_state = 6},
[428] = {.lex_state = 0},
[429] = {.lex_state = 4},
[430] = {.lex_state = 0},
[431] = {.lex_state = 0},
[432] = {.lex_state = 115},
[433] = {.lex_state = 6},
[434] = {.lex_state = 0},
[435] = {.lex_state = 0},
[436] = {.lex_state = 0},
[437] = {.lex_state = 0},
[438] = {.lex_state = 6},
[439] = {.lex_state = 0},
[440] = {.lex_state = 6},
[441] = {.lex_state = 6},
[442] = {.lex_state = 6},
[443] = {.lex_state = 6},
[444] = {.lex_state = 6},
[445] = {.lex_state = 6},
[446] = {.lex_state = 6},
[447] = {.lex_state = 6},
[448] = {.lex_state = 6},
[449] = {.lex_state = 6},
[450] = {.lex_state = 6},
[451] = {.lex_state = 6},
[452] = {.lex_state = 6},
[453] = {.lex_state = 6},
[454] = {.lex_state = 6},
[455] = {.lex_state = 6},
[456] = {.lex_state = 6},
[457] = {.lex_state = 6},
[458] = {.lex_state = 6},
[459] = {.lex_state = 6},
[460] = {.lex_state = 6},
[461] = {.lex_state = 6},
[462] = {.lex_state = 6},
[463] = {.lex_state = 6},
[464] = {.lex_state = 6},
[465] = {.lex_state = 6},
[466] = {.lex_state = 6},
[467] = {.lex_state = 6},
[468] = {.lex_state = 6},
[469] = {.lex_state = 6},
[470] = {.lex_state = 6},
[471] = {.lex_state = 6},
[472] = {.lex_state = 6},
[473] = {.lex_state = 6},
[474] = {.lex_state = 6},
[475] = {.lex_state = 6},
[476] = {.lex_state = 6},
[477] = {.lex_state = 6},
[478] = {.lex_state = 6},
[479] = {.lex_state = 6},
[480] = {.lex_state = 6},
[481] = {.lex_state = 6},
[482] = {.lex_state = 0},
[483] = {.lex_state = 6},
[484] = {.lex_state = 6},
[485] = {.lex_state = 6},
[486] = {.lex_state = 6},
[487] = {.lex_state = 6},
[488] = {.lex_state = 0},
[489] = {.lex_state = 6},
[490] = {.lex_state = 0},
[491] = {.lex_state = 6},
[492] = {.lex_state = 6},
[493] = {.lex_state = 0},
[494] = {.lex_state = 6},
[495] = {.lex_state = 0},
[496] = {.lex_state = 6},
[497] = {.lex_state = 6},
[498] = {.lex_state = 6},
[499] = {.lex_state = 6},
[500] = {.lex_state = 6},
[501] = {.lex_state = 6},
[502] = {.lex_state = 6},
[503] = {.lex_state = 6},
[504] = {.lex_state = 6},
[505] = {.lex_state = 11},
[506] = {.lex_state = 5},
[507] = {.lex_state = 6},
[508] = {.lex_state = 0},
[509] = {.lex_state = 6},
[510] = {.lex_state = 6},
[511] = {.lex_state = 0},
[512] = {.lex_state = 0},
[513] = {.lex_state = 6},
[514] = {.lex_state = 6},
[515] = {.lex_state = 6},
[516] = {.lex_state = 6},
[517] = {.lex_state = 6},
[518] = {.lex_state = 6},
[519] = {.lex_state = 5},
[520] = {.lex_state = 100},
[521] = {.lex_state = 0},
[522] = {.lex_state = 6},
[523] = {.lex_state = 0},
[524] = {.lex_state = 0},
[525] = {.lex_state = 0},
[526] = {.lex_state = 6},
[527] = {.lex_state = 6},
[528] = {.lex_state = 5},
[529] = {.lex_state = 6},
[530] = {.lex_state = 6},
[531] = {.lex_state = 6},
[532] = {.lex_state = 6},
[533] = {.lex_state = 100},
[534] = {.lex_state = 6},
[535] = {.lex_state = 6},
[536] = {.lex_state = 6},
[537] = {.lex_state = 6},
[538] = {.lex_state = 6},
[539] = {.lex_state = 6},
[540] = {.lex_state = 0},
[541] = {.lex_state = 100},
[542] = {.lex_state = 6},
[543] = {.lex_state = 6},
[544] = {.lex_state = 6},
[545] = {.lex_state = 6},
[546] = {.lex_state = 100},
[547] = {.lex_state = 6},
[548] = {.lex_state = 6},
[549] = {.lex_state = 6},
[550] = {.lex_state = 6},
[551] = {.lex_state = 100},
[552] = {.lex_state = 11},
[553] = {.lex_state = 6},
[554] = {.lex_state = 6},
[555] = {.lex_state = 6},
[556] = {.lex_state = 6},
[557] = {.lex_state = 6},
[558] = {.lex_state = 6},
[559] = {.lex_state = 100},
[560] = {.lex_state = 6},
[561] = {.lex_state = 6},
[562] = {.lex_state = 6},
[563] = {.lex_state = 6},
[564] = {.lex_state = 6},
[565] = {.lex_state = 12},
[566] = {.lex_state = 6},
[567] = {.lex_state = 6},
[568] = {.lex_state = 6},
[569] = {.lex_state = 6},
[570] = {.lex_state = 6},
[571] = {.lex_state = 6},
[572] = {.lex_state = 6},
[573] = {.lex_state = 6},
[574] = {.lex_state = 6},
[575] = {.lex_state = 6},
[576] = {.lex_state = 6},
[577] = {.lex_state = 6},
[578] = {.lex_state = 6},
[579] = {.lex_state = 6},
[580] = {.lex_state = 6},
[581] = {.lex_state = 0},
[582] = {.lex_state = 6},
[583] = {.lex_state = 100},
[584] = {.lex_state = 6},
[585] = {.lex_state = 6},
[586] = {.lex_state = 6},
[587] = {.lex_state = 6},
[588] = {.lex_state = 6},
[589] = {.lex_state = 6},
[590] = {.lex_state = 6},
[591] = {.lex_state = 6},
[592] = {.lex_state = 6},
[593] = {.lex_state = 353},
[594] = {.lex_state = 6},
[595] = {.lex_state = 6},
[596] = {.lex_state = 6},
[597] = {.lex_state = 6},
[598] = {.lex_state = 6},
[599] = {.lex_state = 6},
[600] = {.lex_state = 6},
[601] = {.lex_state = 100},
[602] = {.lex_state = 6},
[603] = {.lex_state = 5},
[604] = {.lex_state = 6},
[605] = {.lex_state = 0},
[606] = {.lex_state = 6},
[607] = {.lex_state = 6},
[608] = {.lex_state = 6},
[609] = {.lex_state = 6},
[610] = {.lex_state = 0},
[611] = {.lex_state = 6},
[612] = {.lex_state = 6},
[613] = {.lex_state = 6},
[614] = {.lex_state = 6},
[615] = {.lex_state = 6},
[616] = {.lex_state = 0},
[617] = {.lex_state = 6},
[618] = {.lex_state = 100},
[619] = {.lex_state = 6},
[620] = {.lex_state = 6},
[621] = {.lex_state = 6},
[622] = {.lex_state = 6},
[623] = {.lex_state = 6},
[624] = {.lex_state = 6},
[625] = {.lex_state = 6},
[626] = {.lex_state = 6},
[627] = {.lex_state = 6},
[628] = {.lex_state = 6},
[629] = {.lex_state = 6},
[630] = {.lex_state = 6},
[631] = {.lex_state = 6},
[632] = {.lex_state = 6},
[633] = {.lex_state = 6},
[634] = {.lex_state = 6},
[635] = {.lex_state = 6},
[636] = {.lex_state = 6},
[637] = {.lex_state = 6},
[638] = {.lex_state = 353},
[639] = {.lex_state = 6},
[640] = {.lex_state = 0},
[641] = {.lex_state = 0},
[642] = {.lex_state = 6},
[643] = {.lex_state = 0},
[644] = {.lex_state = 0},
[645] = {.lex_state = 100},
[646] = {.lex_state = 100},
[647] = {.lex_state = 5},
[648] = {.lex_state = 0},
[649] = {.lex_state = 0},
[650] = {.lex_state = 0},
[651] = {.lex_state = 100},
[652] = {.lex_state = 6},
[653] = {.lex_state = 100},
[654] = {.lex_state = 0},
[655] = {.lex_state = 0},
[656] = {.lex_state = 0},
[657] = {.lex_state = 6},
[658] = {.lex_state = 0},
[659] = {.lex_state = 100},
[660] = {.lex_state = 5},
[661] = {.lex_state = 0},
[662] = {.lex_state = 100},
[663] = {.lex_state = 100},
[664] = {.lex_state = 5},
[665] = {.lex_state = 0},
[666] = {.lex_state = 0},
[667] = {.lex_state = 100},
[668] = {.lex_state = 100},
[669] = {.lex_state = 6},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[anon_sym_LF] = ACTIONS(1),
[sym__eol] = ACTIONS(1),
[sym_atat] = ACTIONS(1),
[sym_at] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[sym_slash] = ACTIONS(1),
[sym_plus] = ACTIONS(1),
[sym_minus] = ACTIONS(1),
[sym_flag] = ACTIONS(1),
[anon_sym_NULL] = ACTIONS(1),
[sym_date] = ACTIONS(1),
[sym_account] = ACTIONS(1),
[sym_string] = ACTIONS(1),
[sym_number] = ACTIONS(1),
[sym_tag] = ACTIONS(1),
[sym_link] = ACTIONS(1),
[anon_sym_txn] = ACTIONS(1),
[anon_sym_POUND] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_currency] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_pushtag] = ACTIONS(1),
[anon_sym_poptag] = ACTIONS(1),
[anon_sym_pushmeta] = ACTIONS(1),
[anon_sym_popmeta] = ACTIONS(1),
[anon_sym_open] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_close] = ACTIONS(1),
[anon_sym_commodity] = ACTIONS(1),
[anon_sym_pad] = ACTIONS(1),
[anon_sym_balance] = ACTIONS(1),
[anon_sym_TILDE] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_LBRACE_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE_RBRACE] = ACTIONS(1),
[anon_sym_price] = ACTIONS(1),
[anon_sym_event] = ACTIONS(1),
[anon_sym_query] = ACTIONS(1),
[anon_sym_note] = ACTIONS(1),
[anon_sym_document] = ACTIONS(1),
[anon_sym_custom] = ACTIONS(1),
[anon_sym_option] = ACTIONS(1),
[anon_sym_include] = ACTIONS(1),
[anon_sym_plugin] = ACTIONS(1),
[sym_comment] = ACTIONS(1),
[sym__stars] = ACTIONS(1),
[sym__sectionend] = ACTIONS(1),
[sym__eof] = ACTIONS(1),
},
[STATE(1)] = {
[sym_file] = STATE(540),
[sym__nl] = STATE(5),
[sym_section] = STATE(5),
[sym__org_stars] = STATE(552),
[sym_headline] = STATE(2),
[sym_transaction] = STATE(320),
[sym_pushtag] = STATE(314),
[sym_poptag] = STATE(314),
[sym_pushmeta] = STATE(314),
[sym_popmeta] = STATE(314),
[sym_open] = STATE(320),
[sym_close] = STATE(320),
[sym_commodity] = STATE(320),
[sym_pad] = STATE(320),
[sym_balance] = STATE(320),
[sym_price] = STATE(320),
[sym_event] = STATE(320),
[sym_query] = STATE(320),
[sym_note] = STATE(320),
[sym_document] = STATE(320),
[sym_custom] = STATE(320),
[sym__entry] = STATE(5),
[sym_option] = STATE(314),
[sym_include] = STATE(314),
[sym_plugin] = STATE(314),
[sym__directive] = STATE(5),
[sym__declarations] = STATE(5),
[sym__skipped_lines] = STATE(5),
[aux_sym_file_repeat1] = STATE(5),
[ts_builtin_sym_end] = ACTIONS(3),
[anon_sym_LF] = ACTIONS(5),
[anon_sym_CR] = ACTIONS(7),
[sym__eol] = ACTIONS(5),
[sym_flag] = ACTIONS(9),
[sym_date] = ACTIONS(11),
[anon_sym_COLON] = ACTIONS(9),
[anon_sym_pushtag] = ACTIONS(13),
[anon_sym_poptag] = ACTIONS(15),
[anon_sym_pushmeta] = ACTIONS(17),
[anon_sym_popmeta] = ACTIONS(19),
[anon_sym_option] = ACTIONS(21),
[anon_sym_include] = ACTIONS(23),
[anon_sym_plugin] = ACTIONS(25),
[sym_comment] = ACTIONS(27),
[sym__stars] = ACTIONS(29),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 20,
ACTIONS(29), 1,
sym__stars,
ACTIONS(33), 1,
anon_sym_CR,
ACTIONS(37), 1,
sym_date,
ACTIONS(39), 1,
anon_sym_pushtag,
ACTIONS(41), 1,
anon_sym_poptag,
ACTIONS(43), 1,
anon_sym_pushmeta,
ACTIONS(45), 1,
anon_sym_popmeta,
ACTIONS(47), 1,
anon_sym_option,
ACTIONS(49), 1,
anon_sym_include,
ACTIONS(51), 1,
anon_sym_plugin,
ACTIONS(53), 1,
sym_comment,
ACTIONS(55), 1,
sym__sectionend,
STATE(8), 1,
sym_headline,
STATE(313), 1,
sym_section,
STATE(552), 1,
sym__org_stars,
ACTIONS(31), 2,
anon_sym_LF,
sym__eol,
ACTIONS(35), 2,
sym_flag,
anon_sym_COLON,
STATE(4), 6,
sym__nl,
sym__entry,
sym__directive,
sym__declarations,
sym__skipped_lines,
aux_sym_section_repeat1,
STATE(316), 7,
sym_pushtag,
sym_poptag,
sym_pushmeta,
sym_popmeta,
sym_option,
sym_include,
sym_plugin,
STATE(315), 12,
sym_transaction,
sym_open,
sym_close,
sym_commodity,
sym_pad,
sym_balance,
sym_price,
sym_event,
sym_query,
sym_note,
sym_document,
sym_custom,
[85] = 19,
ACTIONS(57), 1,
ts_builtin_sym_end,
ACTIONS(62), 1,
anon_sym_CR,
ACTIONS(68), 1,
sym_date,
ACTIONS(71), 1,
anon_sym_pushtag,
ACTIONS(74), 1,
anon_sym_poptag,
ACTIONS(77), 1,
anon_sym_pushmeta,
ACTIONS(80), 1,
anon_sym_popmeta,
ACTIONS(83), 1,
anon_sym_option,
ACTIONS(86), 1,
anon_sym_include,
ACTIONS(89), 1,
anon_sym_plugin,
ACTIONS(92), 1,
sym_comment,
ACTIONS(95), 1,
sym__stars,
STATE(2), 1,
sym_headline,
STATE(552), 1,
sym__org_stars,
ACTIONS(59), 2,
anon_sym_LF,
sym__eol,
ACTIONS(65), 2,
sym_flag,
anon_sym_COLON,
STATE(3), 7,
sym__nl,
sym_section,
sym__entry,
sym__directive,
sym__declarations,
sym__skipped_lines,
aux_sym_file_repeat1,
STATE(314), 7,
sym_pushtag,
sym_poptag,
sym_pushmeta,
sym_popmeta,
sym_option,
sym_include,
sym_plugin,
STATE(320), 12,
sym_transaction,
sym_open,
sym_close,
sym_commodity,
sym_pad,
sym_balance,
sym_price,
sym_event,
sym_query,
sym_note,
sym_document,
sym_custom,
[168] = 20,
ACTIONS(29), 1,
sym__stars,
ACTIONS(37), 1,
sym_date,
ACTIONS(39), 1,
anon_sym_pushtag,
ACTIONS(41), 1,
anon_sym_poptag,
ACTIONS(43), 1,
anon_sym_pushmeta,
ACTIONS(45), 1,
anon_sym_popmeta,
ACTIONS(47), 1,
anon_sym_option,
ACTIONS(49), 1,
anon_sym_include,
ACTIONS(51), 1,
anon_sym_plugin,
ACTIONS(53), 1,
sym_comment,
ACTIONS(100), 1,
anon_sym_CR,
ACTIONS(102), 1,
sym__sectionend,
STATE(8), 1,
sym_headline,
STATE(313), 1,
sym_section,
STATE(552), 1,
sym__org_stars,
ACTIONS(35), 2,
sym_flag,
anon_sym_COLON,
ACTIONS(98), 2,
anon_sym_LF,
sym__eol,
STATE(6), 6,
sym__nl,
sym__entry,
sym__directive,
sym__declarations,
sym__skipped_lines,
aux_sym_section_repeat1,
STATE(316), 7,
sym_pushtag,
sym_poptag,
sym_pushmeta,
sym_popmeta,
sym_option,
sym_include,
sym_plugin,
STATE(315), 12,
sym_transaction,
sym_open,
sym_close,
sym_commodity,
sym_pad,
sym_balance,
sym_price,
sym_event,
sym_query,
sym_note,
sym_document,
sym_custom,
[253] = 19,
ACTIONS(11), 1,
sym_date,
ACTIONS(13), 1,
anon_sym_pushtag,
ACTIONS(15), 1,
anon_sym_poptag,
ACTIONS(17), 1,
anon_sym_pushmeta,
ACTIONS(19), 1,
anon_sym_popmeta,
ACTIONS(21), 1,
anon_sym_option,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_plugin,
ACTIONS(27), 1,
sym_comment,
ACTIONS(29), 1,
sym__stars,
ACTIONS(104), 1,
ts_builtin_sym_end,
ACTIONS(108), 1,
anon_sym_CR,
STATE(2), 1,
sym_headline,
STATE(552), 1,
sym__org_stars,
ACTIONS(9), 2,
sym_flag,
anon_sym_COLON,
ACTIONS(106), 2,
anon_sym_LF,
sym__eol,
STATE(3), 7,
sym__nl,
sym_section,
sym__entry,
sym__directive,
sym__declarations,
sym__skipped_lines,
aux_sym_file_repeat1,
STATE(314), 7,
sym_pushtag,
sym_poptag,
sym_pushmeta,
sym_popmeta,
sym_option,
sym_include,
sym_plugin,
STATE(320), 12,
sym_transaction,
sym_open,
sym_close,
sym_commodity,
sym_pad,
sym_balance,
sym_price,
sym_event,
sym_query,
sym_note,
sym_document,
sym_custom,
[336] = 20,
ACTIONS(113), 1,
anon_sym_CR,
ACTIONS(119), 1,
sym_date,
ACTIONS(122), 1,
anon_sym_pushtag,
ACTIONS(125), 1,
anon_sym_poptag,
ACTIONS(128), 1,
anon_sym_pushmeta,
ACTIONS(131), 1,
anon_sym_popmeta,
ACTIONS(134), 1,
anon_sym_option,
ACTIONS(137), 1,
anon_sym_include,
ACTIONS(140), 1,
anon_sym_plugin,
ACTIONS(143), 1,
sym_comment,
ACTIONS(146), 1,
sym__stars,
ACTIONS(149), 1,
sym__sectionend,
STATE(8), 1,
sym_headline,
STATE(313), 1,
sym_section,
STATE(552), 1,
sym__org_stars,
ACTIONS(110), 2,
anon_sym_LF,
sym__eol,
ACTIONS(116), 2,
sym_flag,
anon_sym_COLON,
STATE(6), 6,
sym__nl,
sym__entry,
sym__directive,
sym__declarations,
sym__skipped_lines,
aux_sym_section_repeat1,
STATE(316), 7,
sym_pushtag,
sym_poptag,
sym_pushmeta,
sym_popmeta,
sym_option,
sym_include,
sym_plugin,
STATE(315), 12,
sym_transaction,
sym_open,
sym_close,
sym_commodity,
sym_pad,
sym_balance,
sym_price,
sym_event,
sym_query,
sym_note,
sym_document,
sym_custom,
[421] = 20,
ACTIONS(29), 1,
sym__stars,
ACTIONS(37), 1,
sym_date,
ACTIONS(39), 1,
anon_sym_pushtag,
ACTIONS(41), 1,
anon_sym_poptag,
ACTIONS(43), 1,
anon_sym_pushmeta,
ACTIONS(45), 1,
anon_sym_popmeta,
ACTIONS(47), 1,
anon_sym_option,
ACTIONS(49), 1,
anon_sym_include,
ACTIONS(51), 1,
anon_sym_plugin,
ACTIONS(53), 1,
sym_comment,
ACTIONS(100), 1,
anon_sym_CR,
ACTIONS(151), 1,
sym__sectionend,
STATE(8), 1,
sym_headline,
STATE(313), 1,
sym_section,
STATE(552), 1,
sym__org_stars,
ACTIONS(35), 2,
sym_flag,
anon_sym_COLON,
ACTIONS(98), 2,
anon_sym_LF,
sym__eol,
STATE(6), 6,
sym__nl,
sym__entry,
sym__directive,
sym__declarations,
sym__skipped_lines,
aux_sym_section_repeat1,
STATE(316), 7,
sym_pushtag,
sym_poptag,
sym_pushmeta,
sym_popmeta,
sym_option,
sym_include,
sym_plugin,
STATE(315), 12,
sym_transaction,
sym_open,
sym_close,
sym_commodity,
sym_pad,
sym_balance,
sym_price,
sym_event,
sym_query,
sym_note,
sym_document,
sym_custom,
[506] = 20,
ACTIONS(29), 1,
sym__stars,
ACTIONS(37), 1,
sym_date,
ACTIONS(39), 1,
anon_sym_pushtag,
ACTIONS(41), 1,
anon_sym_poptag,
ACTIONS(43), 1,
anon_sym_pushmeta,
ACTIONS(45), 1,
anon_sym_popmeta,
ACTIONS(47), 1,
anon_sym_option,
ACTIONS(49), 1,
anon_sym_include,
ACTIONS(51), 1,
anon_sym_plugin,
ACTIONS(53), 1,
sym_comment,
ACTIONS(155), 1,
anon_sym_CR,
ACTIONS(157), 1,
sym__sectionend,
STATE(8), 1,
sym_headline,
STATE(313), 1,
sym_section,
STATE(552), 1,
sym__org_stars,
ACTIONS(35), 2,
sym_flag,
anon_sym_COLON,
ACTIONS(153), 2,
anon_sym_LF,
sym__eol,
STATE(7), 6,
sym__nl,
sym__entry,
sym__directive,
sym__declarations,
sym__skipped_lines,
aux_sym_section_repeat1,
STATE(316), 7,
sym_pushtag,
sym_poptag,
sym_pushmeta,
sym_popmeta,
sym_option,
sym_include,
sym_plugin,
STATE(315), 12,
sym_transaction,
sym_open,
sym_close,
sym_commodity,
sym_pad,
sym_balance,
sym_price,
sym_event,
sym_query,
sym_note,
sym_document,
sym_custom,
[591] = 10,
ACTIONS(159), 1,
sym__eol,
ACTIONS(165), 1,
sym_number,
ACTIONS(167), 1,
anon_sym_LPAREN,
ACTIONS(169), 1,
aux_sym_currency_key_value_token1,
STATE(10), 1,
aux_sym_currency_key_value_repeat1,
STATE(543), 1,
sym_value,
ACTIONS(161), 2,
sym_plus,
sym_minus,
STATE(539), 2,
sym__none,
sym_amount,
STATE(381), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
ACTIONS(163), 8,
anon_sym_NULL,
sym_bool,
sym_date,
sym_account,
sym_currency,
sym_string,
sym_unquoted_string,
sym_tag,
[634] = 9,
ACTIONS(165), 1,
sym_number,
ACTIONS(167), 1,
anon_sym_LPAREN,
ACTIONS(171), 1,
aux_sym_currency_key_value_token1,
STATE(331), 1,
aux_sym_currency_key_value_repeat1,
STATE(627), 1,
sym_value,
ACTIONS(161), 2,
sym_plus,
sym_minus,
STATE(539), 2,
sym__none,
sym_amount,
STATE(381), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
ACTIONS(163), 8,
anon_sym_NULL,
sym_bool,
sym_date,
sym_account,
sym_currency,
sym_string,
sym_unquoted_string,
sym_tag,
[674] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(177), 2,
sym__stars,
sym__sectionend,
STATE(28), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(173), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[703] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(179), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(181), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[732] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(185), 2,
sym__stars,
ts_builtin_sym_end,
STATE(17), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(187), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[761] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(189), 2,
sym__stars,
ts_builtin_sym_end,
STATE(18), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(191), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[790] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(193), 2,
sym__stars,
ts_builtin_sym_end,
STATE(21), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(195), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[819] = 4,
ACTIONS(201), 1,
sym__indent,
ACTIONS(197), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(199), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[848] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(204), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(206), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[877] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(208), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(210), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[906] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(212), 2,
sym__stars,
ts_builtin_sym_end,
STATE(23), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(214), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[935] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(216), 2,
sym__stars,
ts_builtin_sym_end,
STATE(24), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(218), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[964] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(220), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(222), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[993] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(224), 2,
sym__stars,
ts_builtin_sym_end,
STATE(26), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(226), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1022] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(228), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(230), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1051] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(232), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(234), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1080] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(236), 2,
sym__stars,
ts_builtin_sym_end,
STATE(44), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(238), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1109] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(240), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(242), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1138] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(177), 2,
sym__stars,
ts_builtin_sym_end,
STATE(12), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(173), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1167] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(179), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(181), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1196] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(185), 2,
sym__stars,
sym__sectionend,
STATE(33), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(187), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1225] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(189), 2,
sym__stars,
sym__sectionend,
STATE(34), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(191), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1254] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(193), 2,
sym__stars,
sym__sectionend,
STATE(37), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(195), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1283] = 4,
ACTIONS(244), 1,
sym__indent,
ACTIONS(197), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(199), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1312] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(204), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(206), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1341] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(208), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(210), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1370] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(212), 2,
sym__stars,
sym__sectionend,
STATE(39), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(214), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1399] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(216), 2,
sym__stars,
sym__sectionend,
STATE(40), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(218), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1428] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(220), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(222), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1457] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(224), 2,
sym__stars,
sym__sectionend,
STATE(42), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(226), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1486] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(228), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(230), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1515] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(232), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(234), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1544] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(236), 2,
sym__stars,
sym__sectionend,
STATE(43), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(238), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1573] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(240), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(242), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1602] = 4,
ACTIONS(175), 1,
sym__indent,
ACTIONS(249), 2,
sym__stars,
sym__sectionend,
STATE(32), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(247), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1631] = 4,
ACTIONS(183), 1,
sym__indent,
ACTIONS(249), 2,
sym__stars,
ts_builtin_sym_end,
STATE(16), 3,
sym_posting,
sym__key_value_line,
aux_sym_transaction_repeat1,
ACTIONS(247), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1660] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(255), 2,
sym__stars,
sym__sectionend,
STATE(132), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(251), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1688] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(257), 2,
sym__stars,
ts_builtin_sym_end,
STATE(74), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(259), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1716] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(263), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(265), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1744] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(267), 2,
sym__stars,
ts_builtin_sym_end,
STATE(75), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(269), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1772] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(271), 2,
sym__stars,
ts_builtin_sym_end,
STATE(76), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(273), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1800] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(275), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(277), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1828] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(279), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(281), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1856] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(283), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(285), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1884] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(287), 2,
sym__stars,
ts_builtin_sym_end,
STATE(78), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(289), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1912] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(291), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(293), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1940] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(295), 2,
sym__stars,
ts_builtin_sym_end,
STATE(79), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(297), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1968] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(299), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(301), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[1996] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(303), 2,
sym__stars,
ts_builtin_sym_end,
STATE(80), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(305), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2024] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(307), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(309), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2052] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(311), 2,
sym__stars,
ts_builtin_sym_end,
STATE(81), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(313), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2080] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(315), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(317), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2108] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(319), 2,
sym__stars,
ts_builtin_sym_end,
STATE(82), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(321), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2136] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(323), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(325), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2164] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(327), 2,
sym__stars,
ts_builtin_sym_end,
STATE(83), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(329), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2192] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(331), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(333), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2220] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(335), 2,
sym__stars,
ts_builtin_sym_end,
STATE(84), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(337), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2248] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(339), 2,
sym__stars,
ts_builtin_sym_end,
STATE(85), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(341), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2276] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(343), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(345), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2304] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(347), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(349), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2332] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(351), 2,
sym__stars,
ts_builtin_sym_end,
STATE(87), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(353), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2360] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(355), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(357), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2388] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(359), 2,
sym__stars,
ts_builtin_sym_end,
STATE(51), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(361), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2416] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(363), 2,
sym__stars,
ts_builtin_sym_end,
STATE(52), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(365), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2444] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(367), 2,
sym__stars,
ts_builtin_sym_end,
STATE(54), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(369), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2472] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(371), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(373), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2500] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(375), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(377), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2528] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(379), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(381), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2556] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(383), 2,
sym__stars,
ts_builtin_sym_end,
STATE(89), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(385), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2584] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(387), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(389), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2612] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(391), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(393), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2640] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(395), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(397), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2668] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(399), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(401), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2696] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(403), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(405), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2724] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(407), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(409), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2752] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(411), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(413), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2780] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(415), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(417), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2808] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(419), 2,
sym__stars,
ts_builtin_sym_end,
STATE(90), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(421), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2836] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(423), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(425), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2864] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(427), 2,
sym__stars,
ts_builtin_sym_end,
STATE(56), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(429), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2892] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(431), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(433), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2920] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(435), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(437), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2948] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(439), 2,
sym__stars,
ts_builtin_sym_end,
STATE(153), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(441), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[2976] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(445), 2,
sym__stars,
sym__sectionend,
STATE(100), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(443), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3004] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(439), 2,
sym__stars,
sym__sectionend,
STATE(104), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(441), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3032] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(449), 2,
sym__stars,
sym__sectionend,
STATE(106), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(447), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3060] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(453), 2,
sym__stars,
sym__sectionend,
STATE(115), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(451), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3088] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(455), 2,
sym__stars,
ts_builtin_sym_end,
STATE(58), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(457), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3116] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(459), 2,
sym__stars,
ts_builtin_sym_end,
STATE(60), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(461), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3144] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(463), 2,
sym__stars,
ts_builtin_sym_end,
STATE(62), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(465), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3172] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(467), 2,
sym__stars,
ts_builtin_sym_end,
STATE(64), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(469), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3200] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(473), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(471), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3228] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(477), 2,
sym__stars,
sym__sectionend,
STATE(126), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(475), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3256] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(481), 2,
sym__stars,
sym__sectionend,
STATE(127), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(479), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3284] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(485), 2,
sym__stars,
sym__sectionend,
STATE(129), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(483), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3312] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(489), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(487), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3340] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(453), 2,
sym__stars,
ts_builtin_sym_end,
STATE(118), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(451), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3368] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(355), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(357), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3396] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(359), 2,
sym__stars,
sym__sectionend,
STATE(133), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(361), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3424] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(363), 2,
sym__stars,
sym__sectionend,
STATE(134), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(365), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3452] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(367), 2,
sym__stars,
sym__sectionend,
STATE(136), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(369), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3480] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(427), 2,
sym__stars,
sym__sectionend,
STATE(138), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(429), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3508] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(455), 2,
sym__stars,
sym__sectionend,
STATE(140), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(457), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3536] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(459), 2,
sym__stars,
sym__sectionend,
STATE(142), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(461), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3564] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(463), 2,
sym__stars,
sym__sectionend,
STATE(144), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(465), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3592] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(467), 2,
sym__stars,
sym__sectionend,
STATE(146), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(469), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3620] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(493), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(491), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3648] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(497), 2,
sym__stars,
sym__sectionend,
STATE(149), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(495), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3676] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(499), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(501), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3704] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(493), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(491), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3732] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(497), 2,
sym__stars,
ts_builtin_sym_end,
STATE(67), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(495), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3760] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(503), 2,
sym__stars,
ts_builtin_sym_end,
STATE(68), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(505), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3788] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(445), 2,
sym__stars,
ts_builtin_sym_end,
STATE(122), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(443), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3816] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(473), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(471), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3844] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(477), 2,
sym__stars,
ts_builtin_sym_end,
STATE(170), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(475), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3872] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(481), 2,
sym__stars,
ts_builtin_sym_end,
STATE(117), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(479), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3900] = 4,
ACTIONS(509), 1,
sym__indent,
ACTIONS(512), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(507), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3928] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(516), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(514), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3956] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(499), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(501), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[3984] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(257), 2,
sym__stars,
sym__sectionend,
STATE(156), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(259), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4012] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(263), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(265), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4040] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(267), 2,
sym__stars,
sym__sectionend,
STATE(157), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(269), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4068] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(271), 2,
sym__stars,
sym__sectionend,
STATE(158), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(273), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4096] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(275), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(277), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4124] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(279), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(281), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4152] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(283), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(285), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4180] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(287), 2,
sym__stars,
sym__sectionend,
STATE(160), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(289), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4208] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(291), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(293), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4236] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(295), 2,
sym__stars,
sym__sectionend,
STATE(161), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(297), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4264] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(299), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(301), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4292] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(303), 2,
sym__stars,
sym__sectionend,
STATE(162), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(305), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4320] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(307), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(309), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4348] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(311), 2,
sym__stars,
sym__sectionend,
STATE(163), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(313), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4376] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(315), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(317), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4404] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(319), 2,
sym__stars,
sym__sectionend,
STATE(164), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(321), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4432] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(323), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(325), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4460] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(327), 2,
sym__stars,
sym__sectionend,
STATE(165), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(329), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4488] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(331), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(333), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4516] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(335), 2,
sym__stars,
sym__sectionend,
STATE(166), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(337), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4544] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(339), 2,
sym__stars,
sym__sectionend,
STATE(167), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(341), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4572] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(343), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(345), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4600] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(347), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(349), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4628] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(351), 2,
sym__stars,
sym__sectionend,
STATE(169), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(353), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4656] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(485), 2,
sym__stars,
ts_builtin_sym_end,
STATE(47), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(483), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4684] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(489), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(487), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4712] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(255), 2,
sym__stars,
ts_builtin_sym_end,
STATE(50), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(251), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4740] = 4,
ACTIONS(518), 1,
sym__indent,
ACTIONS(512), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(507), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4768] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(371), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(373), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4796] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(375), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(377), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4824] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(379), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(381), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4852] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(383), 2,
sym__stars,
sym__sectionend,
STATE(171), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(385), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4880] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(387), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(389), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4908] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(391), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(393), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4936] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(395), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(397), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4964] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(399), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(401), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[4992] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(403), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(405), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5020] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(407), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(409), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5048] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(411), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(413), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5076] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(415), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(417), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5104] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(419), 2,
sym__stars,
sym__sectionend,
STATE(172), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(421), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5132] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(423), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(425), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5160] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(516), 2,
sym__stars,
ts_builtin_sym_end,
STATE(155), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(514), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5188] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(431), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(433), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5216] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(435), 2,
sym__stars,
sym__sectionend,
STATE(125), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(437), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5244] = 4,
ACTIONS(261), 1,
sym__indent,
ACTIONS(449), 2,
sym__stars,
ts_builtin_sym_end,
STATE(70), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(447), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5272] = 4,
ACTIONS(253), 1,
sym__indent,
ACTIONS(503), 2,
sym__stars,
sym__sectionend,
STATE(150), 2,
sym__key_value_line,
aux_sym__key_value_list,
ACTIONS(505), 14,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5300] = 10,
ACTIONS(521), 1,
sym__eol,
ACTIONS(529), 1,
sym_number,
ACTIONS(531), 1,
anon_sym_LPAREN,
ACTIONS(533), 1,
sym_comment,
STATE(358), 1,
sym_amount,
ACTIONS(523), 2,
sym_plus,
sym_minus,
ACTIONS(525), 2,
sym_bool,
sym_account,
ACTIONS(527), 2,
sym_date,
sym_string,
STATE(220), 2,
sym_custom_value,
aux_sym_custom_repeat1,
STATE(328), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[5338] = 2,
ACTIONS(535), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(537), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5360] = 2,
ACTIONS(539), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(541), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5382] = 2,
ACTIONS(543), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(545), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5404] = 2,
ACTIONS(547), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(549), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5426] = 2,
ACTIONS(551), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(553), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5448] = 2,
ACTIONS(555), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(557), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5470] = 2,
ACTIONS(559), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(561), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5492] = 2,
ACTIONS(563), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(565), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5514] = 2,
ACTIONS(567), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(569), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5536] = 2,
ACTIONS(571), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(573), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5558] = 2,
ACTIONS(575), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(577), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5580] = 2,
ACTIONS(579), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(581), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5602] = 2,
ACTIONS(583), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(585), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5624] = 2,
ACTIONS(587), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(589), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5646] = 2,
ACTIONS(591), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(593), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5668] = 2,
ACTIONS(595), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(597), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5690] = 2,
ACTIONS(599), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(601), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5712] = 2,
ACTIONS(603), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(605), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5734] = 2,
ACTIONS(607), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(609), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5756] = 2,
ACTIONS(611), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(613), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5778] = 2,
ACTIONS(615), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(617), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5800] = 2,
ACTIONS(619), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(621), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5822] = 2,
ACTIONS(623), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(625), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5844] = 2,
ACTIONS(627), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(629), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5866] = 2,
ACTIONS(631), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(633), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5888] = 2,
ACTIONS(635), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(637), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5910] = 2,
ACTIONS(639), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(641), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5932] = 2,
ACTIONS(643), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(645), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5954] = 2,
ACTIONS(647), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(649), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5976] = 2,
ACTIONS(651), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(653), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[5998] = 2,
ACTIONS(655), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(657), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6020] = 2,
ACTIONS(659), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(661), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6042] = 2,
ACTIONS(663), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(665), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6064] = 2,
ACTIONS(667), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(669), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6086] = 2,
ACTIONS(671), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(673), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6108] = 2,
ACTIONS(677), 2,
sym__stars,
sym__sectionend,
ACTIONS(675), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6130] = 2,
ACTIONS(679), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(681), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6152] = 11,
ACTIONS(687), 1,
sym_currency,
ACTIONS(689), 1,
sym_number,
ACTIONS(691), 1,
anon_sym_POUND,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(695), 1,
anon_sym_RBRACE,
STATE(413), 1,
sym_cost_comp,
STATE(439), 1,
sym_compound_amount,
STATE(538), 1,
sym__cost_comp_list,
ACTIONS(685), 2,
sym_plus,
sym_minus,
ACTIONS(683), 3,
anon_sym_STAR,
sym_date,
sym_string,
STATE(357), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[6192] = 11,
ACTIONS(687), 1,
sym_currency,
ACTIONS(689), 1,
sym_number,
ACTIONS(691), 1,
anon_sym_POUND,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(695), 1,
anon_sym_RBRACE_RBRACE,
STATE(413), 1,
sym_cost_comp,
STATE(439), 1,
sym_compound_amount,
STATE(565), 1,
sym__cost_comp_list,
ACTIONS(685), 2,
sym_plus,
sym_minus,
ACTIONS(683), 3,
anon_sym_STAR,
sym_date,
sym_string,
STATE(357), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[6232] = 2,
ACTIONS(699), 2,
sym__stars,
sym__sectionend,
ACTIONS(697), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6254] = 2,
ACTIONS(701), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(703), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6276] = 2,
ACTIONS(705), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(707), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6298] = 2,
ACTIONS(709), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(711), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6320] = 2,
ACTIONS(713), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(715), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6342] = 9,
ACTIONS(728), 1,
sym_number,
ACTIONS(731), 1,
anon_sym_LPAREN,
STATE(358), 1,
sym_amount,
ACTIONS(717), 2,
sym__eol,
sym_comment,
ACTIONS(719), 2,
sym_plus,
sym_minus,
ACTIONS(722), 2,
sym_bool,
sym_account,
ACTIONS(725), 2,
sym_date,
sym_string,
STATE(220), 2,
sym_custom_value,
aux_sym_custom_repeat1,
STATE(328), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[6378] = 2,
ACTIONS(677), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(675), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6400] = 2,
ACTIONS(734), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(736), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6422] = 2,
ACTIONS(679), 2,
sym__stars,
sym__sectionend,
ACTIONS(681), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6444] = 2,
ACTIONS(701), 2,
sym__stars,
sym__sectionend,
ACTIONS(703), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6466] = 2,
ACTIONS(705), 2,
sym__stars,
sym__sectionend,
ACTIONS(707), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6488] = 2,
ACTIONS(709), 2,
sym__stars,
sym__sectionend,
ACTIONS(711), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6510] = 2,
ACTIONS(738), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(740), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6532] = 2,
ACTIONS(742), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(744), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6554] = 2,
ACTIONS(713), 2,
sym__stars,
sym__sectionend,
ACTIONS(715), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6576] = 2,
ACTIONS(746), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(748), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6598] = 2,
ACTIONS(750), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(752), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6620] = 2,
ACTIONS(699), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(697), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6642] = 10,
ACTIONS(529), 1,
sym_number,
ACTIONS(531), 1,
anon_sym_LPAREN,
ACTIONS(754), 1,
sym__eol,
ACTIONS(756), 1,
sym_comment,
STATE(358), 1,
sym_amount,
ACTIONS(523), 2,
sym_plus,
sym_minus,
ACTIONS(525), 2,
sym_bool,
sym_account,
ACTIONS(527), 2,
sym_date,
sym_string,
STATE(175), 2,
sym_custom_value,
aux_sym_custom_repeat1,
STATE(328), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[6680] = 2,
ACTIONS(758), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(760), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6702] = 2,
ACTIONS(762), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(764), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6724] = 2,
ACTIONS(734), 2,
sym__stars,
sym__sectionend,
ACTIONS(736), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6746] = 2,
ACTIONS(738), 2,
sym__stars,
sym__sectionend,
ACTIONS(740), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6768] = 2,
ACTIONS(742), 2,
sym__stars,
sym__sectionend,
ACTIONS(744), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6790] = 2,
ACTIONS(746), 2,
sym__stars,
sym__sectionend,
ACTIONS(748), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6812] = 2,
ACTIONS(750), 2,
sym__stars,
sym__sectionend,
ACTIONS(752), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6834] = 2,
ACTIONS(766), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(768), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6856] = 2,
ACTIONS(770), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(772), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6878] = 2,
ACTIONS(774), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(776), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6900] = 2,
ACTIONS(758), 2,
sym__stars,
sym__sectionend,
ACTIONS(760), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6922] = 2,
ACTIONS(780), 2,
sym__stars,
sym__sectionend,
ACTIONS(778), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6944] = 2,
ACTIONS(766), 2,
sym__stars,
sym__sectionend,
ACTIONS(768), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6966] = 2,
ACTIONS(770), 2,
sym__stars,
sym__sectionend,
ACTIONS(772), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[6988] = 2,
ACTIONS(774), 2,
sym__stars,
sym__sectionend,
ACTIONS(776), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7010] = 2,
ACTIONS(784), 2,
sym__stars,
sym__sectionend,
ACTIONS(782), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7032] = 2,
ACTIONS(762), 2,
sym__stars,
sym__sectionend,
ACTIONS(764), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7054] = 2,
ACTIONS(535), 2,
sym__stars,
sym__sectionend,
ACTIONS(537), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7076] = 2,
ACTIONS(539), 2,
sym__stars,
sym__sectionend,
ACTIONS(541), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7098] = 2,
ACTIONS(543), 2,
sym__stars,
sym__sectionend,
ACTIONS(545), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7120] = 2,
ACTIONS(547), 2,
sym__stars,
sym__sectionend,
ACTIONS(549), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7142] = 2,
ACTIONS(551), 2,
sym__stars,
sym__sectionend,
ACTIONS(553), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7164] = 2,
ACTIONS(555), 2,
sym__stars,
sym__sectionend,
ACTIONS(557), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7186] = 2,
ACTIONS(559), 2,
sym__stars,
sym__sectionend,
ACTIONS(561), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7208] = 2,
ACTIONS(563), 2,
sym__stars,
sym__sectionend,
ACTIONS(565), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7230] = 2,
ACTIONS(567), 2,
sym__stars,
sym__sectionend,
ACTIONS(569), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7252] = 2,
ACTIONS(571), 2,
sym__stars,
sym__sectionend,
ACTIONS(573), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7274] = 2,
ACTIONS(575), 2,
sym__stars,
sym__sectionend,
ACTIONS(577), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7296] = 2,
ACTIONS(579), 2,
sym__stars,
sym__sectionend,
ACTIONS(581), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7318] = 2,
ACTIONS(583), 2,
sym__stars,
sym__sectionend,
ACTIONS(585), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7340] = 2,
ACTIONS(587), 2,
sym__stars,
sym__sectionend,
ACTIONS(589), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7362] = 2,
ACTIONS(591), 2,
sym__stars,
sym__sectionend,
ACTIONS(593), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7384] = 2,
ACTIONS(595), 2,
sym__stars,
sym__sectionend,
ACTIONS(597), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7406] = 2,
ACTIONS(599), 2,
sym__stars,
sym__sectionend,
ACTIONS(601), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7428] = 2,
ACTIONS(603), 2,
sym__stars,
sym__sectionend,
ACTIONS(605), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7450] = 2,
ACTIONS(607), 2,
sym__stars,
sym__sectionend,
ACTIONS(609), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7472] = 2,
ACTIONS(611), 2,
sym__stars,
sym__sectionend,
ACTIONS(613), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7494] = 2,
ACTIONS(615), 2,
sym__stars,
sym__sectionend,
ACTIONS(617), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7516] = 2,
ACTIONS(619), 2,
sym__stars,
sym__sectionend,
ACTIONS(621), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7538] = 2,
ACTIONS(623), 2,
sym__stars,
sym__sectionend,
ACTIONS(625), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7560] = 2,
ACTIONS(627), 2,
sym__stars,
sym__sectionend,
ACTIONS(629), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7582] = 2,
ACTIONS(631), 2,
sym__stars,
sym__sectionend,
ACTIONS(633), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7604] = 2,
ACTIONS(635), 2,
sym__stars,
sym__sectionend,
ACTIONS(637), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7626] = 2,
ACTIONS(639), 2,
sym__stars,
sym__sectionend,
ACTIONS(641), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7648] = 2,
ACTIONS(643), 2,
sym__stars,
sym__sectionend,
ACTIONS(645), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7670] = 2,
ACTIONS(647), 2,
sym__stars,
sym__sectionend,
ACTIONS(649), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7692] = 2,
ACTIONS(651), 2,
sym__stars,
sym__sectionend,
ACTIONS(653), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7714] = 2,
ACTIONS(655), 2,
sym__stars,
sym__sectionend,
ACTIONS(657), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7736] = 2,
ACTIONS(659), 2,
sym__stars,
sym__sectionend,
ACTIONS(661), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7758] = 2,
ACTIONS(663), 2,
sym__stars,
sym__sectionend,
ACTIONS(665), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7780] = 2,
ACTIONS(667), 2,
sym__stars,
sym__sectionend,
ACTIONS(669), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7802] = 2,
ACTIONS(671), 2,
sym__stars,
sym__sectionend,
ACTIONS(673), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7824] = 2,
ACTIONS(784), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(782), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7846] = 10,
ACTIONS(529), 1,
sym_number,
ACTIONS(531), 1,
anon_sym_LPAREN,
ACTIONS(786), 1,
sym__eol,
ACTIONS(788), 1,
sym_comment,
STATE(358), 1,
sym_amount,
ACTIONS(523), 2,
sym_plus,
sym_minus,
ACTIONS(525), 2,
sym_bool,
sym_account,
ACTIONS(527), 2,
sym_date,
sym_string,
STATE(288), 2,
sym_custom_value,
aux_sym_custom_repeat1,
STATE(328), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[7884] = 10,
ACTIONS(529), 1,
sym_number,
ACTIONS(531), 1,
anon_sym_LPAREN,
ACTIONS(790), 1,
sym__eol,
ACTIONS(792), 1,
sym_comment,
STATE(358), 1,
sym_amount,
ACTIONS(523), 2,
sym_plus,
sym_minus,
ACTIONS(525), 2,
sym_bool,
sym_account,
ACTIONS(527), 2,
sym_date,
sym_string,
STATE(220), 2,
sym_custom_value,
aux_sym_custom_repeat1,
STATE(328), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[7922] = 2,
ACTIONS(780), 2,
sym__stars,
ts_builtin_sym_end,
ACTIONS(778), 15,
anon_sym_LF,
anon_sym_CR,
sym__eol,
sym__indent,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[7944] = 14,
ACTIONS(796), 1,
sym_flag,
ACTIONS(798), 1,
anon_sym_open,
ACTIONS(800), 1,
anon_sym_close,
ACTIONS(802), 1,
anon_sym_commodity,
ACTIONS(804), 1,
anon_sym_pad,
ACTIONS(806), 1,
anon_sym_balance,
ACTIONS(808), 1,
anon_sym_price,
ACTIONS(810), 1,
anon_sym_event,
ACTIONS(812), 1,
anon_sym_query,
ACTIONS(814), 1,
anon_sym_note,
ACTIONS(816), 1,
anon_sym_document,
ACTIONS(818), 1,
anon_sym_custom,
STATE(369), 1,
sym_txn,
ACTIONS(794), 3,
anon_sym_STAR,
anon_sym_txn,
anon_sym_POUND,
[7989] = 12,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(820), 1,
sym__eol,
ACTIONS(822), 1,
sym_atat,
ACTIONS(824), 1,
sym_at,
ACTIONS(826), 1,
sym_number,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
anon_sym_LBRACE_LBRACE,
ACTIONS(832), 1,
sym_comment,
STATE(380), 1,
sym_incomplete_amount,
STATE(427), 1,
sym_cost_spec,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[8030] = 2,
ACTIONS(836), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(834), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8051] = 2,
ACTIONS(840), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(838), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8072] = 2,
ACTIONS(844), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(842), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8093] = 2,
ACTIONS(848), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(846), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8114] = 2,
ACTIONS(852), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(850), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8135] = 2,
ACTIONS(854), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(856), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8156] = 2,
ACTIONS(858), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(860), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8177] = 2,
ACTIONS(862), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(864), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8198] = 2,
ACTIONS(866), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(868), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8219] = 2,
ACTIONS(872), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(870), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8240] = 2,
ACTIONS(836), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(834), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8261] = 2,
ACTIONS(858), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(860), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8282] = 2,
ACTIONS(862), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(864), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8303] = 2,
ACTIONS(866), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(868), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8324] = 2,
ACTIONS(874), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(876), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8345] = 14,
ACTIONS(796), 1,
sym_flag,
ACTIONS(878), 1,
anon_sym_open,
ACTIONS(880), 1,
anon_sym_close,
ACTIONS(882), 1,
anon_sym_commodity,
ACTIONS(884), 1,
anon_sym_pad,
ACTIONS(886), 1,
anon_sym_balance,
ACTIONS(888), 1,
anon_sym_price,
ACTIONS(890), 1,
anon_sym_event,
ACTIONS(892), 1,
anon_sym_query,
ACTIONS(894), 1,
anon_sym_note,
ACTIONS(896), 1,
anon_sym_document,
ACTIONS(898), 1,
anon_sym_custom,
STATE(370), 1,
sym_txn,
ACTIONS(794), 3,
anon_sym_STAR,
anon_sym_txn,
anon_sym_POUND,
[8390] = 2,
ACTIONS(840), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(838), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8411] = 2,
ACTIONS(844), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(842), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8432] = 2,
ACTIONS(848), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(846), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8453] = 2,
ACTIONS(902), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(900), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8474] = 2,
ACTIONS(852), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(850), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8495] = 2,
ACTIONS(906), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(904), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8516] = 2,
ACTIONS(908), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(910), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8537] = 2,
ACTIONS(914), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(912), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8558] = 2,
ACTIONS(908), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(910), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8579] = 2,
ACTIONS(874), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(876), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8600] = 12,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
anon_sym_LBRACE_LBRACE,
ACTIONS(916), 1,
sym__eol,
ACTIONS(918), 1,
sym_atat,
ACTIONS(920), 1,
sym_at,
ACTIONS(922), 1,
sym_comment,
STATE(376), 1,
sym_incomplete_amount,
STATE(416), 1,
sym_cost_spec,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[8641] = 2,
ACTIONS(926), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(924), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8662] = 2,
ACTIONS(914), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(912), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8683] = 2,
ACTIONS(928), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(930), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8704] = 2,
ACTIONS(928), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(930), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8725] = 2,
ACTIONS(854), 3,
sym__stars,
sym__sectionend,
anon_sym_CR,
ACTIONS(856), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8746] = 12,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
anon_sym_LBRACE_LBRACE,
ACTIONS(932), 1,
sym__eol,
ACTIONS(934), 1,
sym_atat,
ACTIONS(936), 1,
sym_at,
ACTIONS(938), 1,
sym_comment,
STATE(378), 1,
sym_incomplete_amount,
STATE(425), 1,
sym_cost_spec,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[8787] = 12,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
anon_sym_LBRACE_LBRACE,
ACTIONS(940), 1,
sym__eol,
ACTIONS(942), 1,
sym_atat,
ACTIONS(944), 1,
sym_at,
ACTIONS(946), 1,
sym_comment,
STATE(379), 1,
sym_incomplete_amount,
STATE(426), 1,
sym_cost_spec,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[8828] = 2,
ACTIONS(926), 3,
sym__stars,
ts_builtin_sym_end,
anon_sym_CR,
ACTIONS(924), 13,
anon_sym_LF,
sym__eol,
sym_flag,
sym_date,
anon_sym_COLON,
anon_sym_pushtag,
anon_sym_poptag,
anon_sym_pushmeta,
anon_sym_popmeta,
anon_sym_option,
anon_sym_include,
anon_sym_plugin,
sym_comment,
[8849] = 9,
ACTIONS(687), 1,
sym_currency,
ACTIONS(689), 1,
sym_number,
ACTIONS(691), 1,
anon_sym_POUND,
ACTIONS(693), 1,
anon_sym_LPAREN,
STATE(436), 1,
sym_cost_comp,
STATE(439), 1,
sym_compound_amount,
ACTIONS(685), 2,
sym_plus,
sym_minus,
ACTIONS(683), 3,
anon_sym_STAR,
sym_date,
sym_string,
STATE(357), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[8883] = 7,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(952), 1,
sym_slash,
ACTIONS(958), 1,
sym_currency,
STATE(373), 1,
sym_asterisk,
ACTIONS(954), 2,
sym_plus,
sym_minus,
ACTIONS(956), 3,
sym_bool,
sym_account,
sym_number,
ACTIONS(948), 5,
sym__eol,
sym_date,
sym_string,
anon_sym_LPAREN,
sym_comment,
[8912] = 3,
STATE(373), 1,
sym_asterisk,
ACTIONS(962), 4,
sym_bool,
sym_account,
sym_currency,
sym_number,
ACTIONS(960), 9,
sym__eol,
anon_sym_STAR,
sym_slash,
sym_plus,
sym_minus,
sym_date,
sym_string,
anon_sym_LPAREN,
sym_comment,
[8933] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(952), 1,
sym_slash,
STATE(373), 1,
sym_asterisk,
ACTIONS(962), 4,
sym_bool,
sym_account,
sym_currency,
sym_number,
ACTIONS(960), 7,
sym__eol,
sym_plus,
sym_minus,
sym_date,
sym_string,
anon_sym_LPAREN,
sym_comment,
[8958] = 3,
ACTIONS(966), 1,
aux_sym_currency_key_value_token1,
STATE(331), 1,
aux_sym_currency_key_value_repeat1,
ACTIONS(964), 12,
sym_plus,
sym_minus,
anon_sym_NULL,
sym_bool,
sym_date,
sym_account,
sym_currency,
sym_string,
sym_unquoted_string,
sym_number,
sym_tag,
anon_sym_LPAREN,
[8979] = 12,
ACTIONS(969), 1,
sym__eol,
ACTIONS(971), 1,
anon_sym_STAR,
ACTIONS(975), 1,
sym_account,
ACTIONS(979), 1,
sym_key,
ACTIONS(981), 1,
anon_sym_currency,
ACTIONS(983), 1,
sym_comment,
STATE(403), 1,
aux_sym_tags_links_repeat1,
STATE(585), 1,
sym_tags_links,
STATE(659), 1,
sym_optflag,
STATE(669), 1,
sym_key_value,
ACTIONS(973), 2,
sym_flag,
anon_sym_POUND,
ACTIONS(977), 2,
sym_tag,
sym_link,
[9018] = 3,
STATE(373), 1,
sym_asterisk,
ACTIONS(987), 4,
sym_bool,
sym_account,
sym_currency,
sym_number,
ACTIONS(985), 9,
sym__eol,
anon_sym_STAR,
sym_slash,
sym_plus,
sym_minus,
sym_date,
sym_string,
anon_sym_LPAREN,
sym_comment,
[9039] = 12,
ACTIONS(971), 1,
anon_sym_STAR,
ACTIONS(979), 1,
sym_key,
ACTIONS(981), 1,
anon_sym_currency,
ACTIONS(989), 1,
sym__eol,
ACTIONS(991), 1,
sym_account,
ACTIONS(993), 1,
sym_comment,
STATE(403), 1,
aux_sym_tags_links_repeat1,
STATE(557), 1,
sym_tags_links,
STATE(559), 1,
sym_optflag,
STATE(564), 1,
sym_key_value,
ACTIONS(973), 2,
sym_flag,
anon_sym_POUND,
ACTIONS(977), 2,
sym_tag,
sym_link,
[9078] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(995), 1,
sym__eol,
ACTIONS(997), 1,
sym_currency,
ACTIONS(999), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(472), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9110] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1001), 1,
sym__eol,
ACTIONS(1003), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(484), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9142] = 3,
ACTIONS(987), 1,
anon_sym_RBRACE,
STATE(371), 1,
sym_asterisk,
ACTIONS(985), 11,
sym__eol,
anon_sym_STAR,
sym_slash,
sym_plus,
sym_minus,
sym_currency,
anon_sym_POUND,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_TILDE,
anon_sym_RBRACE_RBRACE,
[9162] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1005), 1,
sym__eol,
ACTIONS(1007), 1,
sym_comment,
STATE(447), 1,
sym_price_annotation,
STATE(466), 1,
sym_incomplete_amount,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9194] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1009), 1,
sym__eol,
ACTIONS(1011), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(479), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9226] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1013), 1,
sym__eol,
ACTIONS(1015), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(471), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9258] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1017), 1,
sym__eol,
ACTIONS(1019), 1,
sym_comment,
STATE(441), 1,
sym_price_annotation,
STATE(466), 1,
sym_incomplete_amount,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9290] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1021), 1,
sym__eol,
ACTIONS(1023), 1,
sym_comment,
STATE(445), 1,
sym_price_annotation,
STATE(466), 1,
sym_incomplete_amount,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9322] = 3,
ACTIONS(962), 1,
anon_sym_RBRACE,
STATE(371), 1,
sym_asterisk,
ACTIONS(960), 11,
sym__eol,
anon_sym_STAR,
sym_slash,
sym_plus,
sym_minus,
sym_currency,
anon_sym_POUND,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_TILDE,
anon_sym_RBRACE_RBRACE,
[9342] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(962), 1,
anon_sym_RBRACE,
ACTIONS(1025), 1,
sym_slash,
STATE(371), 1,
sym_asterisk,
ACTIONS(960), 9,
sym__eol,
sym_plus,
sym_minus,
sym_currency,
anon_sym_POUND,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_TILDE,
anon_sym_RBRACE_RBRACE,
[9366] = 2,
ACTIONS(1029), 4,
sym_bool,
sym_account,
sym_currency,
sym_number,
ACTIONS(1027), 9,
sym__eol,
anon_sym_STAR,
sym_slash,
sym_plus,
sym_minus,
sym_date,
sym_string,
anon_sym_LPAREN,
sym_comment,
[9384] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1031), 1,
sym__eol,
ACTIONS(1033), 1,
sym_comment,
STATE(448), 1,
sym_price_annotation,
STATE(466), 1,
sym_incomplete_amount,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9416] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1035), 1,
sym__eol,
ACTIONS(1037), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(473), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9448] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1039), 1,
sym__eol,
ACTIONS(1041), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(478), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9480] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1043), 1,
sym__eol,
ACTIONS(1045), 1,
sym_comment,
STATE(463), 1,
sym_price_annotation,
STATE(466), 1,
sym_incomplete_amount,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9512] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1047), 1,
sym__eol,
ACTIONS(1049), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(476), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9544] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1051), 1,
sym__eol,
ACTIONS(1053), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(477), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9576] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1055), 1,
sym__eol,
ACTIONS(1057), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(480), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9608] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1059), 1,
sym__eol,
ACTIONS(1061), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(481), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9640] = 9,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(826), 1,
sym_number,
ACTIONS(997), 1,
sym_currency,
ACTIONS(1063), 1,
sym__eol,
ACTIONS(1065), 1,
sym_comment,
STATE(466), 1,
sym_incomplete_amount,
STATE(483), 1,
sym_price_annotation,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(390), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9672] = 2,
ACTIONS(1029), 1,
anon_sym_RBRACE,
ACTIONS(1027), 11,
sym__eol,
anon_sym_STAR,
sym_slash,
sym_plus,
sym_minus,
sym_currency,
anon_sym_POUND,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_TILDE,
anon_sym_RBRACE_RBRACE,
[9689] = 2,
ACTIONS(1069), 3,
sym_bool,
sym_account,
sym_number,
ACTIONS(1067), 7,
sym__eol,
sym_plus,
sym_minus,
sym_date,
sym_string,
anon_sym_LPAREN,
sym_comment,
[9704] = 8,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1073), 1,
sym_currency,
ACTIONS(1075), 1,
anon_sym_POUND,
ACTIONS(1079), 1,
anon_sym_RBRACE,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
ACTIONS(1077), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[9731] = 2,
ACTIONS(956), 3,
sym_bool,
sym_account,
sym_number,
ACTIONS(948), 7,
sym__eol,
sym_plus,
sym_minus,
sym_date,
sym_string,
anon_sym_LPAREN,
sym_comment,
[9746] = 5,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1081), 1,
sym_number,
STATE(485), 1,
sym_amount_tolerance,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(377), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9766] = 5,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1083), 1,
sym_number,
STATE(459), 1,
sym_amount,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(387), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9786] = 5,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1085), 1,
sym_currency,
ACTIONS(1087), 1,
sym_number,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(385), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9806] = 5,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1083), 1,
sym_number,
STATE(487), 1,
sym_amount,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(387), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9826] = 5,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1089), 1,
sym_currency,
ACTIONS(1091), 1,
sym_number,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(398), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9846] = 5,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1081), 1,
sym_number,
STATE(458), 1,
sym_amount_tolerance,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(377), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9866] = 4,
ACTIONS(531), 1,
anon_sym_LPAREN,
ACTIONS(1093), 1,
sym_number,
ACTIONS(523), 2,
sym_plus,
sym_minus,
STATE(333), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9883] = 4,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1095), 1,
sym_number,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(384), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9900] = 4,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1097), 1,
sym_number,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(391), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9917] = 4,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1099), 1,
sym_number,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(383), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9934] = 7,
ACTIONS(1101), 1,
sym__eol,
ACTIONS(1103), 1,
sym_string,
ACTIONS(1105), 1,
sym_comment,
STATE(395), 1,
sym__txn_strings,
STATE(403), 1,
aux_sym_tags_links_repeat1,
STATE(475), 1,
sym_tags_links,
ACTIONS(977), 2,
sym_tag,
sym_link,
[9957] = 7,
ACTIONS(1103), 1,
sym_string,
ACTIONS(1107), 1,
sym__eol,
ACTIONS(1109), 1,
sym_comment,
STATE(392), 1,
sym__txn_strings,
STATE(403), 1,
aux_sym_tags_links_repeat1,
STATE(455), 1,
sym_tags_links,
ACTIONS(977), 2,
sym_tag,
sym_link,
[9980] = 4,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1111), 1,
sym_number,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(343), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[9997] = 4,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1113), 1,
sym_number,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(344), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[10014] = 4,
ACTIONS(531), 1,
anon_sym_LPAREN,
ACTIONS(1115), 1,
sym_number,
ACTIONS(523), 2,
sym_plus,
sym_minus,
STATE(329), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[10031] = 4,
ACTIONS(693), 1,
anon_sym_LPAREN,
ACTIONS(1117), 1,
sym_number,
ACTIONS(685), 2,
sym_plus,
sym_minus,
STATE(337), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[10048] = 4,
ACTIONS(531), 1,
anon_sym_LPAREN,
ACTIONS(1119), 1,
sym_number,
ACTIONS(523), 2,
sym_plus,
sym_minus,
STATE(330), 4,
sym__number_expr,
sym__paren__number_expr,
sym_unary_number_expr,
sym_binary_number_expr,
[10065] = 7,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
anon_sym_LBRACE_LBRACE,
ACTIONS(1121), 1,
sym__eol,
ACTIONS(1123), 1,
sym_atat,
ACTIONS(1125), 1,
sym_at,
ACTIONS(1127), 1,
sym_comment,
STATE(417), 1,
sym_cost_spec,
[10087] = 6,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1129), 1,
sym_currency,
ACTIONS(1131), 1,
anon_sym_TILDE,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10107] = 7,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
anon_sym_LBRACE_LBRACE,
ACTIONS(1133), 1,
sym__eol,
ACTIONS(1135), 1,
sym_atat,
ACTIONS(1137), 1,
sym_at,
ACTIONS(1139), 1,
sym_comment,
STATE(411), 1,
sym_cost_spec,
[10129] = 7,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
anon_sym_LBRACE_LBRACE,
ACTIONS(1141), 1,
sym__eol,
ACTIONS(1143), 1,
sym_atat,
ACTIONS(1145), 1,
sym_at,
ACTIONS(1147), 1,
sym_comment,
STATE(419), 1,
sym_cost_spec,
[10151] = 7,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
anon_sym_LBRACE_LBRACE,
ACTIONS(1149), 1,
sym__eol,
ACTIONS(1151), 1,
sym_atat,
ACTIONS(1153), 1,
sym_at,
ACTIONS(1155), 1,
sym_comment,
STATE(418), 1,
sym_cost_spec,
[10173] = 6,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1157), 1,
sym__eol,
ACTIONS(1159), 1,
sym_currency,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10193] = 5,
ACTIONS(1161), 1,
sym__eol,
ACTIONS(1163), 1,
sym_comment,
STATE(403), 1,
aux_sym_tags_links_repeat1,
STATE(443), 1,
sym_tags_links,
ACTIONS(977), 2,
sym_tag,
sym_link,
[10210] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1165), 1,
sym_currency,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10227] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1167), 1,
anon_sym_RPAREN,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10244] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1169), 1,
sym_currency,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10261] = 6,
ACTIONS(1171), 1,
sym__eol,
ACTIONS(1173), 1,
sym_currency,
ACTIONS(1175), 1,
sym_string,
ACTIONS(1177), 1,
sym_comment,
STATE(399), 1,
aux_sym_open_repeat2,
STATE(470), 1,
sym_opt_booking,
[10280] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1159), 1,
sym_currency,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10297] = 3,
ACTIONS(1181), 1,
anon_sym_COMMA,
STATE(388), 1,
aux_sym_open_repeat1,
ACTIONS(1179), 4,
sym__eol,
sym_currency,
sym_string,
sym_comment,
[10310] = 6,
ACTIONS(1173), 1,
sym_currency,
ACTIONS(1175), 1,
sym_string,
ACTIONS(1184), 1,
sym__eol,
ACTIONS(1186), 1,
sym_comment,
STATE(394), 1,
aux_sym_open_repeat2,
STATE(456), 1,
sym_opt_booking,
[10329] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1188), 1,
sym_currency,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10346] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1190), 1,
anon_sym_RPAREN,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10363] = 5,
ACTIONS(1192), 1,
sym__eol,
ACTIONS(1194), 1,
sym_comment,
STATE(403), 1,
aux_sym_tags_links_repeat1,
STATE(465), 1,
sym_tags_links,
ACTIONS(977), 2,
sym_tag,
sym_link,
[10380] = 2,
ACTIONS(1198), 2,
sym_at,
anon_sym_LBRACE,
ACTIONS(1196), 4,
sym__eol,
sym_atat,
anon_sym_LBRACE_LBRACE,
sym_comment,
[10391] = 6,
ACTIONS(1173), 1,
sym_currency,
ACTIONS(1175), 1,
sym_string,
ACTIONS(1200), 1,
sym__eol,
ACTIONS(1202), 1,
sym_comment,
STATE(402), 1,
aux_sym_open_repeat2,
STATE(467), 1,
sym_opt_booking,
[10410] = 5,
ACTIONS(1204), 1,
sym__eol,
ACTIONS(1206), 1,
sym_comment,
STATE(403), 1,
aux_sym_tags_links_repeat1,
STATE(440), 1,
sym_tags_links,
ACTIONS(977), 2,
sym_tag,
sym_link,
[10427] = 3,
ACTIONS(1210), 1,
anon_sym_COMMA,
STATE(388), 1,
aux_sym_open_repeat1,
ACTIONS(1208), 4,
sym__eol,
sym_currency,
sym_string,
sym_comment,
[10440] = 5,
ACTIONS(1212), 1,
sym__eol,
ACTIONS(1214), 1,
sym_comment,
STATE(403), 1,
aux_sym_tags_links_repeat1,
STATE(469), 1,
sym_tags_links,
ACTIONS(977), 2,
sym_tag,
sym_link,
[10457] = 5,
ACTIONS(950), 1,
anon_sym_STAR,
ACTIONS(1025), 1,
sym_slash,
ACTIONS(1216), 1,
sym_currency,
STATE(371), 1,
sym_asterisk,
ACTIONS(1071), 2,
sym_plus,
sym_minus,
[10474] = 6,
ACTIONS(1173), 1,
sym_currency,
ACTIONS(1175), 1,
sym_string,
ACTIONS(1218), 1,
sym__eol,
ACTIONS(1220), 1,
sym_comment,
STATE(402), 1,
aux_sym_open_repeat2,
STATE(486), 1,
sym_opt_booking,
[10493] = 3,
ACTIONS(1210), 1,
anon_sym_COMMA,
STATE(396), 1,
aux_sym_open_repeat1,
ACTIONS(1222), 4,
sym__eol,
sym_currency,
sym_string,
sym_comment,
[10506] = 5,
ACTIONS(159), 1,
sym__eol,
ACTIONS(1224), 1,
sym_currency,
ACTIONS(1226), 1,
aux_sym_currency_key_value_token1,
STATE(421), 1,
aux_sym_currency_key_value_repeat1,
STATE(562), 1,
sym_value_currency,
[10522] = 3,
ACTIONS(1228), 1,
sym_currency,
STATE(402), 1,
aux_sym_open_repeat2,
ACTIONS(1208), 3,
sym__eol,
sym_string,
sym_comment,
[10534] = 3,
STATE(407), 1,
aux_sym_tags_links_repeat1,
ACTIONS(1231), 2,
sym__eol,
sym_comment,
ACTIONS(1233), 2,
sym_tag,
sym_link,
[10546] = 2,
ACTIONS(1237), 1,
sym_string,
ACTIONS(1235), 4,
sym__eol,
sym_tag,
sym_link,
sym_comment,
[10556] = 1,
ACTIONS(1239), 5,
sym__eol,
sym_string,
sym_tag,
sym_link,
sym_comment,
[10564] = 1,
ACTIONS(1179), 5,
sym__eol,
sym_currency,
sym_string,
anon_sym_COMMA,
sym_comment,
[10572] = 3,
STATE(407), 1,
aux_sym_tags_links_repeat1,
ACTIONS(1241), 2,
sym__eol,
sym_comment,
ACTIONS(1243), 2,
sym_tag,
sym_link,
[10584] = 5,
ACTIONS(979), 1,
sym_key,
ACTIONS(981), 1,
anon_sym_currency,
ACTIONS(1246), 1,
sym__eol,
ACTIONS(1248), 1,
sym_comment,
STATE(669), 1,
sym_key_value,
[10600] = 5,
ACTIONS(979), 1,
sym_key,
ACTIONS(981), 1,
anon_sym_currency,
ACTIONS(1250), 1,
sym__eol,
ACTIONS(1252), 1,
sym_comment,
STATE(564), 1,
sym_key_value,
[10616] = 1,
ACTIONS(1254), 4,
sym_plus,
sym_minus,
sym_number,
anon_sym_LPAREN,
[10623] = 4,
ACTIONS(1256), 1,
sym__eol,
ACTIONS(1258), 1,
sym_atat,
ACTIONS(1260), 1,
sym_at,
ACTIONS(1262), 1,
sym_comment,
[10636] = 2,
ACTIONS(1266), 1,
sym_at,
ACTIONS(1264), 3,
sym__eol,
sym_atat,
sym_comment,
[10645] = 4,
ACTIONS(1268), 1,
anon_sym_COMMA,
ACTIONS(1270), 1,
anon_sym_RBRACE,
ACTIONS(1272), 1,
anon_sym_RBRACE_RBRACE,
STATE(414), 1,
aux_sym__cost_comp_list_repeat1,
[10658] = 4,
ACTIONS(1268), 1,
anon_sym_COMMA,
ACTIONS(1274), 1,
anon_sym_RBRACE,
ACTIONS(1276), 1,
anon_sym_RBRACE_RBRACE,
STATE(420), 1,
aux_sym__cost_comp_list_repeat1,
[10671] = 2,
ACTIONS(1280), 1,
sym_at,
ACTIONS(1278), 3,
sym__eol,
sym_atat,
sym_comment,
[10680] = 4,
ACTIONS(1282), 1,
sym__eol,
ACTIONS(1284), 1,
sym_atat,
ACTIONS(1286), 1,
sym_at,
ACTIONS(1288), 1,
sym_comment,
[10693] = 4,
ACTIONS(1290), 1,
sym__eol,
ACTIONS(1292), 1,
sym_atat,
ACTIONS(1294), 1,
sym_at,
ACTIONS(1296), 1,
sym_comment,
[10706] = 4,
ACTIONS(1298), 1,
sym__eol,
ACTIONS(1300), 1,
sym_atat,
ACTIONS(1302), 1,
sym_at,
ACTIONS(1304), 1,
sym_comment,
[10719] = 4,
ACTIONS(1306), 1,
sym__eol,
ACTIONS(1308), 1,
sym_atat,
ACTIONS(1310), 1,
sym_at,
ACTIONS(1312), 1,
sym_comment,
[10732] = 4,
ACTIONS(1314), 1,
anon_sym_COMMA,
ACTIONS(1317), 1,
anon_sym_RBRACE,
ACTIONS(1319), 1,
anon_sym_RBRACE_RBRACE,
STATE(420), 1,
aux_sym__cost_comp_list_repeat1,
[10745] = 4,
ACTIONS(1224), 1,
sym_currency,
ACTIONS(1321), 1,
aux_sym_currency_key_value_token1,
STATE(429), 1,
aux_sym_currency_key_value_repeat1,
STATE(635), 1,
sym_value_currency,
[10758] = 1,
ACTIONS(1323), 4,
sym__eol,
sym_tag,
sym_link,
sym_comment,
[10765] = 3,
ACTIONS(1327), 1,
sym_item,
STATE(311), 1,
sym__nl,
ACTIONS(1325), 2,
anon_sym_LF,
anon_sym_CR,
[10776] = 1,
ACTIONS(1329), 4,
sym__eol,
sym_tag,
sym_link,
sym_comment,
[10783] = 4,
ACTIONS(1331), 1,
sym__eol,
ACTIONS(1333), 1,
sym_atat,
ACTIONS(1335), 1,
sym_at,
ACTIONS(1337), 1,
sym_comment,
[10796] = 4,
ACTIONS(1339), 1,
sym__eol,
ACTIONS(1341), 1,
sym_atat,
ACTIONS(1343), 1,
sym_at,
ACTIONS(1345), 1,
sym_comment,
[10809] = 4,
ACTIONS(1347), 1,
sym__eol,
ACTIONS(1349), 1,
sym_atat,
ACTIONS(1351), 1,
sym_at,
ACTIONS(1353), 1,
sym_comment,
[10822] = 2,
ACTIONS(1357), 1,
anon_sym_RBRACE,
ACTIONS(1355), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[10830] = 3,
ACTIONS(964), 1,
sym_currency,
ACTIONS(1359), 1,
aux_sym_currency_key_value_token1,
STATE(429), 1,
aux_sym_currency_key_value_repeat1,
[10840] = 2,
ACTIONS(1364), 1,
anon_sym_RBRACE,
ACTIONS(1362), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[10848] = 2,
ACTIONS(1368), 1,
anon_sym_RBRACE,
ACTIONS(1366), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[10856] = 3,
ACTIONS(1370), 1,
anon_sym_LF,
ACTIONS(1372), 1,
anon_sym_CR,
STATE(301), 1,
sym__nl,
[10866] = 3,
ACTIONS(979), 1,
sym_key,
ACTIONS(981), 1,
anon_sym_currency,
STATE(499), 1,
sym_key_value,
[10876] = 2,
ACTIONS(1376), 1,
anon_sym_RBRACE,
ACTIONS(1374), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[10884] = 2,
ACTIONS(1380), 1,
anon_sym_RBRACE,
ACTIONS(1378), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[10892] = 2,
ACTIONS(1317), 1,
anon_sym_RBRACE,
ACTIONS(1319), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[10900] = 2,
ACTIONS(1384), 1,
anon_sym_RBRACE,
ACTIONS(1382), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[10908] = 3,
ACTIONS(979), 1,
sym_key,
ACTIONS(981), 1,
anon_sym_currency,
STATE(536), 1,
sym_key_value,
[10918] = 2,
ACTIONS(1388), 1,
anon_sym_RBRACE,
ACTIONS(1386), 2,
anon_sym_COMMA,
anon_sym_RBRACE_RBRACE,
[10926] = 2,
ACTIONS(1390), 1,
sym__eol,
ACTIONS(1392), 1,
sym_comment,
[10933] = 2,
ACTIONS(1394), 1,
sym__eol,
ACTIONS(1396), 1,
sym_comment,
[10940] = 2,
ACTIONS(1398), 1,
sym__eol,
ACTIONS(1400), 1,
sym_comment,
[10947] = 2,
ACTIONS(1402), 1,
sym__eol,
ACTIONS(1404), 1,
sym_comment,
[10954] = 2,
ACTIONS(1406), 1,
sym__eol,
ACTIONS(1408), 1,
sym_comment,
[10961] = 2,
ACTIONS(1410), 1,
sym__eol,
ACTIONS(1412), 1,
sym_comment,
[10968] = 2,
ACTIONS(1414), 1,
sym__eol,
ACTIONS(1416), 1,
sym_string,
[10975] = 2,
ACTIONS(1418), 1,
sym__eol,
ACTIONS(1420), 1,
sym_comment,
[10982] = 2,
ACTIONS(1422), 1,
sym__eol,
ACTIONS(1424), 1,
sym_comment,
[10989] = 1,
ACTIONS(1426), 2,
sym__eol,
sym_comment,
[10994] = 1,
ACTIONS(1428), 2,
sym__eol,
sym_comment,
[10999] = 1,
ACTIONS(1430), 2,
sym__eol,
sym_comment,
[11004] = 2,
ACTIONS(1432), 1,
sym__eol,
ACTIONS(1434), 1,
sym_string,
[11011] = 2,
ACTIONS(1436), 1,
sym__eol,
ACTIONS(1438), 1,
sym_comment,
[11018] = 2,
ACTIONS(1440), 1,
sym__eol,
ACTIONS(1442), 1,
sym_comment,
[11025] = 2,
ACTIONS(1444), 1,
sym__eol,
ACTIONS(1446), 1,
sym_comment,
[11032] = 2,
ACTIONS(1448), 1,
sym__eol,
ACTIONS(1450), 1,
sym_comment,
[11039] = 2,
ACTIONS(1452), 1,
sym__eol,
ACTIONS(1454), 1,
sym_comment,
[11046] = 2,
ACTIONS(1456), 1,
sym__eol,
ACTIONS(1458), 1,
sym_comment,
[11053] = 2,
ACTIONS(1460), 1,
sym__eol,
ACTIONS(1462), 1,
sym_comment,
[11060] = 2,
ACTIONS(1464), 1,
sym__eol,
ACTIONS(1466), 1,
sym_comment,
[11067] = 2,
ACTIONS(1468), 1,
sym__eol,
ACTIONS(1470), 1,
sym_comment,
[11074] = 2,
ACTIONS(1472), 1,
sym__eol,
ACTIONS(1474), 1,
sym_comment,
[11081] = 2,
ACTIONS(1476), 1,
sym__eol,
ACTIONS(1478), 1,
sym_comment,
[11088] = 2,
ACTIONS(1480), 1,
sym__eol,
ACTIONS(1482), 1,
sym_comment,
[11095] = 2,
ACTIONS(1484), 1,
sym__eol,
ACTIONS(1486), 1,
sym_comment,
[11102] = 1,
ACTIONS(1488), 2,
sym__eol,
sym_comment,
[11107] = 2,
ACTIONS(1490), 1,
sym__eol,
ACTIONS(1492), 1,
sym_comment,
[11114] = 2,
ACTIONS(1494), 1,
sym__eol,
ACTIONS(1496), 1,
sym_comment,
[11121] = 2,
ACTIONS(1498), 1,
sym__eol,
ACTIONS(1500), 1,
sym_comment,
[11128] = 2,
ACTIONS(1502), 1,
sym__eol,
ACTIONS(1504), 1,
sym_comment,
[11135] = 2,
ACTIONS(1506), 1,
sym__eol,
ACTIONS(1508), 1,
sym_comment,
[11142] = 2,
ACTIONS(1510), 1,
sym__eol,
ACTIONS(1512), 1,
sym_comment,
[11149] = 2,
ACTIONS(1514), 1,
sym__eol,
ACTIONS(1516), 1,
sym_comment,
[11156] = 2,
ACTIONS(1518), 1,
sym__eol,
ACTIONS(1520), 1,
sym_comment,
[11163] = 2,
ACTIONS(1522), 1,
sym__eol,
ACTIONS(1524), 1,
sym_comment,
[11170] = 2,
ACTIONS(1526), 1,
sym__eol,
ACTIONS(1528), 1,
sym_comment,
[11177] = 2,
ACTIONS(1530), 1,
sym__eol,
ACTIONS(1532), 1,
sym_comment,
[11184] = 2,
ACTIONS(1534), 1,
sym__eol,
ACTIONS(1536), 1,
sym_comment,
[11191] = 2,
ACTIONS(1538), 1,
sym__eol,
ACTIONS(1540), 1,
sym_comment,
[11198] = 2,
ACTIONS(1542), 1,
sym__eol,
ACTIONS(1544), 1,
sym_comment,
[11205] = 2,
ACTIONS(1546), 1,
sym__eol,
ACTIONS(1548), 1,
sym_comment,
[11212] = 2,
ACTIONS(1550), 1,
sym_string,
STATE(382), 1,
sym_filename,
[11219] = 2,
ACTIONS(1552), 1,
sym__eol,
ACTIONS(1554), 1,
sym_comment,
[11226] = 2,
ACTIONS(1556), 1,
sym__eol,
ACTIONS(1558), 1,
sym_comment,
[11233] = 2,
ACTIONS(1560), 1,
sym__eol,
ACTIONS(1562), 1,
sym_comment,
[11240] = 2,
ACTIONS(1564), 1,
sym__eol,
ACTIONS(1566), 1,
sym_comment,
[11247] = 2,
ACTIONS(1568), 1,
sym__eol,
ACTIONS(1570), 1,
sym_comment,
[11254] = 2,
ACTIONS(1550), 1,
sym_string,
STATE(397), 1,
sym_filename,
[11261] = 2,
ACTIONS(1572), 1,
sym__eol,
ACTIONS(1574), 1,
sym_comment,
[11268] = 1,
ACTIONS(1576), 1,
sym_string,
[11272] = 1,
ACTIONS(1578), 1,
sym__eol,
[11276] = 1,
ACTIONS(1580), 1,
sym__eol,
[11280] = 1,
ACTIONS(1582), 1,
anon_sym_COLON,
[11284] = 1,
ACTIONS(1584), 1,
sym__eol,
[11288] = 1,
ACTIONS(1586), 1,
anon_sym_COLON,
[11292] = 1,
ACTIONS(1588), 1,
sym__eol,
[11296] = 1,
ACTIONS(1590), 1,
sym__eol,
[11300] = 1,
ACTIONS(1592), 1,
sym__eol,
[11304] = 1,
ACTIONS(1594), 1,
sym__eol,
[11308] = 1,
ACTIONS(1596), 1,
sym__eol,
[11312] = 1,
ACTIONS(1598), 1,
sym__eol,
[11316] = 1,
ACTIONS(1600), 1,
sym__eol,
[11320] = 1,
ACTIONS(1602), 1,
sym__eol,
[11324] = 1,
ACTIONS(1604), 1,
sym__eol,
[11328] = 1,
ACTIONS(1606), 1,
aux_sym_headline_token1,
[11332] = 1,
ACTIONS(1608), 1,
sym_currency,
[11336] = 1,
ACTIONS(1610), 1,
sym__eol,
[11340] = 1,
ACTIONS(1612), 1,
sym_string,
[11344] = 1,
ACTIONS(1614), 1,
sym__eol,
[11348] = 1,
ACTIONS(1616), 1,
sym__eol,
[11352] = 1,
ACTIONS(1618), 1,
anon_sym_COLON,
[11356] = 1,
ACTIONS(1620), 1,
sym_string,
[11360] = 1,
ACTIONS(1622), 1,
sym__eol,
[11364] = 1,
ACTIONS(1624), 1,
sym__eol,
[11368] = 1,
ACTIONS(1626), 1,
sym__eol,
[11372] = 1,
ACTIONS(1628), 1,
sym__eol,
[11376] = 1,
ACTIONS(1630), 1,
sym__eol,
[11380] = 1,
ACTIONS(1632), 1,
sym__eol,
[11384] = 1,
ACTIONS(1634), 1,
sym_key,
[11388] = 1,
ACTIONS(1636), 1,
sym_account,
[11392] = 1,
ACTIONS(1638), 1,
sym_string,
[11396] = 1,
ACTIONS(1640), 1,
sym__eol,
[11400] = 1,
ACTIONS(1642), 1,
sym_string,
[11404] = 1,
ACTIONS(1644), 1,
sym_string,
[11408] = 1,
ACTIONS(1646), 1,
sym_string,
[11412] = 1,
ACTIONS(1648), 1,
sym__eol,
[11416] = 1,
ACTIONS(1650), 1,
sym__eol,
[11420] = 1,
ACTIONS(1652), 1,
sym_currency,
[11424] = 1,
ACTIONS(1654), 1,
sym__eol,
[11428] = 1,
ACTIONS(1656), 1,
sym__eol,
[11432] = 1,
ACTIONS(1658), 1,
sym__eol,
[11436] = 1,
ACTIONS(1660), 1,
sym__eol,
[11440] = 1,
ACTIONS(1662), 1,
sym_account,
[11444] = 1,
ACTIONS(1664), 1,
sym__eol,
[11448] = 1,
ACTIONS(1666), 1,
sym__eol,
[11452] = 1,
ACTIONS(1668), 1,
sym__eol,
[11456] = 1,
ACTIONS(1670), 1,
sym__eol,
[11460] = 1,
ACTIONS(1672), 1,
anon_sym_RBRACE,
[11464] = 1,
ACTIONS(1157), 1,
sym__eol,
[11468] = 1,
ACTIONS(1674), 1,
ts_builtin_sym_end,
[11472] = 1,
ACTIONS(1676), 1,
sym_account,
[11476] = 1,
ACTIONS(1678), 1,
sym__eol,
[11480] = 1,
ACTIONS(1680), 1,
sym__eol,
[11484] = 1,
ACTIONS(1682), 1,
sym__eol,
[11488] = 1,
ACTIONS(1684), 1,
sym__eol,
[11492] = 1,
ACTIONS(1686), 1,
sym_account,
[11496] = 1,
ACTIONS(1688), 1,
sym__eol,
[11500] = 1,
ACTIONS(1690), 1,
sym__eol,
[11504] = 1,
ACTIONS(1692), 1,
sym__eol,
[11508] = 1,
ACTIONS(1694), 1,
sym__eol,
[11512] = 1,
ACTIONS(1696), 1,
sym_account,
[11516] = 1,
ACTIONS(1698), 1,
aux_sym_headline_token1,
[11520] = 1,
ACTIONS(1700), 1,
sym__eol,
[11524] = 1,
ACTIONS(1702), 1,
sym__eol,
[11528] = 1,
ACTIONS(1704), 1,
sym__eol,
[11532] = 1,
ACTIONS(1706), 1,
sym__eol,
[11536] = 1,
ACTIONS(1708), 1,
sym__eol,
[11540] = 1,
ACTIONS(1710), 1,
sym__eol,
[11544] = 1,
ACTIONS(1712), 1,
sym_account,
[11548] = 1,
ACTIONS(1714), 1,
sym__eol,
[11552] = 1,
ACTIONS(1716), 1,
sym__eol,
[11556] = 1,
ACTIONS(1718), 1,
sym__eol,
[11560] = 1,
ACTIONS(1720), 1,
sym__eol,
[11564] = 1,
ACTIONS(1722), 1,
sym__eol,
[11568] = 1,
ACTIONS(1672), 1,
anon_sym_RBRACE_RBRACE,
[11572] = 1,
ACTIONS(1724), 1,
sym__eol,
[11576] = 1,
ACTIONS(1726), 1,
sym__eol,
[11580] = 1,
ACTIONS(1728), 1,
sym__eol,
[11584] = 1,
ACTIONS(1730), 1,
sym__eol,
[11588] = 1,
ACTIONS(1732), 1,
sym__eol,
[11592] = 1,
ACTIONS(1734), 1,
sym__eol,
[11596] = 1,
ACTIONS(1736), 1,
sym__eol,
[11600] = 1,
ACTIONS(1738), 1,
sym__eol,
[11604] = 1,
ACTIONS(1740), 1,
sym__eol,
[11608] = 1,
ACTIONS(1742), 1,
sym__eol,
[11612] = 1,
ACTIONS(1744), 1,
sym__eol,
[11616] = 1,
ACTIONS(1746), 1,
sym__eol,
[11620] = 1,
ACTIONS(1748), 1,
sym__eol,
[11624] = 1,
ACTIONS(1750), 1,
sym__eol,
[11628] = 1,
ACTIONS(1752), 1,
sym__eol,
[11632] = 1,
ACTIONS(1754), 1,
sym_string,
[11636] = 1,
ACTIONS(1756), 1,
sym__eol,
[11640] = 1,
ACTIONS(1758), 1,
sym_account,
[11644] = 1,
ACTIONS(1760), 1,
sym__eol,
[11648] = 1,
ACTIONS(1762), 1,
sym__eol,
[11652] = 1,
ACTIONS(1764), 1,
sym__eol,
[11656] = 1,
ACTIONS(1766), 1,
sym__eol,
[11660] = 1,
ACTIONS(1768), 1,
sym__eol,
[11664] = 1,
ACTIONS(1770), 1,
sym__eol,
[11668] = 1,
ACTIONS(1772), 1,
sym__eol,
[11672] = 1,
ACTIONS(1774), 1,
sym__eol,
[11676] = 1,
ACTIONS(1776), 1,
sym__eol,
[11680] = 1,
ACTIONS(1778), 1,
aux_sym__skipped_lines_token1,
[11684] = 1,
ACTIONS(1780), 1,
sym__eol,
[11688] = 1,
ACTIONS(1782), 1,
sym__eol,
[11692] = 1,
ACTIONS(1784), 1,
sym__eol,
[11696] = 1,
ACTIONS(1786), 1,
sym__eol,
[11700] = 1,
ACTIONS(1788), 1,
sym__eol,
[11704] = 1,
ACTIONS(1790), 1,
sym__eol,
[11708] = 1,
ACTIONS(1792), 1,
sym__eol,
[11712] = 1,
ACTIONS(1794), 1,
aux_sym__org_stars_token1,
[11716] = 1,
ACTIONS(1796), 1,
sym__eol,
[11720] = 1,
ACTIONS(1798), 1,
sym_currency,
[11724] = 1,
ACTIONS(1800), 1,
sym__eol,
[11728] = 1,
ACTIONS(1802), 1,
sym_string,
[11732] = 1,
ACTIONS(1804), 1,
sym__eol,
[11736] = 1,
ACTIONS(1806), 1,
sym__eol,
[11740] = 1,
ACTIONS(1808), 1,
sym__eol,
[11744] = 1,
ACTIONS(1810), 1,
sym__eol,
[11748] = 1,
ACTIONS(1812), 1,
sym_string,
[11752] = 1,
ACTIONS(1814), 1,
sym__eol,
[11756] = 1,
ACTIONS(1816), 1,
sym__eol,
[11760] = 1,
ACTIONS(1818), 1,
sym__eol,
[11764] = 1,
ACTIONS(1820), 1,
sym__eol,
[11768] = 1,
ACTIONS(1822), 1,
sym__eol,
[11772] = 1,
ACTIONS(1824), 1,
sym_string,
[11776] = 1,
ACTIONS(1826), 1,
sym__eol,
[11780] = 1,
ACTIONS(1828), 1,
sym_account,
[11784] = 1,
ACTIONS(1830), 1,
sym__eol,
[11788] = 1,
ACTIONS(1832), 1,
sym__eol,
[11792] = 1,
ACTIONS(1834), 1,
sym__eol,
[11796] = 1,
ACTIONS(1836), 1,
sym__eol,
[11800] = 1,
ACTIONS(1838), 1,
sym__eol,
[11804] = 1,
ACTIONS(1840), 1,
sym__eol,
[11808] = 1,
ACTIONS(1842), 1,
sym__eol,
[11812] = 1,
ACTIONS(1844), 1,
sym__eol,
[11816] = 1,
ACTIONS(1846), 1,
sym__eol,
[11820] = 1,
ACTIONS(1848), 1,
sym__eol,
[11824] = 1,
ACTIONS(1850), 1,
sym__eol,
[11828] = 1,
ACTIONS(1852), 1,
sym__eol,
[11832] = 1,
ACTIONS(1854), 1,
sym__eol,
[11836] = 1,
ACTIONS(1856), 1,
sym__eol,
[11840] = 1,
ACTIONS(1858), 1,
sym__eol,
[11844] = 1,
ACTIONS(1860), 1,
sym__eol,
[11848] = 1,
ACTIONS(1862), 1,
sym__eol,
[11852] = 1,
ACTIONS(1864), 1,
sym__eol,
[11856] = 1,
ACTIONS(1866), 1,
sym__eol,
[11860] = 1,
ACTIONS(1868), 1,
aux_sym__skipped_lines_token1,
[11864] = 1,
ACTIONS(1870), 1,
sym__eol,
[11868] = 1,
ACTIONS(1872), 1,
sym_tag,
[11872] = 1,
ACTIONS(1874), 1,
sym_tag,
[11876] = 1,
ACTIONS(1876), 1,
sym__eol,
[11880] = 1,
ACTIONS(1878), 1,
sym_string,
[11884] = 1,
ACTIONS(1880), 1,
sym_string,
[11888] = 1,
ACTIONS(1882), 1,
sym_account,
[11892] = 1,
ACTIONS(1884), 1,
sym_account,
[11896] = 1,
ACTIONS(1886), 1,
sym_currency,
[11900] = 1,
ACTIONS(1888), 1,
sym_tag,
[11904] = 1,
ACTIONS(1890), 1,
anon_sym_COLON,
[11908] = 1,
ACTIONS(1892), 1,
sym_string,
[11912] = 1,
ACTIONS(1894), 1,
sym_account,
[11916] = 1,
ACTIONS(1896), 1,
sym__eol,
[11920] = 1,
ACTIONS(1898), 1,
sym_account,
[11924] = 1,
ACTIONS(1900), 1,
sym_string,
[11928] = 1,
ACTIONS(1902), 1,
sym_string,
[11932] = 1,
ACTIONS(1904), 1,
sym_string,
[11936] = 1,
ACTIONS(1906), 1,
sym__eol,
[11940] = 1,
ACTIONS(1908), 1,
sym_tag,
[11944] = 1,
ACTIONS(1910), 1,
sym_account,
[11948] = 1,
ACTIONS(1912), 1,
sym_key,
[11952] = 1,
ACTIONS(1914), 1,
sym_string,
[11956] = 1,
ACTIONS(1916), 1,
sym_account,
[11960] = 1,
ACTIONS(1918), 1,
sym_account,
[11964] = 1,
ACTIONS(1920), 1,
sym_currency,
[11968] = 1,
ACTIONS(1922), 1,
sym_string,
[11972] = 1,
ACTIONS(1924), 1,
sym_string,
[11976] = 1,
ACTIONS(1926), 1,
sym_account,
[11980] = 1,
ACTIONS(1928), 1,
sym_account,
[11984] = 1,
ACTIONS(1930), 1,
sym__eol,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 85,
[SMALL_STATE(4)] = 168,
[SMALL_STATE(5)] = 253,
[SMALL_STATE(6)] = 336,
[SMALL_STATE(7)] = 421,
[SMALL_STATE(8)] = 506,
[SMALL_STATE(9)] = 591,
[SMALL_STATE(10)] = 634,
[SMALL_STATE(11)] = 674,
[SMALL_STATE(12)] = 703,
[SMALL_STATE(13)] = 732,
[SMALL_STATE(14)] = 761,
[SMALL_STATE(15)] = 790,
[SMALL_STATE(16)] = 819,
[SMALL_STATE(17)] = 848,
[SMALL_STATE(18)] = 877,
[SMALL_STATE(19)] = 906,
[SMALL_STATE(20)] = 935,
[SMALL_STATE(21)] = 964,
[SMALL_STATE(22)] = 993,
[SMALL_STATE(23)] = 1022,
[SMALL_STATE(24)] = 1051,
[SMALL_STATE(25)] = 1080,
[SMALL_STATE(26)] = 1109,
[SMALL_STATE(27)] = 1138,
[SMALL_STATE(28)] = 1167,
[SMALL_STATE(29)] = 1196,
[SMALL_STATE(30)] = 1225,
[SMALL_STATE(31)] = 1254,
[SMALL_STATE(32)] = 1283,
[SMALL_STATE(33)] = 1312,
[SMALL_STATE(34)] = 1341,
[SMALL_STATE(35)] = 1370,
[SMALL_STATE(36)] = 1399,
[SMALL_STATE(37)] = 1428,
[SMALL_STATE(38)] = 1457,
[SMALL_STATE(39)] = 1486,
[SMALL_STATE(40)] = 1515,
[SMALL_STATE(41)] = 1544,
[SMALL_STATE(42)] = 1573,
[SMALL_STATE(43)] = 1602,
[SMALL_STATE(44)] = 1631,
[SMALL_STATE(45)] = 1660,
[SMALL_STATE(46)] = 1688,
[SMALL_STATE(47)] = 1716,
[SMALL_STATE(48)] = 1744,
[SMALL_STATE(49)] = 1772,
[SMALL_STATE(50)] = 1800,
[SMALL_STATE(51)] = 1828,
[SMALL_STATE(52)] = 1856,
[SMALL_STATE(53)] = 1884,
[SMALL_STATE(54)] = 1912,
[SMALL_STATE(55)] = 1940,
[SMALL_STATE(56)] = 1968,
[SMALL_STATE(57)] = 1996,
[SMALL_STATE(58)] = 2024,
[SMALL_STATE(59)] = 2052,
[SMALL_STATE(60)] = 2080,
[SMALL_STATE(61)] = 2108,
[SMALL_STATE(62)] = 2136,
[SMALL_STATE(63)] = 2164,
[SMALL_STATE(64)] = 2192,
[SMALL_STATE(65)] = 2220,
[SMALL_STATE(66)] = 2248,
[SMALL_STATE(67)] = 2276,
[SMALL_STATE(68)] = 2304,
[SMALL_STATE(69)] = 2332,
[SMALL_STATE(70)] = 2360,
[SMALL_STATE(71)] = 2388,
[SMALL_STATE(72)] = 2416,
[SMALL_STATE(73)] = 2444,
[SMALL_STATE(74)] = 2472,
[SMALL_STATE(75)] = 2500,
[SMALL_STATE(76)] = 2528,
[SMALL_STATE(77)] = 2556,
[SMALL_STATE(78)] = 2584,
[SMALL_STATE(79)] = 2612,
[SMALL_STATE(80)] = 2640,
[SMALL_STATE(81)] = 2668,
[SMALL_STATE(82)] = 2696,
[SMALL_STATE(83)] = 2724,
[SMALL_STATE(84)] = 2752,
[SMALL_STATE(85)] = 2780,
[SMALL_STATE(86)] = 2808,
[SMALL_STATE(87)] = 2836,
[SMALL_STATE(88)] = 2864,
[SMALL_STATE(89)] = 2892,
[SMALL_STATE(90)] = 2920,
[SMALL_STATE(91)] = 2948,
[SMALL_STATE(92)] = 2976,
[SMALL_STATE(93)] = 3004,
[SMALL_STATE(94)] = 3032,
[SMALL_STATE(95)] = 3060,
[SMALL_STATE(96)] = 3088,
[SMALL_STATE(97)] = 3116,
[SMALL_STATE(98)] = 3144,
[SMALL_STATE(99)] = 3172,
[SMALL_STATE(100)] = 3200,
[SMALL_STATE(101)] = 3228,
[SMALL_STATE(102)] = 3256,
[SMALL_STATE(103)] = 3284,
[SMALL_STATE(104)] = 3312,
[SMALL_STATE(105)] = 3340,
[SMALL_STATE(106)] = 3368,
[SMALL_STATE(107)] = 3396,
[SMALL_STATE(108)] = 3424,
[SMALL_STATE(109)] = 3452,
[SMALL_STATE(110)] = 3480,
[SMALL_STATE(111)] = 3508,
[SMALL_STATE(112)] = 3536,
[SMALL_STATE(113)] = 3564,
[SMALL_STATE(114)] = 3592,
[SMALL_STATE(115)] = 3620,
[SMALL_STATE(116)] = 3648,
[SMALL_STATE(117)] = 3676,
[SMALL_STATE(118)] = 3704,
[SMALL_STATE(119)] = 3732,
[SMALL_STATE(120)] = 3760,
[SMALL_STATE(121)] = 3788,
[SMALL_STATE(122)] = 3816,
[SMALL_STATE(123)] = 3844,
[SMALL_STATE(124)] = 3872,
[SMALL_STATE(125)] = 3900,
[SMALL_STATE(126)] = 3928,
[SMALL_STATE(127)] = 3956,
[SMALL_STATE(128)] = 3984,
[SMALL_STATE(129)] = 4012,
[SMALL_STATE(130)] = 4040,
[SMALL_STATE(131)] = 4068,
[SMALL_STATE(132)] = 4096,
[SMALL_STATE(133)] = 4124,
[SMALL_STATE(134)] = 4152,
[SMALL_STATE(135)] = 4180,
[SMALL_STATE(136)] = 4208,
[SMALL_STATE(137)] = 4236,
[SMALL_STATE(138)] = 4264,
[SMALL_STATE(139)] = 4292,
[SMALL_STATE(140)] = 4320,
[SMALL_STATE(141)] = 4348,
[SMALL_STATE(142)] = 4376,
[SMALL_STATE(143)] = 4404,
[SMALL_STATE(144)] = 4432,
[SMALL_STATE(145)] = 4460,
[SMALL_STATE(146)] = 4488,
[SMALL_STATE(147)] = 4516,
[SMALL_STATE(148)] = 4544,
[SMALL_STATE(149)] = 4572,
[SMALL_STATE(150)] = 4600,
[SMALL_STATE(151)] = 4628,
[SMALL_STATE(152)] = 4656,
[SMALL_STATE(153)] = 4684,
[SMALL_STATE(154)] = 4712,
[SMALL_STATE(155)] = 4740,
[SMALL_STATE(156)] = 4768,
[SMALL_STATE(157)] = 4796,
[SMALL_STATE(158)] = 4824,
[SMALL_STATE(159)] = 4852,
[SMALL_STATE(160)] = 4880,
[SMALL_STATE(161)] = 4908,
[SMALL_STATE(162)] = 4936,
[SMALL_STATE(163)] = 4964,
[SMALL_STATE(164)] = 4992,
[SMALL_STATE(165)] = 5020,
[SMALL_STATE(166)] = 5048,
[SMALL_STATE(167)] = 5076,
[SMALL_STATE(168)] = 5104,
[SMALL_STATE(169)] = 5132,
[SMALL_STATE(170)] = 5160,
[SMALL_STATE(171)] = 5188,
[SMALL_STATE(172)] = 5216,
[SMALL_STATE(173)] = 5244,
[SMALL_STATE(174)] = 5272,
[SMALL_STATE(175)] = 5300,
[SMALL_STATE(176)] = 5338,
[SMALL_STATE(177)] = 5360,
[SMALL_STATE(178)] = 5382,
[SMALL_STATE(179)] = 5404,
[SMALL_STATE(180)] = 5426,
[SMALL_STATE(181)] = 5448,
[SMALL_STATE(182)] = 5470,
[SMALL_STATE(183)] = 5492,
[SMALL_STATE(184)] = 5514,
[SMALL_STATE(185)] = 5536,
[SMALL_STATE(186)] = 5558,
[SMALL_STATE(187)] = 5580,
[SMALL_STATE(188)] = 5602,
[SMALL_STATE(189)] = 5624,
[SMALL_STATE(190)] = 5646,
[SMALL_STATE(191)] = 5668,
[SMALL_STATE(192)] = 5690,
[SMALL_STATE(193)] = 5712,
[SMALL_STATE(194)] = 5734,
[SMALL_STATE(195)] = 5756,
[SMALL_STATE(196)] = 5778,
[SMALL_STATE(197)] = 5800,
[SMALL_STATE(198)] = 5822,
[SMALL_STATE(199)] = 5844,
[SMALL_STATE(200)] = 5866,
[SMALL_STATE(201)] = 5888,
[SMALL_STATE(202)] = 5910,
[SMALL_STATE(203)] = 5932,
[SMALL_STATE(204)] = 5954,
[SMALL_STATE(205)] = 5976,
[SMALL_STATE(206)] = 5998,
[SMALL_STATE(207)] = 6020,
[SMALL_STATE(208)] = 6042,
[SMALL_STATE(209)] = 6064,
[SMALL_STATE(210)] = 6086,
[SMALL_STATE(211)] = 6108,
[SMALL_STATE(212)] = 6130,
[SMALL_STATE(213)] = 6152,
[SMALL_STATE(214)] = 6192,
[SMALL_STATE(215)] = 6232,
[SMALL_STATE(216)] = 6254,
[SMALL_STATE(217)] = 6276,
[SMALL_STATE(218)] = 6298,
[SMALL_STATE(219)] = 6320,
[SMALL_STATE(220)] = 6342,
[SMALL_STATE(221)] = 6378,
[SMALL_STATE(222)] = 6400,
[SMALL_STATE(223)] = 6422,
[SMALL_STATE(224)] = 6444,
[SMALL_STATE(225)] = 6466,
[SMALL_STATE(226)] = 6488,
[SMALL_STATE(227)] = 6510,
[SMALL_STATE(228)] = 6532,
[SMALL_STATE(229)] = 6554,
[SMALL_STATE(230)] = 6576,
[SMALL_STATE(231)] = 6598,
[SMALL_STATE(232)] = 6620,
[SMALL_STATE(233)] = 6642,
[SMALL_STATE(234)] = 6680,
[SMALL_STATE(235)] = 6702,
[SMALL_STATE(236)] = 6724,
[SMALL_STATE(237)] = 6746,
[SMALL_STATE(238)] = 6768,
[SMALL_STATE(239)] = 6790,
[SMALL_STATE(240)] = 6812,
[SMALL_STATE(241)] = 6834,
[SMALL_STATE(242)] = 6856,
[SMALL_STATE(243)] = 6878,
[SMALL_STATE(244)] = 6900,
[SMALL_STATE(245)] = 6922,
[SMALL_STATE(246)] = 6944,
[SMALL_STATE(247)] = 6966,
[SMALL_STATE(248)] = 6988,
[SMALL_STATE(249)] = 7010,
[SMALL_STATE(250)] = 7032,
[SMALL_STATE(251)] = 7054,
[SMALL_STATE(252)] = 7076,
[SMALL_STATE(253)] = 7098,
[SMALL_STATE(254)] = 7120,
[SMALL_STATE(255)] = 7142,
[SMALL_STATE(256)] = 7164,
[SMALL_STATE(257)] = 7186,
[SMALL_STATE(258)] = 7208,
[SMALL_STATE(259)] = 7230,
[SMALL_STATE(260)] = 7252,
[SMALL_STATE(261)] = 7274,
[SMALL_STATE(262)] = 7296,
[SMALL_STATE(263)] = 7318,
[SMALL_STATE(264)] = 7340,
[SMALL_STATE(265)] = 7362,
[SMALL_STATE(266)] = 7384,
[SMALL_STATE(267)] = 7406,
[SMALL_STATE(268)] = 7428,
[SMALL_STATE(269)] = 7450,
[SMALL_STATE(270)] = 7472,
[SMALL_STATE(271)] = 7494,
[SMALL_STATE(272)] = 7516,
[SMALL_STATE(273)] = 7538,
[SMALL_STATE(274)] = 7560,
[SMALL_STATE(275)] = 7582,
[SMALL_STATE(276)] = 7604,
[SMALL_STATE(277)] = 7626,
[SMALL_STATE(278)] = 7648,
[SMALL_STATE(279)] = 7670,
[SMALL_STATE(280)] = 7692,
[SMALL_STATE(281)] = 7714,
[SMALL_STATE(282)] = 7736,
[SMALL_STATE(283)] = 7758,
[SMALL_STATE(284)] = 7780,
[SMALL_STATE(285)] = 7802,
[SMALL_STATE(286)] = 7824,
[SMALL_STATE(287)] = 7846,
[SMALL_STATE(288)] = 7884,
[SMALL_STATE(289)] = 7922,
[SMALL_STATE(290)] = 7944,
[SMALL_STATE(291)] = 7989,
[SMALL_STATE(292)] = 8030,
[SMALL_STATE(293)] = 8051,
[SMALL_STATE(294)] = 8072,
[SMALL_STATE(295)] = 8093,
[SMALL_STATE(296)] = 8114,
[SMALL_STATE(297)] = 8135,
[SMALL_STATE(298)] = 8156,
[SMALL_STATE(299)] = 8177,
[SMALL_STATE(300)] = 8198,
[SMALL_STATE(301)] = 8219,
[SMALL_STATE(302)] = 8240,
[SMALL_STATE(303)] = 8261,
[SMALL_STATE(304)] = 8282,
[SMALL_STATE(305)] = 8303,
[SMALL_STATE(306)] = 8324,
[SMALL_STATE(307)] = 8345,
[SMALL_STATE(308)] = 8390,
[SMALL_STATE(309)] = 8411,
[SMALL_STATE(310)] = 8432,
[SMALL_STATE(311)] = 8453,
[SMALL_STATE(312)] = 8474,
[SMALL_STATE(313)] = 8495,
[SMALL_STATE(314)] = 8516,
[SMALL_STATE(315)] = 8537,
[SMALL_STATE(316)] = 8558,
[SMALL_STATE(317)] = 8579,
[SMALL_STATE(318)] = 8600,
[SMALL_STATE(319)] = 8641,
[SMALL_STATE(320)] = 8662,
[SMALL_STATE(321)] = 8683,
[SMALL_STATE(322)] = 8704,
[SMALL_STATE(323)] = 8725,
[SMALL_STATE(324)] = 8746,
[SMALL_STATE(325)] = 8787,
[SMALL_STATE(326)] = 8828,
[SMALL_STATE(327)] = 8849,
[SMALL_STATE(328)] = 8883,
[SMALL_STATE(329)] = 8912,
[SMALL_STATE(330)] = 8933,
[SMALL_STATE(331)] = 8958,
[SMALL_STATE(332)] = 8979,
[SMALL_STATE(333)] = 9018,
[SMALL_STATE(334)] = 9039,
[SMALL_STATE(335)] = 9078,
[SMALL_STATE(336)] = 9110,
[SMALL_STATE(337)] = 9142,
[SMALL_STATE(338)] = 9162,
[SMALL_STATE(339)] = 9194,
[SMALL_STATE(340)] = 9226,
[SMALL_STATE(341)] = 9258,
[SMALL_STATE(342)] = 9290,
[SMALL_STATE(343)] = 9322,
[SMALL_STATE(344)] = 9342,
[SMALL_STATE(345)] = 9366,
[SMALL_STATE(346)] = 9384,
[SMALL_STATE(347)] = 9416,
[SMALL_STATE(348)] = 9448,
[SMALL_STATE(349)] = 9480,
[SMALL_STATE(350)] = 9512,
[SMALL_STATE(351)] = 9544,
[SMALL_STATE(352)] = 9576,
[SMALL_STATE(353)] = 9608,
[SMALL_STATE(354)] = 9640,
[SMALL_STATE(355)] = 9672,
[SMALL_STATE(356)] = 9689,
[SMALL_STATE(357)] = 9704,
[SMALL_STATE(358)] = 9731,
[SMALL_STATE(359)] = 9746,
[SMALL_STATE(360)] = 9766,
[SMALL_STATE(361)] = 9786,
[SMALL_STATE(362)] = 9806,
[SMALL_STATE(363)] = 9826,
[SMALL_STATE(364)] = 9846,
[SMALL_STATE(365)] = 9866,
[SMALL_STATE(366)] = 9883,
[SMALL_STATE(367)] = 9900,
[SMALL_STATE(368)] = 9917,
[SMALL_STATE(369)] = 9934,
[SMALL_STATE(370)] = 9957,
[SMALL_STATE(371)] = 9980,
[SMALL_STATE(372)] = 9997,
[SMALL_STATE(373)] = 10014,
[SMALL_STATE(374)] = 10031,
[SMALL_STATE(375)] = 10048,
[SMALL_STATE(376)] = 10065,
[SMALL_STATE(377)] = 10087,
[SMALL_STATE(378)] = 10107,
[SMALL_STATE(379)] = 10129,
[SMALL_STATE(380)] = 10151,
[SMALL_STATE(381)] = 10173,
[SMALL_STATE(382)] = 10193,
[SMALL_STATE(383)] = 10210,
[SMALL_STATE(384)] = 10227,
[SMALL_STATE(385)] = 10244,
[SMALL_STATE(386)] = 10261,
[SMALL_STATE(387)] = 10280,
[SMALL_STATE(388)] = 10297,
[SMALL_STATE(389)] = 10310,
[SMALL_STATE(390)] = 10329,
[SMALL_STATE(391)] = 10346,
[SMALL_STATE(392)] = 10363,
[SMALL_STATE(393)] = 10380,
[SMALL_STATE(394)] = 10391,
[SMALL_STATE(395)] = 10410,
[SMALL_STATE(396)] = 10427,
[SMALL_STATE(397)] = 10440,
[SMALL_STATE(398)] = 10457,
[SMALL_STATE(399)] = 10474,
[SMALL_STATE(400)] = 10493,
[SMALL_STATE(401)] = 10506,
[SMALL_STATE(402)] = 10522,
[SMALL_STATE(403)] = 10534,
[SMALL_STATE(404)] = 10546,
[SMALL_STATE(405)] = 10556,
[SMALL_STATE(406)] = 10564,
[SMALL_STATE(407)] = 10572,
[SMALL_STATE(408)] = 10584,
[SMALL_STATE(409)] = 10600,
[SMALL_STATE(410)] = 10616,
[SMALL_STATE(411)] = 10623,
[SMALL_STATE(412)] = 10636,
[SMALL_STATE(413)] = 10645,
[SMALL_STATE(414)] = 10658,
[SMALL_STATE(415)] = 10671,
[SMALL_STATE(416)] = 10680,
[SMALL_STATE(417)] = 10693,
[SMALL_STATE(418)] = 10706,
[SMALL_STATE(419)] = 10719,
[SMALL_STATE(420)] = 10732,
[SMALL_STATE(421)] = 10745,
[SMALL_STATE(422)] = 10758,
[SMALL_STATE(423)] = 10765,
[SMALL_STATE(424)] = 10776,
[SMALL_STATE(425)] = 10783,
[SMALL_STATE(426)] = 10796,
[SMALL_STATE(427)] = 10809,
[SMALL_STATE(428)] = 10822,
[SMALL_STATE(429)] = 10830,
[SMALL_STATE(430)] = 10840,
[SMALL_STATE(431)] = 10848,
[SMALL_STATE(432)] = 10856,
[SMALL_STATE(433)] = 10866,
[SMALL_STATE(434)] = 10876,
[SMALL_STATE(435)] = 10884,
[SMALL_STATE(436)] = 10892,
[SMALL_STATE(437)] = 10900,
[SMALL_STATE(438)] = 10908,
[SMALL_STATE(439)] = 10918,
[SMALL_STATE(440)] = 10926,
[SMALL_STATE(441)] = 10933,
[SMALL_STATE(442)] = 10940,
[SMALL_STATE(443)] = 10947,
[SMALL_STATE(444)] = 10954,
[SMALL_STATE(445)] = 10961,
[SMALL_STATE(446)] = 10968,
[SMALL_STATE(447)] = 10975,
[SMALL_STATE(448)] = 10982,
[SMALL_STATE(449)] = 10989,
[SMALL_STATE(450)] = 10994,
[SMALL_STATE(451)] = 10999,
[SMALL_STATE(452)] = 11004,
[SMALL_STATE(453)] = 11011,
[SMALL_STATE(454)] = 11018,
[SMALL_STATE(455)] = 11025,
[SMALL_STATE(456)] = 11032,
[SMALL_STATE(457)] = 11039,
[SMALL_STATE(458)] = 11046,
[SMALL_STATE(459)] = 11053,
[SMALL_STATE(460)] = 11060,
[SMALL_STATE(461)] = 11067,
[SMALL_STATE(462)] = 11074,
[SMALL_STATE(463)] = 11081,
[SMALL_STATE(464)] = 11088,
[SMALL_STATE(465)] = 11095,
[SMALL_STATE(466)] = 11102,
[SMALL_STATE(467)] = 11107,
[SMALL_STATE(468)] = 11114,
[SMALL_STATE(469)] = 11121,
[SMALL_STATE(470)] = 11128,
[SMALL_STATE(471)] = 11135,
[SMALL_STATE(472)] = 11142,
[SMALL_STATE(473)] = 11149,
[SMALL_STATE(474)] = 11156,
[SMALL_STATE(475)] = 11163,
[SMALL_STATE(476)] = 11170,
[SMALL_STATE(477)] = 11177,
[SMALL_STATE(478)] = 11184,
[SMALL_STATE(479)] = 11191,
[SMALL_STATE(480)] = 11198,
[SMALL_STATE(481)] = 11205,
[SMALL_STATE(482)] = 11212,
[SMALL_STATE(483)] = 11219,
[SMALL_STATE(484)] = 11226,
[SMALL_STATE(485)] = 11233,
[SMALL_STATE(486)] = 11240,
[SMALL_STATE(487)] = 11247,
[SMALL_STATE(488)] = 11254,
[SMALL_STATE(489)] = 11261,
[SMALL_STATE(490)] = 11268,
[SMALL_STATE(491)] = 11272,
[SMALL_STATE(492)] = 11276,
[SMALL_STATE(493)] = 11280,
[SMALL_STATE(494)] = 11284,
[SMALL_STATE(495)] = 11288,
[SMALL_STATE(496)] = 11292,
[SMALL_STATE(497)] = 11296,
[SMALL_STATE(498)] = 11300,
[SMALL_STATE(499)] = 11304,
[SMALL_STATE(500)] = 11308,
[SMALL_STATE(501)] = 11312,
[SMALL_STATE(502)] = 11316,
[SMALL_STATE(503)] = 11320,
[SMALL_STATE(504)] = 11324,
[SMALL_STATE(505)] = 11328,
[SMALL_STATE(506)] = 11332,
[SMALL_STATE(507)] = 11336,
[SMALL_STATE(508)] = 11340,
[SMALL_STATE(509)] = 11344,
[SMALL_STATE(510)] = 11348,
[SMALL_STATE(511)] = 11352,
[SMALL_STATE(512)] = 11356,
[SMALL_STATE(513)] = 11360,
[SMALL_STATE(514)] = 11364,
[SMALL_STATE(515)] = 11368,
[SMALL_STATE(516)] = 11372,
[SMALL_STATE(517)] = 11376,
[SMALL_STATE(518)] = 11380,
[SMALL_STATE(519)] = 11384,
[SMALL_STATE(520)] = 11388,
[SMALL_STATE(521)] = 11392,
[SMALL_STATE(522)] = 11396,
[SMALL_STATE(523)] = 11400,
[SMALL_STATE(524)] = 11404,
[SMALL_STATE(525)] = 11408,
[SMALL_STATE(526)] = 11412,
[SMALL_STATE(527)] = 11416,
[SMALL_STATE(528)] = 11420,
[SMALL_STATE(529)] = 11424,
[SMALL_STATE(530)] = 11428,
[SMALL_STATE(531)] = 11432,
[SMALL_STATE(532)] = 11436,
[SMALL_STATE(533)] = 11440,
[SMALL_STATE(534)] = 11444,
[SMALL_STATE(535)] = 11448,
[SMALL_STATE(536)] = 11452,
[SMALL_STATE(537)] = 11456,
[SMALL_STATE(538)] = 11460,
[SMALL_STATE(539)] = 11464,
[SMALL_STATE(540)] = 11468,
[SMALL_STATE(541)] = 11472,
[SMALL_STATE(542)] = 11476,
[SMALL_STATE(543)] = 11480,
[SMALL_STATE(544)] = 11484,
[SMALL_STATE(545)] = 11488,
[SMALL_STATE(546)] = 11492,
[SMALL_STATE(547)] = 11496,
[SMALL_STATE(548)] = 11500,
[SMALL_STATE(549)] = 11504,
[SMALL_STATE(550)] = 11508,
[SMALL_STATE(551)] = 11512,
[SMALL_STATE(552)] = 11516,
[SMALL_STATE(553)] = 11520,
[SMALL_STATE(554)] = 11524,
[SMALL_STATE(555)] = 11528,
[SMALL_STATE(556)] = 11532,
[SMALL_STATE(557)] = 11536,
[SMALL_STATE(558)] = 11540,
[SMALL_STATE(559)] = 11544,
[SMALL_STATE(560)] = 11548,
[SMALL_STATE(561)] = 11552,
[SMALL_STATE(562)] = 11556,
[SMALL_STATE(563)] = 11560,
[SMALL_STATE(564)] = 11564,
[SMALL_STATE(565)] = 11568,
[SMALL_STATE(566)] = 11572,
[SMALL_STATE(567)] = 11576,
[SMALL_STATE(568)] = 11580,
[SMALL_STATE(569)] = 11584,
[SMALL_STATE(570)] = 11588,
[SMALL_STATE(571)] = 11592,
[SMALL_STATE(572)] = 11596,
[SMALL_STATE(573)] = 11600,
[SMALL_STATE(574)] = 11604,
[SMALL_STATE(575)] = 11608,
[SMALL_STATE(576)] = 11612,
[SMALL_STATE(577)] = 11616,
[SMALL_STATE(578)] = 11620,
[SMALL_STATE(579)] = 11624,
[SMALL_STATE(580)] = 11628,
[SMALL_STATE(581)] = 11632,
[SMALL_STATE(582)] = 11636,
[SMALL_STATE(583)] = 11640,
[SMALL_STATE(584)] = 11644,
[SMALL_STATE(585)] = 11648,
[SMALL_STATE(586)] = 11652,
[SMALL_STATE(587)] = 11656,
[SMALL_STATE(588)] = 11660,
[SMALL_STATE(589)] = 11664,
[SMALL_STATE(590)] = 11668,
[SMALL_STATE(591)] = 11672,
[SMALL_STATE(592)] = 11676,
[SMALL_STATE(593)] = 11680,
[SMALL_STATE(594)] = 11684,
[SMALL_STATE(595)] = 11688,
[SMALL_STATE(596)] = 11692,
[SMALL_STATE(597)] = 11696,
[SMALL_STATE(598)] = 11700,
[SMALL_STATE(599)] = 11704,
[SMALL_STATE(600)] = 11708,
[SMALL_STATE(601)] = 11712,
[SMALL_STATE(602)] = 11716,
[SMALL_STATE(603)] = 11720,
[SMALL_STATE(604)] = 11724,
[SMALL_STATE(605)] = 11728,
[SMALL_STATE(606)] = 11732,
[SMALL_STATE(607)] = 11736,
[SMALL_STATE(608)] = 11740,
[SMALL_STATE(609)] = 11744,
[SMALL_STATE(610)] = 11748,
[SMALL_STATE(611)] = 11752,
[SMALL_STATE(612)] = 11756,
[SMALL_STATE(613)] = 11760,
[SMALL_STATE(614)] = 11764,
[SMALL_STATE(615)] = 11768,
[SMALL_STATE(616)] = 11772,
[SMALL_STATE(617)] = 11776,
[SMALL_STATE(618)] = 11780,
[SMALL_STATE(619)] = 11784,
[SMALL_STATE(620)] = 11788,
[SMALL_STATE(621)] = 11792,
[SMALL_STATE(622)] = 11796,
[SMALL_STATE(623)] = 11800,
[SMALL_STATE(624)] = 11804,
[SMALL_STATE(625)] = 11808,
[SMALL_STATE(626)] = 11812,
[SMALL_STATE(627)] = 11816,
[SMALL_STATE(628)] = 11820,
[SMALL_STATE(629)] = 11824,
[SMALL_STATE(630)] = 11828,
[SMALL_STATE(631)] = 11832,
[SMALL_STATE(632)] = 11836,
[SMALL_STATE(633)] = 11840,
[SMALL_STATE(634)] = 11844,
[SMALL_STATE(635)] = 11848,
[SMALL_STATE(636)] = 11852,
[SMALL_STATE(637)] = 11856,
[SMALL_STATE(638)] = 11860,
[SMALL_STATE(639)] = 11864,
[SMALL_STATE(640)] = 11868,
[SMALL_STATE(641)] = 11872,
[SMALL_STATE(642)] = 11876,
[SMALL_STATE(643)] = 11880,
[SMALL_STATE(644)] = 11884,
[SMALL_STATE(645)] = 11888,
[SMALL_STATE(646)] = 11892,
[SMALL_STATE(647)] = 11896,
[SMALL_STATE(648)] = 11900,
[SMALL_STATE(649)] = 11904,
[SMALL_STATE(650)] = 11908,
[SMALL_STATE(651)] = 11912,
[SMALL_STATE(652)] = 11916,
[SMALL_STATE(653)] = 11920,
[SMALL_STATE(654)] = 11924,
[SMALL_STATE(655)] = 11928,
[SMALL_STATE(656)] = 11932,
[SMALL_STATE(657)] = 11936,
[SMALL_STATE(658)] = 11940,
[SMALL_STATE(659)] = 11944,
[SMALL_STATE(660)] = 11948,
[SMALL_STATE(661)] = 11952,
[SMALL_STATE(662)] = 11956,
[SMALL_STATE(663)] = 11960,
[SMALL_STATE(664)] = 11964,
[SMALL_STATE(665)] = 11968,
[SMALL_STATE(666)] = 11972,
[SMALL_STATE(667)] = 11976,
[SMALL_STATE(668)] = 11980,
[SMALL_STATE(669)] = 11984,
};
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}}, REDUCE(sym_file, 0, 0, 0),
[5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638),
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641),
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661),
[49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643),
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644),
[53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530),
[55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[57] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0),
[59] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3),
[62] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3),
[65] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(593),
[68] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(290),
[71] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(658),
[74] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(648),
[77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(433),
[80] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(519),
[83] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(521),
[86] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(524),
[89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(525),
[92] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(529),
[95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_file_repeat1, 2, 0, 0), SHIFT_REPEAT(601),
[98] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6),
[100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file, 1, 0, 0),
[106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3),
[108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(6),
[113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(6),
[116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(638),
[119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(307),
[122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(640),
[125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(641),
[128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(438),
[131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(660),
[134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(661),
[137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(643),
[140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(644),
[143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(530),
[146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6), SHIFT_REPEAT(601),
[149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_section_repeat1, 2, 0, 6),
[151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
[153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7),
[155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_key_value, 2, 0, 0),
[161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374),
[163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539),
[165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381),
[167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367),
[169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10),
[171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331),
[173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 3, 0, 3),
[175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332),
[177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 3, 0, 3),
[179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 4, 0, 10),
[181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 4, 0, 10),
[183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334),
[185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 4, 0, 12),
[187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 4, 0, 12),
[189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 4, 0, 13),
[191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 4, 0, 13),
[193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 4, 0, 14),
[195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 4, 0, 14),
[197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_transaction_repeat1, 2, 0, 34),
[199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_transaction_repeat1, 2, 0, 34),
[201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_transaction_repeat1, 2, 0, 34), SHIFT_REPEAT(334),
[204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 5, 0, 35),
[206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 5, 0, 35),
[208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 5, 0, 36),
[210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 5, 0, 36),
[212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 5, 0, 37),
[214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 5, 0, 37),
[216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 5, 0, 38),
[218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 5, 0, 38),
[220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 5, 0, 39),
[222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 5, 0, 39),
[224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 5, 0, 40),
[226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 5, 0, 40),
[228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 6, 0, 69),
[230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 6, 0, 69),
[232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 6, 0, 70),
[234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 6, 0, 70),
[236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 6, 0, 71),
[238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 6, 0, 71),
[240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 6, 0, 72),
[242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 6, 0, 72),
[244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_transaction_repeat1, 2, 0, 34), SHIFT_REPEAT(332),
[247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transaction, 7, 0, 93),
[249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transaction, 7, 0, 93),
[251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_close, 5, 0, 19),
[253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408),
[255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_close, 5, 0, 19),
[257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 6, 0, 44),
[259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 6, 0, 44),
[261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409),
[263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 6, 0, 45),
[265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 6, 0, 45),
[267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 6, 0, 46),
[269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 6, 0, 46),
[271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 6, 0, 47),
[273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 6, 0, 47),
[275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_close, 6, 0, 42),
[277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_close, 6, 0, 42),
[279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commodity, 6, 0, 48),
[281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_commodity, 6, 0, 48),
[283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pad, 6, 0, 49),
[285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pad, 6, 0, 49),
[287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pad, 6, 0, 50),
[289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pad, 6, 0, 50),
[291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_balance, 6, 0, 51),
[293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_balance, 6, 0, 51),
[295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_balance, 6, 0, 52),
[297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_balance, 6, 0, 52),
[299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_price, 6, 0, 53),
[301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_price, 6, 0, 53),
[303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_price, 6, 0, 54),
[305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_price, 6, 0, 54),
[307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 6, 0, 55),
[309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 6, 0, 55),
[311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 6, 0, 56),
[313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 6, 0, 56),
[315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query, 6, 0, 57),
[317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query, 6, 0, 57),
[319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query, 6, 0, 58),
[321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query, 6, 0, 58),
[323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note, 6, 0, 59),
[325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note, 6, 0, 59),
[327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note, 6, 0, 60),
[329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note, 6, 0, 60),
[331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 6, 0, 61),
[333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_document, 6, 0, 61),
[335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 6, 0, 62),
[337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_document, 6, 0, 62),
[339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 6, 0, 63),
[341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_document, 6, 0, 63),
[343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom, 6, 0, 64),
[345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom, 6, 0, 64),
[347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom, 6, 0, 65),
[349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom, 6, 0, 65),
[351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom, 6, 0, 66),
[353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom, 6, 0, 66),
[355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commodity, 5, 0, 22),
[357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_commodity, 5, 0, 22),
[359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commodity, 5, 0, 23),
[361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_commodity, 5, 0, 23),
[363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pad, 5, 0, 24),
[365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pad, 5, 0, 24),
[367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_balance, 5, 0, 25),
[369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_balance, 5, 0, 25),
[371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 7, 0, 73),
[373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 7, 0, 73),
[375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 7, 0, 74),
[377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 7, 0, 74),
[379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 7, 0, 75),
[381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 7, 0, 75),
[383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 7, 0, 76),
[385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 7, 0, 76),
[387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pad, 7, 0, 77),
[389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pad, 7, 0, 77),
[391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_balance, 7, 0, 78),
[393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_balance, 7, 0, 78),
[395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_price, 7, 0, 79),
[397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_price, 7, 0, 79),
[399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 7, 0, 80),
[401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 7, 0, 80),
[403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query, 7, 0, 81),
[405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query, 7, 0, 81),
[407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note, 7, 0, 82),
[409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note, 7, 0, 82),
[411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 7, 0, 83),
[413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_document, 7, 0, 83),
[415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 7, 0, 84),
[417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_document, 7, 0, 84),
[419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 7, 0, 85),
[421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_document, 7, 0, 85),
[423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom, 7, 0, 86),
[425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom, 7, 0, 86),
[427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_price, 5, 0, 26),
[429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_price, 5, 0, 26),
[431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 8, 0, 94),
[433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 8, 0, 94),
[435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 8, 0, 95),
[437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_document, 8, 0, 95),
[439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_close, 4, 0, 7),
[441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_close, 4, 0, 7),
[443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 4, 0, 7),
[445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 4, 0, 7),
[447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_commodity, 4, 0, 8),
[449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commodity, 4, 0, 8),
[451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom, 4, 0, 9),
[453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom, 4, 0, 9),
[455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event, 5, 0, 27),
[457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event, 5, 0, 27),
[459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query, 5, 0, 28),
[461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query, 5, 0, 28),
[463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note, 5, 0, 29),
[465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note, 5, 0, 29),
[467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 5, 0, 30),
[469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_document, 5, 0, 30),
[471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 5, 0, 18),
[473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 5, 0, 18),
[475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 5, 0, 19),
[477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 5, 0, 19),
[479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 5, 0, 20),
[481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 5, 0, 20),
[483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 5, 0, 21),
[485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 5, 0, 21),
[487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_close, 5, 0, 18),
[489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_close, 5, 0, 18),
[491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom, 5, 0, 31),
[493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom, 5, 0, 31),
[495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom, 5, 0, 32),
[497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom, 5, 0, 32),
[499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 6, 0, 43),
[501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 6, 0, 43),
[503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom, 5, 0, 33),
[505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom, 5, 0, 33),
[507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__key_value_list, 2, 0, 34),
[509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_value_list, 2, 0, 34), SHIFT_REPEAT(408),
[512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__key_value_list, 2, 0, 34),
[514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open, 6, 0, 42),
[516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open, 6, 0, 42),
[518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__key_value_list, 2, 0, 34), SHIFT_REPEAT(409),
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
[525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358),
[527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328),
[531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
[535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 92),
[537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 92),
[539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 104),
[541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 104),
[543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 105),
[545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 105),
[547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 106),
[549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 106),
[551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 107),
[553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 107),
[555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 110),
[557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 110),
[559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 111),
[561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 111),
[563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 102),
[565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 102),
[567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 112),
[569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 112),
[571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 113),
[573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 113),
[575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 114),
[577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 114),
[579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 115),
[581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 115),
[583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 116),
[585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 116),
[587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 105),
[589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 105),
[591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 117),
[593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 117),
[595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 118),
[597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 118),
[599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 106),
[601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 106),
[603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 6, 0, 119),
[605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 6, 0, 119),
[607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 121),
[609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 121),
[611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 122),
[613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 122),
[615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 123),
[617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 123),
[619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 124),
[621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 124),
[623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 125),
[625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 125),
[627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 126),
[629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 126),
[631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 127),
[633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 127),
[635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 118),
[637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 118),
[639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 128),
[641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 128),
[643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 129),
[645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 129),
[647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 7, 0, 130),
[649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 7, 0, 130),
[651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 8, 0, 131),
[653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 8, 0, 131),
[655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 8, 0, 132),
[657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 8, 0, 132),
[659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 8, 0, 133),
[661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 8, 0, 133),
[663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 8, 0, 134),
[665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 8, 0, 134),
[667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 8, 0, 135),
[669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 8, 0, 135),
[671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 9, 0, 136),
[673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 9, 0, 136),
[675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_transaction_repeat1, 2, 0, 0),
[677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_transaction_repeat1, 2, 0, 0),
[679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 3, 0, 67),
[681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 3, 0, 67),
[683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357),
[691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__key_value_list, 2, 0, 0),
[699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__key_value_list, 2, 0, 0),
[701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_transaction_repeat1, 3, 0, 68),
[703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_transaction_repeat1, 3, 0, 68),
[705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_transaction_repeat1, 3, 0, 0),
[707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_transaction_repeat1, 3, 0, 0),
[709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__key_value_line, 3, 0, 0),
[711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__key_value_line, 3, 0, 0),
[713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__key_value_list, 3, 0, 68),
[715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__key_value_list, 3, 0, 68),
[717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_custom_repeat1, 2, 0, 0),
[719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_custom_repeat1, 2, 0, 0), SHIFT_REPEAT(365),
[722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_custom_repeat1, 2, 0, 0), SHIFT_REPEAT(358),
[725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_custom_repeat1, 2, 0, 0), SHIFT_REPEAT(358),
[728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_custom_repeat1, 2, 0, 0), SHIFT_REPEAT(328),
[731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_custom_repeat1, 2, 0, 0), SHIFT_REPEAT(366),
[734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 4, 0, 67),
[736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 4, 0, 67),
[738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 4, 0, 89),
[740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 4, 0, 89),
[742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 4, 0, 90),
[744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 4, 0, 90),
[746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 4, 0, 91),
[748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 4, 0, 91),
[750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 4, 0, 92),
[752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 4, 0, 92),
[754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 96),
[760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 96),
[762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 103),
[764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 103),
[766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 90),
[768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 90),
[770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 101),
[772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 101),
[774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 102),
[776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 102),
[778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 97),
[780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 97),
[782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_posting, 5, 0, 91),
[784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_posting, 5, 0, 91),
[786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
[790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
[794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405),
[798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
[800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
[802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528),
[804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618),
[806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
[808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506),
[810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508),
[812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523),
[814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
[818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
[820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348),
[826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213),
[830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604),
[834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_poptag, 3, 0, 0),
[836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_poptag, 3, 0, 0),
[838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pushmeta, 3, 0, 0),
[840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pushmeta, 3, 0, 0),
[842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 3, 0, 0),
[844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 3, 0, 0),
[846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_plugin, 3, 0, 0),
[848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_plugin, 3, 0, 0),
[850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 3, 0, 5),
[852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 3, 0, 5),
[854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pushtag, 3, 0, 0),
[856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pushtag, 3, 0, 0),
[858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_popmeta, 4, 0, 0),
[860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_popmeta, 4, 0, 0),
[862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option, 4, 0, 16),
[864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option, 4, 0, 16),
[866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_plugin, 4, 0, 0),
[868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_plugin, 4, 0, 0),
[870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_headline, 4, 0, 17),
[872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_headline, 4, 0, 17),
[874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__skipped_lines, 2, 0, 0),
[876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__skipped_lines, 2, 0, 0),
[878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645),
[880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
[882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
[884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
[886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
[888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
[890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
[892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
[894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667),
[896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668),
[898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_headline, 3, 0, 0),
[902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_headline, 3, 0, 0),
[904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_section_repeat1, 1, 0, 2),
[906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_section_repeat1, 1, 0, 2),
[908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive, 1, 0, 0),
[910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive, 1, 0, 0),
[912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__entry, 1, 0, 0),
[914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entry, 1, 0, 0),
[916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349),
[922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
[924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 2, 0, 1),
[926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 2, 0, 1),
[928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__skipped_lines, 3, 0, 0),
[930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__skipped_lines, 3, 0, 0),
[932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
[936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340),
[938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
[940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
[944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335),
[946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
[948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_custom_value, 1, 0, 0),
[950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_custom_value, 1, 0, 0),
[958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356),
[960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_number_expr, 3, 0, 0),
[962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_number_expr, 3, 0, 0),
[964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_currency_key_value_repeat1, 2, 0, 0),
[966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_currency_key_value_repeat1, 2, 0, 0), SHIFT_REPEAT(331),
[969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
[973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541),
[975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325),
[977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493),
[981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495),
[983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584),
[985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_number_expr, 2, 0, 0),
[987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_number_expr, 2, 0, 0),
[989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324),
[993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555),
[995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
[999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596),
[1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
[1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517),
[1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
[1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613),
[1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
[1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
[1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542),
[1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__paren__number_expr, 3, 0, 0),
[1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__paren__number_expr, 3, 0, 0),
[1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560),
[1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642),
[1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
[1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567),
[1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608),
[1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612),
[1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622),
[1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
[1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630),
[1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_amount, 2, 0, 0),
[1069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_amount, 2, 0, 0),
[1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[1077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_amount, 1, 0, 88),
[1079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_amount, 1, 0, 88),
[1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
[1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
[1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
[1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
[1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
[1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339),
[1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
[1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
[1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
[1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
[1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
[1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342),
[1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
[1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
[1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350),
[1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
[1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353),
[1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617),
[1157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value, 1, 0, 0),
[1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502),
[1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449),
[1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572),
[1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_repeat1, 2, 0, 0),
[1181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_repeat1, 2, 0, 0), SHIFT_REPEAT(603),
[1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
[1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
[1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_amount, 2, 0, 0),
[1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_amount, 2, 0, 0),
[1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571),
[1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526),
[1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_repeat2, 2, 0, 0),
[1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
[1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
[1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639),
[1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_repeat2, 1, 0, 0),
[1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556),
[1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[1228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_repeat2, 2, 0, 0), SHIFT_REPEAT(400),
[1231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tags_links, 1, 0, 0),
[1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__txn_strings, 1, 0, 4),
[1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_txn, 1, 0, 0),
[1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tags_links_repeat1, 2, 0, 0),
[1243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tags_links_repeat1, 2, 0, 0), SHIFT_REPEAT(407),
[1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588),
[1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657),
[1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asterisk, 1, 0, 0),
[1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347),
[1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558),
[1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cost_spec, 2, 0, 0),
[1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cost_spec, 2, 0, 0),
[1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cost_comp_list, 1, 0, 0),
[1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cost_comp_list, 1, 0, 0),
[1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cost_comp_list, 2, 0, 0),
[1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cost_comp_list, 2, 0, 0),
[1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cost_spec, 3, 0, 100),
[1280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cost_spec, 3, 0, 100),
[1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341),
[1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600),
[1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
[1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338),
[1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501),
[1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336),
[1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
[1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352),
[1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611),
[1314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__cost_comp_list_repeat1, 2, 0, 0), SHIFT_REPEAT(327),
[1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__cost_comp_list_repeat1, 2, 0, 0),
[1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__cost_comp_list_repeat1, 2, 0, 0),
[1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
[1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_filename, 1, 0, 0),
[1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311),
[1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432),
[1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__txn_strings, 2, 0, 11),
[1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
[1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346),
[1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
[1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351),
[1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
[1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354),
[1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620),
[1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_amount, 1, 0, 87),
[1357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_amount, 1, 0, 87),
[1359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_currency_key_value_repeat1, 2, 0, 0), SHIFT_REPEAT(429),
[1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_amount, 2, 0, 98),
[1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_amount, 2, 0, 98),
[1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_amount, 2, 0, 99),
[1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_amount, 2, 0, 99),
[1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301),
[1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_amount, 3, 0, 108),
[1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_amount, 3, 0, 108),
[1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_amount, 4, 0, 120),
[1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_amount, 4, 0, 120),
[1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_amount, 3, 0, 109),
[1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_amount, 3, 0, 109),
[1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cost_comp, 1, 0, 0),
[1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cost_comp, 1, 0, 0),
[1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598),
[1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522),
[1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
[1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
[1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631),
[1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
[1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
[1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opt_booking, 1, 0, 0),
[1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_amount_tolerance, 4, 0, 0),
[1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_amount_tolerance, 2, 0, 0),
[1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
[1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
[1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
[1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
[1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568),
[1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570),
[1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573),
[1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575),
[1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576),
[1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
[1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
[1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579),
[1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
[1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
[1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587),
[1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_price_annotation, 1, 0, 0),
[1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589),
[1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628),
[1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
[1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619),
[1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509),
[1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
[1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510),
[1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561),
[1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
[1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
[1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
[1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624),
[1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625),
[1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632),
[1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633),
[1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636),
[1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637),
[1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516),
[1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507),
[1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
[1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606),
[1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__org_stars, 2, 0, 0),
[1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
[1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
[1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595),
[1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511),
[1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512),
[1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
[1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
[1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
[1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
[1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
[1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
[1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616),
[1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[1674] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optflag, 1, 0, 0),
[1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value, 3, 0, 0),
[1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[1684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
[1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
[1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
[1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482),
[1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
[1700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_currency, 1, 0, 0),
[1708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[1710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[1712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[1714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[1716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value, 3, 0, 15),
[1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[1752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500),
[1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505),
[1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
[1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583),
[1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value, 4, 0, 0),
[1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value, 4, 0, 41),
[1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[1868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
[1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
[1874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535),
[1876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
[1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
[1882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
[1884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
[1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
[1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586),
[1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547),
[1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548),
[1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
[1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
[1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
[1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
[1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
[1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
[1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
[1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
[1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
[1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
[1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656),
[1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
[1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
};
enum ts_external_scanner_symbol_identifiers {
ts_external_token__stars = 0,
ts_external_token__sectionend = 1,
ts_external_token__eof = 2,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token__stars] = sym__stars,
[ts_external_token__sectionend] = sym__sectionend,
[ts_external_token__eof] = sym__eof,
};
static const bool ts_external_scanner_states[4][EXTERNAL_TOKEN_COUNT] = {
[1] = {
[ts_external_token__stars] = true,
[ts_external_token__sectionend] = true,
[ts_external_token__eof] = true,
},
[2] = {
[ts_external_token__stars] = true,
},
[3] = {
[ts_external_token__stars] = true,
[ts_external_token__sectionend] = true,
},
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_beancount_external_scanner_create(void);
void tree_sitter_beancount_external_scanner_destroy(void *);
bool tree_sitter_beancount_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_beancount_external_scanner_serialize(void *, char *);
void tree_sitter_beancount_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_beancount(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,
.supertype_map_slices = ts_supertype_map_slices,
.supertype_map_entries = ts_supertype_map_entries,
.supertype_symbols = ts_supertype_symbols,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_identifier,
.external_scanner = {
&ts_external_scanner_states[0][0],
ts_external_scanner_symbol_map,
tree_sitter_beancount_external_scanner_create,
tree_sitter_beancount_external_scanner_destroy,
tree_sitter_beancount_external_scanner_scan,
tree_sitter_beancount_external_scanner_serialize,
tree_sitter_beancount_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
.name = "beancount",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 2,
.minor_version = 4,
.patch_version = 1,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif