From f5ecaaa869a845e689399092cb9a61feca66cf12 Mon Sep 17 00:00:00 2001 From: Robert Horvath Date: Mon, 26 Aug 2024 01:52:12 -0300 Subject: [PATCH] string literal added --- grammar.js | 17 + src/node-types.json | 1989 ++- src/parser.c | 34616 +++++++++++++++++++++--------------------- 3 files changed, 19238 insertions(+), 17384 deletions(-) diff --git a/grammar.js b/grammar.js index 028b52ea..963a1fd1 100644 --- a/grammar.js +++ b/grammar.js @@ -309,6 +309,20 @@ module.exports = grammar({ /[a-z0-9]{212}/ ), + string_literal: $ => seq( + '"', + repeat( + choice( + /[\x00-\x09]/, + /[\x0B-\x21]/, + /[\x23-\x7f]/, + $.safe_nonascii, + $.line_terminator, + ) + ), + '"', + ), + annotation: $ => seq( '@', $.identifier ), @@ -672,6 +686,7 @@ module.exports = grammar({ $.boolean_literal, $.address_literal, $.signature_literal, + $.string_literal, $.affine_group_literal, $.variable, $.associated_constant, @@ -714,6 +729,7 @@ module.exports = grammar({ $.function_arguments ) ), + parenthesized_expression: $ => seq('(', $._expression, ')'), _expression: $ => choice( @@ -725,6 +741,7 @@ module.exports = grammar({ $.boolean_literal, $.address_literal, $.signature_literal, + $.string_literal, $.affine_group_literal, $.variable, $.associated_constant, diff --git a/src/node-types.json b/src/node-types.json index 429ebae0..0515a2ee 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -187,6 +187,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -373,6 +377,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -559,6 +567,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -745,6 +757,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -931,6 +947,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -1117,6 +1137,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -1303,6 +1327,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -1489,6 +1517,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -1675,6 +1707,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -1861,6 +1897,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -2047,6 +2087,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -2233,6 +2277,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -2348,6 +2396,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -2546,6 +2598,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -2732,6 +2788,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -2918,6 +2978,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -3104,6 +3168,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -3290,6 +3358,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -3476,6 +3548,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -3662,6 +3738,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -3848,6 +3928,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -4034,6 +4118,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -4220,6 +4308,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -4406,6 +4498,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -4592,6 +4688,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -4707,6 +4807,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -4890,6 +4994,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -5076,6 +5184,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -5262,6 +5374,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -5448,6 +5564,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -5634,6 +5754,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -5820,6 +5944,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -6006,6 +6134,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -6192,6 +6324,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -6378,6 +6514,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -6564,6 +6704,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -6750,6 +6894,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -6936,6 +7084,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -7051,6 +7203,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -7234,6 +7390,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -7420,6 +7580,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -7606,6 +7770,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -7792,6 +7960,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -7978,6 +8150,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -8164,6 +8340,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -8350,6 +8530,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -8536,6 +8720,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -8722,6 +8910,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -8908,6 +9100,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -9094,6 +9290,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -9280,6 +9480,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -9395,6 +9599,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -9606,6 +9814,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -9792,6 +10004,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -9978,6 +10194,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -10164,6 +10384,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -10350,6 +10574,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -10536,6 +10764,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -10722,6 +10954,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -10908,6 +11144,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -11094,6 +11334,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -11280,6 +11524,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -11466,6 +11714,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -11652,6 +11904,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -11771,6 +12027,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -12101,6 +12361,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -12287,6 +12551,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -12473,6 +12741,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -12659,6 +12931,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -12845,6 +13121,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -13031,6 +13311,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -13217,6 +13501,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -13403,6 +13691,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -13589,6 +13881,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -13775,6 +14071,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -13961,6 +14261,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -14147,6 +14451,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -14266,6 +14574,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -14463,6 +14775,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -14649,6 +14965,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -14835,6 +15155,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -15021,6 +15345,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -15207,6 +15535,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -15393,6 +15725,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -15579,6 +15915,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -15765,6 +16105,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -15951,6 +16295,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -16137,6 +16485,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -16323,6 +16675,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -16509,6 +16865,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -16624,6 +16984,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -16908,6 +17272,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -17094,6 +17462,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -17280,6 +17652,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -17466,6 +17842,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -17652,6 +18032,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -17838,6 +18222,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -18024,6 +18412,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -18210,6 +18602,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -18396,6 +18792,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -18582,6 +18982,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -18768,6 +19172,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -18954,6 +19362,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -19069,6 +19481,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -19391,6 +19807,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -19577,6 +19997,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -19763,6 +20187,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -19949,6 +20377,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -20135,6 +20567,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -20321,6 +20757,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -20508,189 +20948,7 @@ "named": true }, { - "type": "struct_component_expression", - "named": true - }, - { - "type": "struct_expression", - "named": true - }, - { - "type": "ternary_expression", - "named": true - }, - { - "type": "tuple_component_expression", - "named": true - }, - { - "type": "tuple_expression", - "named": true - }, - { - "type": "unit_expression", - "named": true - }, - { - "type": "unsigned_literal", - "named": true - }, - { - "type": "variable", - "named": true - }, - { - "type": "|", - "named": false - }, - { - "type": "||", - "named": false - } - ] - }, - "exponential_expression": { - "multiple": true, - "required": false, - "types": [ - { - "type": "!", - "named": false - }, - { - "type": "!=", - "named": false - }, - { - "type": "%", - "named": false - }, - { - "type": "&", - "named": false - }, - { - "type": "&&", - "named": false - }, - { - "type": "*", - "named": false - }, - { - "type": "**", - "named": false - }, - { - "type": "+", - "named": false - }, - { - "type": "-", - "named": false - }, - { - "type": "/", - "named": false - }, - { - "type": "<", - "named": false - }, - { - "type": "<<", - "named": false - }, - { - "type": "<=", - "named": false - }, - { - "type": "==", - "named": false - }, - { - "type": ">", - "named": false - }, - { - "type": ">=", - "named": false - }, - { - "type": ">>", - "named": false - }, - { - "type": "^", - "named": false - }, - { - "type": "address_literal", - "named": true - }, - { - "type": "affine_group_literal", - "named": true - }, - { - "type": "array_expression", - "named": true - }, - { - "type": "associated_constant", - "named": true - }, - { - "type": "associated_function_call", - "named": true - }, - { - "type": "block_height", - "named": true - }, - { - "type": "boolean_literal", - "named": true - }, - { - "type": "field_literal", - "named": true - }, - { - "type": "free_function_call", - "named": true - }, - { - "type": "method_call", - "named": true - }, - { - "type": "parenthesized_expression", - "named": true - }, - { - "type": "product_group_literal", - "named": true - }, - { - "type": "scalar_literal", - "named": true - }, - { - "type": "self_caller", - "named": true - }, - { - "type": "self_signer", - "named": true - }, - { - "type": "signature_literal", - "named": true - }, - { - "type": "signed_literal", + "type": "string_literal", "named": true }, { @@ -20735,7 +20993,7 @@ } ] }, - "multiplicative_expression": { + "exponential_expression": { "multiple": true, "required": false, "types": [ @@ -20879,6 +21137,200 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, + { + "type": "struct_component_expression", + "named": true + }, + { + "type": "struct_expression", + "named": true + }, + { + "type": "ternary_expression", + "named": true + }, + { + "type": "tuple_component_expression", + "named": true + }, + { + "type": "tuple_expression", + "named": true + }, + { + "type": "unit_expression", + "named": true + }, + { + "type": "unsigned_literal", + "named": true + }, + { + "type": "variable", + "named": true + }, + { + "type": "|", + "named": false + }, + { + "type": "||", + "named": false + } + ] + }, + "multiplicative_expression": { + "multiple": true, + "required": false, + "types": [ + { + "type": "!", + "named": false + }, + { + "type": "!=", + "named": false + }, + { + "type": "%", + "named": false + }, + { + "type": "&", + "named": false + }, + { + "type": "&&", + "named": false + }, + { + "type": "*", + "named": false + }, + { + "type": "**", + "named": false + }, + { + "type": "+", + "named": false + }, + { + "type": "-", + "named": false + }, + { + "type": "/", + "named": false + }, + { + "type": "<", + "named": false + }, + { + "type": "<<", + "named": false + }, + { + "type": "<=", + "named": false + }, + { + "type": "==", + "named": false + }, + { + "type": ">", + "named": false + }, + { + "type": ">=", + "named": false + }, + { + "type": ">>", + "named": false + }, + { + "type": "^", + "named": false + }, + { + "type": "address_literal", + "named": true + }, + { + "type": "affine_group_literal", + "named": true + }, + { + "type": "array_expression", + "named": true + }, + { + "type": "associated_constant", + "named": true + }, + { + "type": "associated_function_call", + "named": true + }, + { + "type": "block_height", + "named": true + }, + { + "type": "boolean_literal", + "named": true + }, + { + "type": "field_literal", + "named": true + }, + { + "type": "free_function_call", + "named": true + }, + { + "type": "method_call", + "named": true + }, + { + "type": "parenthesized_expression", + "named": true + }, + { + "type": "product_group_literal", + "named": true + }, + { + "type": "scalar_literal", + "named": true + }, + { + "type": "self_caller", + "named": true + }, + { + "type": "self_signer", + "named": true + }, + { + "type": "signature_literal", + "named": true + }, + { + "type": "signed_literal", + "named": true + }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -21065,6 +21517,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -21251,6 +21707,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -21437,6 +21897,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -21552,6 +22016,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -21864,6 +22332,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -22050,6 +22522,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -22236,6 +22712,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -22422,6 +22902,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -22608,6 +23092,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -22794,6 +23282,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -22980,6 +23472,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -23166,6 +23662,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -23352,6 +23852,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -23538,6 +24042,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -23724,6 +24232,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -23910,6 +24422,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -24033,6 +24549,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -24239,6 +24759,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -24425,6 +24949,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -24611,6 +25139,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -24797,6 +25329,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -24983,6 +25519,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -25169,6 +25709,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -25355,6 +25899,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -25541,6 +26089,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -25727,6 +26279,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -25913,6 +26469,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -26099,6 +26659,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -26285,6 +26849,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -26408,6 +26976,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -26707,6 +27279,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -26893,6 +27469,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -27079,6 +27659,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -27265,6 +27849,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -27451,6 +28039,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -27637,6 +28229,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -27823,6 +28419,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -28009,6 +28609,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -28195,6 +28799,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -28381,6 +28989,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -28567,6 +29179,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -28753,6 +29369,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -28868,6 +29488,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -29242,6 +29866,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -29428,6 +30056,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -29614,6 +30246,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -29800,6 +30436,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -29986,6 +30626,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -30172,6 +30816,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -30358,6 +31006,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -30544,6 +31196,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -30730,6 +31386,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -30916,6 +31576,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -31102,6 +31766,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -31288,6 +31956,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -31407,6 +32079,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -31532,6 +32208,25 @@ ] } }, + { + "type": "string_literal", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "line_terminator", + "named": true + }, + { + "type": "safe_nonascii", + "named": true + } + ] + } + }, { "type": "string_type", "named": true, @@ -31719,6 +32414,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -31905,6 +32604,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -32091,6 +32794,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -32277,6 +32984,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -32463,6 +33174,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -32649,6 +33364,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -32835,6 +33554,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -33021,6 +33744,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -33207,6 +33934,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -33393,6 +34124,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -33579,6 +34314,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -33765,6 +34504,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -33884,6 +34627,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -34067,6 +34814,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -34253,6 +35004,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -34439,6 +35194,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -34625,6 +35384,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -34811,6 +35574,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -34997,6 +35764,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -35183,6 +35954,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -35369,6 +36144,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -35555,6 +36334,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -35741,6 +36524,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -35927,6 +36714,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -36113,6 +36904,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -36232,6 +37027,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -36465,6 +37264,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -36651,6 +37454,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -36837,6 +37644,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -37023,6 +37834,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -37209,6 +38024,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -37395,6 +38214,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -37581,6 +38404,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -37767,6 +38594,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -37953,6 +38784,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -38139,6 +38974,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -38325,6 +39164,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -38511,6 +39354,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -38626,6 +39473,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -38918,6 +39769,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -39104,6 +39959,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -39290,6 +40149,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -39476,6 +40339,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -39662,6 +40529,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -39848,6 +40719,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -40034,6 +40909,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -40220,6 +41099,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -40406,6 +41289,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -40592,6 +41479,200 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, + { + "type": "struct_component_expression", + "named": true + }, + { + "type": "struct_expression", + "named": true + }, + { + "type": "ternary_expression", + "named": true + }, + { + "type": "tuple_component_expression", + "named": true + }, + { + "type": "tuple_expression", + "named": true + }, + { + "type": "unit_expression", + "named": true + }, + { + "type": "unsigned_literal", + "named": true + }, + { + "type": "variable", + "named": true + }, + { + "type": "|", + "named": false + }, + { + "type": "||", + "named": false + } + ] + }, + "shift_expression": { + "multiple": true, + "required": false, + "types": [ + { + "type": "!", + "named": false + }, + { + "type": "!=", + "named": false + }, + { + "type": "%", + "named": false + }, + { + "type": "&", + "named": false + }, + { + "type": "&&", + "named": false + }, + { + "type": "*", + "named": false + }, + { + "type": "**", + "named": false + }, + { + "type": "+", + "named": false + }, + { + "type": "-", + "named": false + }, + { + "type": "/", + "named": false + }, + { + "type": "<", + "named": false + }, + { + "type": "<<", + "named": false + }, + { + "type": "<=", + "named": false + }, + { + "type": "==", + "named": false + }, + { + "type": ">", + "named": false + }, + { + "type": ">=", + "named": false + }, + { + "type": ">>", + "named": false + }, + { + "type": "^", + "named": false + }, + { + "type": "address_literal", + "named": true + }, + { + "type": "affine_group_literal", + "named": true + }, + { + "type": "array_expression", + "named": true + }, + { + "type": "associated_constant", + "named": true + }, + { + "type": "associated_function_call", + "named": true + }, + { + "type": "block_height", + "named": true + }, + { + "type": "boolean_literal", + "named": true + }, + { + "type": "field_literal", + "named": true + }, + { + "type": "free_function_call", + "named": true + }, + { + "type": "method_call", + "named": true + }, + { + "type": "parenthesized_expression", + "named": true + }, + { + "type": "product_group_literal", + "named": true + }, + { + "type": "scalar_literal", + "named": true + }, + { + "type": "self_caller", + "named": true + }, + { + "type": "self_signer", + "named": true + }, + { + "type": "signature_literal", + "named": true + }, + { + "type": "signed_literal", + "named": true + }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -40634,7 +41715,7 @@ } ] }, - "shift_expression": { + "unary_expression": { "multiple": true, "required": false, "types": [ @@ -40778,6 +41859,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -40819,8 +41904,128 @@ "named": false } ] - }, - "unary_expression": { + } + }, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "address_literal", + "named": true + }, + { + "type": "affine_group_literal", + "named": true + }, + { + "type": "array_expression", + "named": true + }, + { + "type": "associated_constant", + "named": true + }, + { + "type": "associated_function_call", + "named": true + }, + { + "type": "block_height", + "named": true + }, + { + "type": "boolean_literal", + "named": true + }, + { + "type": "field_literal", + "named": true + }, + { + "type": "free_function_call", + "named": true + }, + { + "type": "method_call", + "named": true + }, + { + "type": "parenthesized_expression", + "named": true + }, + { + "type": "product_group_literal", + "named": true + }, + { + "type": "scalar_literal", + "named": true + }, + { + "type": "self_caller", + "named": true + }, + { + "type": "self_signer", + "named": true + }, + { + "type": "signature_literal", + "named": true + }, + { + "type": "signed_literal", + "named": true + }, + { + "type": "string_literal", + "named": true + }, + { + "type": "struct_component_expression", + "named": true + }, + { + "type": "struct_expression", + "named": true + }, + { + "type": "ternary_expression", + "named": true + }, + { + "type": "tuple_component_expression", + "named": true + }, + { + "type": "tuple_expression", + "named": true + }, + { + "type": "tuple_index", + "named": true + }, + { + "type": "unit_expression", + "named": true + }, + { + "type": "unsigned_literal", + "named": true + }, + { + "type": "variable", + "named": true + } + ] + } + }, + { + "type": "tuple_expression", + "named": true, + "fields": { + "additive_expression": { "multiple": true, "required": false, "types": [ @@ -40964,6 +42169,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -41005,124 +42214,8 @@ "named": false } ] - } - }, - "children": { - "multiple": true, - "required": true, - "types": [ - { - "type": "address_literal", - "named": true - }, - { - "type": "affine_group_literal", - "named": true - }, - { - "type": "array_expression", - "named": true - }, - { - "type": "associated_constant", - "named": true - }, - { - "type": "associated_function_call", - "named": true - }, - { - "type": "block_height", - "named": true - }, - { - "type": "boolean_literal", - "named": true - }, - { - "type": "field_literal", - "named": true - }, - { - "type": "free_function_call", - "named": true - }, - { - "type": "method_call", - "named": true - }, - { - "type": "parenthesized_expression", - "named": true - }, - { - "type": "product_group_literal", - "named": true - }, - { - "type": "scalar_literal", - "named": true - }, - { - "type": "self_caller", - "named": true - }, - { - "type": "self_signer", - "named": true - }, - { - "type": "signature_literal", - "named": true - }, - { - "type": "signed_literal", - "named": true - }, - { - "type": "struct_component_expression", - "named": true - }, - { - "type": "struct_expression", - "named": true - }, - { - "type": "ternary_expression", - "named": true - }, - { - "type": "tuple_component_expression", - "named": true - }, - { - "type": "tuple_expression", - "named": true - }, - { - "type": "tuple_index", - "named": true - }, - { - "type": "unit_expression", - "named": true - }, - { - "type": "unsigned_literal", - "named": true - }, - { - "type": "variable", - "named": true - } - ] - } - }, - { - "type": "tuple_expression", - "named": true, - "fields": { - "additive_expression": { + }, + "conditional_conjunctive_expression": { "multiple": true, "required": false, "types": [ @@ -41266,6 +42359,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -41308,7 +42405,7 @@ } ] }, - "conditional_conjunctive_expression": { + "conditional_disjunctive_expression": { "multiple": true, "required": false, "types": [ @@ -41453,189 +42550,7 @@ "named": true }, { - "type": "struct_component_expression", - "named": true - }, - { - "type": "struct_expression", - "named": true - }, - { - "type": "ternary_expression", - "named": true - }, - { - "type": "tuple_component_expression", - "named": true - }, - { - "type": "tuple_expression", - "named": true - }, - { - "type": "unit_expression", - "named": true - }, - { - "type": "unsigned_literal", - "named": true - }, - { - "type": "variable", - "named": true - }, - { - "type": "|", - "named": false - }, - { - "type": "||", - "named": false - } - ] - }, - "conditional_disjunctive_expression": { - "multiple": true, - "required": false, - "types": [ - { - "type": "!", - "named": false - }, - { - "type": "!=", - "named": false - }, - { - "type": "%", - "named": false - }, - { - "type": "&", - "named": false - }, - { - "type": "&&", - "named": false - }, - { - "type": "*", - "named": false - }, - { - "type": "**", - "named": false - }, - { - "type": "+", - "named": false - }, - { - "type": "-", - "named": false - }, - { - "type": "/", - "named": false - }, - { - "type": "<", - "named": false - }, - { - "type": "<<", - "named": false - }, - { - "type": "<=", - "named": false - }, - { - "type": "==", - "named": false - }, - { - "type": ">", - "named": false - }, - { - "type": ">=", - "named": false - }, - { - "type": ">>", - "named": false - }, - { - "type": "^", - "named": false - }, - { - "type": "address_literal", - "named": true - }, - { - "type": "affine_group_literal", - "named": true - }, - { - "type": "array_expression", - "named": true - }, - { - "type": "associated_constant", - "named": true - }, - { - "type": "associated_function_call", - "named": true - }, - { - "type": "block_height", - "named": true - }, - { - "type": "boolean_literal", - "named": true - }, - { - "type": "field_literal", - "named": true - }, - { - "type": "free_function_call", - "named": true - }, - { - "type": "method_call", - "named": true - }, - { - "type": "parenthesized_expression", - "named": true - }, - { - "type": "product_group_literal", - "named": true - }, - { - "type": "scalar_literal", - "named": true - }, - { - "type": "self_caller", - "named": true - }, - { - "type": "self_signer", - "named": true - }, - { - "type": "signature_literal", - "named": true - }, - { - "type": "signed_literal", + "type": "string_literal", "named": true }, { @@ -41824,6 +42739,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -42010,6 +42929,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -42196,6 +43119,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -42382,6 +43309,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -42568,6 +43499,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -42754,6 +43689,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -42940,6 +43879,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -43126,6 +44069,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -43312,6 +44259,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -43427,6 +44378,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -43774,6 +44729,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -43960,6 +44919,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -44146,6 +45109,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -44332,6 +45299,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -44518,6 +45489,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -44704,6 +45679,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -44890,6 +45869,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -45076,6 +46059,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -45262,6 +46249,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -45448,6 +46439,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -45634,6 +46629,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -45820,6 +46819,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -45939,6 +46942,10 @@ "type": "signed_literal", "named": true }, + { + "type": "string_literal", + "named": true + }, { "type": "struct_component_expression", "named": true @@ -45991,6 +46998,10 @@ "type": "!=", "named": false }, + { + "type": "\"", + "named": false + }, { "type": "%", "named": false diff --git a/src/parser.c b/src/parser.c index eab17e5a..f72b6286 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,252 +13,264 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 777 +#define STATE_COUNT 790 #define LARGE_STATE_COUNT 125 -#define SYMBOL_COUNT 232 +#define SYMBOL_COUNT 242 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 126 +#define TOKEN_COUNT 132 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 17 #define MAX_ALIAS_SEQUENCE_LENGTH 10 #define PRODUCTION_ID_COUNT 50 enum ts_symbol_identifiers { - sym_visible_ascii = 1, - aux_sym_safe_nonascii_token1 = 2, - aux_sym_safe_nonascii_token2 = 3, - aux_sym_safe_nonascii_token3 = 4, - aux_sym_safe_nonascii_token4 = 5, - aux_sym_comment_token1 = 6, - anon_sym_STAR = 7, - anon_sym_SLASH = 8, - aux_sym_not_star_or_line_feed_or_carriage_return_token2 = 9, - aux_sym_not_star_or_slash_or_line_feed_or_carriage_return_token1 = 10, - aux_sym_not_star_or_slash_or_line_feed_or_carriage_return_token2 = 11, - anon_sym_Future = 12, - anon_sym_address = 13, - anon_sym_assert = 14, - anon_sym_assert_eq = 15, - anon_sym_assert_neq = 16, - anon_sym_async = 17, - anon_sym_block = 18, - anon_sym_bool = 19, - anon_sym_console = 20, - anon_sym_const = 21, - anon_sym_constant = 22, - anon_sym_else = 23, - anon_sym_field = 24, - anon_sym_finalize = 25, - anon_sym_for = 26, - anon_sym_function = 27, - anon_sym_group = 28, - anon_sym_i128 = 29, - anon_sym_i16 = 30, - anon_sym_i32 = 31, - anon_sym_i64 = 32, - anon_sym_i8 = 33, - anon_sym_if = 34, - anon_sym_import = 35, - anon_sym_in = 36, - anon_sym_inline = 37, - anon_sym_let = 38, - anon_sym_mapping = 39, - anon_sym_private = 40, - anon_sym_program = 41, - anon_sym_public = 42, - anon_sym_record = 43, - anon_sym_return = 44, - anon_sym_scalar = 45, - anon_sym_self = 46, - anon_sym_string = 47, - anon_sym_struct = 48, - anon_sym_then = 49, - anon_sym_transition = 50, - anon_sym_u128 = 51, - anon_sym_u16 = 52, - anon_sym_u32 = 53, - anon_sym_u64 = 54, - anon_sym_u8 = 55, - aux_sym_decimal_digit_token1 = 56, - sym_nonzero_decimal_digit = 57, - aux_sym_constant_identifier_token1 = 58, - aux_sym_constant_identifier_token2 = 59, - anon_sym__ = 60, - aux_sym_variable_identifier_token1 = 61, - sym__numeral = 62, - anon_sym_0 = 63, - anon_sym_true = 64, - anon_sym_false = 65, - anon_sym_aleo1 = 66, - aux_sym_address_literal_token1 = 67, - anon_sym_sign = 68, - aux_sym_signature_literal_token1 = 69, - anon_sym_AT = 70, - anon_sym_BANG = 71, - anon_sym_AMP_AMP = 72, - anon_sym_PIPE_PIPE = 73, - anon_sym_EQ_EQ = 74, - anon_sym_BANG_EQ = 75, - anon_sym_LT = 76, - anon_sym_LT_EQ = 77, - anon_sym_GT = 78, - anon_sym_GT_EQ = 79, - anon_sym_AMP = 80, - anon_sym_PIPE = 81, - anon_sym_CARET = 82, - anon_sym_LT_LT = 83, - anon_sym_GT_GT = 84, - anon_sym_PLUS = 85, - anon_sym_DASH = 86, - anon_sym_PERCENT = 87, - anon_sym_STAR_STAR = 88, - anon_sym_EQ = 89, - anon_sym_PLUS_EQ = 90, - anon_sym_DASH_EQ = 91, - anon_sym_STAR_EQ = 92, - anon_sym_SLASH_EQ = 93, - anon_sym_PERCENT_EQ = 94, - anon_sym_STAR_STAR_EQ = 95, - anon_sym_LT_LT_EQ = 96, - anon_sym_GT_GT_EQ = 97, - anon_sym_AMP_EQ = 98, - anon_sym_PIPE_EQ = 99, - anon_sym_CARET_EQ = 100, - anon_sym_AMP_AMP_EQ = 101, - anon_sym_PIPE_PIPE_EQ = 102, - anon_sym_LPAREN = 103, - anon_sym_RPAREN = 104, - anon_sym_LBRACK = 105, - anon_sym_RBRACK = 106, - anon_sym_LBRACE = 107, - anon_sym_RBRACE = 108, - anon_sym_COMMA = 109, - anon_sym_DOT = 110, - anon_sym_DOT_DOT = 111, - anon_sym_SEMI = 112, - anon_sym_COLON = 113, - anon_sym_COLON_COLON = 114, - anon_sym_QMARK = 115, - anon_sym_DASH_GT = 116, - anon_sym_EQ_GT = 117, - sym_aleo_literal = 118, - sym_leo_literal = 119, - sym_signature_type = 120, - anon_sym_Fn = 121, - anon_sym_RPARENgroup = 122, - anon_sym_caller = 123, - anon_sym_signer = 124, - anon_sym_height = 125, - sym_source_file = 126, - sym_comment = 127, - sym_decimal_digit = 128, - sym_constant_identifier = 129, - sym_variable_identifier = 130, - sym_identifier = 131, - sym_tuple_index = 132, - sym_unsigned_literal = 133, - sym_signed_literal = 134, - sym_field_literal = 135, - sym_product_group_literal = 136, - sym_scalar_literal = 137, - sym_boolean_literal = 138, - sym_address_literal = 139, - sym_signature_literal = 140, - sym_annotation = 141, - sym_program_name_literal = 142, - sym_this_program_id = 143, - sym_program_id = 144, - sym_locator = 145, - sym_unsigned_type = 146, - sym_signed_type = 147, - sym_integer_type = 148, - sym_field_type = 149, - sym_group_type = 150, - sym_scalar_type = 151, - sym_boolean_type = 152, - sym_address_type = 153, - sym_string_type = 154, - sym_unit_type = 155, - sym_untyped_future_type = 156, - sym_typed_future_type = 157, - sym_future_type = 158, - sym_record_type = 159, - sym_named_type = 160, - sym_tuple_type = 161, - sym_array_type = 162, - sym_type = 163, - sym_group_coordinate = 164, - sym_affine_group_literal = 165, - sym_variable = 166, - sym_associated_constant = 167, - sym_free_function_call = 168, - sym_associated_function_call = 169, - sym_function_arguments = 170, - sym_unit_expression = 171, - sym_tuple_expression = 172, - sym_array_expression = 173, - sym_struct_expression = 174, - sym_struct_component_initializer = 175, - sym_self_caller = 176, - sym_self_signer = 177, - sym_block_height = 178, - sym__postfix_expression = 179, - sym_tuple_component_expression = 180, - sym_struct_component_expression = 181, - sym_method_call = 182, - sym_parenthesized_expression = 183, - sym__expression = 184, - sym_ternary_expression = 185, - sym_ternary_if = 186, - sym_ternary_else = 187, - sym_block = 188, - sym_return_statement = 189, - sym_expression_statement = 190, - sym_variable_declaration = 191, - sym_constant_declaration = 192, - sym_identifier_or_identifiers = 193, - sym_if_conditional = 194, - sym_branch = 195, - sym_conditional_statement = 196, - sym_loop_statement = 197, - sym_assignment_operator = 198, - sym_assignment_statement = 199, - sym_assert_statement = 200, - sym_assert_call = 201, - sym_assert_equal_call = 202, - sym_assert_not_equal_call = 203, - sym_return_arrow = 204, - sym_function_declaration = 205, - sym_function_parameters = 206, - sym_function_parameter = 207, - sym_inline_declaration = 208, - sym_transition_declaration = 209, - sym_finalizer = 210, - sym_struct_declaration = 211, - sym_struct_component_declarations = 212, - sym_struct_component_declaration = 213, - sym_record_declaration = 214, - sym_mapping_declaration = 215, - sym_program_item = 216, - sym_items_block = 217, - sym_program_declaration = 218, - sym_import_declaration = 219, - aux_sym_source_file_repeat1 = 220, - aux_sym_constant_identifier_repeat1 = 221, - aux_sym_tuple_index_repeat1 = 222, - aux_sym_typed_future_type_repeat1 = 223, - aux_sym_function_arguments_repeat1 = 224, - aux_sym_struct_expression_repeat1 = 225, - aux_sym_block_repeat1 = 226, - aux_sym_identifier_or_identifiers_repeat1 = 227, - aux_sym_function_declaration_repeat1 = 228, - aux_sym_function_parameters_repeat1 = 229, - aux_sym_struct_component_declarations_repeat1 = 230, - aux_sym_items_block_repeat1 = 231, + sym_line_feed = 1, + sym_carriage_return = 2, + sym_visible_ascii = 3, + aux_sym_safe_nonascii_token1 = 4, + aux_sym_safe_nonascii_token2 = 5, + aux_sym_safe_nonascii_token3 = 6, + aux_sym_safe_nonascii_token4 = 7, + aux_sym_comment_token1 = 8, + anon_sym_STAR = 9, + anon_sym_SLASH = 10, + aux_sym_not_star_or_line_feed_or_carriage_return_token2 = 11, + aux_sym_not_star_or_slash_or_line_feed_or_carriage_return_token1 = 12, + aux_sym_not_star_or_slash_or_line_feed_or_carriage_return_token2 = 13, + anon_sym_Future = 14, + anon_sym_address = 15, + anon_sym_assert = 16, + anon_sym_assert_eq = 17, + anon_sym_assert_neq = 18, + anon_sym_async = 19, + anon_sym_block = 20, + anon_sym_bool = 21, + anon_sym_console = 22, + anon_sym_const = 23, + anon_sym_constant = 24, + anon_sym_else = 25, + anon_sym_field = 26, + anon_sym_finalize = 27, + anon_sym_for = 28, + anon_sym_function = 29, + anon_sym_group = 30, + anon_sym_i128 = 31, + anon_sym_i16 = 32, + anon_sym_i32 = 33, + anon_sym_i64 = 34, + anon_sym_i8 = 35, + anon_sym_if = 36, + anon_sym_import = 37, + anon_sym_in = 38, + anon_sym_inline = 39, + anon_sym_let = 40, + anon_sym_mapping = 41, + anon_sym_private = 42, + anon_sym_program = 43, + anon_sym_public = 44, + anon_sym_record = 45, + anon_sym_return = 46, + anon_sym_scalar = 47, + anon_sym_self = 48, + anon_sym_string = 49, + anon_sym_struct = 50, + anon_sym_then = 51, + anon_sym_transition = 52, + anon_sym_u128 = 53, + anon_sym_u16 = 54, + anon_sym_u32 = 55, + anon_sym_u64 = 56, + anon_sym_u8 = 57, + aux_sym_decimal_digit_token1 = 58, + sym_nonzero_decimal_digit = 59, + aux_sym_constant_identifier_token1 = 60, + aux_sym_constant_identifier_token2 = 61, + anon_sym__ = 62, + aux_sym_variable_identifier_token1 = 63, + sym__numeral = 64, + anon_sym_0 = 65, + anon_sym_true = 66, + anon_sym_false = 67, + anon_sym_aleo1 = 68, + aux_sym_address_literal_token1 = 69, + anon_sym_sign = 70, + aux_sym_signature_literal_token1 = 71, + anon_sym_DQUOTE = 72, + aux_sym_string_literal_token1 = 73, + aux_sym_string_literal_token2 = 74, + aux_sym_string_literal_token3 = 75, + anon_sym_AT = 76, + anon_sym_BANG = 77, + anon_sym_AMP_AMP = 78, + anon_sym_PIPE_PIPE = 79, + anon_sym_EQ_EQ = 80, + anon_sym_BANG_EQ = 81, + anon_sym_LT = 82, + anon_sym_LT_EQ = 83, + anon_sym_GT = 84, + anon_sym_GT_EQ = 85, + anon_sym_AMP = 86, + anon_sym_PIPE = 87, + anon_sym_CARET = 88, + anon_sym_LT_LT = 89, + anon_sym_GT_GT = 90, + anon_sym_PLUS = 91, + anon_sym_DASH = 92, + anon_sym_PERCENT = 93, + anon_sym_STAR_STAR = 94, + anon_sym_EQ = 95, + anon_sym_PLUS_EQ = 96, + anon_sym_DASH_EQ = 97, + anon_sym_STAR_EQ = 98, + anon_sym_SLASH_EQ = 99, + anon_sym_PERCENT_EQ = 100, + anon_sym_STAR_STAR_EQ = 101, + anon_sym_LT_LT_EQ = 102, + anon_sym_GT_GT_EQ = 103, + anon_sym_AMP_EQ = 104, + anon_sym_PIPE_EQ = 105, + anon_sym_CARET_EQ = 106, + anon_sym_AMP_AMP_EQ = 107, + anon_sym_PIPE_PIPE_EQ = 108, + anon_sym_LPAREN = 109, + anon_sym_RPAREN = 110, + anon_sym_LBRACK = 111, + anon_sym_RBRACK = 112, + anon_sym_LBRACE = 113, + anon_sym_RBRACE = 114, + anon_sym_COMMA = 115, + anon_sym_DOT = 116, + anon_sym_DOT_DOT = 117, + anon_sym_SEMI = 118, + anon_sym_COLON = 119, + anon_sym_COLON_COLON = 120, + anon_sym_QMARK = 121, + anon_sym_DASH_GT = 122, + anon_sym_EQ_GT = 123, + sym_aleo_literal = 124, + sym_leo_literal = 125, + sym_signature_type = 126, + anon_sym_Fn = 127, + anon_sym_RPARENgroup = 128, + anon_sym_caller = 129, + anon_sym_signer = 130, + anon_sym_height = 131, + sym_source_file = 132, + sym_safe_nonascii = 133, + sym_line_terminator = 134, + sym_comment = 135, + sym_decimal_digit = 136, + sym_constant_identifier = 137, + sym_variable_identifier = 138, + sym_identifier = 139, + sym_tuple_index = 140, + sym_unsigned_literal = 141, + sym_signed_literal = 142, + sym_field_literal = 143, + sym_product_group_literal = 144, + sym_scalar_literal = 145, + sym_boolean_literal = 146, + sym_address_literal = 147, + sym_signature_literal = 148, + sym_string_literal = 149, + sym_annotation = 150, + sym_program_name_literal = 151, + sym_this_program_id = 152, + sym_program_id = 153, + sym_locator = 154, + sym_unsigned_type = 155, + sym_signed_type = 156, + sym_integer_type = 157, + sym_field_type = 158, + sym_group_type = 159, + sym_scalar_type = 160, + sym_boolean_type = 161, + sym_address_type = 162, + sym_string_type = 163, + sym_unit_type = 164, + sym_untyped_future_type = 165, + sym_typed_future_type = 166, + sym_future_type = 167, + sym_record_type = 168, + sym_named_type = 169, + sym_tuple_type = 170, + sym_array_type = 171, + sym_type = 172, + sym_group_coordinate = 173, + sym_affine_group_literal = 174, + sym_variable = 175, + sym_associated_constant = 176, + sym_free_function_call = 177, + sym_associated_function_call = 178, + sym_function_arguments = 179, + sym_unit_expression = 180, + sym_tuple_expression = 181, + sym_array_expression = 182, + sym_struct_expression = 183, + sym_struct_component_initializer = 184, + sym_self_caller = 185, + sym_self_signer = 186, + sym_block_height = 187, + sym__postfix_expression = 188, + sym_tuple_component_expression = 189, + sym_struct_component_expression = 190, + sym_method_call = 191, + sym_parenthesized_expression = 192, + sym__expression = 193, + sym_ternary_expression = 194, + sym_ternary_if = 195, + sym_ternary_else = 196, + sym_block = 197, + sym_return_statement = 198, + sym_expression_statement = 199, + sym_variable_declaration = 200, + sym_constant_declaration = 201, + sym_identifier_or_identifiers = 202, + sym_if_conditional = 203, + sym_branch = 204, + sym_conditional_statement = 205, + sym_loop_statement = 206, + sym_assignment_operator = 207, + sym_assignment_statement = 208, + sym_assert_statement = 209, + sym_assert_call = 210, + sym_assert_equal_call = 211, + sym_assert_not_equal_call = 212, + sym_return_arrow = 213, + sym_function_declaration = 214, + sym_function_parameters = 215, + sym_function_parameter = 216, + sym_inline_declaration = 217, + sym_transition_declaration = 218, + sym_finalizer = 219, + sym_struct_declaration = 220, + sym_struct_component_declarations = 221, + sym_struct_component_declaration = 222, + sym_record_declaration = 223, + sym_mapping_declaration = 224, + sym_program_item = 225, + sym_items_block = 226, + sym_program_declaration = 227, + sym_import_declaration = 228, + aux_sym_source_file_repeat1 = 229, + aux_sym_constant_identifier_repeat1 = 230, + aux_sym_tuple_index_repeat1 = 231, + aux_sym_string_literal_repeat1 = 232, + aux_sym_typed_future_type_repeat1 = 233, + aux_sym_function_arguments_repeat1 = 234, + aux_sym_struct_expression_repeat1 = 235, + aux_sym_block_repeat1 = 236, + aux_sym_identifier_or_identifiers_repeat1 = 237, + aux_sym_function_declaration_repeat1 = 238, + aux_sym_function_parameters_repeat1 = 239, + aux_sym_struct_component_declarations_repeat1 = 240, + aux_sym_items_block_repeat1 = 241, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", + [sym_line_feed] = "line_feed", + [sym_carriage_return] = "carriage_return", [sym_visible_ascii] = "visible_ascii", [aux_sym_safe_nonascii_token1] = "safe_nonascii_token1", [aux_sym_safe_nonascii_token2] = "safe_nonascii_token2", @@ -328,6 +340,10 @@ static const char * const ts_symbol_names[] = { [aux_sym_address_literal_token1] = "address_literal_token1", [anon_sym_sign] = "sign", [aux_sym_signature_literal_token1] = "signature_literal_token1", + [anon_sym_DQUOTE] = "\"", + [aux_sym_string_literal_token1] = "string_literal_token1", + [aux_sym_string_literal_token2] = "string_literal_token2", + [aux_sym_string_literal_token3] = "string_literal_token3", [anon_sym_AT] = "@", [anon_sym_BANG] = "!", [anon_sym_AMP_AMP] = "&&", @@ -385,6 +401,8 @@ static const char * const ts_symbol_names[] = { [anon_sym_signer] = "signer", [anon_sym_height] = "height", [sym_source_file] = "source_file", + [sym_safe_nonascii] = "safe_nonascii", + [sym_line_terminator] = "line_terminator", [sym_comment] = "comment", [sym_decimal_digit] = "decimal_digit", [sym_constant_identifier] = "constant_identifier", @@ -399,6 +417,7 @@ static const char * const ts_symbol_names[] = { [sym_boolean_literal] = "boolean_literal", [sym_address_literal] = "address_literal", [sym_signature_literal] = "signature_literal", + [sym_string_literal] = "string_literal", [sym_annotation] = "annotation", [sym_program_name_literal] = "program_name_literal", [sym_this_program_id] = "this_program_id", @@ -481,6 +500,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_source_file_repeat1] = "source_file_repeat1", [aux_sym_constant_identifier_repeat1] = "constant_identifier_repeat1", [aux_sym_tuple_index_repeat1] = "tuple_index_repeat1", + [aux_sym_string_literal_repeat1] = "string_literal_repeat1", [aux_sym_typed_future_type_repeat1] = "typed_future_type_repeat1", [aux_sym_function_arguments_repeat1] = "function_arguments_repeat1", [aux_sym_struct_expression_repeat1] = "struct_expression_repeat1", @@ -494,6 +514,8 @@ static const char * const ts_symbol_names[] = { static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, + [sym_line_feed] = sym_line_feed, + [sym_carriage_return] = sym_carriage_return, [sym_visible_ascii] = sym_visible_ascii, [aux_sym_safe_nonascii_token1] = aux_sym_safe_nonascii_token1, [aux_sym_safe_nonascii_token2] = aux_sym_safe_nonascii_token2, @@ -563,6 +585,10 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_address_literal_token1] = aux_sym_address_literal_token1, [anon_sym_sign] = anon_sym_sign, [aux_sym_signature_literal_token1] = aux_sym_signature_literal_token1, + [anon_sym_DQUOTE] = anon_sym_DQUOTE, + [aux_sym_string_literal_token1] = aux_sym_string_literal_token1, + [aux_sym_string_literal_token2] = aux_sym_string_literal_token2, + [aux_sym_string_literal_token3] = aux_sym_string_literal_token3, [anon_sym_AT] = anon_sym_AT, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, @@ -620,6 +646,8 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_signer] = anon_sym_signer, [anon_sym_height] = anon_sym_height, [sym_source_file] = sym_source_file, + [sym_safe_nonascii] = sym_safe_nonascii, + [sym_line_terminator] = sym_line_terminator, [sym_comment] = sym_comment, [sym_decimal_digit] = sym_decimal_digit, [sym_constant_identifier] = sym_constant_identifier, @@ -634,6 +662,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_boolean_literal] = sym_boolean_literal, [sym_address_literal] = sym_address_literal, [sym_signature_literal] = sym_signature_literal, + [sym_string_literal] = sym_string_literal, [sym_annotation] = sym_annotation, [sym_program_name_literal] = sym_program_name_literal, [sym_this_program_id] = sym_this_program_id, @@ -716,6 +745,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, [aux_sym_constant_identifier_repeat1] = aux_sym_constant_identifier_repeat1, [aux_sym_tuple_index_repeat1] = aux_sym_tuple_index_repeat1, + [aux_sym_string_literal_repeat1] = aux_sym_string_literal_repeat1, [aux_sym_typed_future_type_repeat1] = aux_sym_typed_future_type_repeat1, [aux_sym_function_arguments_repeat1] = aux_sym_function_arguments_repeat1, [aux_sym_struct_expression_repeat1] = aux_sym_struct_expression_repeat1, @@ -732,6 +762,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym_line_feed] = { + .visible = true, + .named = true, + }, + [sym_carriage_return] = { + .visible = true, + .named = true, + }, [sym_visible_ascii] = { .visible = true, .named = true, @@ -1008,6 +1046,22 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [anon_sym_DQUOTE] = { + .visible = true, + .named = false, + }, + [aux_sym_string_literal_token1] = { + .visible = false, + .named = false, + }, + [aux_sym_string_literal_token2] = { + .visible = false, + .named = false, + }, + [aux_sym_string_literal_token3] = { + .visible = false, + .named = false, + }, [anon_sym_AT] = { .visible = true, .named = false, @@ -1236,6 +1290,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_safe_nonascii] = { + .visible = true, + .named = true, + }, + [sym_line_terminator] = { + .visible = true, + .named = true, + }, [sym_comment] = { .visible = true, .named = true, @@ -1292,6 +1354,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_string_literal] = { + .visible = true, + .named = true, + }, [sym_annotation] = { .visible = true, .named = true, @@ -1620,6 +1686,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_string_literal_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_typed_future_type_repeat1] = { .visible = false, .named = false, @@ -2415,33 +2485,33 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, - [3] = 2, + [3] = 3, [4] = 4, - [5] = 5, - [6] = 4, + [5] = 2, + [6] = 3, [7] = 2, - [8] = 4, + [8] = 3, [9] = 9, [10] = 9, [11] = 11, [12] = 12, [13] = 13, [14] = 14, - [15] = 13, + [15] = 14, [16] = 16, - [17] = 17, - [18] = 12, + [17] = 16, + [18] = 18, [19] = 19, - [20] = 16, + [20] = 13, [21] = 21, - [22] = 17, + [22] = 21, [23] = 23, [24] = 24, [25] = 25, [26] = 26, - [27] = 27, + [27] = 24, [28] = 28, - [29] = 24, + [29] = 29, [30] = 30, [31] = 31, [32] = 32, @@ -2449,94 +2519,94 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [34] = 34, [35] = 35, [36] = 36, - [37] = 23, - [38] = 25, - [39] = 27, + [37] = 37, + [38] = 38, + [39] = 39, [40] = 40, - [41] = 41, - [42] = 42, - [43] = 42, - [44] = 41, - [45] = 40, - [46] = 40, - [47] = 41, - [48] = 42, - [49] = 27, - [50] = 25, - [51] = 23, - [52] = 36, - [53] = 35, - [54] = 34, - [55] = 33, - [56] = 31, - [57] = 30, - [58] = 28, - [59] = 26, - [60] = 60, - [61] = 61, - [62] = 62, + [41] = 36, + [42] = 40, + [43] = 43, + [44] = 25, + [45] = 43, + [46] = 46, + [47] = 47, + [48] = 37, + [49] = 49, + [50] = 31, + [51] = 33, + [52] = 34, + [53] = 23, + [54] = 38, + [55] = 39, + [56] = 40, + [57] = 39, + [58] = 36, + [59] = 35, + [60] = 35, + [61] = 32, + [62] = 30, [63] = 63, - [64] = 64, - [65] = 36, + [64] = 49, + [65] = 32, [66] = 66, - [67] = 35, - [68] = 34, - [69] = 69, - [70] = 70, - [71] = 71, - [72] = 24, - [73] = 73, - [74] = 74, - [75] = 75, + [67] = 38, + [68] = 23, + [69] = 30, + [70] = 29, + [71] = 34, + [72] = 29, + [73] = 28, + [74] = 28, + [75] = 33, [76] = 76, - [77] = 42, - [78] = 71, - [79] = 64, - [80] = 62, - [81] = 63, - [82] = 61, - [83] = 41, - [84] = 40, - [85] = 27, + [77] = 31, + [78] = 31, + [79] = 24, + [80] = 26, + [81] = 49, + [82] = 82, + [83] = 37, + [84] = 49, + [85] = 26, [86] = 25, - [87] = 23, - [88] = 36, - [89] = 35, - [90] = 64, - [91] = 33, - [92] = 34, - [93] = 33, - [94] = 31, - [95] = 30, + [87] = 47, + [88] = 82, + [89] = 43, + [90] = 33, + [91] = 26, + [92] = 92, + [93] = 24, + [94] = 37, + [95] = 47, [96] = 28, - [97] = 26, - [98] = 61, - [99] = 62, - [100] = 63, - [101] = 31, - [102] = 70, - [103] = 73, - [104] = 70, - [105] = 73, - [106] = 106, - [107] = 64, - [108] = 108, - [109] = 73, - [110] = 76, - [111] = 70, + [97] = 25, + [98] = 29, + [99] = 30, + [100] = 32, + [101] = 101, + [102] = 102, + [103] = 35, + [104] = 36, + [105] = 105, + [106] = 82, + [107] = 47, + [108] = 40, + [109] = 82, + [110] = 39, + [111] = 43, [112] = 112, - [113] = 113, - [114] = 114, - [115] = 63, - [116] = 62, - [117] = 61, - [118] = 24, - [119] = 76, + [113] = 38, + [114] = 23, + [115] = 115, + [116] = 116, + [117] = 115, + [118] = 118, + [119] = 115, [120] = 120, - [121] = 76, - [122] = 26, - [123] = 28, - [124] = 30, + [121] = 115, + [122] = 102, + [123] = 123, + [124] = 34, [125] = 125, [126] = 126, [127] = 127, @@ -2596,17 +2666,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [181] = 181, [182] = 182, [183] = 183, - [184] = 184, - [185] = 179, + [184] = 179, + [185] = 185, [186] = 186, [187] = 187, [188] = 188, [189] = 189, - [190] = 190, + [190] = 180, [191] = 191, [192] = 192, [193] = 193, - [194] = 178, + [194] = 194, [195] = 195, [196] = 196, [197] = 197, @@ -2669,177 +2739,177 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [254] = 254, [255] = 255, [256] = 256, - [257] = 125, - [258] = 128, - [259] = 259, - [260] = 260, - [261] = 127, - [262] = 137, - [263] = 132, - [264] = 129, - [265] = 130, - [266] = 131, - [267] = 197, - [268] = 198, + [257] = 257, + [258] = 258, + [259] = 137, + [260] = 125, + [261] = 261, + [262] = 262, + [263] = 128, + [264] = 140, + [265] = 126, + [266] = 130, + [267] = 131, + [268] = 129, [269] = 199, - [270] = 196, - [271] = 200, + [270] = 197, + [271] = 196, [272] = 201, - [273] = 126, - [274] = 274, - [275] = 204, + [273] = 127, + [274] = 200, + [275] = 275, [276] = 276, [277] = 277, - [278] = 203, - [279] = 212, - [280] = 252, - [281] = 215, - [282] = 214, - [283] = 207, - [284] = 250, - [285] = 205, - [286] = 208, - [287] = 209, - [288] = 246, - [289] = 206, - [290] = 243, - [291] = 240, - [292] = 228, - [293] = 210, - [294] = 211, - [295] = 128, - [296] = 217, - [297] = 254, - [298] = 223, - [299] = 219, - [300] = 125, - [301] = 137, - [302] = 127, - [303] = 222, - [304] = 227, - [305] = 256, - [306] = 255, - [307] = 224, - [308] = 221, - [309] = 132, - [310] = 218, - [311] = 253, - [312] = 251, - [313] = 220, - [314] = 249, - [315] = 259, - [316] = 260, - [317] = 129, - [318] = 225, - [319] = 238, - [320] = 213, - [321] = 248, - [322] = 236, - [323] = 216, - [324] = 226, - [325] = 229, - [326] = 230, - [327] = 231, - [328] = 232, - [329] = 233, - [330] = 234, - [331] = 131, - [332] = 235, - [333] = 239, - [334] = 247, - [335] = 245, - [336] = 244, - [337] = 130, - [338] = 241, - [339] = 237, - [340] = 242, - [341] = 341, - [342] = 342, - [343] = 342, - [344] = 344, + [278] = 198, + [279] = 204, + [280] = 202, + [281] = 205, + [282] = 233, + [283] = 210, + [284] = 211, + [285] = 221, + [286] = 212, + [287] = 250, + [288] = 213, + [289] = 249, + [290] = 216, + [291] = 223, + [292] = 229, + [293] = 226, + [294] = 239, + [295] = 140, + [296] = 244, + [297] = 243, + [298] = 208, + [299] = 224, + [300] = 242, + [301] = 232, + [302] = 228, + [303] = 241, + [304] = 240, + [305] = 137, + [306] = 236, + [307] = 227, + [308] = 238, + [309] = 126, + [310] = 206, + [311] = 217, + [312] = 245, + [313] = 218, + [314] = 220, + [315] = 128, + [316] = 125, + [317] = 207, + [318] = 214, + [319] = 262, + [320] = 261, + [321] = 130, + [322] = 251, + [323] = 254, + [324] = 247, + [325] = 235, + [326] = 219, + [327] = 246, + [328] = 222, + [329] = 209, + [330] = 215, + [331] = 248, + [332] = 252, + [333] = 230, + [334] = 129, + [335] = 255, + [336] = 257, + [337] = 225, + [338] = 258, + [339] = 231, + [340] = 256, + [341] = 253, + [342] = 237, + [343] = 234, + [344] = 131, [345] = 345, - [346] = 344, - [347] = 196, - [348] = 348, + [346] = 346, + [347] = 347, + [348] = 198, [349] = 349, - [350] = 232, - [351] = 231, + [350] = 347, + [351] = 349, [352] = 352, - [353] = 234, - [354] = 239, - [355] = 225, - [356] = 241, - [357] = 357, - [358] = 242, - [359] = 244, - [360] = 245, - [361] = 230, - [362] = 238, - [363] = 247, - [364] = 213, - [365] = 248, - [366] = 229, - [367] = 235, - [368] = 236, - [369] = 357, - [370] = 370, - [371] = 237, + [353] = 248, + [354] = 258, + [355] = 256, + [356] = 253, + [357] = 237, + [358] = 234, + [359] = 231, + [360] = 230, + [361] = 225, + [362] = 222, + [363] = 215, + [364] = 364, + [365] = 365, + [366] = 209, + [367] = 367, + [368] = 368, + [369] = 246, + [370] = 235, + [371] = 371, [372] = 372, - [373] = 226, - [374] = 216, - [375] = 233, - [376] = 357, - [377] = 377, + [373] = 373, + [374] = 219, + [375] = 247, + [376] = 371, + [377] = 257, [378] = 378, - [379] = 372, - [380] = 380, - [381] = 357, - [382] = 341, - [383] = 383, - [384] = 384, - [385] = 213, - [386] = 226, - [387] = 232, - [388] = 230, - [389] = 238, - [390] = 225, - [391] = 241, - [392] = 247, - [393] = 245, - [394] = 236, - [395] = 231, - [396] = 237, - [397] = 244, - [398] = 242, - [399] = 233, - [400] = 234, - [401] = 248, - [402] = 229, - [403] = 216, + [379] = 364, + [380] = 251, + [381] = 364, + [382] = 364, + [383] = 255, + [384] = 254, + [385] = 252, + [386] = 222, + [387] = 252, + [388] = 388, + [389] = 234, + [390] = 390, + [391] = 237, + [392] = 253, + [393] = 256, + [394] = 235, + [395] = 258, + [396] = 396, + [397] = 231, + [398] = 257, + [399] = 255, + [400] = 215, + [401] = 230, + [402] = 254, + [403] = 403, [404] = 404, - [405] = 235, - [406] = 406, + [405] = 251, + [406] = 246, [407] = 407, - [408] = 408, - [409] = 409, - [410] = 239, - [411] = 411, - [412] = 412, + [408] = 209, + [409] = 248, + [410] = 247, + [411] = 225, + [412] = 219, [413] = 413, - [414] = 414, + [414] = 345, [415] = 415, [416] = 416, [417] = 417, - [418] = 417, + [418] = 418, [419] = 419, [420] = 420, [421] = 421, [422] = 422, - [423] = 423, + [423] = 422, [424] = 424, [425] = 425, - [426] = 426, - [427] = 427, + [426] = 421, + [427] = 425, [428] = 428, [429] = 429, [430] = 430, @@ -2849,8 +2919,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [434] = 434, [435] = 435, [436] = 436, - [437] = 178, - [438] = 179, + [437] = 437, + [438] = 438, [439] = 439, [440] = 440, [441] = 441, @@ -2858,8 +2928,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [443] = 443, [444] = 444, [445] = 445, - [446] = 446, - [447] = 447, + [446] = 180, + [447] = 179, [448] = 448, [449] = 449, [450] = 450, @@ -2915,14 +2985,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [500] = 500, [501] = 501, [502] = 502, - [503] = 131, - [504] = 125, + [503] = 503, + [504] = 504, [505] = 505, - [506] = 130, + [506] = 506, [507] = 507, - [508] = 127, + [508] = 508, [509] = 509, - [510] = 128, + [510] = 510, [511] = 511, [512] = 512, [513] = 513, @@ -2934,91 +3004,91 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [519] = 519, [520] = 520, [521] = 521, - [522] = 129, + [522] = 522, [523] = 523, - [524] = 524, - [525] = 525, - [526] = 523, - [527] = 523, - [528] = 528, - [529] = 529, + [524] = 129, + [525] = 128, + [526] = 526, + [527] = 131, + [528] = 126, + [529] = 125, [530] = 530, [531] = 531, - [532] = 532, + [532] = 130, [533] = 533, [534] = 534, [535] = 535, [536] = 536, - [537] = 533, + [537] = 537, [538] = 538, - [539] = 536, + [539] = 539, [540] = 540, - [541] = 132, + [541] = 531, [542] = 542, - [543] = 125, - [544] = 131, - [545] = 127, - [546] = 128, + [543] = 543, + [544] = 531, + [545] = 545, + [546] = 546, [547] = 547, - [548] = 137, + [548] = 548, [549] = 549, - [550] = 550, - [551] = 130, + [550] = 546, + [551] = 549, [552] = 552, [553] = 553, [554] = 554, - [555] = 540, + [555] = 555, [556] = 556, [557] = 557, [558] = 558, [559] = 559, [560] = 560, [561] = 561, - [562] = 562, - [563] = 563, - [564] = 564, - [565] = 565, - [566] = 566, - [567] = 567, - [568] = 568, + [562] = 129, + [563] = 128, + [564] = 131, + [565] = 126, + [566] = 125, + [567] = 140, + [568] = 137, [569] = 569, [570] = 570, [571] = 571, - [572] = 572, + [572] = 554, [573] = 573, [574] = 574, [575] = 575, - [576] = 564, + [576] = 576, [577] = 577, [578] = 578, - [579] = 579, + [579] = 578, [580] = 580, [581] = 581, [582] = 582, - [583] = 574, + [583] = 583, [584] = 584, [585] = 585, [586] = 586, [587] = 587, [588] = 588, [589] = 589, - [590] = 564, + [590] = 590, [591] = 591, - [592] = 129, - [593] = 569, + [592] = 592, + [593] = 593, [594] = 594, [595] = 595, [596] = 596, - [597] = 597, + [597] = 595, [598] = 598, [599] = 599, [600] = 600, [601] = 601, - [602] = 602, - [603] = 603, + [602] = 591, + [603] = 595, [604] = 604, - [605] = 602, - [606] = 606, + [605] = 605, + [606] = 130, [607] = 607, [608] = 608, [609] = 609, @@ -3026,27 +3096,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [611] = 611, [612] = 612, [613] = 613, - [614] = 614, + [614] = 610, [615] = 615, [616] = 616, [617] = 617, [618] = 618, [619] = 619, [620] = 620, - [621] = 618, + [621] = 621, [622] = 622, - [623] = 619, + [623] = 623, [624] = 624, - [625] = 620, + [625] = 625, [626] = 626, [627] = 627, - [628] = 628, + [628] = 627, [629] = 629, - [630] = 630, + [630] = 626, [631] = 631, - [632] = 632, - [633] = 627, - [634] = 628, + [632] = 624, + [633] = 633, + [634] = 634, [635] = 635, [636] = 636, [637] = 637, @@ -3056,8 +3126,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [641] = 641, [642] = 642, [643] = 643, - [644] = 644, - [645] = 645, + [644] = 634, + [645] = 635, [646] = 646, [647] = 647, [648] = 648, @@ -3099,12 +3169,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [684] = 684, [685] = 685, [686] = 686, - [687] = 665, + [687] = 687, [688] = 688, [689] = 689, [690] = 690, [691] = 691, - [692] = 671, + [692] = 692, [693] = 693, [694] = 694, [695] = 695, @@ -3114,14 +3184,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [699] = 699, [700] = 700, [701] = 701, - [702] = 702, + [702] = 656, [703] = 703, - [704] = 695, + [704] = 687, [705] = 705, [706] = 706, [707] = 707, [708] = 708, - [709] = 703, + [709] = 709, [710] = 710, [711] = 711, [712] = 712, @@ -3133,21 +3203,21 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [718] = 718, [719] = 719, [720] = 720, - [721] = 721, + [721] = 716, [722] = 722, - [723] = 697, - [724] = 724, - [725] = 698, - [726] = 707, + [723] = 723, + [724] = 718, + [725] = 725, + [726] = 726, [727] = 727, - [728] = 728, + [728] = 715, [729] = 729, [730] = 730, [731] = 731, - [732] = 732, - [733] = 701, + [732] = 707, + [733] = 733, [734] = 734, - [735] = 702, + [735] = 708, [736] = 736, [737] = 737, [738] = 738, @@ -3163,32 +3233,45 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [748] = 748, [749] = 749, [750] = 750, - [751] = 751, + [751] = 720, [752] = 752, [753] = 753, [754] = 754, [755] = 755, [756] = 756, [757] = 757, - [758] = 701, - [759] = 702, + [758] = 710, + [759] = 759, [760] = 760, [761] = 761, [762] = 762, - [763] = 713, - [764] = 718, + [763] = 763, + [764] = 764, [765] = 765, [766] = 766, [767] = 767, [768] = 768, [769] = 769, [770] = 770, - [771] = 771, - [772] = 717, + [771] = 707, + [772] = 708, [773] = 773, [774] = 774, [775] = 775, - [776] = 776, + [776] = 709, + [777] = 717, + [778] = 778, + [779] = 779, + [780] = 780, + [781] = 781, + [782] = 782, + [783] = 783, + [784] = 784, + [785] = 769, + [786] = 786, + [787] = 787, + [788] = 788, + [789] = 789, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -3196,1076 +3279,1099 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(478); + if (eof) ADVANCE(480); ADVANCE_MAP( - '!', 581, - '%', 613, - '&', 596, - '(', 633, - ')', 634, - '*', 488, - '+', 608, - ',', 639, - '-', 610, - '.', 640, - '/', 491, - '0', 573, - ':', 644, - ';', 643, - '<', 588, - '=', 617, - '>', 592, - '?', 647, - '@', 580, - '[', 635, - ']', 636, - '^', 602, - '_', 548, - '{', 637, - '|', 599, - '}', 638, - '\\', 479, - '`', 479, - '~', 479, + '!', 593, + '"', 585, + '%', 625, + '&', 608, + '(', 645, + ')', 646, + '*', 493, + '+', 620, + ',', 651, + '-', 622, + '.', 652, + '/', 496, + '0', 578, + ':', 656, + ';', 655, + '<', 600, + '=', 629, + '>', 604, + '?', 659, + '@', 592, + '[', 647, + ']', 648, + '^', 614, + '_', 553, + '{', 649, + '|', 611, + '}', 650, + 0x7f, 590, + '\\', 484, + '`', 484, + '~', 484, + '#', 484, + '$', 484, + '\'', 484, ); - if (('"' <= lookahead && lookahead <= '\'')) ADVANCE(479); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(0); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(479); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(479); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(479); - if ((0x202f <= lookahead && lookahead <= 0x2065)) ADVANCE(481); - if ((0x80 <= lookahead && lookahead <= 0x2029)) ADVANCE(480); - if ((0xe000 <= lookahead && lookahead <= 0xffff)) ADVANCE(483); - if ((0x206a <= lookahead && lookahead <= 0xd7ff)) ADVANCE(482); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(484); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(484); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(484); + if ((0x202f <= lookahead && lookahead <= 0x2065)) ADVANCE(486); + if ((0x80 <= lookahead && lookahead <= 0x2029)) ADVANCE(485); + if ((0xe000 <= lookahead && lookahead <= 0xffff)) ADVANCE(488); + if ((0x206a <= lookahead && lookahead <= 0xd7ff)) ADVANCE(487); END_STATE(); case 1: - if (lookahead == '\r') ADVANCE(487); - if (lookahead == '\\') ADVANCE(485); - if (lookahead != 0) ADVANCE(486); + if (lookahead == '\t') ADVANCE(587); + if (lookahead == '\n') ADVANCE(481); + if (lookahead == '\r') ADVANCE(483); + if (lookahead == '"') ADVANCE(585); + if (lookahead == '/') ADVANCE(591); + if (lookahead == 0x0b || + lookahead == '\f' || + lookahead == ' ') ADVANCE(589); + if ((!eof && lookahead <= 0x08)) ADVANCE(586); + if ((0x0e <= lookahead && lookahead <= '!')) ADVANCE(588); + if ((0x202f <= lookahead && lookahead <= 0x2065)) ADVANCE(486); + if (('#' <= lookahead && lookahead <= 0x7f)) ADVANCE(590); + if ((0x80 <= lookahead && lookahead <= 0x2029)) ADVANCE(485); + if ((0xe000 <= lookahead && lookahead <= 0xffff)) ADVANCE(488); + if ((0x206a <= lookahead && lookahead <= 0xd7ff)) ADVANCE(487); END_STATE(); case 2: - ADVANCE_MAP( - '!', 581, - '(', 633, - ')', 634, - '+', 608, - ',', 639, - '-', 610, - '/', 15, - '=', 617, - 'F', 540, - '[', 635, - '_', 548, - 'a', 558, - 'b', 564, - 'f', 553, - 'g', 569, - 'i', 550, - 's', 555, - 't', 570, - 'u', 552, - ); + if (lookahead == '\n') ADVANCE(482); + if (lookahead == '/') ADVANCE(17); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572); - if (('c' <= lookahead && lookahead <= 'z')) ADVANCE(549); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(539); END_STATE(); case 3: - ADVANCE_MAP( - '!', 581, - '(', 633, - ')', 90, - '+', 608, - ',', 639, - '-', 610, - '/', 15, - '=', 617, - '>', 592, - 'F', 540, - '[', 635, - '_', 548, - 'a', 559, - 'b', 564, - 'c', 567, - 'f', 554, - 'g', 569, - 'i', 551, - 'l', 560, - 'r', 561, - 's', 555, - 't', 570, - 'u', 552, - '{', 637, - '}', 638, - ); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572); - if (('d' <= lookahead && lookahead <= 'z')) ADVANCE(549); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(539); + if (lookahead == '\r') ADVANCE(492); + if (lookahead == '\\') ADVANCE(490); + if (lookahead != 0) ADVANCE(491); END_STATE(); case 4: ADVANCE_MAP( - '!', 581, - '(', 633, - '-', 610, - '/', 15, - ';', 643, - '=', 37, - 'F', 540, - '[', 635, - 'a', 558, - 'b', 564, - 'f', 553, - 'g', 569, - 'i', 550, - 's', 555, - 't', 562, - 'u', 552, + '!', 593, + '"', 585, + '(', 645, + ')', 646, + '+', 620, + ',', 651, + '-', 622, + '/', 17, + '=', 629, + 'F', 545, + '[', 647, + '_', 553, + 'a', 563, + 'b', 569, + 'f', 558, + 'g', 574, + 'i', 555, + 's', 560, + 't', 575, + 'u', 557, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(4); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572); - if (('c' <= lookahead && lookahead <= 'z')) ADVANCE(549); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(539); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(577); + if (('c' <= lookahead && lookahead <= 'z')) ADVANCE(554); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(544); END_STATE(); case 5: ADVANCE_MAP( - '!', 581, - '(', 633, - '-', 610, - '/', 15, - 'F', 540, - '[', 635, - 'a', 559, - 'b', 564, - 'c', 567, - 'e', 565, - 'f', 554, - 'g', 569, - 'i', 551, - 'l', 560, - 'r', 561, - 's', 555, - 't', 570, - 'u', 552, - '{', 637, - '}', 638, + '!', 593, + '"', 585, + '(', 645, + ')', 92, + '+', 620, + ',', 651, + '-', 622, + '/', 17, + '=', 629, + '>', 604, + 'F', 545, + '[', 647, + '_', 553, + 'a', 564, + 'b', 569, + 'c', 572, + 'f', 559, + 'g', 574, + 'i', 556, + 'l', 565, + 'r', 566, + 's', 560, + 't', 575, + 'u', 557, + '{', 649, + '}', 650, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(5); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572); - if (('d' <= lookahead && lookahead <= 'z')) ADVANCE(549); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(539); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(577); + if (('d' <= lookahead && lookahead <= 'z')) ADVANCE(554); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(544); END_STATE(); case 6: ADVANCE_MAP( - '!', 34, - '%', 613, - '&', 598, - '(', 633, - ')', 634, - '*', 490, - '+', 608, - ',', 639, - '-', 610, - '.', 641, - '/', 491, - ':', 645, - ';', 643, - '<', 590, - '=', 619, - '>', 594, - '?', 647, - ']', 636, - '^', 602, - 'i', 125, - 't', 92, - '{', 637, - '|', 601, - '}', 638, + '!', 593, + '"', 585, + '(', 645, + '-', 622, + '/', 17, + ';', 655, + '=', 39, + 'F', 545, + '[', 647, + 'a', 563, + 'b', 569, + 'f', 558, + 'g', 574, + 'i', 555, + 's', 560, + 't', 567, + 'u', 557, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(6); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(537); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(577); + if (('c' <= lookahead && lookahead <= 'z')) ADVANCE(554); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(544); END_STATE(); case 7: ADVANCE_MAP( - '!', 34, - '%', 613, - '&', 598, - '(', 633, - ')', 634, - '*', 490, - '+', 608, - ',', 639, - '-', 610, - '.', 641, - '/', 491, - ':', 645, - ';', 643, - '<', 590, - '=', 35, - '>', 594, - '?', 647, - 'F', 540, - '[', 635, - ']', 636, - '^', 602, - 'a', 557, - 'b', 566, - 'f', 563, - 'g', 569, - 'i', 550, - 's', 556, - 'u', 552, - '{', 637, - '|', 601, - '}', 638, + '!', 593, + '"', 585, + '(', 645, + '-', 622, + '/', 17, + 'F', 545, + '[', 647, + 'a', 564, + 'b', 569, + 'c', 572, + 'e', 570, + 'f', 559, + 'g', 574, + 'i', 556, + 'l', 565, + 'r', 566, + 's', 560, + 't', 575, + 'u', 557, + '{', 649, + '}', 650, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(7); - if (('c' <= lookahead && lookahead <= 'z')) ADVANCE(549); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(539); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(577); + if (('d' <= lookahead && lookahead <= 'z')) ADVANCE(554); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(544); END_STATE(); case 8: ADVANCE_MAP( - '!', 34, - '%', 613, - '&', 598, - '(', 633, - ')', 634, - '*', 490, - '+', 608, - ',', 639, - '-', 610, - '.', 641, - '/', 491, - ':', 645, - ';', 643, - '<', 590, - '=', 35, - '>', 594, - '?', 647, - ']', 636, - '^', 602, - '_', 548, - '{', 637, - '|', 601, - '}', 638, + '!', 36, + '%', 625, + '&', 610, + '(', 645, + ')', 646, + '*', 495, + '+', 620, + ',', 651, + '-', 622, + '.', 653, + '/', 496, + ':', 657, + ';', 655, + '<', 602, + '=', 631, + '>', 606, + '?', 659, + ']', 648, + '^', 614, + 'i', 127, + 't', 94, + '{', 649, + '|', 613, + '}', 650, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(8); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(537); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(541); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(542); END_STATE(); case 9: ADVANCE_MAP( - '!', 34, - '%', 613, - '&', 598, - '(', 633, - '*', 490, - '+', 608, - '-', 610, - '.', 640, - '/', 491, - ':', 33, - ';', 643, - '<', 590, - '=', 35, - '>', 594, - '?', 647, - '^', 602, - '_', 548, - 't', 542, - '{', 637, - '|', 601, + '!', 36, + '%', 625, + '&', 610, + '(', 645, + ')', 646, + '*', 495, + '+', 620, + ',', 651, + '-', 622, + '.', 653, + '/', 496, + ':', 657, + ';', 655, + '<', 602, + '=', 37, + '>', 606, + '?', 659, + 'F', 545, + '[', 647, + ']', 648, + '^', 614, + 'a', 562, + 'b', 571, + 'f', 568, + 'g', 574, + 'i', 555, + 's', 561, + 'u', 557, + '{', 649, + '|', 613, + '}', 650, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(9); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(537); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(541); + if (('c' <= lookahead && lookahead <= 'z')) ADVANCE(554); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(544); END_STATE(); case 10: ADVANCE_MAP( - '!', 34, - '%', 614, - '&', 597, - '(', 633, - ')', 634, - '*', 489, - '+', 609, - ',', 639, - '-', 612, - '.', 640, - '/', 492, - ':', 645, - ';', 643, - '<', 589, - '=', 619, - '>', 593, - '?', 647, - '^', 603, - '_', 548, - '{', 637, - '|', 600, - '}', 638, + '!', 36, + '%', 625, + '&', 610, + '(', 645, + ')', 646, + '*', 495, + '+', 620, + ',', 651, + '-', 622, + '.', 653, + '/', 496, + ':', 657, + ';', 655, + '<', 602, + '=', 37, + '>', 606, + '?', 659, + ']', 648, + '^', 614, + '_', 553, + '{', 649, + '|', 613, + '}', 650, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(10); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(537); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(542); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(541); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(546); END_STATE(); case 11: ADVANCE_MAP( - '!', 34, - '%', 614, - '&', 597, - '(', 633, - ')', 634, - '*', 489, - '+', 609, - ',', 639, - '-', 611, - '.', 640, - '/', 492, - ':', 33, - ';', 643, - '<', 589, - '=', 619, - '>', 593, - '?', 647, - '^', 603, - '_', 548, - '{', 637, - '|', 600, - '}', 638, + '!', 36, + '%', 625, + '&', 610, + '(', 645, + '*', 495, + '+', 620, + '-', 622, + '.', 652, + '/', 496, + ':', 35, + ';', 655, + '<', 602, + '=', 37, + '>', 606, + '?', 659, + '^', 614, + '_', 553, + 't', 547, + '{', 649, + '|', 613, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(11); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(537); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(542); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(541); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(546); END_STATE(); case 12: ADVANCE_MAP( - '!', 34, - '%', 614, - '&', 597, - '(', 633, - '*', 489, - '+', 609, - '-', 611, - '.', 640, - '/', 492, - ':', 33, - ';', 643, - '<', 589, - '=', 618, - '>', 593, - '?', 647, - 'F', 540, - '[', 635, - '^', 603, - 'a', 557, - 'b', 566, - 'c', 568, - 'f', 563, - 'g', 569, - 'i', 550, - 'p', 571, - 's', 556, - 'u', 552, - '{', 637, - '|', 600, + '!', 36, + '%', 626, + '&', 609, + '(', 645, + ')', 646, + '*', 494, + '+', 621, + ',', 651, + '-', 624, + '.', 652, + '/', 497, + ':', 657, + ';', 655, + '<', 601, + '=', 631, + '>', 605, + '?', 659, + '^', 615, + '_', 553, + '{', 649, + '|', 612, + '}', 650, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(537); - if (('d' <= lookahead && lookahead <= 'z')) ADVANCE(549); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(539); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(542); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(546); END_STATE(); case 13: ADVANCE_MAP( - '(', 633, - ')', 634, - '-', 36, - '/', 15, - 'c', 568, - 'p', 571, - '{', 637, - '}', 638, + '!', 36, + '%', 626, + '&', 609, + '(', 645, + ')', 646, + '*', 494, + '+', 621, + ',', 651, + '-', 623, + '.', 652, + '/', 497, + ':', 35, + ';', 655, + '<', 601, + '=', 631, + '>', 605, + '?', 659, + '^', 615, + '_', 553, + '{', 649, + '|', 612, + '}', 650, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(13); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(549); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(539); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(542); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(546); END_STATE(); case 14: - if (lookahead == '(') ADVANCE(633); - if (lookahead == ')') ADVANCE(634); - if (lookahead == '/') ADVANCE(15); - if (lookahead == '0') ADVANCE(573); - if (lookahead == '}') ADVANCE(638); + ADVANCE_MAP( + '!', 36, + '%', 626, + '&', 609, + '(', 645, + '*', 494, + '+', 621, + '-', 623, + '.', 652, + '/', 497, + ':', 35, + ';', 655, + '<', 601, + '=', 630, + '>', 605, + '?', 659, + 'F', 545, + '[', 647, + '^', 615, + 'a', 562, + 'b', 571, + 'c', 573, + 'f', 568, + 'g', 574, + 'i', 555, + 'p', 576, + 's', 561, + 'u', 557, + '{', 649, + '|', 612, + ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(14); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(538); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(539); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(549); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(542); + if (('d' <= lookahead && lookahead <= 'z')) ADVANCE(554); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(544); END_STATE(); case 15: - if (lookahead == '*') ADVANCE(17); - if (lookahead == '/') ADVANCE(486); + ADVANCE_MAP( + '(', 645, + ')', 646, + '-', 38, + '/', 17, + 'c', 573, + 'p', 576, + '{', 649, + '}', 650, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(15); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(554); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(544); END_STATE(); case 16: - if (lookahead == '*') ADVANCE(16); - if (lookahead == '/') ADVANCE(484); - if (lookahead != 0) ADVANCE(17); + if (lookahead == '(') ADVANCE(645); + if (lookahead == ')') ADVANCE(646); + if (lookahead == '/') ADVANCE(17); + if (lookahead == '0') ADVANCE(578); + if (lookahead == '}') ADVANCE(650); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(16); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(543); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(544); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(554); END_STATE(); case 17: - if (lookahead == '*') ADVANCE(16); - if (lookahead != 0) ADVANCE(17); + if (lookahead == '*') ADVANCE(19); + if (lookahead == '/') ADVANCE(491); END_STATE(); case 18: - if (lookahead == '.') ADVANCE(640); - if (lookahead == '/') ADVANCE(15); - if (lookahead == '_') ADVANCE(548); - if (lookahead == 'i') ADVANCE(543); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(18); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(537); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(541); + if (lookahead == '*') ADVANCE(18); + if (lookahead == '/') ADVANCE(489); + if (lookahead != 0) ADVANCE(19); END_STATE(); case 19: - if (lookahead == '/') ADVANCE(15); - if (lookahead == '@') ADVANCE(580); - if (lookahead == '_') ADVANCE(548); - if (lookahead == 'a') ADVANCE(546); - if (lookahead == 'f') ADVANCE(547); - if (lookahead == 'i') ADVANCE(544); - if (lookahead == 't') ADVANCE(545); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(19); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(537); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(541); + if (lookahead == '*') ADVANCE(18); + if (lookahead != 0) ADVANCE(19); END_STATE(); case 20: - if (lookahead == '/') ADVANCE(15); + if (lookahead == '.') ADVANCE(652); + if (lookahead == '/') ADVANCE(17); + if (lookahead == '_') ADVANCE(553); + if (lookahead == 'i') ADVANCE(548); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(20); - if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(321); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(542); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(546); END_STATE(); case 21: - if (lookahead == '/') ADVANCE(15); + if (lookahead == '/') ADVANCE(17); + if (lookahead == '@') ADVANCE(592); + if (lookahead == '_') ADVANCE(553); + if (lookahead == 'a') ADVANCE(551); + if (lookahead == 'f') ADVANCE(552); + if (lookahead == 'i') ADVANCE(549); + if (lookahead == 't') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(21); - if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(476); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(542); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(546); END_STATE(); case 22: - if (lookahead == '1') ADVANCE(25); - if (lookahead == '3') ADVANCE(26); - if (lookahead == '6') ADVANCE(29); - if (lookahead == '8') ADVANCE(514); - if (lookahead == 'f') ADVANCE(515); - if (lookahead == 'm') ADVANCE(153); - if (lookahead == 'n') ADVANCE(108); + if (lookahead == '/') ADVANCE(17); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('0' <= lookahead && lookahead <= '9') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(478); END_STATE(); case 23: - if (lookahead == '1') ADVANCE(576); + if (lookahead == '/') ADVANCE(17); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('0' <= lookahead && lookahead <= '9') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(324); END_STATE(); case 24: - if (lookahead == '1') ADVANCE(28); - if (lookahead == '3') ADVANCE(27); - if (lookahead == '6') ADVANCE(30); - if (lookahead == '8') ADVANCE(536); + if (lookahead == '1') ADVANCE(27); + if (lookahead == '3') ADVANCE(28); + if (lookahead == '6') ADVANCE(31); + if (lookahead == '8') ADVANCE(519); + if (lookahead == 'f') ADVANCE(520); + if (lookahead == 'm') ADVANCE(155); + if (lookahead == 'n') ADVANCE(110); END_STATE(); case 25: - if (lookahead == '2') ADVANCE(31); - if (lookahead == '6') ADVANCE(511); + if (lookahead == '1') ADVANCE(581); END_STATE(); case 26: - if (lookahead == '2') ADVANCE(512); + if (lookahead == '1') ADVANCE(30); + if (lookahead == '3') ADVANCE(29); + if (lookahead == '6') ADVANCE(32); + if (lookahead == '8') ADVANCE(541); END_STATE(); case 27: - if (lookahead == '2') ADVANCE(534); + if (lookahead == '2') ADVANCE(33); + if (lookahead == '6') ADVANCE(516); END_STATE(); case 28: - if (lookahead == '2') ADVANCE(32); - if (lookahead == '6') ADVANCE(533); + if (lookahead == '2') ADVANCE(517); END_STATE(); case 29: - if (lookahead == '4') ADVANCE(513); + if (lookahead == '2') ADVANCE(539); END_STATE(); case 30: - if (lookahead == '4') ADVANCE(535); + if (lookahead == '2') ADVANCE(34); + if (lookahead == '6') ADVANCE(538); END_STATE(); case 31: - if (lookahead == '8') ADVANCE(510); + if (lookahead == '4') ADVANCE(518); END_STATE(); case 32: - if (lookahead == '8') ADVANCE(532); + if (lookahead == '4') ADVANCE(540); END_STATE(); case 33: - if (lookahead == ':') ADVANCE(646); + if (lookahead == '8') ADVANCE(515); END_STATE(); case 34: - if (lookahead == '=') ADVANCE(587); + if (lookahead == '8') ADVANCE(537); END_STATE(); case 35: - if (lookahead == '=') ADVANCE(586); + if (lookahead == ':') ADVANCE(658); END_STATE(); case 36: - if (lookahead == '>') ADVANCE(648); + if (lookahead == '=') ADVANCE(599); END_STATE(); case 37: - if (lookahead == '>') ADVANCE(649); + if (lookahead == '=') ADVANCE(598); END_STATE(); case 38: - if (lookahead == 'a') ADVANCE(109); - if (lookahead == 'o') ADVANCE(119); + if (lookahead == '>') ADVANCE(660); END_STATE(); case 39: - if (lookahead == 'a') ADVANCE(117); + if (lookahead == '>') ADVANCE(661); END_STATE(); case 40: - if (lookahead == 'a') ADVANCE(152); + if (lookahead == 'a') ADVANCE(111); + if (lookahead == 'o') ADVANCE(121); END_STATE(); case 41: - if (lookahead == 'a') ADVANCE(111); + if (lookahead == 'a') ADVANCE(119); END_STATE(); case 42: - if (lookahead == 'a') ADVANCE(127); + if (lookahead == 'a') ADVANCE(154); END_STATE(); case 43: - if (lookahead == 'a') ADVANCE(159); + if (lookahead == 'a') ADVANCE(113); END_STATE(); case 44: - if (lookahead == 'a') ADVANCE(194); + if (lookahead == 'a') ADVANCE(129); END_STATE(); case 45: - if (lookahead == 'a') ADVANCE(133); + if (lookahead == 'a') ADVANCE(161); END_STATE(); case 46: - if (lookahead == 'a') ADVANCE(110); + if (lookahead == 'a') ADVANCE(196); END_STATE(); case 47: - if (lookahead == 'a') ADVANCE(198); + if (lookahead == 'a') ADVANCE(135); END_STATE(); case 48: - if (lookahead == 'b') ADVANCE(113); + if (lookahead == 'a') ADVANCE(112); END_STATE(); case 49: - if (lookahead == 'c') ADVANCE(498); + if (lookahead == 'a') ADVANCE(200); END_STATE(); case 50: - if (lookahead == 'c') ADVANCE(104); + if (lookahead == 'b') ADVANCE(115); END_STATE(); case 51: - if (lookahead == 'c') ADVANCE(523); + if (lookahead == 'c') ADVANCE(503); END_STATE(); case 52: - if (lookahead == 'c') ADVANCE(41); - if (lookahead == 'i') ADVANCE(86); - if (lookahead == 't') ADVANCE(162); + if (lookahead == 'c') ADVANCE(106); END_STATE(); case 53: - if (lookahead == 'c') ADVANCE(192); + if (lookahead == 'c') ADVANCE(528); END_STATE(); case 54: - if (lookahead == 'c') ADVANCE(144); + if (lookahead == 'c') ADVANCE(43); + if (lookahead == 'i') ADVANCE(88); + if (lookahead == 't') ADVANCE(164); END_STATE(); case 55: - if (lookahead == 'c') ADVANCE(189); + if (lookahead == 'c') ADVANCE(194); END_STATE(); case 56: - if (lookahead == 'd') ADVANCE(505); + if (lookahead == 'c') ADVANCE(146); END_STATE(); case 57: - if (lookahead == 'd') ADVANCE(524); + if (lookahead == 'c') ADVANCE(191); END_STATE(); case 58: - if (lookahead == 'd') ADVANCE(169); + if (lookahead == 'd') ADVANCE(510); END_STATE(); case 59: - if (lookahead == 'e') ADVANCE(96); + if (lookahead == 'd') ADVANCE(529); END_STATE(); case 60: - if (lookahead == 'e') ADVANCE(54); + if (lookahead == 'd') ADVANCE(171); END_STATE(); case 61: - if (lookahead == 'e') ADVANCE(518); + if (lookahead == 'e') ADVANCE(98); END_STATE(); case 62: - if (lookahead == 'e') ADVANCE(155); - if (lookahead == 'n') ADVANCE(72); + if (lookahead == 'e') ADVANCE(56); END_STATE(); case 63: - if (lookahead == 'e') ADVANCE(506); + if (lookahead == 'e') ADVANCE(523); END_STATE(); case 64: - if (lookahead == 'e') ADVANCE(574); + if (lookahead == 'e') ADVANCE(157); + if (lookahead == 'n') ADVANCE(74); END_STATE(); case 65: - if (lookahead == 'e') ADVANCE(575); + if (lookahead == 'e') ADVANCE(511); END_STATE(); case 66: - if (lookahead == 'e') ADVANCE(493); + if (lookahead == 'e') ADVANCE(579); END_STATE(); case 67: - if (lookahead == 'e') ADVANCE(501); + if (lookahead == 'e') ADVANCE(580); END_STATE(); case 68: - if (lookahead == 'e') ADVANCE(652); + if (lookahead == 'e') ADVANCE(498); END_STATE(); case 69: - if (lookahead == 'e') ADVANCE(521); + if (lookahead == 'e') ADVANCE(506); END_STATE(); case 70: - if (lookahead == 'e') ADVANCE(504); + if (lookahead == 'e') ADVANCE(664); END_STATE(); case 71: - if (lookahead == 'e') ADVANCE(138); + if (lookahead == 'e') ADVANCE(526); END_STATE(); case 72: - if (lookahead == 'e') ADVANCE(156); + if (lookahead == 'e') ADVANCE(509); END_STATE(); case 73: - if (lookahead == 'e') ADVANCE(166); + if (lookahead == 'e') ADVANCE(140); END_STATE(); case 74: - if (lookahead == 'e') ADVANCE(105); + if (lookahead == 'e') ADVANCE(158); END_STATE(); case 75: - if (lookahead == 'e') ADVANCE(105); - if (lookahead == 'n') ADVANCE(46); + if (lookahead == 'e') ADVANCE(168); END_STATE(); case 76: - if (lookahead == 'e') ADVANCE(139); + if (lookahead == 'e') ADVANCE(107); END_STATE(); case 77: - if (lookahead == 'e') ADVANCE(180); + if (lookahead == 'e') ADVANCE(107); + if (lookahead == 'n') ADVANCE(48); END_STATE(); case 78: - if (lookahead == 'e') ADVANCE(158); + if (lookahead == 'e') ADVANCE(141); END_STATE(); case 79: - if (lookahead == 'e') ADVANCE(160); + if (lookahead == 'e') ADVANCE(182); END_STATE(); case 80: - if (lookahead == 'e') ADVANCE(140); + if (lookahead == 'e') ADVANCE(160); END_STATE(); case 81: - if (lookahead == 'e') ADVANCE(124); + if (lookahead == 'e') ADVANCE(162); END_STATE(); case 82: - if (lookahead == 'f') ADVANCE(527); + if (lookahead == 'e') ADVANCE(142); END_STATE(); case 83: - if (lookahead == 'g') ADVANCE(91); + if (lookahead == 'e') ADVANCE(126); END_STATE(); case 84: - if (lookahead == 'g') ADVANCE(520); + if (lookahead == 'f') ADVANCE(532); END_STATE(); case 85: - if (lookahead == 'g') ADVANCE(528); + if (lookahead == 'g') ADVANCE(93); END_STATE(); case 86: - if (lookahead == 'g') ADVANCE(135); + if (lookahead == 'g') ADVANCE(525); END_STATE(); case 87: - if (lookahead == 'g') ADVANCE(122); + if (lookahead == 'g') ADVANCE(533); END_STATE(); case 88: - if (lookahead == 'g') ADVANCE(136); + if (lookahead == 'g') ADVANCE(137); END_STATE(); case 89: - if (lookahead == 'g') ADVANCE(167); + if (lookahead == 'g') ADVANCE(124); END_STATE(); case 90: - if (lookahead == 'g') ADVANCE(174); + if (lookahead == 'g') ADVANCE(138); END_STATE(); case 91: - if (lookahead == 'h') ADVANCE(187); + if (lookahead == 'g') ADVANCE(169); END_STATE(); case 92: - if (lookahead == 'h') ADVANCE(81); + if (lookahead == 'g') ADVANCE(176); END_STATE(); case 93: - if (lookahead == 'i') ADVANCE(75); - if (lookahead == 'u') ADVANCE(126); + if (lookahead == 'h') ADVANCE(189); END_STATE(); case 94: - if (lookahead == 'i') ADVANCE(208); + if (lookahead == 'h') ADVANCE(83); END_STATE(); case 95: - if (lookahead == 'i') ADVANCE(206); + if (lookahead == 'i') ADVANCE(77); + if (lookahead == 'u') ADVANCE(128); END_STATE(); case 96: - if (lookahead == 'i') ADVANCE(83); + if (lookahead == 'i') ADVANCE(210); END_STATE(); case 97: - if (lookahead == 'i') ADVANCE(51); + if (lookahead == 'i') ADVANCE(208); END_STATE(); case 98: - if (lookahead == 'i') ADVANCE(129); + if (lookahead == 'i') ADVANCE(85); END_STATE(); case 99: - if (lookahead == 'i') ADVANCE(145); + if (lookahead == 'i') ADVANCE(53); END_STATE(); case 100: - if (lookahead == 'i') ADVANCE(132); + if (lookahead == 'i') ADVANCE(131); END_STATE(); case 101: - if (lookahead == 'i') ADVANCE(131); + if (lookahead == 'i') ADVANCE(147); END_STATE(); case 102: - if (lookahead == 'i') ADVANCE(147); + if (lookahead == 'i') ADVANCE(134); END_STATE(); case 103: - if (lookahead == 'i') ADVANCE(197); + if (lookahead == 'i') ADVANCE(133); END_STATE(); case 104: - if (lookahead == 'k') ADVANCE(499); + if (lookahead == 'i') ADVANCE(149); END_STATE(); case 105: - if (lookahead == 'l') ADVANCE(56); + if (lookahead == 'i') ADVANCE(199); END_STATE(); case 106: - if (lookahead == 'l') ADVANCE(82); + if (lookahead == 'k') ADVANCE(504); END_STATE(); case 107: - if (lookahead == 'l') ADVANCE(500); + if (lookahead == 'l') ADVANCE(58); END_STATE(); case 108: - if (lookahead == 'l') ADVANCE(101); + if (lookahead == 'l') ADVANCE(84); END_STATE(); case 109: - if (lookahead == 'l') ADVANCE(112); + if (lookahead == 'l') ADVANCE(505); END_STATE(); case 110: - if (lookahead == 'l') ADVANCE(94); + if (lookahead == 'l') ADVANCE(103); END_STATE(); case 111: - if (lookahead == 'l') ADVANCE(43); + if (lookahead == 'l') ADVANCE(114); END_STATE(); case 112: - if (lookahead == 'l') ADVANCE(78); + if (lookahead == 'l') ADVANCE(96); END_STATE(); case 113: - if (lookahead == 'l') ADVANCE(97); + if (lookahead == 'l') ADVANCE(45); END_STATE(); case 114: - if (lookahead == 'l') ADVANCE(67); + if (lookahead == 'l') ADVANCE(80); END_STATE(); case 115: - if (lookahead == 'l') ADVANCE(76); - if (lookahead == 's') ADVANCE(178); + if (lookahead == 'l') ADVANCE(99); END_STATE(); case 116: - if (lookahead == 'l') ADVANCE(183); + if (lookahead == 'l') ADVANCE(69); END_STATE(); case 117: - if (lookahead == 'm') ADVANCE(522); + if (lookahead == 'l') ADVANCE(78); + if (lookahead == 's') ADVANCE(180); END_STATE(); case 118: - if (lookahead == 'n') ADVANCE(653); + if (lookahead == 'l') ADVANCE(185); END_STATE(); case 119: - if (lookahead == 'n') ADVANCE(175); + if (lookahead == 'm') ADVANCE(527); END_STATE(); case 120: - if (lookahead == 'n') ADVANCE(508); + if (lookahead == 'n') ADVANCE(665); END_STATE(); case 121: - if (lookahead == 'n') ADVANCE(531); + if (lookahead == 'n') ADVANCE(177); END_STATE(); case 122: - if (lookahead == 'n') ADVANCE(578); + if (lookahead == 'n') ADVANCE(513); END_STATE(); case 123: - if (lookahead == 'n') ADVANCE(525); + if (lookahead == 'n') ADVANCE(536); END_STATE(); case 124: - if (lookahead == 'n') ADVANCE(530); + if (lookahead == 'n') ADVANCE(583); END_STATE(); case 125: - if (lookahead == 'n') ADVANCE(517); + if (lookahead == 'n') ADVANCE(530); END_STATE(); case 126: - if (lookahead == 'n') ADVANCE(53); + if (lookahead == 'n') ADVANCE(535); END_STATE(); case 127: - if (lookahead == 'n') ADVANCE(179); + if (lookahead == 'n') ADVANCE(522); END_STATE(); case 128: - if (lookahead == 'n') ADVANCE(49); + if (lookahead == 'n') ADVANCE(55); END_STATE(); case 129: - if (lookahead == 'n') ADVANCE(84); + if (lookahead == 'n') ADVANCE(181); END_STATE(); case 130: - if (lookahead == 'n') ADVANCE(182); + if (lookahead == 'n') ADVANCE(51); END_STATE(); case 131: - if (lookahead == 'n') ADVANCE(61); + if (lookahead == 'n') ADVANCE(86); END_STATE(); case 132: - if (lookahead == 'n') ADVANCE(85); + if (lookahead == 'n') ADVANCE(184); END_STATE(); case 133: - if (lookahead == 'n') ADVANCE(191); + if (lookahead == 'n') ADVANCE(63); END_STATE(); case 134: - if (lookahead == 'n') ADVANCE(181); + if (lookahead == 'n') ADVANCE(87); END_STATE(); case 135: - if (lookahead == 'n') ADVANCE(79); + if (lookahead == 'n') ADVANCE(193); END_STATE(); case 136: - if (lookahead == 'n') ADVANCE(47); + if (lookahead == 'n') ADVANCE(183); END_STATE(); case 137: - if (lookahead == 'o') ADVANCE(199); + if (lookahead == 'n') ADVANCE(81); END_STATE(); case 138: - if (lookahead == 'o') ADVANCE(651); + if (lookahead == 'n') ADVANCE(49); END_STATE(); case 139: - if (lookahead == 'o') ADVANCE(650); + if (lookahead == 'o') ADVANCE(201); END_STATE(); case 140: - if (lookahead == 'o') ADVANCE(23); + if (lookahead == 'o') ADVANCE(663); END_STATE(); case 141: - if (lookahead == 'o') ADVANCE(89); + if (lookahead == 'o') ADVANCE(662); END_STATE(); case 142: - if (lookahead == 'o') ADVANCE(50); + if (lookahead == 'o') ADVANCE(25); END_STATE(); case 143: - if (lookahead == 'o') ADVANCE(168); + if (lookahead == 'o') ADVANCE(91); END_STATE(); case 144: - if (lookahead == 'o') ADVANCE(163); + if (lookahead == 'o') ADVANCE(52); END_STATE(); case 145: - if (lookahead == 'o') ADVANCE(120); + if (lookahead == 'o') ADVANCE(170); END_STATE(); case 146: - if (lookahead == 'o') ADVANCE(107); + if (lookahead == 'o') ADVANCE(165); END_STATE(); case 147: - if (lookahead == 'o') ADVANCE(121); + if (lookahead == 'o') ADVANCE(122); END_STATE(); case 148: - if (lookahead == 'o') ADVANCE(200); + if (lookahead == 'o') ADVANCE(109); END_STATE(); case 149: - if (lookahead == 'o') ADVANCE(114); + if (lookahead == 'o') ADVANCE(123); END_STATE(); case 150: - if (lookahead == 'p') ADVANCE(509); + if (lookahead == 'o') ADVANCE(202); END_STATE(); case 151: - if (lookahead == 'p') ADVANCE(654); + if (lookahead == 'o') ADVANCE(116); END_STATE(); case 152: - if (lookahead == 'p') ADVANCE(154); + if (lookahead == 'p') ADVANCE(514); END_STATE(); case 153: - if (lookahead == 'p') ADVANCE(143); + if (lookahead == 'p') ADVANCE(666); END_STATE(); case 154: - if (lookahead == 'p') ADVANCE(98); + if (lookahead == 'p') ADVANCE(156); END_STATE(); case 155: - if (lookahead == 'q') ADVANCE(496); + if (lookahead == 'p') ADVANCE(145); END_STATE(); case 156: - if (lookahead == 'q') ADVANCE(497); + if (lookahead == 'p') ADVANCE(100); END_STATE(); case 157: - if (lookahead == 'r') ADVANCE(137); + if (lookahead == 'q') ADVANCE(501); END_STATE(); case 158: - if (lookahead == 'r') ADVANCE(655); + if (lookahead == 'q') ADVANCE(502); END_STATE(); case 159: - if (lookahead == 'r') ADVANCE(526); + if (lookahead == 'r') ADVANCE(139); END_STATE(); case 160: - if (lookahead == 'r') ADVANCE(656); + if (lookahead == 'r') ADVANCE(667); END_STATE(); case 161: - if (lookahead == 'r') ADVANCE(507); + if (lookahead == 'r') ADVANCE(531); END_STATE(); case 162: - if (lookahead == 'r') ADVANCE(204); + if (lookahead == 'r') ADVANCE(668); END_STATE(); case 163: - if (lookahead == 'r') ADVANCE(57); + if (lookahead == 'r') ADVANCE(512); END_STATE(); case 164: - if (lookahead == 'r') ADVANCE(42); + if (lookahead == 'r') ADVANCE(206); END_STATE(); case 165: - if (lookahead == 'r') ADVANCE(141); + if (lookahead == 'r') ADVANCE(59); END_STATE(); case 166: - if (lookahead == 'r') ADVANCE(186); + if (lookahead == 'r') ADVANCE(44); END_STATE(); case 167: - if (lookahead == 'r') ADVANCE(39); + if (lookahead == 'r') ADVANCE(143); END_STATE(); case 168: if (lookahead == 'r') ADVANCE(188); END_STATE(); case 169: - if (lookahead == 'r') ADVANCE(77); + if (lookahead == 'r') ADVANCE(41); END_STATE(); case 170: - if (lookahead == 'r') ADVANCE(123); + if (lookahead == 'r') ADVANCE(190); END_STATE(); case 171: - if (lookahead == 'r') ADVANCE(66); + if (lookahead == 'r') ADVANCE(79); END_STATE(); case 172: - if (lookahead == 'r') ADVANCE(68); + if (lookahead == 'r') ADVANCE(125); END_STATE(); case 173: - if (lookahead == 'r') ADVANCE(100); + if (lookahead == 'r') ADVANCE(68); END_STATE(); case 174: - if (lookahead == 'r') ADVANCE(148); + if (lookahead == 'r') ADVANCE(70); END_STATE(); case 175: - if (lookahead == 's') ADVANCE(185); + if (lookahead == 'r') ADVANCE(102); END_STATE(); case 176: - if (lookahead == 's') ADVANCE(494); + if (lookahead == 'r') ADVANCE(150); END_STATE(); case 177: - if (lookahead == 's') ADVANCE(73); + if (lookahead == 's') ADVANCE(187); END_STATE(); case 178: - if (lookahead == 's') ADVANCE(73); - if (lookahead == 'y') ADVANCE(128); + if (lookahead == 's') ADVANCE(499); END_STATE(); case 179: - if (lookahead == 's') ADVANCE(103); + if (lookahead == 's') ADVANCE(75); END_STATE(); case 180: - if (lookahead == 's') ADVANCE(176); + if (lookahead == 's') ADVANCE(75); + if (lookahead == 'y') ADVANCE(130); END_STATE(); case 181: - if (lookahead == 's') ADVANCE(195); + if (lookahead == 's') ADVANCE(105); END_STATE(); case 182: - if (lookahead == 's') ADVANCE(149); + if (lookahead == 's') ADVANCE(178); END_STATE(); case 183: - if (lookahead == 's') ADVANCE(65); + if (lookahead == 's') ADVANCE(197); END_STATE(); case 184: - if (lookahead == 's') ADVANCE(70); + if (lookahead == 's') ADVANCE(151); END_STATE(); case 185: - if (lookahead == 't') ADVANCE(502); + if (lookahead == 's') ADVANCE(67); END_STATE(); case 186: - if (lookahead == 't') ADVANCE(495); + if (lookahead == 's') ADVANCE(72); END_STATE(); case 187: - if (lookahead == 't') ADVANCE(657); + if (lookahead == 't') ADVANCE(507); END_STATE(); case 188: - if (lookahead == 't') ADVANCE(516); + if (lookahead == 't') ADVANCE(500); END_STATE(); case 189: - if (lookahead == 't') ADVANCE(529); + if (lookahead == 't') ADVANCE(669); END_STATE(); case 190: - if (lookahead == 't') ADVANCE(519); + if (lookahead == 't') ADVANCE(521); END_STATE(); case 191: - if (lookahead == 't') ADVANCE(503); + if (lookahead == 't') ADVANCE(534); END_STATE(); case 192: - if (lookahead == 't') ADVANCE(99); + if (lookahead == 't') ADVANCE(524); END_STATE(); case 193: - if (lookahead == 't') ADVANCE(202); + if (lookahead == 't') ADVANCE(508); END_STATE(); case 194: - if (lookahead == 't') ADVANCE(69); + if (lookahead == 't') ADVANCE(101); END_STATE(); case 195: - if (lookahead == 't') ADVANCE(45); + if (lookahead == 't') ADVANCE(204); END_STATE(); case 196: - if (lookahead == 't') ADVANCE(203); + if (lookahead == 't') ADVANCE(71); END_STATE(); case 197: - if (lookahead == 't') ADVANCE(102); + if (lookahead == 't') ADVANCE(47); END_STATE(); case 198: if (lookahead == 't') ADVANCE(205); END_STATE(); case 199: - if (lookahead == 'u') ADVANCE(150); + if (lookahead == 't') ADVANCE(104); END_STATE(); case 200: - if (lookahead == 'u') ADVANCE(151); + if (lookahead == 't') ADVANCE(207); END_STATE(); case 201: - if (lookahead == 'u') ADVANCE(64); + if (lookahead == 'u') ADVANCE(152); END_STATE(); case 202: - if (lookahead == 'u') ADVANCE(171); + if (lookahead == 'u') ADVANCE(153); END_STATE(); case 203: - if (lookahead == 'u') ADVANCE(170); + if (lookahead == 'u') ADVANCE(66); END_STATE(); case 204: - if (lookahead == 'u') ADVANCE(55); + if (lookahead == 'u') ADVANCE(173); END_STATE(); case 205: if (lookahead == 'u') ADVANCE(172); END_STATE(); case 206: - if (lookahead == 'v') ADVANCE(44); + if (lookahead == 'u') ADVANCE(57); END_STATE(); case 207: - if (lookahead == 'y') ADVANCE(128); + if (lookahead == 'u') ADVANCE(174); END_STATE(); case 208: - if (lookahead == 'z') ADVANCE(63); + if (lookahead == 'v') ADVANCE(46); END_STATE(); case 209: - if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(577); + if (lookahead == 'y') ADVANCE(130); END_STATE(); case 210: - if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(579); + if (lookahead == 'z') ADVANCE(65); END_STATE(); case 211: if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(209); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(584); END_STATE(); case 212: if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(582); END_STATE(); case 213: if (('0' <= lookahead && lookahead <= '9') || @@ -4709,15 +4815,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 323: if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(322); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(321); END_STATE(); case 324: if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(323); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(322); END_STATE(); case 325: if (('0' <= lookahead && lookahead <= '9') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(324); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(323); END_STATE(); case 326: if (('0' <= lookahead && lookahead <= '9') || @@ -5324,691 +5430,758 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(475); END_STATE(); case 477: - if (eof) ADVANCE(478); - ADVANCE_MAP( - '!', 34, - '%', 614, - '&', 597, - '(', 633, - ')', 634, - '*', 489, - '+', 609, - ',', 639, - '-', 612, - '.', 640, - '/', 492, - ':', 645, - ';', 643, - '<', 589, - '=', 619, - '>', 593, - '?', 647, - '@', 580, - 'F', 118, - ']', 636, - '^', 603, - 'a', 115, - 'c', 38, - 'f', 93, - 'g', 157, - 'h', 59, - 'i', 22, - 'l', 71, - 'm', 40, - 'p', 165, - 'r', 60, - 's', 52, - 't', 164, - 'u', 24, - '{', 637, - '|', 600, - '}', 638, - ); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(477); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572); + if (('0' <= lookahead && lookahead <= '9') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(476); END_STATE(); case 478: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (('0' <= lookahead && lookahead <= '9') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(477); END_STATE(); case 479: - ACCEPT_TOKEN(sym_visible_ascii); + if (eof) ADVANCE(480); + ADVANCE_MAP( + '!', 36, + '%', 626, + '&', 609, + '(', 645, + ')', 646, + '*', 494, + '+', 621, + ',', 651, + '-', 624, + '.', 652, + '/', 497, + ':', 657, + ';', 655, + '<', 601, + '=', 631, + '>', 605, + '?', 659, + '@', 592, + 'F', 120, + ']', 648, + '^', 615, + 'a', 117, + 'c', 40, + 'f', 95, + 'g', 159, + 'h', 61, + 'i', 24, + 'l', 73, + 'm', 42, + 'p', 167, + 'r', 62, + 's', 54, + 't', 166, + 'u', 26, + '{', 649, + '|', 612, + '}', 650, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(479); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(577); END_STATE(); case 480: - ACCEPT_TOKEN(aux_sym_safe_nonascii_token1); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 481: - ACCEPT_TOKEN(aux_sym_safe_nonascii_token2); + ACCEPT_TOKEN(sym_line_feed); + if (lookahead == '\t') ADVANCE(587); + if (lookahead == '\n') ADVANCE(481); + if (lookahead == '\r') ADVANCE(483); + if (lookahead == 0x0b || + lookahead == '\f' || + lookahead == ' ') ADVANCE(589); END_STATE(); case 482: - ACCEPT_TOKEN(aux_sym_safe_nonascii_token3); + ACCEPT_TOKEN(sym_line_feed); + if (lookahead == '\n') ADVANCE(482); END_STATE(); case 483: - ACCEPT_TOKEN(aux_sym_safe_nonascii_token4); + ACCEPT_TOKEN(sym_carriage_return); + if (lookahead == '\t') ADVANCE(587); + if (lookahead == '\n') ADVANCE(481); + if (lookahead == '\r') ADVANCE(483); + if (lookahead == 0x0b || + lookahead == '\f' || + lookahead == ' ') ADVANCE(589); END_STATE(); case 484: - ACCEPT_TOKEN(aux_sym_comment_token1); + ACCEPT_TOKEN(sym_visible_ascii); END_STATE(); case 485: - ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '\r') ADVANCE(487); - if (lookahead == '\\') ADVANCE(485); - if (lookahead != 0) ADVANCE(486); + ACCEPT_TOKEN(aux_sym_safe_nonascii_token1); END_STATE(); case 486: - ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '\\') ADVANCE(1); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(486); + ACCEPT_TOKEN(aux_sym_safe_nonascii_token2); END_STATE(); case 487: - ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '\\') ADVANCE(1); - if (lookahead != 0) ADVANCE(486); + ACCEPT_TOKEN(aux_sym_safe_nonascii_token3); END_STATE(); case 488: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(aux_sym_safe_nonascii_token4); END_STATE(); case 489: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(616); - if (lookahead == '=') ADVANCE(622); + ACCEPT_TOKEN(aux_sym_comment_token1); END_STATE(); case 490: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(615); + ACCEPT_TOKEN(aux_sym_comment_token1); + if (lookahead == '\r') ADVANCE(492); + if (lookahead == '\\') ADVANCE(490); + if (lookahead != 0) ADVANCE(491); END_STATE(); case 491: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(17); - if (lookahead == '/') ADVANCE(486); + ACCEPT_TOKEN(aux_sym_comment_token1); + if (lookahead == '\\') ADVANCE(3); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(491); END_STATE(); case 492: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(17); - if (lookahead == '/') ADVANCE(486); - if (lookahead == '=') ADVANCE(623); + ACCEPT_TOKEN(aux_sym_comment_token1); + if (lookahead == '\\') ADVANCE(3); + if (lookahead != 0) ADVANCE(491); END_STATE(); case 493: - ACCEPT_TOKEN(anon_sym_Future); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 494: - ACCEPT_TOKEN(anon_sym_address); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(628); + if (lookahead == '=') ADVANCE(634); END_STATE(); case 495: - ACCEPT_TOKEN(anon_sym_assert); - if (lookahead == '_') ADVANCE(62); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(627); END_STATE(); case 496: - ACCEPT_TOKEN(anon_sym_assert_eq); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(19); + if (lookahead == '/') ADVANCE(491); END_STATE(); case 497: - ACCEPT_TOKEN(anon_sym_assert_neq); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(19); + if (lookahead == '/') ADVANCE(491); + if (lookahead == '=') ADVANCE(635); END_STATE(); case 498: - ACCEPT_TOKEN(anon_sym_async); + ACCEPT_TOKEN(anon_sym_Future); END_STATE(); case 499: - ACCEPT_TOKEN(anon_sym_block); + ACCEPT_TOKEN(anon_sym_address); END_STATE(); case 500: - ACCEPT_TOKEN(anon_sym_bool); + ACCEPT_TOKEN(anon_sym_assert); + if (lookahead == '_') ADVANCE(64); END_STATE(); case 501: - ACCEPT_TOKEN(anon_sym_console); + ACCEPT_TOKEN(anon_sym_assert_eq); END_STATE(); case 502: - ACCEPT_TOKEN(anon_sym_const); + ACCEPT_TOKEN(anon_sym_assert_neq); END_STATE(); case 503: - ACCEPT_TOKEN(anon_sym_constant); + ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 504: - ACCEPT_TOKEN(anon_sym_else); + ACCEPT_TOKEN(anon_sym_block); END_STATE(); case 505: - ACCEPT_TOKEN(anon_sym_field); + ACCEPT_TOKEN(anon_sym_bool); END_STATE(); case 506: - ACCEPT_TOKEN(anon_sym_finalize); + ACCEPT_TOKEN(anon_sym_console); END_STATE(); case 507: - ACCEPT_TOKEN(anon_sym_for); + ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 508: - ACCEPT_TOKEN(anon_sym_function); + ACCEPT_TOKEN(anon_sym_constant); END_STATE(); case 509: - ACCEPT_TOKEN(anon_sym_group); + ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 510: - ACCEPT_TOKEN(anon_sym_i128); + ACCEPT_TOKEN(anon_sym_field); END_STATE(); case 511: - ACCEPT_TOKEN(anon_sym_i16); + ACCEPT_TOKEN(anon_sym_finalize); END_STATE(); case 512: - ACCEPT_TOKEN(anon_sym_i32); + ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 513: - ACCEPT_TOKEN(anon_sym_i64); + ACCEPT_TOKEN(anon_sym_function); END_STATE(); case 514: - ACCEPT_TOKEN(anon_sym_i8); + ACCEPT_TOKEN(anon_sym_group); END_STATE(); case 515: - ACCEPT_TOKEN(anon_sym_if); + ACCEPT_TOKEN(anon_sym_i128); END_STATE(); case 516: - ACCEPT_TOKEN(anon_sym_import); + ACCEPT_TOKEN(anon_sym_i16); END_STATE(); case 517: - ACCEPT_TOKEN(anon_sym_in); + ACCEPT_TOKEN(anon_sym_i32); END_STATE(); case 518: - ACCEPT_TOKEN(anon_sym_inline); + ACCEPT_TOKEN(anon_sym_i64); END_STATE(); case 519: - ACCEPT_TOKEN(anon_sym_let); + ACCEPT_TOKEN(anon_sym_i8); END_STATE(); case 520: - ACCEPT_TOKEN(anon_sym_mapping); + ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 521: - ACCEPT_TOKEN(anon_sym_private); + ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 522: - ACCEPT_TOKEN(anon_sym_program); + ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 523: - ACCEPT_TOKEN(anon_sym_public); + ACCEPT_TOKEN(anon_sym_inline); END_STATE(); case 524: - ACCEPT_TOKEN(anon_sym_record); + ACCEPT_TOKEN(anon_sym_let); END_STATE(); case 525: - ACCEPT_TOKEN(anon_sym_return); + ACCEPT_TOKEN(anon_sym_mapping); END_STATE(); case 526: - ACCEPT_TOKEN(anon_sym_scalar); + ACCEPT_TOKEN(anon_sym_private); END_STATE(); case 527: - ACCEPT_TOKEN(anon_sym_self); + ACCEPT_TOKEN(anon_sym_program); END_STATE(); case 528: - ACCEPT_TOKEN(anon_sym_string); + ACCEPT_TOKEN(anon_sym_public); END_STATE(); case 529: - ACCEPT_TOKEN(anon_sym_struct); + ACCEPT_TOKEN(anon_sym_record); END_STATE(); case 530: - ACCEPT_TOKEN(anon_sym_then); + ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 531: - ACCEPT_TOKEN(anon_sym_transition); + ACCEPT_TOKEN(anon_sym_scalar); END_STATE(); case 532: - ACCEPT_TOKEN(anon_sym_u128); + ACCEPT_TOKEN(anon_sym_self); END_STATE(); case 533: - ACCEPT_TOKEN(anon_sym_u16); + ACCEPT_TOKEN(anon_sym_string); END_STATE(); case 534: - ACCEPT_TOKEN(anon_sym_u32); + ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 535: - ACCEPT_TOKEN(anon_sym_u64); + ACCEPT_TOKEN(anon_sym_then); END_STATE(); case 536: - ACCEPT_TOKEN(anon_sym_u8); + ACCEPT_TOKEN(anon_sym_transition); END_STATE(); case 537: - ACCEPT_TOKEN(aux_sym_decimal_digit_token1); + ACCEPT_TOKEN(anon_sym_u128); END_STATE(); case 538: - ACCEPT_TOKEN(sym_nonzero_decimal_digit); + ACCEPT_TOKEN(anon_sym_u16); END_STATE(); case 539: - ACCEPT_TOKEN(aux_sym_constant_identifier_token1); + ACCEPT_TOKEN(anon_sym_u32); END_STATE(); case 540: - ACCEPT_TOKEN(aux_sym_constant_identifier_token1); - if (lookahead == 'u') ADVANCE(193); + ACCEPT_TOKEN(anon_sym_u64); END_STATE(); case 541: - ACCEPT_TOKEN(aux_sym_constant_identifier_token2); + ACCEPT_TOKEN(anon_sym_u8); END_STATE(); case 542: - ACCEPT_TOKEN(aux_sym_constant_identifier_token2); - if (lookahead == 'h') ADVANCE(81); + ACCEPT_TOKEN(aux_sym_decimal_digit_token1); END_STATE(); case 543: - ACCEPT_TOKEN(aux_sym_constant_identifier_token2); - if (lookahead == 'n') ADVANCE(517); + ACCEPT_TOKEN(sym_nonzero_decimal_digit); END_STATE(); case 544: - ACCEPT_TOKEN(aux_sym_constant_identifier_token2); - if (lookahead == 'n') ADVANCE(108); + ACCEPT_TOKEN(aux_sym_constant_identifier_token1); END_STATE(); case 545: - ACCEPT_TOKEN(aux_sym_constant_identifier_token2); - if (lookahead == 'r') ADVANCE(42); + ACCEPT_TOKEN(aux_sym_constant_identifier_token1); + if (lookahead == 'u') ADVANCE(195); END_STATE(); case 546: ACCEPT_TOKEN(aux_sym_constant_identifier_token2); - if (lookahead == 's') ADVANCE(207); END_STATE(); case 547: ACCEPT_TOKEN(aux_sym_constant_identifier_token2); - if (lookahead == 'u') ADVANCE(126); + if (lookahead == 'h') ADVANCE(83); END_STATE(); case 548: - ACCEPT_TOKEN(anon_sym__); + ACCEPT_TOKEN(aux_sym_constant_identifier_token2); + if (lookahead == 'n') ADVANCE(522); END_STATE(); case 549: - ACCEPT_TOKEN(aux_sym_variable_identifier_token1); + ACCEPT_TOKEN(aux_sym_constant_identifier_token2); + if (lookahead == 'n') ADVANCE(110); END_STATE(); case 550: - ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == '1') ADVANCE(25); - if (lookahead == '3') ADVANCE(26); - if (lookahead == '6') ADVANCE(29); - if (lookahead == '8') ADVANCE(514); + ACCEPT_TOKEN(aux_sym_constant_identifier_token2); + if (lookahead == 'r') ADVANCE(44); END_STATE(); case 551: - ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == '1') ADVANCE(25); - if (lookahead == '3') ADVANCE(26); - if (lookahead == '6') ADVANCE(29); - if (lookahead == '8') ADVANCE(514); - if (lookahead == 'f') ADVANCE(515); + ACCEPT_TOKEN(aux_sym_constant_identifier_token2); + if (lookahead == 's') ADVANCE(209); END_STATE(); case 552: - ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == '1') ADVANCE(28); - if (lookahead == '3') ADVANCE(27); - if (lookahead == '6') ADVANCE(30); - if (lookahead == '8') ADVANCE(536); + ACCEPT_TOKEN(aux_sym_constant_identifier_token2); + if (lookahead == 'u') ADVANCE(128); END_STATE(); case 553: - ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'a') ADVANCE(116); - if (lookahead == 'i') ADVANCE(74); + ACCEPT_TOKEN(anon_sym__); END_STATE(); case 554: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'a') ADVANCE(116); - if (lookahead == 'i') ADVANCE(74); - if (lookahead == 'o') ADVANCE(161); END_STATE(); case 555: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'c') ADVANCE(41); - if (lookahead == 'e') ADVANCE(106); - if (lookahead == 'i') ADVANCE(87); - if (lookahead == 't') ADVANCE(173); + if (lookahead == '1') ADVANCE(27); + if (lookahead == '3') ADVANCE(28); + if (lookahead == '6') ADVANCE(31); + if (lookahead == '8') ADVANCE(519); END_STATE(); case 556: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'c') ADVANCE(41); - if (lookahead == 'i') ADVANCE(88); - if (lookahead == 't') ADVANCE(173); + if (lookahead == '1') ADVANCE(27); + if (lookahead == '3') ADVANCE(28); + if (lookahead == '6') ADVANCE(31); + if (lookahead == '8') ADVANCE(519); + if (lookahead == 'f') ADVANCE(520); END_STATE(); case 557: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'd') ADVANCE(58); + if (lookahead == '1') ADVANCE(30); + if (lookahead == '3') ADVANCE(29); + if (lookahead == '6') ADVANCE(32); + if (lookahead == '8') ADVANCE(541); END_STATE(); case 558: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'd') ADVANCE(58); - if (lookahead == 'l') ADVANCE(80); + if (lookahead == 'a') ADVANCE(118); + if (lookahead == 'i') ADVANCE(76); END_STATE(); case 559: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'd') ADVANCE(58); - if (lookahead == 'l') ADVANCE(80); - if (lookahead == 's') ADVANCE(177); + if (lookahead == 'a') ADVANCE(118); + if (lookahead == 'i') ADVANCE(76); + if (lookahead == 'o') ADVANCE(163); END_STATE(); case 560: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'e') ADVANCE(190); + if (lookahead == 'c') ADVANCE(43); + if (lookahead == 'e') ADVANCE(108); + if (lookahead == 'i') ADVANCE(89); + if (lookahead == 't') ADVANCE(175); END_STATE(); case 561: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'e') ADVANCE(196); + if (lookahead == 'c') ADVANCE(43); + if (lookahead == 'i') ADVANCE(90); + if (lookahead == 't') ADVANCE(175); END_STATE(); case 562: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'h') ADVANCE(81); - if (lookahead == 'r') ADVANCE(201); + if (lookahead == 'd') ADVANCE(60); END_STATE(); case 563: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'i') ADVANCE(74); + if (lookahead == 'd') ADVANCE(60); + if (lookahead == 'l') ADVANCE(82); END_STATE(); case 564: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'l') ADVANCE(142); - if (lookahead == 'o') ADVANCE(146); + if (lookahead == 'd') ADVANCE(60); + if (lookahead == 'l') ADVANCE(82); + if (lookahead == 's') ADVANCE(179); END_STATE(); case 565: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'l') ADVANCE(184); + if (lookahead == 'e') ADVANCE(192); END_STATE(); case 566: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'o') ADVANCE(146); + if (lookahead == 'e') ADVANCE(198); END_STATE(); case 567: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'o') ADVANCE(130); + if (lookahead == 'h') ADVANCE(83); + if (lookahead == 'r') ADVANCE(203); END_STATE(); case 568: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'o') ADVANCE(134); + if (lookahead == 'i') ADVANCE(76); END_STATE(); case 569: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'r') ADVANCE(137); + if (lookahead == 'l') ADVANCE(144); + if (lookahead == 'o') ADVANCE(148); END_STATE(); case 570: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'r') ADVANCE(201); + if (lookahead == 'l') ADVANCE(186); END_STATE(); case 571: ACCEPT_TOKEN(aux_sym_variable_identifier_token1); - if (lookahead == 'r') ADVANCE(95); - if (lookahead == 'u') ADVANCE(48); + if (lookahead == 'o') ADVANCE(148); END_STATE(); case 572: - ACCEPT_TOKEN(sym__numeral); - if (lookahead == '_') ADVANCE(572); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572); + ACCEPT_TOKEN(aux_sym_variable_identifier_token1); + if (lookahead == 'o') ADVANCE(132); END_STATE(); case 573: - ACCEPT_TOKEN(anon_sym_0); + ACCEPT_TOKEN(aux_sym_variable_identifier_token1); + if (lookahead == 'o') ADVANCE(136); END_STATE(); case 574: - ACCEPT_TOKEN(anon_sym_true); + ACCEPT_TOKEN(aux_sym_variable_identifier_token1); + if (lookahead == 'r') ADVANCE(139); END_STATE(); case 575: - ACCEPT_TOKEN(anon_sym_false); + ACCEPT_TOKEN(aux_sym_variable_identifier_token1); + if (lookahead == 'r') ADVANCE(203); END_STATE(); case 576: - ACCEPT_TOKEN(anon_sym_aleo1); + ACCEPT_TOKEN(aux_sym_variable_identifier_token1); + if (lookahead == 'r') ADVANCE(97); + if (lookahead == 'u') ADVANCE(50); END_STATE(); case 577: - ACCEPT_TOKEN(aux_sym_address_literal_token1); + ACCEPT_TOKEN(sym__numeral); + if (lookahead == '_') ADVANCE(577); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(577); END_STATE(); case 578: - ACCEPT_TOKEN(anon_sym_sign); - if (lookahead == 'a') ADVANCE(198); + ACCEPT_TOKEN(anon_sym_0); END_STATE(); case 579: - ACCEPT_TOKEN(aux_sym_signature_literal_token1); + ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 580: - ACCEPT_TOKEN(anon_sym_AT); + ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 581: - ACCEPT_TOKEN(anon_sym_BANG); + ACCEPT_TOKEN(anon_sym_aleo1); END_STATE(); case 582: - ACCEPT_TOKEN(anon_sym_AMP_AMP); + ACCEPT_TOKEN(aux_sym_address_literal_token1); END_STATE(); case 583: - ACCEPT_TOKEN(anon_sym_AMP_AMP); - if (lookahead == '=') ADVANCE(631); + ACCEPT_TOKEN(anon_sym_sign); + if (lookahead == 'a') ADVANCE(200); END_STATE(); case 584: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + ACCEPT_TOKEN(aux_sym_signature_literal_token1); END_STATE(); case 585: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); - if (lookahead == '=') ADVANCE(632); + ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 586: - ACCEPT_TOKEN(anon_sym_EQ_EQ); + ACCEPT_TOKEN(aux_sym_string_literal_token1); END_STATE(); case 587: - ACCEPT_TOKEN(anon_sym_BANG_EQ); + ACCEPT_TOKEN(aux_sym_string_literal_token1); + if (lookahead == '\t') ADVANCE(587); + if (lookahead == '\n') ADVANCE(481); + if (lookahead == '\r') ADVANCE(483); + if (lookahead == 0x0b || + lookahead == '\f' || + lookahead == ' ') ADVANCE(589); + if ((!eof && lookahead <= 0x08)) ADVANCE(586); END_STATE(); case 588: - ACCEPT_TOKEN(anon_sym_LT); + ACCEPT_TOKEN(aux_sym_string_literal_token2); END_STATE(); case 589: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(605); - if (lookahead == '=') ADVANCE(591); + ACCEPT_TOKEN(aux_sym_string_literal_token2); + if (lookahead == '\t') ADVANCE(587); + if (lookahead == '\n') ADVANCE(481); + if (lookahead == '\r') ADVANCE(483); + if (lookahead == 0x0b || + lookahead == '\f' || + lookahead == ' ') ADVANCE(589); + if ((0x0e <= lookahead && lookahead <= '!')) ADVANCE(588); END_STATE(); case 590: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(604); - if (lookahead == '=') ADVANCE(591); + ACCEPT_TOKEN(aux_sym_string_literal_token3); END_STATE(); case 591: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(aux_sym_string_literal_token3); + if (lookahead == '*') ADVANCE(19); + if (lookahead == '/') ADVANCE(491); END_STATE(); case 592: - ACCEPT_TOKEN(anon_sym_GT); + ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 593: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(595); - if (lookahead == '>') ADVANCE(607); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 594: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(595); - if (lookahead == '>') ADVANCE(606); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 595: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_AMP_AMP); + if (lookahead == '=') ADVANCE(643); END_STATE(); case 596: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 597: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(583); - if (lookahead == '=') ADVANCE(628); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + if (lookahead == '=') ADVANCE(644); END_STATE(); case 598: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(582); + ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 599: - ACCEPT_TOKEN(anon_sym_PIPE); + ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 600: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(629); - if (lookahead == '|') ADVANCE(585); + ACCEPT_TOKEN(anon_sym_LT); END_STATE(); case 601: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(584); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(617); + if (lookahead == '=') ADVANCE(603); END_STATE(); case 602: - ACCEPT_TOKEN(anon_sym_CARET); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(616); + if (lookahead == '=') ADVANCE(603); END_STATE(); case 603: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(630); + ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 604: - ACCEPT_TOKEN(anon_sym_LT_LT); + ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 605: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(626); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(607); + if (lookahead == '>') ADVANCE(619); END_STATE(); case 606: - ACCEPT_TOKEN(anon_sym_GT_GT); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(607); + if (lookahead == '>') ADVANCE(618); END_STATE(); case 607: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(627); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 608: - ACCEPT_TOKEN(anon_sym_PLUS); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 609: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '=') ADVANCE(620); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(595); + if (lookahead == '=') ADVANCE(640); END_STATE(); case 610: - ACCEPT_TOKEN(anon_sym_DASH); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(594); END_STATE(); case 611: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(621); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 612: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(621); - if (lookahead == '>') ADVANCE(648); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(641); + if (lookahead == '|') ADVANCE(597); END_STATE(); case 613: - ACCEPT_TOKEN(anon_sym_PERCENT); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '|') ADVANCE(596); END_STATE(); case 614: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(624); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 615: - ACCEPT_TOKEN(anon_sym_STAR_STAR); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(642); END_STATE(); case 616: - ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(625); + ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 617: - ACCEPT_TOKEN(anon_sym_EQ); + ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '=') ADVANCE(638); END_STATE(); case 618: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(586); + ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 619: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(586); - if (lookahead == '>') ADVANCE(649); + ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(639); END_STATE(); case 620: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 621: - ACCEPT_TOKEN(anon_sym_DASH_EQ); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '=') ADVANCE(632); END_STATE(); case 622: - ACCEPT_TOKEN(anon_sym_STAR_EQ); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 623: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '=') ADVANCE(633); END_STATE(); case 624: - ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '=') ADVANCE(633); + if (lookahead == '>') ADVANCE(660); END_STATE(); case 625: - ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); + ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 626: - ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(636); END_STATE(); case 627: - ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 628: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (lookahead == '=') ADVANCE(637); END_STATE(); case 629: - ACCEPT_TOKEN(anon_sym_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 630: - ACCEPT_TOKEN(anon_sym_CARET_EQ); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(598); END_STATE(); case 631: - ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(598); + if (lookahead == '>') ADVANCE(661); END_STATE(); case 632: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 633: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 634: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 635: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 636: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 637: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 638: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 639: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 640: - ACCEPT_TOKEN(anon_sym_DOT); + ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 641: - ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(642); + ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 642: - ACCEPT_TOKEN(anon_sym_DOT_DOT); + ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 643: - ACCEPT_TOKEN(anon_sym_SEMI); + ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); END_STATE(); case 644: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); END_STATE(); case 645: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(646); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 646: - ACCEPT_TOKEN(anon_sym_COLON_COLON); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 647: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym_DASH_GT); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 649: - ACCEPT_TOKEN(anon_sym_EQ_GT); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 650: - ACCEPT_TOKEN(sym_aleo_literal); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 651: - ACCEPT_TOKEN(sym_leo_literal); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 652: - ACCEPT_TOKEN(sym_signature_type); + ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 653: - ACCEPT_TOKEN(anon_sym_Fn); + ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(654); END_STATE(); case 654: - ACCEPT_TOKEN(anon_sym_RPARENgroup); + ACCEPT_TOKEN(anon_sym_DOT_DOT); END_STATE(); case 655: - ACCEPT_TOKEN(anon_sym_caller); + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 656: - ACCEPT_TOKEN(anon_sym_signer); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 657: + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == ':') ADVANCE(658); + END_STATE(); + case 658: + ACCEPT_TOKEN(anon_sym_COLON_COLON); + END_STATE(); + case 659: + ACCEPT_TOKEN(anon_sym_QMARK); + END_STATE(); + case 660: + ACCEPT_TOKEN(anon_sym_DASH_GT); + END_STATE(); + case 661: + ACCEPT_TOKEN(anon_sym_EQ_GT); + END_STATE(); + case 662: + ACCEPT_TOKEN(sym_aleo_literal); + END_STATE(); + case 663: + ACCEPT_TOKEN(sym_leo_literal); + END_STATE(); + case 664: + ACCEPT_TOKEN(sym_signature_type); + END_STATE(); + case 665: + ACCEPT_TOKEN(anon_sym_Fn); + END_STATE(); + case 666: + ACCEPT_TOKEN(anon_sym_RPARENgroup); + END_STATE(); + case 667: + ACCEPT_TOKEN(anon_sym_caller); + END_STATE(); + case 668: + ACCEPT_TOKEN(anon_sym_signer); + END_STATE(); + case 669: ACCEPT_TOKEN(anon_sym_height); END_STATE(); default: @@ -6018,782 +6191,795 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 477}, - [2] = {.lex_state = 3}, - [3] = {.lex_state = 3}, - [4] = {.lex_state = 3}, - [5] = {.lex_state = 3}, - [6] = {.lex_state = 3}, - [7] = {.lex_state = 3}, - [8] = {.lex_state = 3}, - [9] = {.lex_state = 2}, - [10] = {.lex_state = 2}, - [11] = {.lex_state = 4}, - [12] = {.lex_state = 2}, - [13] = {.lex_state = 2}, - [14] = {.lex_state = 2}, - [15] = {.lex_state = 2}, - [16] = {.lex_state = 2}, - [17] = {.lex_state = 2}, - [18] = {.lex_state = 2}, - [19] = {.lex_state = 2}, - [20] = {.lex_state = 2}, - [21] = {.lex_state = 2}, - [22] = {.lex_state = 2}, - [23] = {.lex_state = 2}, - [24] = {.lex_state = 2}, - [25] = {.lex_state = 2}, - [26] = {.lex_state = 2}, - [27] = {.lex_state = 2}, - [28] = {.lex_state = 2}, - [29] = {.lex_state = 2}, - [30] = {.lex_state = 2}, - [31] = {.lex_state = 2}, - [32] = {.lex_state = 2}, - [33] = {.lex_state = 2}, - [34] = {.lex_state = 2}, - [35] = {.lex_state = 2}, - [36] = {.lex_state = 2}, - [37] = {.lex_state = 2}, - [38] = {.lex_state = 2}, - [39] = {.lex_state = 2}, - [40] = {.lex_state = 2}, - [41] = {.lex_state = 2}, - [42] = {.lex_state = 2}, - [43] = {.lex_state = 2}, - [44] = {.lex_state = 2}, - [45] = {.lex_state = 2}, - [46] = {.lex_state = 2}, - [47] = {.lex_state = 2}, - [48] = {.lex_state = 2}, - [49] = {.lex_state = 2}, - [50] = {.lex_state = 2}, - [51] = {.lex_state = 2}, - [52] = {.lex_state = 2}, - [53] = {.lex_state = 2}, - [54] = {.lex_state = 2}, - [55] = {.lex_state = 2}, - [56] = {.lex_state = 2}, - [57] = {.lex_state = 2}, - [58] = {.lex_state = 2}, - [59] = {.lex_state = 2}, - [60] = {.lex_state = 2}, - [61] = {.lex_state = 2}, - [62] = {.lex_state = 2}, - [63] = {.lex_state = 2}, - [64] = {.lex_state = 2}, - [65] = {.lex_state = 2}, - [66] = {.lex_state = 2}, - [67] = {.lex_state = 2}, - [68] = {.lex_state = 2}, - [69] = {.lex_state = 2}, - [70] = {.lex_state = 2}, - [71] = {.lex_state = 2}, - [72] = {.lex_state = 2}, - [73] = {.lex_state = 2}, - [74] = {.lex_state = 2}, - [75] = {.lex_state = 2}, - [76] = {.lex_state = 2}, - [77] = {.lex_state = 2}, - [78] = {.lex_state = 2}, - [79] = {.lex_state = 2}, - [80] = {.lex_state = 2}, - [81] = {.lex_state = 2}, - [82] = {.lex_state = 2}, - [83] = {.lex_state = 2}, - [84] = {.lex_state = 2}, - [85] = {.lex_state = 2}, - [86] = {.lex_state = 2}, - [87] = {.lex_state = 2}, - [88] = {.lex_state = 2}, - [89] = {.lex_state = 2}, - [90] = {.lex_state = 2}, - [91] = {.lex_state = 2}, - [92] = {.lex_state = 2}, - [93] = {.lex_state = 2}, - [94] = {.lex_state = 2}, - [95] = {.lex_state = 2}, - [96] = {.lex_state = 2}, - [97] = {.lex_state = 2}, - [98] = {.lex_state = 2}, - [99] = {.lex_state = 2}, - [100] = {.lex_state = 2}, - [101] = {.lex_state = 2}, - [102] = {.lex_state = 2}, - [103] = {.lex_state = 2}, - [104] = {.lex_state = 2}, - [105] = {.lex_state = 2}, - [106] = {.lex_state = 2}, - [107] = {.lex_state = 2}, - [108] = {.lex_state = 2}, - [109] = {.lex_state = 2}, - [110] = {.lex_state = 2}, - [111] = {.lex_state = 2}, - [112] = {.lex_state = 2}, - [113] = {.lex_state = 2}, - [114] = {.lex_state = 2}, - [115] = {.lex_state = 2}, - [116] = {.lex_state = 2}, - [117] = {.lex_state = 2}, - [118] = {.lex_state = 2}, - [119] = {.lex_state = 2}, - [120] = {.lex_state = 2}, - [121] = {.lex_state = 2}, - [122] = {.lex_state = 2}, - [123] = {.lex_state = 2}, - [124] = {.lex_state = 2}, - [125] = {.lex_state = 10}, - [126] = {.lex_state = 477}, - [127] = {.lex_state = 10}, - [128] = {.lex_state = 10}, - [129] = {.lex_state = 10}, - [130] = {.lex_state = 10}, - [131] = {.lex_state = 10}, - [132] = {.lex_state = 11}, - [133] = {.lex_state = 12}, - [134] = {.lex_state = 12}, - [135] = {.lex_state = 12}, - [136] = {.lex_state = 12}, - [137] = {.lex_state = 11}, - [138] = {.lex_state = 12}, - [139] = {.lex_state = 12}, - [140] = {.lex_state = 12}, - [141] = {.lex_state = 12}, - [142] = {.lex_state = 7}, - [143] = {.lex_state = 7}, - [144] = {.lex_state = 7}, - [145] = {.lex_state = 7}, - [146] = {.lex_state = 7}, - [147] = {.lex_state = 7}, - [148] = {.lex_state = 7}, - [149] = {.lex_state = 7}, - [150] = {.lex_state = 7}, - [151] = {.lex_state = 7}, - [152] = {.lex_state = 7}, - [153] = {.lex_state = 7}, - [154] = {.lex_state = 7}, - [155] = {.lex_state = 7}, - [156] = {.lex_state = 7}, - [157] = {.lex_state = 7}, - [158] = {.lex_state = 7}, - [159] = {.lex_state = 7}, - [160] = {.lex_state = 7}, - [161] = {.lex_state = 7}, - [162] = {.lex_state = 7}, - [163] = {.lex_state = 7}, - [164] = {.lex_state = 7}, - [165] = {.lex_state = 7}, - [166] = {.lex_state = 7}, - [167] = {.lex_state = 7}, - [168] = {.lex_state = 7}, - [169] = {.lex_state = 7}, - [170] = {.lex_state = 7}, - [171] = {.lex_state = 7}, - [172] = {.lex_state = 7}, - [173] = {.lex_state = 7}, - [174] = {.lex_state = 7}, - [175] = {.lex_state = 7}, - [176] = {.lex_state = 7}, - [177] = {.lex_state = 5}, - [178] = {.lex_state = 5}, - [179] = {.lex_state = 5}, - [180] = {.lex_state = 5}, - [181] = {.lex_state = 3}, - [182] = {.lex_state = 3}, - [183] = {.lex_state = 3}, - [184] = {.lex_state = 3}, - [185] = {.lex_state = 3}, - [186] = {.lex_state = 3}, - [187] = {.lex_state = 3}, - [188] = {.lex_state = 3}, - [189] = {.lex_state = 3}, - [190] = {.lex_state = 3}, - [191] = {.lex_state = 3}, - [192] = {.lex_state = 3}, - [193] = {.lex_state = 3}, - [194] = {.lex_state = 3}, - [195] = {.lex_state = 3}, - [196] = {.lex_state = 12}, - [197] = {.lex_state = 12}, - [198] = {.lex_state = 12}, - [199] = {.lex_state = 12}, - [200] = {.lex_state = 12}, - [201] = {.lex_state = 12}, - [202] = {.lex_state = 12}, - [203] = {.lex_state = 12}, - [204] = {.lex_state = 12}, - [205] = {.lex_state = 12}, - [206] = {.lex_state = 12}, - [207] = {.lex_state = 12}, - [208] = {.lex_state = 12}, - [209] = {.lex_state = 12}, - [210] = {.lex_state = 12}, - [211] = {.lex_state = 12}, - [212] = {.lex_state = 12}, - [213] = {.lex_state = 12}, - [214] = {.lex_state = 12}, - [215] = {.lex_state = 12}, - [216] = {.lex_state = 12}, - [217] = {.lex_state = 12}, - [218] = {.lex_state = 12}, - [219] = {.lex_state = 12}, - [220] = {.lex_state = 12}, - [221] = {.lex_state = 12}, - [222] = {.lex_state = 12}, - [223] = {.lex_state = 12}, - [224] = {.lex_state = 12}, - [225] = {.lex_state = 12}, - [226] = {.lex_state = 12}, - [227] = {.lex_state = 12}, - [228] = {.lex_state = 12}, - [229] = {.lex_state = 12}, - [230] = {.lex_state = 12}, - [231] = {.lex_state = 12}, - [232] = {.lex_state = 12}, - [233] = {.lex_state = 12}, - [234] = {.lex_state = 12}, - [235] = {.lex_state = 12}, - [236] = {.lex_state = 12}, - [237] = {.lex_state = 12}, - [238] = {.lex_state = 12}, - [239] = {.lex_state = 12}, - [240] = {.lex_state = 12}, - [241] = {.lex_state = 12}, - [242] = {.lex_state = 12}, - [243] = {.lex_state = 12}, - [244] = {.lex_state = 12}, - [245] = {.lex_state = 12}, - [246] = {.lex_state = 12}, - [247] = {.lex_state = 12}, - [248] = {.lex_state = 12}, - [249] = {.lex_state = 12}, - [250] = {.lex_state = 12}, - [251] = {.lex_state = 12}, - [252] = {.lex_state = 12}, - [253] = {.lex_state = 12}, - [254] = {.lex_state = 12}, - [255] = {.lex_state = 12}, - [256] = {.lex_state = 12}, - [257] = {.lex_state = 8}, - [258] = {.lex_state = 8}, - [259] = {.lex_state = 12}, - [260] = {.lex_state = 12}, - [261] = {.lex_state = 8}, - [262] = {.lex_state = 8}, - [263] = {.lex_state = 8}, - [264] = {.lex_state = 8}, - [265] = {.lex_state = 8}, - [266] = {.lex_state = 8}, - [267] = {.lex_state = 6}, - [268] = {.lex_state = 6}, - [269] = {.lex_state = 6}, - [270] = {.lex_state = 6}, - [271] = {.lex_state = 6}, - [272] = {.lex_state = 6}, - [273] = {.lex_state = 6}, - [274] = {.lex_state = 2}, - [275] = {.lex_state = 6}, - [276] = {.lex_state = 2}, - [277] = {.lex_state = 2}, - [278] = {.lex_state = 6}, - [279] = {.lex_state = 6}, - [280] = {.lex_state = 6}, - [281] = {.lex_state = 6}, - [282] = {.lex_state = 6}, - [283] = {.lex_state = 6}, - [284] = {.lex_state = 6}, - [285] = {.lex_state = 6}, - [286] = {.lex_state = 6}, - [287] = {.lex_state = 6}, - [288] = {.lex_state = 6}, - [289] = {.lex_state = 6}, - [290] = {.lex_state = 6}, - [291] = {.lex_state = 6}, - [292] = {.lex_state = 6}, - [293] = {.lex_state = 6}, - [294] = {.lex_state = 6}, - [295] = {.lex_state = 9}, - [296] = {.lex_state = 6}, - [297] = {.lex_state = 6}, - [298] = {.lex_state = 6}, - [299] = {.lex_state = 6}, - [300] = {.lex_state = 9}, - [301] = {.lex_state = 9}, - [302] = {.lex_state = 9}, - [303] = {.lex_state = 6}, - [304] = {.lex_state = 6}, - [305] = {.lex_state = 6}, - [306] = {.lex_state = 6}, - [307] = {.lex_state = 6}, - [308] = {.lex_state = 6}, - [309] = {.lex_state = 9}, - [310] = {.lex_state = 6}, - [311] = {.lex_state = 6}, - [312] = {.lex_state = 6}, - [313] = {.lex_state = 6}, - [314] = {.lex_state = 6}, - [315] = {.lex_state = 6}, - [316] = {.lex_state = 6}, - [317] = {.lex_state = 9}, - [318] = {.lex_state = 7}, - [319] = {.lex_state = 7}, - [320] = {.lex_state = 7}, - [321] = {.lex_state = 7}, - [322] = {.lex_state = 7}, - [323] = {.lex_state = 7}, - [324] = {.lex_state = 7}, - [325] = {.lex_state = 7}, - [326] = {.lex_state = 7}, - [327] = {.lex_state = 7}, - [328] = {.lex_state = 7}, - [329] = {.lex_state = 7}, - [330] = {.lex_state = 7}, + [1] = {.lex_state = 479}, + [2] = {.lex_state = 5}, + [3] = {.lex_state = 5}, + [4] = {.lex_state = 5}, + [5] = {.lex_state = 5}, + [6] = {.lex_state = 5}, + [7] = {.lex_state = 5}, + [8] = {.lex_state = 5}, + [9] = {.lex_state = 4}, + [10] = {.lex_state = 4}, + [11] = {.lex_state = 6}, + [12] = {.lex_state = 4}, + [13] = {.lex_state = 4}, + [14] = {.lex_state = 4}, + [15] = {.lex_state = 4}, + [16] = {.lex_state = 4}, + [17] = {.lex_state = 4}, + [18] = {.lex_state = 4}, + [19] = {.lex_state = 4}, + [20] = {.lex_state = 4}, + [21] = {.lex_state = 4}, + [22] = {.lex_state = 4}, + [23] = {.lex_state = 4}, + [24] = {.lex_state = 4}, + [25] = {.lex_state = 4}, + [26] = {.lex_state = 4}, + [27] = {.lex_state = 4}, + [28] = {.lex_state = 4}, + [29] = {.lex_state = 4}, + [30] = {.lex_state = 4}, + [31] = {.lex_state = 4}, + [32] = {.lex_state = 4}, + [33] = {.lex_state = 4}, + [34] = {.lex_state = 4}, + [35] = {.lex_state = 4}, + [36] = {.lex_state = 4}, + [37] = {.lex_state = 4}, + [38] = {.lex_state = 4}, + [39] = {.lex_state = 4}, + [40] = {.lex_state = 4}, + [41] = {.lex_state = 4}, + [42] = {.lex_state = 4}, + [43] = {.lex_state = 4}, + [44] = {.lex_state = 4}, + [45] = {.lex_state = 4}, + [46] = {.lex_state = 4}, + [47] = {.lex_state = 4}, + [48] = {.lex_state = 4}, + [49] = {.lex_state = 4}, + [50] = {.lex_state = 4}, + [51] = {.lex_state = 4}, + [52] = {.lex_state = 4}, + [53] = {.lex_state = 4}, + [54] = {.lex_state = 4}, + [55] = {.lex_state = 4}, + [56] = {.lex_state = 4}, + [57] = {.lex_state = 4}, + [58] = {.lex_state = 4}, + [59] = {.lex_state = 4}, + [60] = {.lex_state = 4}, + [61] = {.lex_state = 4}, + [62] = {.lex_state = 4}, + [63] = {.lex_state = 4}, + [64] = {.lex_state = 4}, + [65] = {.lex_state = 4}, + [66] = {.lex_state = 4}, + [67] = {.lex_state = 4}, + [68] = {.lex_state = 4}, + [69] = {.lex_state = 4}, + [70] = {.lex_state = 4}, + [71] = {.lex_state = 4}, + [72] = {.lex_state = 4}, + [73] = {.lex_state = 4}, + [74] = {.lex_state = 4}, + [75] = {.lex_state = 4}, + [76] = {.lex_state = 4}, + [77] = {.lex_state = 4}, + [78] = {.lex_state = 4}, + [79] = {.lex_state = 4}, + [80] = {.lex_state = 4}, + [81] = {.lex_state = 4}, + [82] = {.lex_state = 4}, + [83] = {.lex_state = 4}, + [84] = {.lex_state = 4}, + [85] = {.lex_state = 4}, + [86] = {.lex_state = 4}, + [87] = {.lex_state = 4}, + [88] = {.lex_state = 4}, + [89] = {.lex_state = 4}, + [90] = {.lex_state = 4}, + [91] = {.lex_state = 4}, + [92] = {.lex_state = 4}, + [93] = {.lex_state = 4}, + [94] = {.lex_state = 4}, + [95] = {.lex_state = 4}, + [96] = {.lex_state = 4}, + [97] = {.lex_state = 4}, + [98] = {.lex_state = 4}, + [99] = {.lex_state = 4}, + [100] = {.lex_state = 4}, + [101] = {.lex_state = 4}, + [102] = {.lex_state = 4}, + [103] = {.lex_state = 4}, + [104] = {.lex_state = 4}, + [105] = {.lex_state = 4}, + [106] = {.lex_state = 4}, + [107] = {.lex_state = 4}, + [108] = {.lex_state = 4}, + [109] = {.lex_state = 4}, + [110] = {.lex_state = 4}, + [111] = {.lex_state = 4}, + [112] = {.lex_state = 4}, + [113] = {.lex_state = 4}, + [114] = {.lex_state = 4}, + [115] = {.lex_state = 4}, + [116] = {.lex_state = 4}, + [117] = {.lex_state = 4}, + [118] = {.lex_state = 4}, + [119] = {.lex_state = 4}, + [120] = {.lex_state = 4}, + [121] = {.lex_state = 4}, + [122] = {.lex_state = 4}, + [123] = {.lex_state = 4}, + [124] = {.lex_state = 4}, + [125] = {.lex_state = 12}, + [126] = {.lex_state = 12}, + [127] = {.lex_state = 479}, + [128] = {.lex_state = 12}, + [129] = {.lex_state = 12}, + [130] = {.lex_state = 12}, + [131] = {.lex_state = 12}, + [132] = {.lex_state = 14}, + [133] = {.lex_state = 14}, + [134] = {.lex_state = 14}, + [135] = {.lex_state = 14}, + [136] = {.lex_state = 14}, + [137] = {.lex_state = 13}, + [138] = {.lex_state = 14}, + [139] = {.lex_state = 14}, + [140] = {.lex_state = 13}, + [141] = {.lex_state = 14}, + [142] = {.lex_state = 9}, + [143] = {.lex_state = 9}, + [144] = {.lex_state = 9}, + [145] = {.lex_state = 9}, + [146] = {.lex_state = 9}, + [147] = {.lex_state = 9}, + [148] = {.lex_state = 9}, + [149] = {.lex_state = 9}, + [150] = {.lex_state = 9}, + [151] = {.lex_state = 9}, + [152] = {.lex_state = 9}, + [153] = {.lex_state = 9}, + [154] = {.lex_state = 9}, + [155] = {.lex_state = 9}, + [156] = {.lex_state = 9}, + [157] = {.lex_state = 9}, + [158] = {.lex_state = 9}, + [159] = {.lex_state = 9}, + [160] = {.lex_state = 9}, + [161] = {.lex_state = 9}, + [162] = {.lex_state = 9}, + [163] = {.lex_state = 9}, + [164] = {.lex_state = 9}, + [165] = {.lex_state = 9}, + [166] = {.lex_state = 9}, + [167] = {.lex_state = 9}, + [168] = {.lex_state = 9}, + [169] = {.lex_state = 9}, + [170] = {.lex_state = 9}, + [171] = {.lex_state = 9}, + [172] = {.lex_state = 9}, + [173] = {.lex_state = 9}, + [174] = {.lex_state = 9}, + [175] = {.lex_state = 9}, + [176] = {.lex_state = 9}, + [177] = {.lex_state = 7}, + [178] = {.lex_state = 7}, + [179] = {.lex_state = 7}, + [180] = {.lex_state = 7}, + [181] = {.lex_state = 5}, + [182] = {.lex_state = 5}, + [183] = {.lex_state = 5}, + [184] = {.lex_state = 5}, + [185] = {.lex_state = 5}, + [186] = {.lex_state = 5}, + [187] = {.lex_state = 5}, + [188] = {.lex_state = 5}, + [189] = {.lex_state = 5}, + [190] = {.lex_state = 5}, + [191] = {.lex_state = 5}, + [192] = {.lex_state = 5}, + [193] = {.lex_state = 5}, + [194] = {.lex_state = 5}, + [195] = {.lex_state = 5}, + [196] = {.lex_state = 14}, + [197] = {.lex_state = 14}, + [198] = {.lex_state = 14}, + [199] = {.lex_state = 14}, + [200] = {.lex_state = 14}, + [201] = {.lex_state = 14}, + [202] = {.lex_state = 14}, + [203] = {.lex_state = 14}, + [204] = {.lex_state = 14}, + [205] = {.lex_state = 14}, + [206] = {.lex_state = 14}, + [207] = {.lex_state = 14}, + [208] = {.lex_state = 14}, + [209] = {.lex_state = 14}, + [210] = {.lex_state = 14}, + [211] = {.lex_state = 14}, + [212] = {.lex_state = 14}, + [213] = {.lex_state = 14}, + [214] = {.lex_state = 14}, + [215] = {.lex_state = 14}, + [216] = {.lex_state = 14}, + [217] = {.lex_state = 14}, + [218] = {.lex_state = 14}, + [219] = {.lex_state = 14}, + [220] = {.lex_state = 14}, + [221] = {.lex_state = 14}, + [222] = {.lex_state = 14}, + [223] = {.lex_state = 14}, + [224] = {.lex_state = 14}, + [225] = {.lex_state = 14}, + [226] = {.lex_state = 14}, + [227] = {.lex_state = 14}, + [228] = {.lex_state = 14}, + [229] = {.lex_state = 14}, + [230] = {.lex_state = 14}, + [231] = {.lex_state = 14}, + [232] = {.lex_state = 14}, + [233] = {.lex_state = 14}, + [234] = {.lex_state = 14}, + [235] = {.lex_state = 14}, + [236] = {.lex_state = 14}, + [237] = {.lex_state = 14}, + [238] = {.lex_state = 14}, + [239] = {.lex_state = 14}, + [240] = {.lex_state = 14}, + [241] = {.lex_state = 14}, + [242] = {.lex_state = 14}, + [243] = {.lex_state = 14}, + [244] = {.lex_state = 14}, + [245] = {.lex_state = 14}, + [246] = {.lex_state = 14}, + [247] = {.lex_state = 14}, + [248] = {.lex_state = 14}, + [249] = {.lex_state = 14}, + [250] = {.lex_state = 14}, + [251] = {.lex_state = 14}, + [252] = {.lex_state = 14}, + [253] = {.lex_state = 14}, + [254] = {.lex_state = 14}, + [255] = {.lex_state = 14}, + [256] = {.lex_state = 14}, + [257] = {.lex_state = 14}, + [258] = {.lex_state = 14}, + [259] = {.lex_state = 10}, + [260] = {.lex_state = 10}, + [261] = {.lex_state = 14}, + [262] = {.lex_state = 14}, + [263] = {.lex_state = 10}, + [264] = {.lex_state = 10}, + [265] = {.lex_state = 10}, + [266] = {.lex_state = 10}, + [267] = {.lex_state = 10}, + [268] = {.lex_state = 10}, + [269] = {.lex_state = 8}, + [270] = {.lex_state = 8}, + [271] = {.lex_state = 8}, + [272] = {.lex_state = 8}, + [273] = {.lex_state = 8}, + [274] = {.lex_state = 8}, + [275] = {.lex_state = 4}, + [276] = {.lex_state = 4}, + [277] = {.lex_state = 4}, + [278] = {.lex_state = 8}, + [279] = {.lex_state = 8}, + [280] = {.lex_state = 8}, + [281] = {.lex_state = 8}, + [282] = {.lex_state = 8}, + [283] = {.lex_state = 8}, + [284] = {.lex_state = 8}, + [285] = {.lex_state = 8}, + [286] = {.lex_state = 8}, + [287] = {.lex_state = 8}, + [288] = {.lex_state = 8}, + [289] = {.lex_state = 8}, + [290] = {.lex_state = 8}, + [291] = {.lex_state = 8}, + [292] = {.lex_state = 8}, + [293] = {.lex_state = 8}, + [294] = {.lex_state = 8}, + [295] = {.lex_state = 11}, + [296] = {.lex_state = 8}, + [297] = {.lex_state = 8}, + [298] = {.lex_state = 8}, + [299] = {.lex_state = 8}, + [300] = {.lex_state = 8}, + [301] = {.lex_state = 8}, + [302] = {.lex_state = 8}, + [303] = {.lex_state = 8}, + [304] = {.lex_state = 8}, + [305] = {.lex_state = 11}, + [306] = {.lex_state = 8}, + [307] = {.lex_state = 8}, + [308] = {.lex_state = 8}, + [309] = {.lex_state = 11}, + [310] = {.lex_state = 8}, + [311] = {.lex_state = 8}, + [312] = {.lex_state = 8}, + [313] = {.lex_state = 8}, + [314] = {.lex_state = 8}, + [315] = {.lex_state = 11}, + [316] = {.lex_state = 11}, + [317] = {.lex_state = 8}, + [318] = {.lex_state = 8}, + [319] = {.lex_state = 8}, + [320] = {.lex_state = 8}, + [321] = {.lex_state = 11}, + [322] = {.lex_state = 9}, + [323] = {.lex_state = 9}, + [324] = {.lex_state = 9}, + [325] = {.lex_state = 9}, + [326] = {.lex_state = 9}, + [327] = {.lex_state = 9}, + [328] = {.lex_state = 9}, + [329] = {.lex_state = 9}, + [330] = {.lex_state = 9}, [331] = {.lex_state = 9}, - [332] = {.lex_state = 7}, - [333] = {.lex_state = 7}, - [334] = {.lex_state = 7}, - [335] = {.lex_state = 7}, - [336] = {.lex_state = 7}, + [332] = {.lex_state = 9}, + [333] = {.lex_state = 9}, + [334] = {.lex_state = 11}, + [335] = {.lex_state = 9}, + [336] = {.lex_state = 9}, [337] = {.lex_state = 9}, - [338] = {.lex_state = 7}, - [339] = {.lex_state = 7}, - [340] = {.lex_state = 7}, - [341] = {.lex_state = 12}, - [342] = {.lex_state = 7}, - [343] = {.lex_state = 7}, - [344] = {.lex_state = 7}, - [345] = {.lex_state = 7}, - [346] = {.lex_state = 7}, - [347] = {.lex_state = 7}, - [348] = {.lex_state = 7}, - [349] = {.lex_state = 7}, - [350] = {.lex_state = 6}, - [351] = {.lex_state = 6}, - [352] = {.lex_state = 7}, - [353] = {.lex_state = 6}, - [354] = {.lex_state = 6}, - [355] = {.lex_state = 6}, - [356] = {.lex_state = 6}, - [357] = {.lex_state = 7}, - [358] = {.lex_state = 6}, - [359] = {.lex_state = 6}, - [360] = {.lex_state = 6}, - [361] = {.lex_state = 6}, - [362] = {.lex_state = 6}, - [363] = {.lex_state = 6}, - [364] = {.lex_state = 6}, - [365] = {.lex_state = 6}, - [366] = {.lex_state = 6}, - [367] = {.lex_state = 6}, - [368] = {.lex_state = 6}, - [369] = {.lex_state = 7}, - [370] = {.lex_state = 7}, - [371] = {.lex_state = 6}, - [372] = {.lex_state = 7}, - [373] = {.lex_state = 6}, - [374] = {.lex_state = 6}, - [375] = {.lex_state = 6}, - [376] = {.lex_state = 7}, - [377] = {.lex_state = 7}, - [378] = {.lex_state = 6}, - [379] = {.lex_state = 7}, - [380] = {.lex_state = 7}, - [381] = {.lex_state = 7}, - [382] = {.lex_state = 7}, - [383] = {.lex_state = 7}, - [384] = {.lex_state = 7}, - [385] = {.lex_state = 7}, - [386] = {.lex_state = 7}, - [387] = {.lex_state = 7}, - [388] = {.lex_state = 7}, - [389] = {.lex_state = 7}, - [390] = {.lex_state = 7}, - [391] = {.lex_state = 7}, - [392] = {.lex_state = 7}, - [393] = {.lex_state = 7}, - [394] = {.lex_state = 7}, - [395] = {.lex_state = 7}, - [396] = {.lex_state = 7}, - [397] = {.lex_state = 7}, - [398] = {.lex_state = 7}, - [399] = {.lex_state = 7}, - [400] = {.lex_state = 7}, - [401] = {.lex_state = 7}, - [402] = {.lex_state = 7}, - [403] = {.lex_state = 7}, - [404] = {.lex_state = 7}, - [405] = {.lex_state = 7}, - [406] = {.lex_state = 7}, - [407] = {.lex_state = 7}, - [408] = {.lex_state = 7}, - [409] = {.lex_state = 7}, - [410] = {.lex_state = 7}, - [411] = {.lex_state = 7}, - [412] = {.lex_state = 477}, - [413] = {.lex_state = 477}, - [414] = {.lex_state = 477}, - [415] = {.lex_state = 477}, - [416] = {.lex_state = 477}, - [417] = {.lex_state = 477}, - [418] = {.lex_state = 477}, - [419] = {.lex_state = 477}, - [420] = {.lex_state = 477}, - [421] = {.lex_state = 477}, - [422] = {.lex_state = 477}, - [423] = {.lex_state = 477}, - [424] = {.lex_state = 477}, - [425] = {.lex_state = 477}, - [426] = {.lex_state = 477}, - [427] = {.lex_state = 477}, - [428] = {.lex_state = 477}, - [429] = {.lex_state = 477}, - [430] = {.lex_state = 477}, - [431] = {.lex_state = 477}, - [432] = {.lex_state = 477}, - [433] = {.lex_state = 477}, - [434] = {.lex_state = 477}, - [435] = {.lex_state = 477}, - [436] = {.lex_state = 477}, - [437] = {.lex_state = 477}, - [438] = {.lex_state = 477}, - [439] = {.lex_state = 477}, - [440] = {.lex_state = 477}, - [441] = {.lex_state = 13}, - [442] = {.lex_state = 477}, - [443] = {.lex_state = 477}, - [444] = {.lex_state = 477}, - [445] = {.lex_state = 477}, - [446] = {.lex_state = 477}, - [447] = {.lex_state = 477}, - [448] = {.lex_state = 477}, - [449] = {.lex_state = 477}, - [450] = {.lex_state = 477}, - [451] = {.lex_state = 477}, - [452] = {.lex_state = 477}, - [453] = {.lex_state = 477}, - [454] = {.lex_state = 477}, - [455] = {.lex_state = 477}, - [456] = {.lex_state = 13}, - [457] = {.lex_state = 477}, - [458] = {.lex_state = 477}, - [459] = {.lex_state = 477}, - [460] = {.lex_state = 477}, - [461] = {.lex_state = 477}, - [462] = {.lex_state = 6}, - [463] = {.lex_state = 477}, - [464] = {.lex_state = 477}, - [465] = {.lex_state = 477}, - [466] = {.lex_state = 477}, - [467] = {.lex_state = 477}, - [468] = {.lex_state = 477}, - [469] = {.lex_state = 13}, - [470] = {.lex_state = 477}, - [471] = {.lex_state = 477}, - [472] = {.lex_state = 477}, - [473] = {.lex_state = 477}, - [474] = {.lex_state = 477}, - [475] = {.lex_state = 477}, - [476] = {.lex_state = 477}, - [477] = {.lex_state = 477}, - [478] = {.lex_state = 477}, - [479] = {.lex_state = 477}, - [480] = {.lex_state = 477}, - [481] = {.lex_state = 477}, - [482] = {.lex_state = 477}, - [483] = {.lex_state = 477}, - [484] = {.lex_state = 13}, - [485] = {.lex_state = 477}, - [486] = {.lex_state = 477}, - [487] = {.lex_state = 13}, - [488] = {.lex_state = 477}, - [489] = {.lex_state = 477}, - [490] = {.lex_state = 477}, - [491] = {.lex_state = 477}, - [492] = {.lex_state = 477}, - [493] = {.lex_state = 13}, - [494] = {.lex_state = 477}, - [495] = {.lex_state = 477}, - [496] = {.lex_state = 477}, - [497] = {.lex_state = 477}, - [498] = {.lex_state = 477}, - [499] = {.lex_state = 6}, - [500] = {.lex_state = 477}, - [501] = {.lex_state = 6}, - [502] = {.lex_state = 6}, - [503] = {.lex_state = 19}, - [504] = {.lex_state = 19}, - [505] = {.lex_state = 6}, - [506] = {.lex_state = 19}, - [507] = {.lex_state = 6}, - [508] = {.lex_state = 19}, - [509] = {.lex_state = 6}, - [510] = {.lex_state = 19}, - [511] = {.lex_state = 6}, - [512] = {.lex_state = 6}, - [513] = {.lex_state = 13}, - [514] = {.lex_state = 6}, - [515] = {.lex_state = 6}, - [516] = {.lex_state = 6}, - [517] = {.lex_state = 13}, - [518] = {.lex_state = 13}, - [519] = {.lex_state = 6}, - [520] = {.lex_state = 6}, - [521] = {.lex_state = 6}, - [522] = {.lex_state = 19}, - [523] = {.lex_state = 14}, - [524] = {.lex_state = 6}, - [525] = {.lex_state = 6}, - [526] = {.lex_state = 14}, - [527] = {.lex_state = 14}, - [528] = {.lex_state = 6}, - [529] = {.lex_state = 6}, - [530] = {.lex_state = 6}, - [531] = {.lex_state = 6}, - [532] = {.lex_state = 6}, - [533] = {.lex_state = 14}, - [534] = {.lex_state = 477}, - [535] = {.lex_state = 14}, - [536] = {.lex_state = 14}, - [537] = {.lex_state = 14}, - [538] = {.lex_state = 477}, - [539] = {.lex_state = 14}, - [540] = {.lex_state = 14}, - [541] = {.lex_state = 18}, - [542] = {.lex_state = 477}, - [543] = {.lex_state = 18}, - [544] = {.lex_state = 18}, - [545] = {.lex_state = 18}, - [546] = {.lex_state = 18}, - [547] = {.lex_state = 14}, - [548] = {.lex_state = 18}, - [549] = {.lex_state = 13}, - [550] = {.lex_state = 13}, - [551] = {.lex_state = 18}, - [552] = {.lex_state = 13}, - [553] = {.lex_state = 13}, - [554] = {.lex_state = 14}, - [555] = {.lex_state = 14}, - [556] = {.lex_state = 13}, - [557] = {.lex_state = 13}, - [558] = {.lex_state = 13}, - [559] = {.lex_state = 13}, - [560] = {.lex_state = 13}, - [561] = {.lex_state = 13}, - [562] = {.lex_state = 477}, - [563] = {.lex_state = 14}, - [564] = {.lex_state = 14}, - [565] = {.lex_state = 14}, - [566] = {.lex_state = 477}, - [567] = {.lex_state = 477}, - [568] = {.lex_state = 10}, - [569] = {.lex_state = 3}, - [570] = {.lex_state = 14}, - [571] = {.lex_state = 14}, - [572] = {.lex_state = 14}, - [573] = {.lex_state = 14}, - [574] = {.lex_state = 14}, - [575] = {.lex_state = 14}, - [576] = {.lex_state = 14}, - [577] = {.lex_state = 14}, - [578] = {.lex_state = 14}, - [579] = {.lex_state = 14}, - [580] = {.lex_state = 14}, - [581] = {.lex_state = 14}, - [582] = {.lex_state = 14}, - [583] = {.lex_state = 14}, - [584] = {.lex_state = 14}, - [585] = {.lex_state = 14}, - [586] = {.lex_state = 14}, - [587] = {.lex_state = 14}, - [588] = {.lex_state = 14}, - [589] = {.lex_state = 10}, - [590] = {.lex_state = 14}, - [591] = {.lex_state = 477}, - [592] = {.lex_state = 18}, - [593] = {.lex_state = 3}, - [594] = {.lex_state = 14}, - [595] = {.lex_state = 14}, - [596] = {.lex_state = 13}, - [597] = {.lex_state = 13}, - [598] = {.lex_state = 13}, - [599] = {.lex_state = 477}, - [600] = {.lex_state = 13}, - [601] = {.lex_state = 13}, - [602] = {.lex_state = 477}, - [603] = {.lex_state = 13}, - [604] = {.lex_state = 477}, - [605] = {.lex_state = 477}, - [606] = {.lex_state = 13}, - [607] = {.lex_state = 13}, - [608] = {.lex_state = 13}, - [609] = {.lex_state = 13}, - [610] = {.lex_state = 477}, - [611] = {.lex_state = 477}, - [612] = {.lex_state = 477}, - [613] = {.lex_state = 477}, - [614] = {.lex_state = 477}, - [615] = {.lex_state = 477}, - [616] = {.lex_state = 477}, - [617] = {.lex_state = 477}, - [618] = {.lex_state = 477}, - [619] = {.lex_state = 477}, - [620] = {.lex_state = 477}, - [621] = {.lex_state = 477}, - [622] = {.lex_state = 477}, - [623] = {.lex_state = 477}, - [624] = {.lex_state = 477}, - [625] = {.lex_state = 477}, - [626] = {.lex_state = 477}, - [627] = {.lex_state = 477}, - [628] = {.lex_state = 477}, - [629] = {.lex_state = 477}, - [630] = {.lex_state = 14}, - [631] = {.lex_state = 477}, - [632] = {.lex_state = 477}, - [633] = {.lex_state = 477}, - [634] = {.lex_state = 477}, - [635] = {.lex_state = 14}, - [636] = {.lex_state = 477}, - [637] = {.lex_state = 477}, - [638] = {.lex_state = 477}, - [639] = {.lex_state = 477}, - [640] = {.lex_state = 13}, - [641] = {.lex_state = 477}, - [642] = {.lex_state = 477}, - [643] = {.lex_state = 477}, - [644] = {.lex_state = 477}, - [645] = {.lex_state = 477}, - [646] = {.lex_state = 477}, - [647] = {.lex_state = 477}, - [648] = {.lex_state = 477}, - [649] = {.lex_state = 477}, - [650] = {.lex_state = 477}, - [651] = {.lex_state = 477}, - [652] = {.lex_state = 477}, - [653] = {.lex_state = 477}, - [654] = {.lex_state = 477}, - [655] = {.lex_state = 477}, - [656] = {.lex_state = 477}, - [657] = {.lex_state = 477}, - [658] = {.lex_state = 477}, - [659] = {.lex_state = 477}, - [660] = {.lex_state = 477}, - [661] = {.lex_state = 477}, - [662] = {.lex_state = 477}, - [663] = {.lex_state = 477}, - [664] = {.lex_state = 477}, - [665] = {.lex_state = 477}, - [666] = {.lex_state = 477}, - [667] = {.lex_state = 3}, - [668] = {.lex_state = 477}, - [669] = {.lex_state = 13}, - [670] = {.lex_state = 477}, - [671] = {.lex_state = 477}, - [672] = {.lex_state = 3}, - [673] = {.lex_state = 477}, - [674] = {.lex_state = 477}, - [675] = {.lex_state = 477}, - [676] = {.lex_state = 477}, - [677] = {.lex_state = 477}, - [678] = {.lex_state = 477}, - [679] = {.lex_state = 477}, - [680] = {.lex_state = 477}, - [681] = {.lex_state = 477}, - [682] = {.lex_state = 477}, - [683] = {.lex_state = 477}, - [684] = {.lex_state = 477}, - [685] = {.lex_state = 477}, - [686] = {.lex_state = 477}, - [687] = {.lex_state = 477}, - [688] = {.lex_state = 13}, - [689] = {.lex_state = 477}, - [690] = {.lex_state = 477}, - [691] = {.lex_state = 477}, - [692] = {.lex_state = 477}, - [693] = {.lex_state = 477}, - [694] = {.lex_state = 477}, - [695] = {.lex_state = 477}, - [696] = {.lex_state = 477}, - [697] = {.lex_state = 20}, - [698] = {.lex_state = 21}, - [699] = {.lex_state = 3}, - [700] = {.lex_state = 477}, - [701] = {.lex_state = 477}, - [702] = {.lex_state = 477}, - [703] = {.lex_state = 477}, - [704] = {.lex_state = 477}, - [705] = {.lex_state = 477}, - [706] = {.lex_state = 477}, - [707] = {.lex_state = 3}, - [708] = {.lex_state = 477}, - [709] = {.lex_state = 477}, - [710] = {.lex_state = 477}, - [711] = {.lex_state = 477}, - [712] = {.lex_state = 477}, - [713] = {.lex_state = 477}, - [714] = {.lex_state = 477}, - [715] = {.lex_state = 477}, - [716] = {.lex_state = 477}, - [717] = {.lex_state = 477}, - [718] = {.lex_state = 477}, - [719] = {.lex_state = 477}, - [720] = {.lex_state = 6}, - [721] = {.lex_state = 3}, - [722] = {.lex_state = 477}, - [723] = {.lex_state = 20}, - [724] = {.lex_state = 477}, - [725] = {.lex_state = 21}, - [726] = {.lex_state = 3}, - [727] = {.lex_state = 477}, - [728] = {.lex_state = 477}, - [729] = {.lex_state = 477}, - [730] = {.lex_state = 477}, - [731] = {.lex_state = 477}, - [732] = {.lex_state = 477}, - [733] = {.lex_state = 477}, - [734] = {.lex_state = 477}, - [735] = {.lex_state = 477}, - [736] = {.lex_state = 477}, - [737] = {.lex_state = 3}, - [738] = {.lex_state = 4}, - [739] = {.lex_state = 477}, - [740] = {.lex_state = 477}, - [741] = {.lex_state = 477}, - [742] = {.lex_state = 477}, - [743] = {.lex_state = 3}, - [744] = {.lex_state = 477}, - [745] = {.lex_state = 477}, - [746] = {.lex_state = 477}, - [747] = {.lex_state = 477}, - [748] = {.lex_state = 477}, - [749] = {.lex_state = 477}, - [750] = {.lex_state = 477}, - [751] = {.lex_state = 3}, - [752] = {.lex_state = 477}, - [753] = {.lex_state = 477}, - [754] = {.lex_state = 477}, - [755] = {.lex_state = 477}, - [756] = {.lex_state = 477}, - [757] = {.lex_state = 477}, - [758] = {.lex_state = 477}, - [759] = {.lex_state = 477}, - [760] = {.lex_state = 477}, - [761] = {.lex_state = 477}, - [762] = {.lex_state = 477}, - [763] = {.lex_state = 477}, - [764] = {.lex_state = 477}, - [765] = {.lex_state = 477}, - [766] = {.lex_state = 477}, - [767] = {.lex_state = 477}, - [768] = {.lex_state = 477}, - [769] = {.lex_state = 3}, - [770] = {.lex_state = 477}, - [771] = {.lex_state = 477}, - [772] = {.lex_state = 477}, - [773] = {.lex_state = 477}, - [774] = {.lex_state = 477}, - [775] = {.lex_state = 477}, - [776] = {(TSStateId)(-1)}, + [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 = 11}, + [345] = {.lex_state = 14}, + [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 = 8}, + [354] = {.lex_state = 8}, + [355] = {.lex_state = 8}, + [356] = {.lex_state = 8}, + [357] = {.lex_state = 8}, + [358] = {.lex_state = 8}, + [359] = {.lex_state = 8}, + [360] = {.lex_state = 8}, + [361] = {.lex_state = 8}, + [362] = {.lex_state = 8}, + [363] = {.lex_state = 8}, + [364] = {.lex_state = 9}, + [365] = {.lex_state = 9}, + [366] = {.lex_state = 8}, + [367] = {.lex_state = 9}, + [368] = {.lex_state = 8}, + [369] = {.lex_state = 8}, + [370] = {.lex_state = 8}, + [371] = {.lex_state = 9}, + [372] = {.lex_state = 9}, + [373] = {.lex_state = 9}, + [374] = {.lex_state = 8}, + [375] = {.lex_state = 8}, + [376] = {.lex_state = 9}, + [377] = {.lex_state = 8}, + [378] = {.lex_state = 9}, + [379] = {.lex_state = 9}, + [380] = {.lex_state = 8}, + [381] = {.lex_state = 9}, + [382] = {.lex_state = 9}, + [383] = {.lex_state = 8}, + [384] = {.lex_state = 8}, + [385] = {.lex_state = 8}, + [386] = {.lex_state = 9}, + [387] = {.lex_state = 9}, + [388] = {.lex_state = 9}, + [389] = {.lex_state = 9}, + [390] = {.lex_state = 9}, + [391] = {.lex_state = 9}, + [392] = {.lex_state = 9}, + [393] = {.lex_state = 9}, + [394] = {.lex_state = 9}, + [395] = {.lex_state = 9}, + [396] = {.lex_state = 9}, + [397] = {.lex_state = 9}, + [398] = {.lex_state = 9}, + [399] = {.lex_state = 9}, + [400] = {.lex_state = 9}, + [401] = {.lex_state = 9}, + [402] = {.lex_state = 9}, + [403] = {.lex_state = 9}, + [404] = {.lex_state = 9}, + [405] = {.lex_state = 9}, + [406] = {.lex_state = 9}, + [407] = {.lex_state = 9}, + [408] = {.lex_state = 9}, + [409] = {.lex_state = 9}, + [410] = {.lex_state = 9}, + [411] = {.lex_state = 9}, + [412] = {.lex_state = 9}, + [413] = {.lex_state = 9}, + [414] = {.lex_state = 9}, + [415] = {.lex_state = 9}, + [416] = {.lex_state = 479}, + [417] = {.lex_state = 479}, + [418] = {.lex_state = 479}, + [419] = {.lex_state = 479}, + [420] = {.lex_state = 479}, + [421] = {.lex_state = 1}, + [422] = {.lex_state = 1}, + [423] = {.lex_state = 1}, + [424] = {.lex_state = 1}, + [425] = {.lex_state = 479}, + [426] = {.lex_state = 1}, + [427] = {.lex_state = 479}, + [428] = {.lex_state = 479}, + [429] = {.lex_state = 479}, + [430] = {.lex_state = 479}, + [431] = {.lex_state = 479}, + [432] = {.lex_state = 479}, + [433] = {.lex_state = 479}, + [434] = {.lex_state = 479}, + [435] = {.lex_state = 479}, + [436] = {.lex_state = 479}, + [437] = {.lex_state = 479}, + [438] = {.lex_state = 479}, + [439] = {.lex_state = 479}, + [440] = {.lex_state = 479}, + [441] = {.lex_state = 479}, + [442] = {.lex_state = 479}, + [443] = {.lex_state = 479}, + [444] = {.lex_state = 479}, + [445] = {.lex_state = 479}, + [446] = {.lex_state = 479}, + [447] = {.lex_state = 479}, + [448] = {.lex_state = 479}, + [449] = {.lex_state = 15}, + [450] = {.lex_state = 479}, + [451] = {.lex_state = 479}, + [452] = {.lex_state = 479}, + [453] = {.lex_state = 479}, + [454] = {.lex_state = 8}, + [455] = {.lex_state = 479}, + [456] = {.lex_state = 1}, + [457] = {.lex_state = 479}, + [458] = {.lex_state = 479}, + [459] = {.lex_state = 479}, + [460] = {.lex_state = 479}, + [461] = {.lex_state = 479}, + [462] = {.lex_state = 15}, + [463] = {.lex_state = 479}, + [464] = {.lex_state = 479}, + [465] = {.lex_state = 1}, + [466] = {.lex_state = 1}, + [467] = {.lex_state = 15}, + [468] = {.lex_state = 15}, + [469] = {.lex_state = 15}, + [470] = {.lex_state = 479}, + [471] = {.lex_state = 479}, + [472] = {.lex_state = 479}, + [473] = {.lex_state = 479}, + [474] = {.lex_state = 479}, + [475] = {.lex_state = 479}, + [476] = {.lex_state = 479}, + [477] = {.lex_state = 479}, + [478] = {.lex_state = 479}, + [479] = {.lex_state = 479}, + [480] = {.lex_state = 479}, + [481] = {.lex_state = 15}, + [482] = {.lex_state = 479}, + [483] = {.lex_state = 479}, + [484] = {.lex_state = 8}, + [485] = {.lex_state = 479}, + [486] = {.lex_state = 479}, + [487] = {.lex_state = 479}, + [488] = {.lex_state = 479}, + [489] = {.lex_state = 479}, + [490] = {.lex_state = 479}, + [491] = {.lex_state = 479}, + [492] = {.lex_state = 479}, + [493] = {.lex_state = 479}, + [494] = {.lex_state = 479}, + [495] = {.lex_state = 479}, + [496] = {.lex_state = 479}, + [497] = {.lex_state = 479}, + [498] = {.lex_state = 479}, + [499] = {.lex_state = 479}, + [500] = {.lex_state = 479}, + [501] = {.lex_state = 479}, + [502] = {.lex_state = 479}, + [503] = {.lex_state = 479}, + [504] = {.lex_state = 479}, + [505] = {.lex_state = 479}, + [506] = {.lex_state = 479}, + [507] = {.lex_state = 479}, + [508] = {.lex_state = 479}, + [509] = {.lex_state = 479}, + [510] = {.lex_state = 479}, + [511] = {.lex_state = 479}, + [512] = {.lex_state = 479}, + [513] = {.lex_state = 8}, + [514] = {.lex_state = 8}, + [515] = {.lex_state = 8}, + [516] = {.lex_state = 8}, + [517] = {.lex_state = 8}, + [518] = {.lex_state = 8}, + [519] = {.lex_state = 8}, + [520] = {.lex_state = 15}, + [521] = {.lex_state = 15}, + [522] = {.lex_state = 8}, + [523] = {.lex_state = 8}, + [524] = {.lex_state = 21}, + [525] = {.lex_state = 21}, + [526] = {.lex_state = 15}, + [527] = {.lex_state = 21}, + [528] = {.lex_state = 21}, + [529] = {.lex_state = 21}, + [530] = {.lex_state = 8}, + [531] = {.lex_state = 16}, + [532] = {.lex_state = 21}, + [533] = {.lex_state = 8}, + [534] = {.lex_state = 8}, + [535] = {.lex_state = 8}, + [536] = {.lex_state = 8}, + [537] = {.lex_state = 8}, + [538] = {.lex_state = 8}, + [539] = {.lex_state = 8}, + [540] = {.lex_state = 8}, + [541] = {.lex_state = 16}, + [542] = {.lex_state = 8}, + [543] = {.lex_state = 8}, + [544] = {.lex_state = 16}, + [545] = {.lex_state = 479}, + [546] = {.lex_state = 16}, + [547] = {.lex_state = 16}, + [548] = {.lex_state = 479}, + [549] = {.lex_state = 16}, + [550] = {.lex_state = 16}, + [551] = {.lex_state = 16}, + [552] = {.lex_state = 479}, + [553] = {.lex_state = 15}, + [554] = {.lex_state = 16}, + [555] = {.lex_state = 15}, + [556] = {.lex_state = 15}, + [557] = {.lex_state = 15}, + [558] = {.lex_state = 15}, + [559] = {.lex_state = 15}, + [560] = {.lex_state = 16}, + [561] = {.lex_state = 15}, + [562] = {.lex_state = 20}, + [563] = {.lex_state = 20}, + [564] = {.lex_state = 20}, + [565] = {.lex_state = 20}, + [566] = {.lex_state = 20}, + [567] = {.lex_state = 20}, + [568] = {.lex_state = 20}, + [569] = {.lex_state = 15}, + [570] = {.lex_state = 15}, + [571] = {.lex_state = 15}, + [572] = {.lex_state = 16}, + [573] = {.lex_state = 16}, + [574] = {.lex_state = 16}, + [575] = {.lex_state = 16}, + [576] = {.lex_state = 479}, + [577] = {.lex_state = 12}, + [578] = {.lex_state = 5}, + [579] = {.lex_state = 5}, + [580] = {.lex_state = 12}, + [581] = {.lex_state = 16}, + [582] = {.lex_state = 16}, + [583] = {.lex_state = 16}, + [584] = {.lex_state = 16}, + [585] = {.lex_state = 16}, + [586] = {.lex_state = 16}, + [587] = {.lex_state = 16}, + [588] = {.lex_state = 16}, + [589] = {.lex_state = 479}, + [590] = {.lex_state = 16}, + [591] = {.lex_state = 16}, + [592] = {.lex_state = 16}, + [593] = {.lex_state = 16}, + [594] = {.lex_state = 479}, + [595] = {.lex_state = 16}, + [596] = {.lex_state = 16}, + [597] = {.lex_state = 16}, + [598] = {.lex_state = 16}, + [599] = {.lex_state = 16}, + [600] = {.lex_state = 16}, + [601] = {.lex_state = 16}, + [602] = {.lex_state = 16}, + [603] = {.lex_state = 16}, + [604] = {.lex_state = 16}, + [605] = {.lex_state = 16}, + [606] = {.lex_state = 20}, + [607] = {.lex_state = 479}, + [608] = {.lex_state = 15}, + [609] = {.lex_state = 15}, + [610] = {.lex_state = 479}, + [611] = {.lex_state = 15}, + [612] = {.lex_state = 15}, + [613] = {.lex_state = 15}, + [614] = {.lex_state = 479}, + [615] = {.lex_state = 479}, + [616] = {.lex_state = 15}, + [617] = {.lex_state = 15}, + [618] = {.lex_state = 15}, + [619] = {.lex_state = 15}, + [620] = {.lex_state = 479}, + [621] = {.lex_state = 15}, + [622] = {.lex_state = 479}, + [623] = {.lex_state = 16}, + [624] = {.lex_state = 479}, + [625] = {.lex_state = 479}, + [626] = {.lex_state = 479}, + [627] = {.lex_state = 479}, + [628] = {.lex_state = 479}, + [629] = {.lex_state = 16}, + [630] = {.lex_state = 479}, + [631] = {.lex_state = 479}, + [632] = {.lex_state = 479}, + [633] = {.lex_state = 479}, + [634] = {.lex_state = 479}, + [635] = {.lex_state = 479}, + [636] = {.lex_state = 479}, + [637] = {.lex_state = 479}, + [638] = {.lex_state = 479}, + [639] = {.lex_state = 479}, + [640] = {.lex_state = 479}, + [641] = {.lex_state = 479}, + [642] = {.lex_state = 479}, + [643] = {.lex_state = 479}, + [644] = {.lex_state = 479}, + [645] = {.lex_state = 479}, + [646] = {.lex_state = 479}, + [647] = {.lex_state = 479}, + [648] = {.lex_state = 479}, + [649] = {.lex_state = 479}, + [650] = {.lex_state = 479}, + [651] = {.lex_state = 479}, + [652] = {.lex_state = 479}, + [653] = {.lex_state = 479}, + [654] = {.lex_state = 5}, + [655] = {.lex_state = 479}, + [656] = {.lex_state = 479}, + [657] = {.lex_state = 479}, + [658] = {.lex_state = 479}, + [659] = {.lex_state = 479}, + [660] = {.lex_state = 479}, + [661] = {.lex_state = 479}, + [662] = {.lex_state = 15}, + [663] = {.lex_state = 479}, + [664] = {.lex_state = 479}, + [665] = {.lex_state = 479}, + [666] = {.lex_state = 479}, + [667] = {.lex_state = 479}, + [668] = {.lex_state = 479}, + [669] = {.lex_state = 479}, + [670] = {.lex_state = 479}, + [671] = {.lex_state = 5}, + [672] = {.lex_state = 479}, + [673] = {.lex_state = 479}, + [674] = {.lex_state = 479}, + [675] = {.lex_state = 479}, + [676] = {.lex_state = 479}, + [677] = {.lex_state = 479}, + [678] = {.lex_state = 479}, + [679] = {.lex_state = 479}, + [680] = {.lex_state = 479}, + [681] = {.lex_state = 479}, + [682] = {.lex_state = 479}, + [683] = {.lex_state = 15}, + [684] = {.lex_state = 479}, + [685] = {.lex_state = 479}, + [686] = {.lex_state = 479}, + [687] = {.lex_state = 479}, + [688] = {.lex_state = 479}, + [689] = {.lex_state = 479}, + [690] = {.lex_state = 479}, + [691] = {.lex_state = 479}, + [692] = {.lex_state = 479}, + [693] = {.lex_state = 479}, + [694] = {.lex_state = 479}, + [695] = {.lex_state = 479}, + [696] = {.lex_state = 15}, + [697] = {.lex_state = 479}, + [698] = {.lex_state = 479}, + [699] = {.lex_state = 479}, + [700] = {.lex_state = 479}, + [701] = {.lex_state = 479}, + [702] = {.lex_state = 479}, + [703] = {.lex_state = 479}, + [704] = {.lex_state = 479}, + [705] = {.lex_state = 479}, + [706] = {.lex_state = 479}, + [707] = {.lex_state = 479}, + [708] = {.lex_state = 479}, + [709] = {.lex_state = 479}, + [710] = {.lex_state = 479}, + [711] = {.lex_state = 479}, + [712] = {.lex_state = 479}, + [713] = {.lex_state = 479}, + [714] = {.lex_state = 479}, + [715] = {.lex_state = 22}, + [716] = {.lex_state = 23}, + [717] = {.lex_state = 479}, + [718] = {.lex_state = 479}, + [719] = {.lex_state = 479}, + [720] = {.lex_state = 5}, + [721] = {.lex_state = 23}, + [722] = {.lex_state = 5}, + [723] = {.lex_state = 479}, + [724] = {.lex_state = 479}, + [725] = {.lex_state = 479}, + [726] = {.lex_state = 479}, + [727] = {.lex_state = 479}, + [728] = {.lex_state = 22}, + [729] = {.lex_state = 479}, + [730] = {.lex_state = 479}, + [731] = {.lex_state = 479}, + [732] = {.lex_state = 479}, + [733] = {.lex_state = 479}, + [734] = {.lex_state = 8}, + [735] = {.lex_state = 479}, + [736] = {.lex_state = 5}, + [737] = {.lex_state = 479}, + [738] = {.lex_state = 5}, + [739] = {.lex_state = 479}, + [740] = {.lex_state = 6}, + [741] = {.lex_state = 479}, + [742] = {.lex_state = 479}, + [743] = {.lex_state = 479}, + [744] = {.lex_state = 479}, + [745] = {.lex_state = 479}, + [746] = {.lex_state = 479}, + [747] = {.lex_state = 479}, + [748] = {.lex_state = 479}, + [749] = {.lex_state = 479}, + [750] = {.lex_state = 479}, + [751] = {.lex_state = 5}, + [752] = {.lex_state = 5}, + [753] = {.lex_state = 479}, + [754] = {.lex_state = 479}, + [755] = {.lex_state = 479}, + [756] = {.lex_state = 479}, + [757] = {.lex_state = 479}, + [758] = {.lex_state = 479}, + [759] = {.lex_state = 479}, + [760] = {.lex_state = 479}, + [761] = {.lex_state = 5}, + [762] = {.lex_state = 479}, + [763] = {.lex_state = 479}, + [764] = {.lex_state = 479}, + [765] = {.lex_state = 479}, + [766] = {.lex_state = 479}, + [767] = {.lex_state = 2}, + [768] = {.lex_state = 479}, + [769] = {.lex_state = 479}, + [770] = {.lex_state = 479}, + [771] = {.lex_state = 479}, + [772] = {.lex_state = 479}, + [773] = {.lex_state = 479}, + [774] = {.lex_state = 479}, + [775] = {.lex_state = 479}, + [776] = {.lex_state = 479}, + [777] = {.lex_state = 479}, + [778] = {.lex_state = 479}, + [779] = {.lex_state = 5}, + [780] = {.lex_state = 479}, + [781] = {.lex_state = 479}, + [782] = {.lex_state = 479}, + [783] = {.lex_state = 479}, + [784] = {.lex_state = 479}, + [785] = {.lex_state = 479}, + [786] = {.lex_state = 479}, + [787] = {.lex_state = 479}, + [788] = {.lex_state = 479}, + [789] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -6818,6 +7004,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(1), [aux_sym_variable_identifier_token1] = ACTIONS(1), [anon_sym_0] = ACTIONS(1), + [anon_sym_DQUOTE] = ACTIONS(1), + [aux_sym_string_literal_token3] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), @@ -6842,74 +7030,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK] = ACTIONS(1), }, [1] = { - [sym_source_file] = STATE(774), + [sym_source_file] = STATE(787), [sym_comment] = STATE(1), - [sym_program_declaration] = STATE(773), - [sym_import_declaration] = STATE(641), - [aux_sym_source_file_repeat1] = STATE(567), + [sym_program_declaration] = STATE(786), + [sym_import_declaration] = STATE(699), + [aux_sym_source_file_repeat1] = STATE(576), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_import] = ACTIONS(5), [anon_sym_program] = ACTIONS(7), }, [2] = { [sym_comment] = STATE(2), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(202), - [sym_ternary_expression] = STATE(259), - [sym_block] = STATE(182), - [sym_return_statement] = STATE(182), - [sym_expression_statement] = STATE(182), - [sym_variable_declaration] = STATE(182), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(203), + [sym_ternary_expression] = STATE(262), + [sym_block] = STATE(187), + [sym_return_statement] = STATE(187), + [sym_expression_statement] = STATE(187), + [sym_variable_declaration] = STATE(187), [sym_branch] = STATE(177), - [sym_conditional_statement] = STATE(182), - [sym_loop_statement] = STATE(182), - [sym_assignment_statement] = STATE(182), - [sym_assert_statement] = STATE(182), - [sym_assert_call] = STATE(736), - [sym_assert_equal_call] = STATE(736), - [sym_assert_not_equal_call] = STATE(736), - [aux_sym_block_repeat1] = STATE(5), + [sym_conditional_statement] = STATE(187), + [sym_loop_statement] = STATE(187), + [sym_assignment_statement] = STATE(187), + [sym_assert_statement] = STATE(187), + [sym_assert_call] = STATE(770), + [sym_assert_equal_call] = STATE(770), + [sym_assert_not_equal_call] = STATE(770), + [aux_sym_block_repeat1] = STATE(4), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -6945,73 +7134,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LBRACE] = ACTIONS(65), - [anon_sym_RBRACE] = ACTIONS(67), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [anon_sym_LBRACE] = ACTIONS(67), + [anon_sym_RBRACE] = ACTIONS(69), + [sym_signature_type] = ACTIONS(71), }, [3] = { [sym_comment] = STATE(3), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(202), - [sym_ternary_expression] = STATE(259), - [sym_block] = STATE(182), - [sym_return_statement] = STATE(182), - [sym_expression_statement] = STATE(182), - [sym_variable_declaration] = STATE(182), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(203), + [sym_ternary_expression] = STATE(262), + [sym_block] = STATE(187), + [sym_return_statement] = STATE(187), + [sym_expression_statement] = STATE(187), + [sym_variable_declaration] = STATE(187), [sym_branch] = STATE(177), - [sym_conditional_statement] = STATE(182), - [sym_loop_statement] = STATE(182), - [sym_assignment_statement] = STATE(182), - [sym_assert_statement] = STATE(182), - [sym_assert_call] = STATE(736), - [sym_assert_equal_call] = STATE(736), - [sym_assert_not_equal_call] = STATE(736), - [aux_sym_block_repeat1] = STATE(5), + [sym_conditional_statement] = STATE(187), + [sym_loop_statement] = STATE(187), + [sym_assignment_statement] = STATE(187), + [sym_assert_statement] = STATE(187), + [sym_assert_call] = STATE(770), + [sym_assert_equal_call] = STATE(770), + [sym_assert_not_equal_call] = STATE(770), + [aux_sym_block_repeat1] = STATE(2), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -7047,175 +7238,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LBRACE] = ACTIONS(65), - [anon_sym_RBRACE] = ACTIONS(71), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [anon_sym_LBRACE] = ACTIONS(67), + [anon_sym_RBRACE] = ACTIONS(73), + [sym_signature_type] = ACTIONS(71), }, [4] = { [sym_comment] = STATE(4), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(202), - [sym_ternary_expression] = STATE(259), - [sym_block] = STATE(182), - [sym_return_statement] = STATE(182), - [sym_expression_statement] = STATE(182), - [sym_variable_declaration] = STATE(182), - [sym_branch] = STATE(177), - [sym_conditional_statement] = STATE(182), - [sym_loop_statement] = STATE(182), - [sym_assignment_statement] = STATE(182), - [sym_assert_statement] = STATE(182), - [sym_assert_call] = STATE(736), - [sym_assert_equal_call] = STATE(736), - [sym_assert_not_equal_call] = STATE(736), - [aux_sym_block_repeat1] = STATE(3), - [aux_sym_comment_token1] = ACTIONS(3), - [anon_sym_Future] = ACTIONS(9), - [anon_sym_address] = ACTIONS(11), - [anon_sym_assert] = ACTIONS(13), - [anon_sym_assert_eq] = ACTIONS(15), - [anon_sym_assert_neq] = ACTIONS(17), - [anon_sym_block] = ACTIONS(19), - [anon_sym_bool] = ACTIONS(21), - [anon_sym_console] = ACTIONS(23), - [anon_sym_field] = ACTIONS(25), - [anon_sym_for] = ACTIONS(27), - [anon_sym_group] = ACTIONS(29), - [anon_sym_i128] = ACTIONS(31), - [anon_sym_i16] = ACTIONS(31), - [anon_sym_i32] = ACTIONS(31), - [anon_sym_i64] = ACTIONS(31), - [anon_sym_i8] = ACTIONS(31), - [anon_sym_if] = ACTIONS(33), - [anon_sym_let] = ACTIONS(35), - [anon_sym_return] = ACTIONS(37), - [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), - [anon_sym_string] = ACTIONS(43), - [anon_sym_u128] = ACTIONS(45), - [anon_sym_u16] = ACTIONS(45), - [anon_sym_u32] = ACTIONS(45), - [anon_sym_u64] = ACTIONS(45), - [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LBRACE] = ACTIONS(65), - [anon_sym_RBRACE] = ACTIONS(73), - [sym_signature_type] = ACTIONS(69), - }, - [5] = { - [sym_comment] = STATE(5), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(202), - [sym_ternary_expression] = STATE(259), - [sym_block] = STATE(182), - [sym_return_statement] = STATE(182), - [sym_expression_statement] = STATE(182), - [sym_variable_declaration] = STATE(182), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(203), + [sym_ternary_expression] = STATE(262), + [sym_block] = STATE(187), + [sym_return_statement] = STATE(187), + [sym_expression_statement] = STATE(187), + [sym_variable_declaration] = STATE(187), [sym_branch] = STATE(177), - [sym_conditional_statement] = STATE(182), - [sym_loop_statement] = STATE(182), - [sym_assignment_statement] = STATE(182), - [sym_assert_statement] = STATE(182), - [sym_assert_call] = STATE(736), - [sym_assert_equal_call] = STATE(736), - [sym_assert_not_equal_call] = STATE(736), - [aux_sym_block_repeat1] = STATE(5), + [sym_conditional_statement] = STATE(187), + [sym_loop_statement] = STATE(187), + [sym_assignment_statement] = STATE(187), + [sym_assert_statement] = STATE(187), + [sym_assert_call] = STATE(770), + [sym_assert_equal_call] = STATE(770), + [sym_assert_not_equal_call] = STATE(770), + [aux_sym_block_repeat1] = STATE(4), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(75), [anon_sym_address] = ACTIONS(78), @@ -7251,73 +7342,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(141), [anon_sym_aleo1] = ACTIONS(144), [anon_sym_sign] = ACTIONS(147), - [anon_sym_BANG] = ACTIONS(150), - [anon_sym_DASH] = ACTIONS(150), - [anon_sym_LPAREN] = ACTIONS(153), - [anon_sym_LBRACK] = ACTIONS(156), - [anon_sym_LBRACE] = ACTIONS(159), - [anon_sym_RBRACE] = ACTIONS(162), - [sym_signature_type] = ACTIONS(164), + [anon_sym_DQUOTE] = ACTIONS(150), + [anon_sym_BANG] = ACTIONS(153), + [anon_sym_DASH] = ACTIONS(153), + [anon_sym_LPAREN] = ACTIONS(156), + [anon_sym_LBRACK] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(162), + [anon_sym_RBRACE] = ACTIONS(165), + [sym_signature_type] = ACTIONS(167), }, - [6] = { - [sym_comment] = STATE(6), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [5] = { + [sym_comment] = STATE(5), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(202), - [sym_ternary_expression] = STATE(259), - [sym_block] = STATE(182), - [sym_return_statement] = STATE(182), - [sym_expression_statement] = STATE(182), - [sym_variable_declaration] = STATE(182), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(203), + [sym_ternary_expression] = STATE(262), + [sym_block] = STATE(187), + [sym_return_statement] = STATE(187), + [sym_expression_statement] = STATE(187), + [sym_variable_declaration] = STATE(187), [sym_branch] = STATE(177), - [sym_conditional_statement] = STATE(182), - [sym_loop_statement] = STATE(182), - [sym_assignment_statement] = STATE(182), - [sym_assert_statement] = STATE(182), - [sym_assert_call] = STATE(736), - [sym_assert_equal_call] = STATE(736), - [sym_assert_not_equal_call] = STATE(736), - [aux_sym_block_repeat1] = STATE(7), + [sym_conditional_statement] = STATE(187), + [sym_loop_statement] = STATE(187), + [sym_assignment_statement] = STATE(187), + [sym_assert_statement] = STATE(187), + [sym_assert_call] = STATE(770), + [sym_assert_equal_call] = STATE(770), + [sym_assert_not_equal_call] = STATE(770), + [aux_sym_block_repeat1] = STATE(4), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -7353,72 +7446,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LBRACE] = ACTIONS(65), - [anon_sym_RBRACE] = ACTIONS(167), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [anon_sym_LBRACE] = ACTIONS(67), + [anon_sym_RBRACE] = ACTIONS(170), + [sym_signature_type] = ACTIONS(71), }, - [7] = { - [sym_comment] = STATE(7), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [6] = { + [sym_comment] = STATE(6), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(202), - [sym_ternary_expression] = STATE(259), - [sym_block] = STATE(182), - [sym_return_statement] = STATE(182), - [sym_expression_statement] = STATE(182), - [sym_variable_declaration] = STATE(182), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(203), + [sym_ternary_expression] = STATE(262), + [sym_block] = STATE(187), + [sym_return_statement] = STATE(187), + [sym_expression_statement] = STATE(187), + [sym_variable_declaration] = STATE(187), [sym_branch] = STATE(177), - [sym_conditional_statement] = STATE(182), - [sym_loop_statement] = STATE(182), - [sym_assignment_statement] = STATE(182), - [sym_assert_statement] = STATE(182), - [sym_assert_call] = STATE(736), - [sym_assert_equal_call] = STATE(736), - [sym_assert_not_equal_call] = STATE(736), + [sym_conditional_statement] = STATE(187), + [sym_loop_statement] = STATE(187), + [sym_assignment_statement] = STATE(187), + [sym_assert_statement] = STATE(187), + [sym_assert_call] = STATE(770), + [sym_assert_equal_call] = STATE(770), + [sym_assert_not_equal_call] = STATE(770), [aux_sym_block_repeat1] = STATE(5), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), @@ -7455,73 +7550,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LBRACE] = ACTIONS(65), - [anon_sym_RBRACE] = ACTIONS(169), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [anon_sym_LBRACE] = ACTIONS(67), + [anon_sym_RBRACE] = ACTIONS(172), + [sym_signature_type] = ACTIONS(71), + }, + [7] = { + [sym_comment] = STATE(7), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(203), + [sym_ternary_expression] = STATE(262), + [sym_block] = STATE(187), + [sym_return_statement] = STATE(187), + [sym_expression_statement] = STATE(187), + [sym_variable_declaration] = STATE(187), + [sym_branch] = STATE(177), + [sym_conditional_statement] = STATE(187), + [sym_loop_statement] = STATE(187), + [sym_assignment_statement] = STATE(187), + [sym_assert_statement] = STATE(187), + [sym_assert_call] = STATE(770), + [sym_assert_equal_call] = STATE(770), + [sym_assert_not_equal_call] = STATE(770), + [aux_sym_block_repeat1] = STATE(4), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_Future] = ACTIONS(9), + [anon_sym_address] = ACTIONS(11), + [anon_sym_assert] = ACTIONS(13), + [anon_sym_assert_eq] = ACTIONS(15), + [anon_sym_assert_neq] = ACTIONS(17), + [anon_sym_block] = ACTIONS(19), + [anon_sym_bool] = ACTIONS(21), + [anon_sym_console] = ACTIONS(23), + [anon_sym_field] = ACTIONS(25), + [anon_sym_for] = ACTIONS(27), + [anon_sym_group] = ACTIONS(29), + [anon_sym_i128] = ACTIONS(31), + [anon_sym_i16] = ACTIONS(31), + [anon_sym_i32] = ACTIONS(31), + [anon_sym_i64] = ACTIONS(31), + [anon_sym_i8] = ACTIONS(31), + [anon_sym_if] = ACTIONS(33), + [anon_sym_let] = ACTIONS(35), + [anon_sym_return] = ACTIONS(37), + [anon_sym_scalar] = ACTIONS(39), + [anon_sym_self] = ACTIONS(41), + [anon_sym_string] = ACTIONS(43), + [anon_sym_u128] = ACTIONS(45), + [anon_sym_u16] = ACTIONS(45), + [anon_sym_u32] = ACTIONS(45), + [anon_sym_u64] = ACTIONS(45), + [anon_sym_u8] = ACTIONS(45), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [anon_sym_LBRACE] = ACTIONS(67), + [anon_sym_RBRACE] = ACTIONS(174), + [sym_signature_type] = ACTIONS(71), }, [8] = { [sym_comment] = STATE(8), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(202), - [sym_ternary_expression] = STATE(259), - [sym_block] = STATE(182), - [sym_return_statement] = STATE(182), - [sym_expression_statement] = STATE(182), - [sym_variable_declaration] = STATE(182), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(203), + [sym_ternary_expression] = STATE(262), + [sym_block] = STATE(187), + [sym_return_statement] = STATE(187), + [sym_expression_statement] = STATE(187), + [sym_variable_declaration] = STATE(187), [sym_branch] = STATE(177), - [sym_conditional_statement] = STATE(182), - [sym_loop_statement] = STATE(182), - [sym_assignment_statement] = STATE(182), - [sym_assert_statement] = STATE(182), - [sym_assert_call] = STATE(736), - [sym_assert_equal_call] = STATE(736), - [sym_assert_not_equal_call] = STATE(736), - [aux_sym_block_repeat1] = STATE(2), + [sym_conditional_statement] = STATE(187), + [sym_loop_statement] = STATE(187), + [sym_assignment_statement] = STATE(187), + [sym_assert_statement] = STATE(187), + [sym_assert_call] = STATE(770), + [sym_assert_equal_call] = STATE(770), + [sym_assert_not_equal_call] = STATE(770), + [aux_sym_block_repeat1] = STATE(7), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -7557,65 +7758,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LBRACE] = ACTIONS(65), - [anon_sym_RBRACE] = ACTIONS(171), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [anon_sym_LBRACE] = ACTIONS(67), + [anon_sym_RBRACE] = ACTIONS(176), + [sym_signature_type] = ACTIONS(71), }, [9] = { [sym_comment] = STATE(9), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_group_coordinate] = STATE(717), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(343), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_group_coordinate] = STATE(769), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(347), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -7625,80 +7828,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [anon_sym__] = ACTIONS(179), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(183), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(179), - [anon_sym_DASH] = ACTIONS(193), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(197), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [anon_sym__] = ACTIONS(184), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(188), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_PLUS] = ACTIONS(184), + [anon_sym_DASH] = ACTIONS(200), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(204), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [10] = { [sym_comment] = STATE(10), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_group_coordinate] = STATE(772), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(342), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_group_coordinate] = STATE(785), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(350), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -7708,79 +7913,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [anon_sym__] = ACTIONS(179), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(183), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(179), - [anon_sym_DASH] = ACTIONS(193), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(201), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [anon_sym__] = ACTIONS(184), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(188), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_PLUS] = ACTIONS(184), + [anon_sym_DASH] = ACTIONS(200), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(208), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [11] = { [sym_comment] = STATE(11), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(378), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(368), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -7790,78 +7997,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), - [anon_sym_then] = ACTIONS(203), + [anon_sym_then] = ACTIONS(210), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [anon_sym_SEMI] = ACTIONS(213), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [anon_sym_SEMI] = ACTIONS(220), + [sym_signature_type] = ACTIONS(71), }, [12] = { [sym_comment] = STATE(12), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(345), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(407), + [sym_ternary_expression] = STATE(319), + [sym_if_conditional] = STATE(659), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -7871,77 +8081,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [13] = { [sym_comment] = STATE(13), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(346), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(351), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -7951,77 +8162,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(217), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(224), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [14] = { [sym_comment] = STATE(14), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(370), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(346), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8031,77 +8244,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_EQ] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(226), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [15] = { [sym_comment] = STATE(15), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(344), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(346), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8111,77 +8326,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(223), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(228), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [16] = { [sym_comment] = STATE(16), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(345), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(346), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8191,77 +8408,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(225), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(230), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [17] = { [sym_comment] = STATE(17), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(345), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(346), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8271,77 +8490,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(227), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(232), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [18] = { [sym_comment] = STATE(18), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(345), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(352), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8351,77 +8572,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(229), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_EQ] = ACTIONS(234), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [19] = { [sym_comment] = STATE(19), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(377), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(373), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8431,77 +8654,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(231), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [anon_sym_COMMA] = ACTIONS(233), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(236), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [anon_sym_COMMA] = ACTIONS(238), + [sym_signature_type] = ACTIONS(71), }, [20] = { [sym_comment] = STATE(20), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(345), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(349), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8511,78 +8736,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(235), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(240), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [21] = { [sym_comment] = STATE(21), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(409), - [sym_ternary_expression] = STATE(315), - [sym_if_conditional] = STATE(652), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(346), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8592,76 +8818,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(242), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [22] = { [sym_comment] = STATE(22), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(345), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(346), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8671,77 +8900,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_RPAREN] = ACTIONS(237), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RPAREN] = ACTIONS(244), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [23] = { [sym_comment] = STATE(23), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(387), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(234), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8751,76 +8982,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [24] = { [sym_comment] = STATE(24), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(323), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(248), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8830,76 +9063,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [25] = { [sym_comment] = STATE(25), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(351), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(366), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8909,76 +9144,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [26] = { [sym_comment] = STATE(26), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(391), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(410), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -8988,76 +9225,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [27] = { [sym_comment] = STATE(27), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(361), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(409), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9067,76 +9306,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [28] = { [sym_comment] = STATE(28), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(410), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(405), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9146,76 +9387,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [29] = { [sym_comment] = STATE(29), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(216), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(387), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9225,76 +9468,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [30] = { [sym_comment] = STATE(30), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(389), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(402), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9304,76 +9549,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [31] = { [sym_comment] = STATE(31), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(396), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(225), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9383,76 +9630,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [32] = { [sym_comment] = STATE(32), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(348), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(399), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9462,76 +9711,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [33] = { [sym_comment] = STATE(33), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(394), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(230), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9541,76 +9792,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [34] = { [sym_comment] = STATE(34), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(405), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(231), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9620,76 +9873,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [35] = { [sym_comment] = STATE(35), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(400), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(398), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9699,76 +9954,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [36] = { [sym_comment] = STATE(36), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(399), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(395), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9778,76 +10035,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [37] = { [sym_comment] = STATE(37), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(350), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(363), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9857,76 +10116,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [38] = { [sym_comment] = STATE(38), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(395), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(237), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -9936,76 +10197,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [39] = { [sym_comment] = STATE(39), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(388), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(253), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10015,76 +10278,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [40] = { [sym_comment] = STATE(40), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(402), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(256), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10094,76 +10359,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [41] = { [sym_comment] = STATE(41), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(386), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(258), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10173,76 +10440,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [42] = { [sym_comment] = STATE(42), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(390), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(393), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10252,76 +10521,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [43] = { [sym_comment] = STATE(43), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(318), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(325), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10331,76 +10602,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [44] = { [sym_comment] = STATE(44), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(324), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(329), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10410,76 +10683,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [45] = { [sym_comment] = STATE(45), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(325), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(370), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10489,76 +10764,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [46] = { [sym_comment] = STATE(46), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(366), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(346), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10568,76 +10845,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [47] = { [sym_comment] = STATE(47), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(373), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(369), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10647,76 +10926,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [48] = { [sym_comment] = STATE(48), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(355), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(330), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10726,76 +11007,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [49] = { [sym_comment] = STATE(49), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(326), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(328), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10805,76 +11088,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [50] = { [sym_comment] = STATE(50), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(327), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(337), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10884,76 +11169,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [51] = { [sym_comment] = STATE(51), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(328), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(333), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -10963,76 +11250,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [52] = { [sym_comment] = STATE(52), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(329), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(339), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11042,76 +11331,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [53] = { [sym_comment] = STATE(53), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(330), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(343), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11121,76 +11412,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [54] = { [sym_comment] = STATE(54), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(332), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(342), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11200,76 +11493,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [55] = { [sym_comment] = STATE(55), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(322), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(341), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11279,76 +11574,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [56] = { [sym_comment] = STATE(56), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(339), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(340), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11358,76 +11655,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [57] = { [sym_comment] = STATE(57), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(319), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(392), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11437,76 +11736,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [58] = { [sym_comment] = STATE(58), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(333), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(338), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11516,76 +11817,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [59] = { [sym_comment] = STATE(59), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(338), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(257), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11595,76 +11898,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [60] = { [sym_comment] = STATE(60), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(380), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(336), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11674,76 +11979,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [61] = { [sym_comment] = STATE(61), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(340), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(335), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11753,76 +12060,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [62] = { [sym_comment] = STATE(62), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(336), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(323), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11832,76 +12141,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [63] = { [sym_comment] = STATE(63), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(335), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(403), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11911,76 +12222,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [64] = { [sym_comment] = STATE(64), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(385), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(362), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -11990,76 +12303,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [65] = { [sym_comment] = STATE(65), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(375), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(255), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12069,76 +12384,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [66] = { [sym_comment] = STATE(66), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(349), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(388), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12148,76 +12465,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [67] = { [sym_comment] = STATE(67), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(353), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(391), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12227,76 +12546,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [68] = { [sym_comment] = STATE(68), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(367), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(389), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12306,76 +12627,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [69] = { [sym_comment] = STATE(69), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(345), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(254), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12385,76 +12708,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [70] = { [sym_comment] = STATE(70), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(334), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(332), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12464,76 +12789,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [71] = { [sym_comment] = STATE(71), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(379), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(397), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12543,76 +12870,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [72] = { [sym_comment] = STATE(72), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(403), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(252), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12622,76 +12951,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [73] = { [sym_comment] = STATE(73), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(321), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(322), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12701,76 +13032,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [74] = { [sym_comment] = STATE(74), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(352), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(251), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12780,76 +13113,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [75] = { [sym_comment] = STATE(75), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(383), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(401), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12859,76 +13194,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [76] = { [sym_comment] = STATE(76), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(369), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(390), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -12938,76 +13275,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [77] = { [sym_comment] = STATE(77), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(225), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(411), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13017,76 +13356,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [78] = { [sym_comment] = STATE(78), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(372), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(361), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13096,76 +13437,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [79] = { [sym_comment] = STATE(79), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(320), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(331), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13175,76 +13518,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [80] = { [sym_comment] = STATE(80), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(397), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(324), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13254,76 +13599,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [81] = { [sym_comment] = STATE(81), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(393), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(386), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13333,76 +13680,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [82] = { [sym_comment] = STATE(82), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(398), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(326), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13412,76 +13761,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [83] = { [sym_comment] = STATE(83), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(226), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(400), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13491,72 +13842,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [84] = { [sym_comment] = STATE(84), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(229), - [sym_ternary_expression] = STATE(259), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(222), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -13584,58 +13937,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [85] = { [sym_comment] = STATE(85), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(230), - [sym_ternary_expression] = STATE(259), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(247), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -13663,62 +14018,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [86] = { [sym_comment] = STATE(86), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(231), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(408), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13728,76 +14085,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [87] = { [sym_comment] = STATE(87), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(232), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(406), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13807,76 +14166,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [88] = { [sym_comment] = STATE(88), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(233), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(374), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13886,76 +14247,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [89] = { [sym_comment] = STATE(89), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(234), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(394), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -13965,76 +14328,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [90] = { [sym_comment] = STATE(90), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(213), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(360), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14044,76 +14409,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [91] = { [sym_comment] = STATE(91), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(368), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(375), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14123,76 +14490,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [92] = { [sym_comment] = STATE(92), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(235), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(404), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14202,76 +14571,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [93] = { [sym_comment] = STATE(93), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(236), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(353), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14281,72 +14652,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [94] = { [sym_comment] = STATE(94), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(237), - [sym_ternary_expression] = STATE(259), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(215), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -14374,58 +14747,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [95] = { [sym_comment] = STATE(95), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(238), - [sym_ternary_expression] = STATE(259), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(246), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -14453,62 +14828,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [96] = { [sym_comment] = STATE(96), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(239), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(380), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14518,72 +14895,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [97] = { [sym_comment] = STATE(97), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(687), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(241), - [sym_ternary_expression] = STATE(259), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(209), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), @@ -14611,62 +14990,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(53), [anon_sym_aleo1] = ACTIONS(55), [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [98] = { [sym_comment] = STATE(98), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(242), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(385), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14676,76 +15057,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [99] = { [sym_comment] = STATE(99), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(244), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(384), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14755,76 +15138,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [100] = { [sym_comment] = STATE(100), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(245), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(383), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14834,76 +15219,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [101] = { [sym_comment] = STATE(101), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(371), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(413), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14913,76 +15300,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [102] = { [sym_comment] = STATE(102), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(247), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(371), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -14992,76 +15381,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [103] = { [sym_comment] = STATE(103), - [sym_constant_identifier] = STATE(196), - [sym_variable_identifier] = STATE(196), - [sym_identifier] = STATE(605), - [sym_unsigned_literal] = STATE(254), - [sym_signed_literal] = STATE(254), - [sym_field_literal] = STATE(254), - [sym_product_group_literal] = STATE(254), - [sym_scalar_literal] = STATE(254), - [sym_boolean_literal] = STATE(254), - [sym_address_literal] = STATE(254), - [sym_signature_literal] = STATE(254), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(665), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(733), - [sym_affine_group_literal] = STATE(254), - [sym_variable] = STATE(254), - [sym_associated_constant] = STATE(254), - [sym_free_function_call] = STATE(254), - [sym_associated_function_call] = STATE(254), - [sym_unit_expression] = STATE(254), - [sym_tuple_expression] = STATE(254), - [sym_array_expression] = STATE(254), - [sym_struct_expression] = STATE(254), - [sym_self_caller] = STATE(254), - [sym_self_signer] = STATE(254), - [sym_block_height] = STATE(254), - [sym__postfix_expression] = STATE(735), - [sym_tuple_component_expression] = STATE(254), - [sym_struct_component_expression] = STATE(254), - [sym_method_call] = STATE(254), - [sym_parenthesized_expression] = STATE(260), - [sym__expression] = STATE(248), - [sym_ternary_expression] = STATE(259), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(377), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(19), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15071,76 +15462,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(41), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(47), - [aux_sym_variable_identifier_token1] = ACTIONS(49), - [sym__numeral] = ACTIONS(51), - [anon_sym_true] = ACTIONS(53), - [anon_sym_false] = ACTIONS(53), - [anon_sym_aleo1] = ACTIONS(55), - [anon_sym_sign] = ACTIONS(57), - [anon_sym_BANG] = ACTIONS(59), - [anon_sym_DASH] = ACTIONS(59), - [anon_sym_LPAREN] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [104] = { [sym_comment] = STATE(104), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(392), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(354), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15150,76 +15543,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [105] = { [sym_comment] = STATE(105), - [sym_constant_identifier] = STATE(347), - [sym_variable_identifier] = STATE(347), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(401), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(372), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15229,76 +15624,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [106] = { [sym_comment] = STATE(106), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(404), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(412), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15308,76 +15705,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [107] = { [sym_comment] = STATE(107), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(364), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(327), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15387,76 +15786,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [108] = { [sym_comment] = STATE(108), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(408), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(355), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15466,76 +15867,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [109] = { [sym_comment] = STATE(109), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(365), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(219), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15545,76 +15948,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [110] = { [sym_comment] = STATE(110), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(357), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(356), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15624,76 +16029,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [111] = { [sym_comment] = STATE(111), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), + [sym_constant_identifier] = STATE(198), + [sym_variable_identifier] = STATE(198), + [sym_identifier] = STATE(610), + [sym_unsigned_literal] = STATE(233), + [sym_signed_literal] = STATE(233), + [sym_field_literal] = STATE(233), + [sym_product_group_literal] = STATE(233), + [sym_scalar_literal] = STATE(233), + [sym_boolean_literal] = STATE(233), + [sym_address_literal] = STATE(233), + [sym_signature_literal] = STATE(233), + [sym_string_literal] = STATE(233), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(363), - [sym_ternary_expression] = STATE(315), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(732), + [sym_affine_group_literal] = STATE(233), + [sym_variable] = STATE(233), + [sym_associated_constant] = STATE(233), + [sym_free_function_call] = STATE(233), + [sym_associated_function_call] = STATE(233), + [sym_unit_expression] = STATE(233), + [sym_tuple_expression] = STATE(233), + [sym_array_expression] = STATE(233), + [sym_struct_expression] = STATE(233), + [sym_self_caller] = STATE(233), + [sym_self_signer] = STATE(233), + [sym_block_height] = STATE(233), + [sym__postfix_expression] = STATE(735), + [sym_tuple_component_expression] = STATE(233), + [sym_struct_component_expression] = STATE(233), + [sym_method_call] = STATE(233), + [sym_parenthesized_expression] = STATE(261), + [sym__expression] = STATE(235), + [sym_ternary_expression] = STATE(262), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(19), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15703,76 +16110,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(41), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(47), + [aux_sym_variable_identifier_token1] = ACTIONS(49), + [sym__numeral] = ACTIONS(51), + [anon_sym_true] = ACTIONS(53), + [anon_sym_false] = ACTIONS(53), + [anon_sym_aleo1] = ACTIONS(55), + [anon_sym_sign] = ACTIONS(57), + [anon_sym_DQUOTE] = ACTIONS(59), + [anon_sym_BANG] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_LBRACK] = ACTIONS(65), + [sym_signature_type] = ACTIONS(71), }, [112] = { [sym_comment] = STATE(112), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(406), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(348), + [sym_variable_identifier] = STATE(348), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(378), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15782,76 +16191,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(222), + [anon_sym_DASH] = ACTIONS(222), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [113] = { [sym_comment] = STATE(113), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(407), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(357), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15861,76 +16272,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [114] = { [sym_comment] = STATE(114), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(411), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(358), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -15940,76 +16353,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [115] = { [sym_comment] = STATE(115), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(360), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(364), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16019,76 +16434,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [116] = { [sym_comment] = STATE(116), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(359), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(396), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16098,76 +16515,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [117] = { [sym_comment] = STATE(117), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(358), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(379), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16177,76 +16596,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [118] = { [sym_comment] = STATE(118), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(374), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(367), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16256,76 +16677,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [119] = { [sym_comment] = STATE(119), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), [sym__expression] = STATE(381), - [sym_ternary_expression] = STATE(315), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16335,76 +16758,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [120] = { [sym_comment] = STATE(120), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(384), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(365), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16414,76 +16839,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [121] = { [sym_comment] = STATE(121), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(701), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(702), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(376), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(382), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16493,76 +16920,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(177), - [aux_sym_variable_identifier_token1] = ACTIONS(181), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [122] = { [sym_comment] = STATE(122), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(356), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(376), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16572,76 +17001,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [123] = { [sym_comment] = STATE(123), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(354), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(707), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(708), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(415), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16651,76 +17082,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(182), + [aux_sym_variable_identifier_token1] = ACTIONS(186), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_DASH] = ACTIONS(198), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, [124] = { [sym_comment] = STATE(124), - [sym_constant_identifier] = STATE(270), - [sym_variable_identifier] = STATE(270), - [sym_identifier] = STATE(602), - [sym_unsigned_literal] = STATE(297), - [sym_signed_literal] = STATE(297), - [sym_field_literal] = STATE(297), - [sym_product_group_literal] = STATE(297), - [sym_scalar_literal] = STATE(297), - [sym_boolean_literal] = STATE(297), - [sym_address_literal] = STATE(297), - [sym_signature_literal] = STATE(297), - [sym_program_name_literal] = STATE(767), - [sym_program_id] = STATE(704), - [sym_locator] = STATE(687), - [sym_unsigned_type] = STATE(732), - [sym_signed_type] = STATE(732), - [sym_integer_type] = STATE(754), - [sym_field_type] = STATE(754), - [sym_group_type] = STATE(754), - [sym_scalar_type] = STATE(754), - [sym_boolean_type] = STATE(754), - [sym_address_type] = STATE(754), - [sym_string_type] = STATE(754), - [sym_untyped_future_type] = STATE(754), - [sym_named_type] = STATE(758), - [sym_affine_group_literal] = STATE(297), - [sym_variable] = STATE(297), - [sym_associated_constant] = STATE(297), - [sym_free_function_call] = STATE(297), - [sym_associated_function_call] = STATE(297), - [sym_unit_expression] = STATE(297), - [sym_tuple_expression] = STATE(297), - [sym_array_expression] = STATE(297), - [sym_struct_expression] = STATE(297), - [sym_self_caller] = STATE(297), - [sym_self_signer] = STATE(297), - [sym_block_height] = STATE(297), - [sym__postfix_expression] = STATE(759), - [sym_tuple_component_expression] = STATE(297), - [sym_struct_component_expression] = STATE(297), - [sym_method_call] = STATE(297), - [sym_parenthesized_expression] = STATE(316), - [sym__expression] = STATE(362), - [sym_ternary_expression] = STATE(315), + [sym_constant_identifier] = STATE(278), + [sym_variable_identifier] = STATE(278), + [sym_identifier] = STATE(614), + [sym_unsigned_literal] = STATE(282), + [sym_signed_literal] = STATE(282), + [sym_field_literal] = STATE(282), + [sym_product_group_literal] = STATE(282), + [sym_scalar_literal] = STATE(282), + [sym_boolean_literal] = STATE(282), + [sym_address_literal] = STATE(282), + [sym_signature_literal] = STATE(282), + [sym_string_literal] = STATE(282), + [sym_program_name_literal] = STATE(780), + [sym_program_id] = STATE(724), + [sym_locator] = STATE(704), + [sym_unsigned_type] = STATE(731), + [sym_signed_type] = STATE(731), + [sym_integer_type] = STATE(705), + [sym_field_type] = STATE(705), + [sym_group_type] = STATE(705), + [sym_scalar_type] = STATE(705), + [sym_boolean_type] = STATE(705), + [sym_address_type] = STATE(705), + [sym_string_type] = STATE(705), + [sym_untyped_future_type] = STATE(705), + [sym_named_type] = STATE(771), + [sym_affine_group_literal] = STATE(282), + [sym_variable] = STATE(282), + [sym_associated_constant] = STATE(282), + [sym_free_function_call] = STATE(282), + [sym_associated_function_call] = STATE(282), + [sym_unit_expression] = STATE(282), + [sym_tuple_expression] = STATE(282), + [sym_array_expression] = STATE(282), + [sym_struct_expression] = STATE(282), + [sym_self_caller] = STATE(282), + [sym_self_signer] = STATE(282), + [sym_block_height] = STATE(282), + [sym__postfix_expression] = STATE(772), + [sym_tuple_component_expression] = STATE(282), + [sym_struct_component_expression] = STATE(282), + [sym_method_call] = STATE(282), + [sym_parenthesized_expression] = STATE(320), + [sym__expression] = STATE(359), + [sym_ternary_expression] = STATE(319), [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_Future] = ACTIONS(9), [anon_sym_address] = ACTIONS(11), - [anon_sym_block] = ACTIONS(173), + [anon_sym_block] = ACTIONS(178), [anon_sym_bool] = ACTIONS(21), [anon_sym_field] = ACTIONS(25), [anon_sym_group] = ACTIONS(29), @@ -16730,41 +17163,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i64] = ACTIONS(31), [anon_sym_i8] = ACTIONS(31), [anon_sym_scalar] = ACTIONS(39), - [anon_sym_self] = ACTIONS(175), + [anon_sym_self] = ACTIONS(180), [anon_sym_string] = ACTIONS(43), [anon_sym_u128] = ACTIONS(45), [anon_sym_u16] = ACTIONS(45), [anon_sym_u32] = ACTIONS(45), [anon_sym_u64] = ACTIONS(45), [anon_sym_u8] = ACTIONS(45), - [aux_sym_constant_identifier_token1] = ACTIONS(205), - [aux_sym_variable_identifier_token1] = ACTIONS(207), - [sym__numeral] = ACTIONS(209), - [anon_sym_true] = ACTIONS(185), - [anon_sym_false] = ACTIONS(185), - [anon_sym_aleo1] = ACTIONS(187), - [anon_sym_sign] = ACTIONS(189), - [anon_sym_BANG] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(195), - [anon_sym_LBRACK] = ACTIONS(199), - [sym_signature_type] = ACTIONS(69), + [aux_sym_constant_identifier_token1] = ACTIONS(212), + [aux_sym_variable_identifier_token1] = ACTIONS(214), + [sym__numeral] = ACTIONS(216), + [anon_sym_true] = ACTIONS(190), + [anon_sym_false] = ACTIONS(190), + [anon_sym_aleo1] = ACTIONS(192), + [anon_sym_sign] = ACTIONS(194), + [anon_sym_DQUOTE] = ACTIONS(196), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_DASH] = ACTIONS(218), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(206), + [sym_signature_type] = ACTIONS(71), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 6, + [0] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(125), 1, + STATE(125), 2, sym_comment, - STATE(128), 1, aux_sym_constant_identifier_repeat1, - ACTIONS(241), 3, + ACTIONS(248), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(239), 17, + ACTIONS(246), 17, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -16782,7 +17215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ, anon_sym_COLON, - ACTIONS(243), 28, + ACTIONS(251), 28, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -16811,12 +17244,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_DASH_GT, anon_sym_EQ_GT, - [64] = 4, + [62] = 6, ACTIONS(3), 1, aux_sym_comment_token1, STATE(126), 1, sym_comment, - ACTIONS(245), 16, + STATE(128), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(255), 3, + aux_sym_decimal_digit_token1, + aux_sym_constant_identifier_token2, + anon_sym__, + ACTIONS(253), 17, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -16833,12 +17272,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(247), 33, - anon_sym_async, - anon_sym_function, - anon_sym_inline, - anon_sym_transition, - anon_sym_AT, + anon_sym_COLON, + ACTIONS(257), 28, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -16863,22 +17298,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_COLON_COLON, anon_sym_QMARK, anon_sym_DASH_GT, anon_sym_EQ_GT, - [124] = 6, + [126] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(125), 1, - aux_sym_constant_identifier_repeat1, STATE(127), 1, sym_comment, - ACTIONS(241), 3, - aux_sym_decimal_digit_token1, - aux_sym_constant_identifier_token2, - anon_sym__, - ACTIONS(249), 17, + ACTIONS(259), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -16895,8 +17324,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - anon_sym_COLON, - ACTIONS(251), 28, + ACTIONS(261), 33, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + anon_sym_AT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -16921,21 +17354,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT, anon_sym_SEMI, - anon_sym_COLON_COLON, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_GT, anon_sym_EQ_GT, - [188] = 5, + [186] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(128), 2, - sym_comment, + STATE(125), 1, aux_sym_constant_identifier_repeat1, + STATE(128), 1, + sym_comment, ACTIONS(255), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(253), 17, + ACTIONS(263), 17, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -16953,7 +17387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ, anon_sym_COLON, - ACTIONS(258), 28, + ACTIONS(265), 28, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -16982,12 +17416,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_DASH_GT, anon_sym_EQ_GT, - [250] = 4, + [250] = 6, ACTIONS(3), 1, aux_sym_comment_token1, + STATE(125), 1, + aux_sym_constant_identifier_repeat1, STATE(129), 1, sym_comment, - ACTIONS(260), 17, + ACTIONS(255), 3, + aux_sym_decimal_digit_token1, + aux_sym_constant_identifier_token2, + anon_sym__, + ACTIONS(267), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -17004,11 +17444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - anon_sym_COLON, - ACTIONS(262), 31, - aux_sym_decimal_digit_token1, - aux_sym_constant_identifier_token2, - anon_sym__, + ACTIONS(269), 28, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -17033,22 +17469,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT, anon_sym_SEMI, - anon_sym_COLON_COLON, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_GT, anon_sym_EQ_GT, - [309] = 6, + [313] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(128), 1, - aux_sym_constant_identifier_repeat1, STATE(130), 1, sym_comment, - ACTIONS(241), 3, - aux_sym_decimal_digit_token1, - aux_sym_constant_identifier_token2, - anon_sym__, - ACTIONS(264), 16, + ACTIONS(271), 17, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -17065,7 +17495,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(266), 28, + anon_sym_COLON, + ACTIONS(273), 31, + aux_sym_decimal_digit_token1, + aux_sym_constant_identifier_token2, + anon_sym__, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -17090,22 +17524,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_COLON_COLON, anon_sym_QMARK, anon_sym_DASH_GT, anon_sym_EQ_GT, [372] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(130), 1, + STATE(129), 1, aux_sym_constant_identifier_repeat1, STATE(131), 1, sym_comment, - ACTIONS(241), 3, + ACTIONS(255), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(268), 16, + ACTIONS(275), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -17122,7 +17556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(270), 28, + ACTIONS(277), 28, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -17151,64 +17585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_DASH_GT, anon_sym_EQ_GT, - [435] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(272), 1, - anon_sym_DOT, - STATE(132), 1, - sym_comment, - STATE(137), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(241), 3, - aux_sym_decimal_digit_token1, - aux_sym_constant_identifier_token2, - anon_sym__, - ACTIONS(268), 16, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ, - ACTIONS(270), 26, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_QMARK, - anon_sym_EQ_GT, - [499] = 25, + [435] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17229,31 +17606,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(133), 1, + STATE(132), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(646), 1, + STATE(672), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, - ACTIONS(275), 3, + ACTIONS(279), 3, anon_sym_constant, anon_sym_private, anon_sym_public, @@ -17269,7 +17646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17283,7 +17660,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [599] = 25, + [535] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17304,31 +17681,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(134), 1, + STATE(133), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(651), 1, + STATE(690), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, - ACTIONS(283), 3, + ACTIONS(287), 3, anon_sym_constant, anon_sym_private, anon_sym_public, @@ -17344,7 +17721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17358,7 +17735,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [699] = 25, + [635] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17379,31 +17756,106 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, + ACTIONS(285), 1, + sym_signature_type, + STATE(134), 1, + sym_comment, + STATE(513), 1, + sym_untyped_future_type, + STATE(534), 1, + sym_typed_future_type, + STATE(668), 1, + sym_type, + STATE(724), 1, + sym_program_id, + STATE(780), 1, + sym_program_name_literal, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + STATE(519), 2, + sym_identifier, + sym_locator, + ACTIONS(289), 3, + anon_sym_constant, + anon_sym_private, + anon_sym_public, + ACTIONS(31), 5, + anon_sym_i128, + anon_sym_i16, + anon_sym_i32, + anon_sym_i64, + anon_sym_i8, + ACTIONS(45), 5, + anon_sym_u128, + anon_sym_u16, + anon_sym_u32, + anon_sym_u64, + anon_sym_u8, + STATE(540), 13, + sym_unsigned_type, + sym_signed_type, + sym_field_type, + sym_group_type, + sym_scalar_type, + sym_boolean_type, + sym_address_type, + sym_string_type, + sym_unit_type, + sym_future_type, + sym_record_type, + sym_tuple_type, + sym_array_type, + [735] = 25, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(9), 1, + anon_sym_Future, + ACTIONS(11), 1, + anon_sym_address, + ACTIONS(21), 1, + anon_sym_bool, + ACTIONS(25), 1, + anon_sym_field, + ACTIONS(29), 1, + anon_sym_group, + ACTIONS(39), 1, + anon_sym_scalar, + ACTIONS(43), 1, + anon_sym_string, + ACTIONS(47), 1, + aux_sym_constant_identifier_token1, + ACTIONS(49), 1, + aux_sym_variable_identifier_token1, ACTIONS(281), 1, + anon_sym_LPAREN, + ACTIONS(283), 1, + anon_sym_LBRACK, + ACTIONS(285), 1, sym_signature_type, STATE(135), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, STATE(674), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, - ACTIONS(285), 3, + ACTIONS(291), 3, anon_sym_constant, anon_sym_private, anon_sym_public, @@ -17419,7 +17871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17433,7 +17885,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [799] = 25, + [835] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17454,31 +17906,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(136), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(664), 1, + STATE(663), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, - ACTIONS(287), 3, + ACTIONS(293), 3, anon_sym_constant, anon_sym_private, anon_sym_public, @@ -17494,7 +17946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17508,20 +17960,20 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [899] = 7, + [935] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(289), 1, + ACTIONS(295), 1, anon_sym_DOT, - STATE(128), 1, - aux_sym_constant_identifier_repeat1, STATE(137), 1, sym_comment, - ACTIONS(241), 3, + STATE(140), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(255), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(264), 16, + ACTIONS(275), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -17538,7 +17990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(266), 26, + ACTIONS(277), 26, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -17565,7 +18017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_QMARK, anon_sym_EQ_GT, - [963] = 25, + [999] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17586,31 +18038,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(138), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(686), 1, + STATE(677), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, - ACTIONS(292), 3, + ACTIONS(298), 3, anon_sym_constant, anon_sym_private, anon_sym_public, @@ -17626,7 +18078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17640,7 +18092,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1063] = 25, + [1099] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17661,31 +18113,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(139), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(658), 1, + STATE(688), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, - ACTIONS(294), 3, + ACTIONS(300), 3, anon_sym_constant, anon_sym_private, anon_sym_public, @@ -17701,7 +18153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17715,7 +18167,64 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1163] = 25, + [1199] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(302), 1, + anon_sym_DOT, + STATE(125), 1, + aux_sym_constant_identifier_repeat1, + STATE(140), 1, + sym_comment, + ACTIONS(255), 3, + aux_sym_decimal_digit_token1, + aux_sym_constant_identifier_token2, + anon_sym__, + ACTIONS(267), 16, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ, + ACTIONS(269), 26, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_QMARK, + anon_sym_EQ_GT, + [1263] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17736,31 +18245,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(140), 1, + STATE(141), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(682), 1, + STATE(657), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, - ACTIONS(296), 3, + ACTIONS(305), 3, anon_sym_constant, anon_sym_private, anon_sym_public, @@ -17776,7 +18285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17790,7 +18299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1263] = 25, + [1363] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17811,34 +18320,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(141), 1, + ACTIONS(307), 1, + anon_sym_RPAREN, + STATE(142), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(653), 1, + STATE(689), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, - ACTIONS(298), 3, - anon_sym_constant, - anon_sym_private, - anon_sym_public, ACTIONS(31), 5, anon_sym_i128, anon_sym_i16, @@ -17851,7 +18358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17865,7 +18372,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1363] = 25, + [1461] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17886,30 +18393,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - ACTIONS(300), 1, + ACTIONS(309), 1, anon_sym_RPAREN, - STATE(142), 1, + STATE(143), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(639), 1, + STATE(652), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -17924,7 +18431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -17938,7 +18445,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1461] = 25, + [1559] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -17959,30 +18466,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - ACTIONS(302), 1, + ACTIONS(311), 1, anon_sym_RPAREN, - STATE(143), 1, + STATE(144), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(639), 1, + STATE(667), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -17997,7 +18504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18011,7 +18518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1559] = 25, + [1657] = 25, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18032,30 +18539,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - ACTIONS(304), 1, + ACTIONS(313), 1, anon_sym_RPAREN, - STATE(144), 1, + STATE(145), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(657), 1, + STATE(689), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18070,7 +18577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18084,7 +18591,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1657] = 25, + [1755] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18105,30 +18612,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - ACTIONS(306), 1, - anon_sym_RPAREN, - STATE(145), 1, + STATE(146), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(645), 1, + STATE(649), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18143,7 +18648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18157,7 +18662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1755] = 24, + [1850] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18178,28 +18683,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(146), 1, + STATE(147), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(648), 1, + STATE(691), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18214,7 +18719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18228,7 +18733,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1850] = 24, + [1945] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18249,28 +18754,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(147), 1, + STATE(148), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(647), 1, + STATE(703), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18285,7 +18790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18299,7 +18804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [1945] = 24, + [2040] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18320,28 +18825,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(148), 1, + STATE(149), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(679), 1, + STATE(694), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18356,7 +18861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18370,7 +18875,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2040] = 24, + [2135] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18391,28 +18896,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(149), 1, + STATE(150), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(675), 1, + STATE(665), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18427,7 +18932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18441,7 +18946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2135] = 24, + [2230] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18462,28 +18967,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(150), 1, + STATE(151), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(637), 1, + STATE(664), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18498,7 +19003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18512,7 +19017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2230] = 24, + [2325] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18533,28 +19038,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(151), 1, + STATE(152), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(680), 1, + STATE(651), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18569,7 +19074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18583,7 +19088,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2325] = 24, + [2420] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18604,28 +19109,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(152), 1, + STATE(153), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(673), 1, - sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(736), 1, + sym_type, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18640,7 +19145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18654,7 +19159,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2420] = 24, + [2515] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18675,28 +19180,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(153), 1, + STATE(154), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(661), 1, + STATE(711), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18711,7 +19216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18725,7 +19230,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2515] = 24, + [2610] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18746,28 +19251,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(154), 1, + STATE(155), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(676), 1, - sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(740), 1, + sym_type, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18782,7 +19287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18796,7 +19301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2610] = 24, + [2705] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18817,28 +19322,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(155), 1, + STATE(156), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(662), 1, + STATE(697), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18853,7 +19358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18867,7 +19372,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2705] = 24, + [2800] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18888,28 +19393,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(156), 1, + STATE(157), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(642), 1, + STATE(682), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18924,7 +19429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -18938,7 +19443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2800] = 24, + [2895] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -18959,28 +19464,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(157), 1, + STATE(158), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(663), 1, + STATE(692), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -18995,7 +19500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19009,7 +19514,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2895] = 24, + [2990] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -19026,32 +19531,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_scalar, ACTIONS(43), 1, anon_sym_string, - ACTIONS(47), 1, - aux_sym_constant_identifier_token1, - ACTIONS(49), 1, - aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(158), 1, + ACTIONS(315), 1, + aux_sym_constant_identifier_token1, + ACTIONS(317), 1, + aux_sym_variable_identifier_token1, + STATE(159), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(639), 1, - sym_type, - STATE(704), 1, + STATE(718), 1, sym_program_id, - STATE(767), 1, + STATE(734), 1, + sym_type, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(273), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19066,7 +19571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19080,7 +19585,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [2990] = 24, + [3085] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -19101,28 +19606,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(159), 1, + STATE(160), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(660), 1, - sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(754), 1, + sym_type, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19137,7 +19642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19151,7 +19656,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [3085] = 24, + [3180] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -19172,28 +19677,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - STATE(160), 1, + STATE(161), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(681), 1, + STATE(666), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19208,7 +19713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19222,7 +19727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_record_type, sym_tuple_type, sym_array_type, - [3180] = 24, + [3275] = 24, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(9), 1, @@ -19243,99 +19748,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, - anon_sym_LPAREN, - ACTIONS(279), 1, - anon_sym_LBRACK, ACTIONS(281), 1, - sym_signature_type, - STATE(161), 1, - sym_comment, - STATE(516), 1, - sym_untyped_future_type, - STATE(531), 1, - sym_typed_future_type, - STATE(670), 1, - sym_type, - STATE(704), 1, - sym_program_id, - STATE(767), 1, - sym_program_name_literal, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - STATE(515), 2, - sym_identifier, - sym_locator, - ACTIONS(31), 5, - anon_sym_i128, - anon_sym_i16, - anon_sym_i32, - anon_sym_i64, - anon_sym_i8, - ACTIONS(45), 5, - anon_sym_u128, - anon_sym_u16, - anon_sym_u32, - anon_sym_u64, - anon_sym_u8, - STATE(530), 13, - sym_unsigned_type, - sym_signed_type, - sym_field_type, - sym_group_type, - sym_scalar_type, - sym_boolean_type, - sym_address_type, - sym_string_type, - sym_unit_type, - sym_future_type, - sym_record_type, - sym_tuple_type, - sym_array_type, - [3275] = 24, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(9), 1, - anon_sym_Future, - ACTIONS(11), 1, - anon_sym_address, - ACTIONS(21), 1, - anon_sym_bool, - ACTIONS(25), 1, - anon_sym_field, - ACTIONS(29), 1, - anon_sym_group, - ACTIONS(39), 1, - anon_sym_scalar, - ACTIONS(43), 1, - anon_sym_string, - ACTIONS(277), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, - ACTIONS(308), 1, - aux_sym_constant_identifier_token1, - ACTIONS(310), 1, - aux_sym_variable_identifier_token1, STATE(162), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(695), 1, - sym_program_id, - STATE(720), 1, + STATE(673), 1, sym_type, - STATE(767), 1, + STATE(724), 1, + sym_program_id, + STATE(780), 1, sym_program_name_literal, - STATE(273), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19350,7 +19784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19385,28 +19819,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(163), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(666), 1, + STATE(689), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19421,7 +19855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19456,28 +19890,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(164), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(704), 1, - sym_program_id, - STATE(721), 1, + STATE(660), 1, sym_type, - STATE(767), 1, + STATE(724), 1, + sym_program_id, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19492,7 +19926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19527,28 +19961,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(165), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(699), 1, + STATE(685), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19563,7 +19997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19598,28 +20032,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(166), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(704), 1, - sym_program_id, - STATE(761), 1, + STATE(661), 1, sym_type, - STATE(767), 1, + STATE(724), 1, + sym_program_id, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19634,7 +20068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19669,28 +20103,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(167), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(685), 1, + STATE(679), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19705,7 +20139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19740,28 +20174,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(168), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(678), 1, + STATE(669), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19776,7 +20210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19811,28 +20245,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(169), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(683), 1, + STATE(695), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19847,7 +20281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19882,28 +20316,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(170), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(704), 1, - sym_program_id, - STATE(708), 1, + STATE(681), 1, sym_type, - STATE(767), 1, + STATE(724), 1, + sym_program_id, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19918,7 +20352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -19953,28 +20387,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(171), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, STATE(650), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -19989,7 +20423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -20024,28 +20458,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(172), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(684), 1, + STATE(722), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -20060,7 +20494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -20095,28 +20529,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(173), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(690), 1, + STATE(678), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -20131,7 +20565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -20166,28 +20600,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(174), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(704), 1, - sym_program_id, - STATE(738), 1, + STATE(658), 1, sym_type, - STATE(767), 1, + STATE(724), 1, + sym_program_id, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -20202,7 +20636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -20237,28 +20671,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(175), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(654), 1, + STATE(686), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -20273,7 +20707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -20308,28 +20742,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_constant_identifier_token1, ACTIONS(49), 1, aux_sym_variable_identifier_token1, - ACTIONS(277), 1, + ACTIONS(281), 1, anon_sym_LPAREN, - ACTIONS(279), 1, + ACTIONS(283), 1, anon_sym_LBRACK, - ACTIONS(281), 1, + ACTIONS(285), 1, sym_signature_type, STATE(176), 1, sym_comment, - STATE(516), 1, + STATE(513), 1, sym_untyped_future_type, - STATE(531), 1, + STATE(534), 1, sym_typed_future_type, - STATE(659), 1, + STATE(670), 1, sym_type, - STATE(704), 1, + STATE(724), 1, sym_program_id, - STATE(767), 1, + STATE(780), 1, sym_program_name_literal, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - STATE(515), 2, + STATE(519), 2, sym_identifier, sym_locator, ACTIONS(31), 5, @@ -20344,7 +20778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u32, anon_sym_u64, anon_sym_u8, - STATE(530), 13, + STATE(540), 13, sym_unsigned_type, sym_signed_type, sym_field_type, @@ -20361,16 +20795,16 @@ static const uint16_t ts_small_parse_table[] = { [4700] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(316), 1, + ACTIONS(323), 1, anon_sym_else, STATE(177), 1, sym_comment, - ACTIONS(314), 4, + ACTIONS(321), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(312), 37, + ACTIONS(319), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20401,6 +20835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20408,17 +20843,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [4755] = 4, + [4756] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(178), 1, sym_comment, - ACTIONS(320), 4, + ACTIONS(327), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(318), 38, + ACTIONS(325), 39, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20450,6 +20885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20457,17 +20893,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [4808] = 4, + [4810] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(179), 1, sym_comment, - ACTIONS(324), 4, + ACTIONS(331), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(322), 38, + ACTIONS(329), 39, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20499,6 +20935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20506,17 +20943,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [4861] = 4, + [4864] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(180), 1, sym_comment, - ACTIONS(328), 4, + ACTIONS(335), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(326), 38, + ACTIONS(333), 39, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20548,6 +20985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20555,17 +20993,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [4914] = 4, + [4918] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(181), 1, sym_comment, - ACTIONS(332), 4, + ACTIONS(339), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(330), 37, + ACTIONS(337), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20596,6 +21034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20603,17 +21042,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [4966] = 4, + [4971] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(182), 1, sym_comment, - ACTIONS(336), 4, + ACTIONS(343), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(334), 37, + ACTIONS(341), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20644,6 +21083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20651,17 +21091,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5018] = 4, + [5024] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(183), 1, sym_comment, - ACTIONS(340), 4, + ACTIONS(347), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(338), 37, + ACTIONS(345), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20692,6 +21132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20699,17 +21140,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5070] = 4, + [5077] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(184), 1, sym_comment, - ACTIONS(344), 4, + ACTIONS(331), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(342), 37, + ACTIONS(329), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20740,6 +21181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20747,17 +21189,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5122] = 4, + [5130] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(185), 1, sym_comment, - ACTIONS(324), 4, + ACTIONS(351), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(322), 37, + ACTIONS(349), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20788,6 +21230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20795,17 +21238,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5174] = 4, + [5183] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(186), 1, sym_comment, - ACTIONS(348), 4, + ACTIONS(355), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(346), 37, + ACTIONS(353), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20836,6 +21279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20843,17 +21287,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5226] = 4, + [5236] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(187), 1, sym_comment, - ACTIONS(352), 4, + ACTIONS(359), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(350), 37, + ACTIONS(357), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20884,6 +21328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20891,17 +21336,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5278] = 4, + [5289] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(188), 1, sym_comment, - ACTIONS(356), 4, + ACTIONS(363), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(354), 37, + ACTIONS(361), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20932,6 +21377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20939,17 +21385,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5330] = 4, + [5342] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(189), 1, sym_comment, - ACTIONS(360), 4, + ACTIONS(367), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(358), 37, + ACTIONS(365), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -20980,6 +21426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -20987,17 +21434,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5382] = 4, + [5395] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(190), 1, sym_comment, - ACTIONS(364), 4, + ACTIONS(335), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(362), 37, + ACTIONS(333), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -21028,6 +21475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -21035,17 +21483,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5434] = 4, + [5448] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(191), 1, sym_comment, - ACTIONS(368), 4, + ACTIONS(371), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(366), 37, + ACTIONS(369), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -21076,6 +21524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -21083,17 +21532,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5486] = 4, + [5501] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(192), 1, sym_comment, - ACTIONS(372), 4, + ACTIONS(375), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(370), 37, + ACTIONS(373), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -21124,6 +21573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -21131,17 +21581,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5538] = 4, + [5554] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(193), 1, sym_comment, - ACTIONS(376), 4, + ACTIONS(379), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(374), 37, + ACTIONS(377), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -21172,6 +21622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -21179,17 +21630,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5590] = 4, + [5607] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(194), 1, sym_comment, - ACTIONS(320), 4, + ACTIONS(383), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(318), 37, + ACTIONS(381), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -21220,6 +21671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -21227,17 +21679,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5642] = 4, + [5660] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(195), 1, sym_comment, - ACTIONS(380), 4, + ACTIONS(387), 4, anon_sym_assert, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(378), 37, + ACTIONS(385), 38, anon_sym_Future, anon_sym_address, anon_sym_assert_eq, @@ -21268,6 +21720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, @@ -21275,16 +21728,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, sym_signature_type, - [5694] = 5, + [5713] = 7, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(391), 1, + aux_sym_decimal_digit_token1, STATE(196), 1, sym_comment, - ACTIONS(247), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - ACTIONS(382), 16, + STATE(197), 1, + aux_sym_tuple_index_repeat1, + STATE(202), 1, + sym_decimal_digit, + ACTIONS(389), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21301,7 +21756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(384), 20, + ACTIONS(393), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21322,17 +21777,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [5746] = 6, + [5769] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(388), 1, + ACTIONS(391), 1, aux_sym_decimal_digit_token1, - STATE(204), 1, - sym_decimal_digit, - STATE(197), 2, + STATE(197), 1, sym_comment, + STATE(199), 1, aux_sym_tuple_index_repeat1, - ACTIONS(386), 16, + STATE(202), 1, + sym_decimal_digit, + ACTIONS(395), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21349,7 +21805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(391), 20, + ACTIONS(397), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21370,18 +21826,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [5800] = 7, + [5825] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(395), 1, - aux_sym_decimal_digit_token1, STATE(198), 1, sym_comment, - STATE(199), 1, - aux_sym_tuple_index_repeat1, - STATE(204), 1, - sym_decimal_digit, - ACTIONS(393), 16, + ACTIONS(261), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + ACTIONS(399), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21398,7 +21852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(397), 20, + ACTIONS(401), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21419,18 +21873,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [5856] = 7, + [5877] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(395), 1, + ACTIONS(405), 1, aux_sym_decimal_digit_token1, - STATE(197), 1, - aux_sym_tuple_index_repeat1, - STATE(199), 1, - sym_comment, - STATE(204), 1, + STATE(202), 1, sym_decimal_digit, - ACTIONS(399), 16, + STATE(199), 2, + sym_comment, + aux_sym_tuple_index_repeat1, + ACTIONS(403), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21447,7 +21900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(401), 20, + ACTIONS(408), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21468,16 +21921,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [5912] = 6, + [5931] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(407), 1, + ACTIONS(414), 1, anon_sym_LPAREN, STATE(200), 1, sym_comment, - STATE(250), 1, + STATE(227), 1, sym_function_arguments, - ACTIONS(403), 16, + ACTIONS(410), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21494,7 +21947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(405), 20, + ACTIONS(412), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21515,16 +21968,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [5965] = 6, + [5984] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(407), 1, + ACTIONS(414), 1, anon_sym_LPAREN, STATE(201), 1, sym_comment, - STATE(253), 1, + STATE(214), 1, sym_function_arguments, - ACTIONS(409), 16, + ACTIONS(416), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21541,7 +21994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(411), 20, + ACTIONS(418), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21562,60 +22015,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6018] = 27, + [6037] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + STATE(202), 1, + sym_comment, + ACTIONS(420), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(417), 1, anon_sym_AMP_AMP, - ACTIONS(419), 1, anon_sym_PIPE_PIPE, - ACTIONS(421), 1, - anon_sym_EQ_EQ, - ACTIONS(423), 1, - anon_sym_BANG_EQ, - ACTIONS(425), 1, anon_sym_LT, - ACTIONS(427), 1, - anon_sym_LT_EQ, - ACTIONS(429), 1, anon_sym_GT, - ACTIONS(431), 1, - anon_sym_GT_EQ, - ACTIONS(433), 1, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(437), 1, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - ACTIONS(451), 1, anon_sym_EQ, - ACTIONS(455), 1, - anon_sym_SEMI, - ACTIONS(457), 1, - anon_sym_QMARK, - STATE(75), 1, - sym_assignment_operator, - STATE(76), 1, - sym_ternary_if, - STATE(202), 1, - sym_comment, - ACTIONS(453), 13, + ACTIONS(422), 21, + aux_sym_decimal_digit_token1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -21629,34 +22056,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - [6112] = 4, + anon_sym_DOT, + anon_sym_SEMI, + anon_sym_QMARK, + [6085] = 27, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(203), 1, - sym_comment, - ACTIONS(459), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, + ACTIONS(428), 1, anon_sym_AMP_AMP, + ACTIONS(430), 1, anon_sym_PIPE_PIPE, + ACTIONS(432), 1, + anon_sym_EQ_EQ, + ACTIONS(434), 1, + anon_sym_BANG_EQ, + ACTIONS(436), 1, anon_sym_LT, + ACTIONS(438), 1, + anon_sym_LT_EQ, + ACTIONS(440), 1, anon_sym_GT, + ACTIONS(442), 1, + anon_sym_GT_EQ, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, + ACTIONS(462), 1, anon_sym_EQ, - ACTIONS(461), 21, - aux_sym_decimal_digit_token1, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(466), 1, + anon_sym_SEMI, + ACTIONS(468), 1, + anon_sym_QMARK, + STATE(115), 1, + sym_ternary_if, + STATE(116), 1, + sym_assignment_operator, + STATE(203), 1, + sym_comment, + ACTIONS(464), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -21670,15 +22126,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - [6160] = 4, + [6179] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(204), 1, sym_comment, - ACTIONS(463), 16, + ACTIONS(470), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21695,7 +22148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(465), 21, + ACTIONS(472), 21, aux_sym_decimal_digit_token1, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -21717,12 +22170,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6208] = 4, + [6227] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(205), 1, sym_comment, - ACTIONS(467), 16, + ACTIONS(474), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21739,7 +22192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(469), 20, + ACTIONS(476), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21760,12 +22213,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6255] = 4, + [6274] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(206), 1, sym_comment, - ACTIONS(471), 16, + ACTIONS(389), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21782,7 +22235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(473), 20, + ACTIONS(393), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21803,12 +22256,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6302] = 4, + [6321] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(207), 1, sym_comment, - ACTIONS(475), 16, + ACTIONS(478), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21825,7 +22278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(477), 20, + ACTIONS(480), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21846,12 +22299,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6349] = 4, + [6368] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(208), 1, sym_comment, - ACTIONS(479), 16, + ACTIONS(482), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21868,7 +22321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(481), 20, + ACTIONS(484), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21889,12 +22342,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6396] = 4, + [6415] = 6, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(460), 1, + anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, STATE(209), 1, sym_comment, - ACTIONS(483), 16, + ACTIONS(486), 15, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21909,9 +22366,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(485), 20, + ACTIONS(488), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21929,15 +22385,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6443] = 4, + [6466] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(210), 1, sym_comment, - ACTIONS(487), 16, + ACTIONS(490), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21954,7 +22409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(489), 20, + ACTIONS(492), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -21975,12 +22430,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6490] = 4, + [6513] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(211), 1, sym_comment, - ACTIONS(491), 16, + ACTIONS(494), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -21997,7 +22452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(493), 20, + ACTIONS(496), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22018,12 +22473,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6537] = 4, + [6560] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(212), 1, sym_comment, - ACTIONS(495), 16, + ACTIONS(498), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22040,7 +22495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(497), 20, + ACTIONS(500), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22061,14 +22516,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6584] = 5, + [6607] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(76), 1, - sym_ternary_if, STATE(213), 1, sym_comment, - ACTIONS(499), 16, + ACTIONS(502), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22085,7 +22538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(501), 19, + ACTIONS(504), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22103,14 +22556,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6633] = 4, + [6654] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(214), 1, sym_comment, - ACTIONS(503), 16, + ACTIONS(506), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22127,7 +22581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(505), 20, + ACTIONS(508), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22148,14 +22602,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6680] = 4, + [6701] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(215), 1, - sym_comment, - ACTIONS(507), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, + ACTIONS(458), 1, + anon_sym_PERCENT, + ACTIONS(460), 1, + anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(215), 1, + sym_comment, + ACTIONS(510), 12, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, @@ -22167,10 +22629,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(509), 20, + ACTIONS(512), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22188,57 +22648,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6727] = 24, + [6758] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + STATE(216), 1, + sym_comment, + ACTIONS(514), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(417), 1, anon_sym_AMP_AMP, - ACTIONS(419), 1, anon_sym_PIPE_PIPE, - ACTIONS(421), 1, - anon_sym_EQ_EQ, - ACTIONS(423), 1, - anon_sym_BANG_EQ, - ACTIONS(425), 1, anon_sym_LT, - ACTIONS(427), 1, - anon_sym_LT_EQ, - ACTIONS(429), 1, anon_sym_GT, - ACTIONS(431), 1, - anon_sym_GT_EQ, - ACTIONS(433), 1, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(437), 1, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - ACTIONS(511), 1, anon_sym_EQ, - STATE(76), 1, - sym_ternary_if, - STATE(216), 1, - sym_comment, - ACTIONS(513), 15, + ACTIONS(516), 20, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -22252,14 +22690,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6814] = 4, + [6805] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(217), 1, sym_comment, - ACTIONS(515), 16, + ACTIONS(518), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22276,7 +22715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(517), 20, + ACTIONS(520), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22297,12 +22736,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6861] = 4, + [6852] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(218), 1, sym_comment, - ACTIONS(519), 16, + ACTIONS(522), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22319,7 +22758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(521), 20, + ACTIONS(524), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22340,12 +22779,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6908] = 4, + [6899] = 5, ACTIONS(3), 1, aux_sym_comment_token1, + STATE(115), 1, + sym_ternary_if, STATE(219), 1, sym_comment, - ACTIONS(523), 16, + ACTIONS(526), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22362,7 +22803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(525), 20, + ACTIONS(528), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22380,15 +22821,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [6955] = 4, + [6948] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(220), 1, sym_comment, - ACTIONS(527), 16, + ACTIONS(530), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22405,7 +22845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(529), 20, + ACTIONS(532), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22426,12 +22866,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7002] = 4, + [6995] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(221), 1, sym_comment, - ACTIONS(531), 16, + ACTIONS(534), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22448,7 +22888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(533), 20, + ACTIONS(536), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22469,14 +22909,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7049] = 4, + [7042] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(222), 1, - sym_comment, - ACTIONS(535), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, + ACTIONS(458), 1, + anon_sym_PERCENT, + ACTIONS(460), 1, + anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(222), 1, + sym_comment, + ACTIONS(510), 12, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, @@ -22488,10 +22936,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(537), 20, + ACTIONS(512), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22509,15 +22955,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7096] = 4, + [7099] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(223), 1, sym_comment, - ACTIONS(539), 16, + ACTIONS(538), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22534,7 +22979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(541), 20, + ACTIONS(540), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22555,12 +23000,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7143] = 4, + [7146] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(224), 1, sym_comment, - ACTIONS(543), 16, + ACTIONS(542), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22577,7 +23022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(545), 20, + ACTIONS(544), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22598,16 +23043,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7190] = 5, + [7193] = 11, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(76), 1, + ACTIONS(424), 1, + anon_sym_STAR, + ACTIONS(426), 1, + anon_sym_SLASH, + ACTIONS(454), 1, + anon_sym_PLUS, + ACTIONS(456), 1, + anon_sym_DASH, + ACTIONS(458), 1, + anon_sym_PERCENT, + ACTIONS(460), 1, + anon_sym_STAR_STAR, + STATE(115), 1, sym_ternary_if, STATE(225), 1, sym_comment, - ACTIONS(547), 16, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(546), 10, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, @@ -22617,12 +23072,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(549), 19, + ACTIONS(548), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22642,16 +23093,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [7239] = 6, + [7254] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(449), 1, - anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, STATE(226), 1, sym_comment, - ACTIONS(551), 15, + ACTIONS(550), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22666,8 +23113,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(553), 19, + ACTIONS(552), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22685,14 +23133,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7290] = 4, + [7301] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(227), 1, sym_comment, - ACTIONS(555), 16, + ACTIONS(554), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22709,7 +23158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(557), 20, + ACTIONS(556), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22730,12 +23179,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7337] = 4, + [7348] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(228), 1, sym_comment, - ACTIONS(559), 16, + ACTIONS(558), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -22752,7 +23201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(561), 20, + ACTIONS(560), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22773,22 +23222,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7384] = 9, + [7395] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, - anon_sym_STAR, - ACTIONS(415), 1, - anon_sym_SLASH, - ACTIONS(447), 1, - anon_sym_PERCENT, - ACTIONS(449), 1, - anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, STATE(229), 1, sym_comment, - ACTIONS(563), 12, + ACTIONS(562), 16, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, @@ -22800,8 +23241,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(565), 19, + ACTIONS(564), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22819,24 +23262,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7441] = 9, + [7442] = 11, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + ACTIONS(424), 1, anon_sym_STAR, - ACTIONS(415), 1, + ACTIONS(426), 1, anon_sym_SLASH, - ACTIONS(447), 1, + ACTIONS(454), 1, + anon_sym_PLUS, + ACTIONS(456), 1, + anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, - ACTIONS(449), 1, + ACTIONS(460), 1, anon_sym_STAR_STAR, - STATE(76), 1, + STATE(115), 1, sym_ternary_if, STATE(230), 1, sym_comment, - ACTIONS(563), 12, + ACTIONS(546), 10, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, @@ -22846,10 +23294,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ, - ACTIONS(565), 19, + ACTIONS(548), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22869,37 +23315,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [7498] = 11, + [7503] = 15, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + ACTIONS(424), 1, anon_sym_STAR, - ACTIONS(415), 1, + ACTIONS(426), 1, anon_sym_SLASH, - ACTIONS(443), 1, + ACTIONS(444), 1, + anon_sym_AMP, + ACTIONS(446), 1, + anon_sym_PIPE, + ACTIONS(450), 1, + anon_sym_LT_LT, + ACTIONS(452), 1, + anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, - ACTIONS(445), 1, + ACTIONS(456), 1, anon_sym_DASH, - ACTIONS(447), 1, + ACTIONS(458), 1, anon_sym_PERCENT, - ACTIONS(449), 1, + ACTIONS(460), 1, anon_sym_STAR_STAR, - STATE(76), 1, + STATE(115), 1, sym_ternary_if, STATE(231), 1, sym_comment, - ACTIONS(567), 10, + ACTIONS(566), 6, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(569), 19, + ACTIONS(568), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22919,26 +23369,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [7559] = 11, + [7572] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, - anon_sym_STAR, - ACTIONS(415), 1, - anon_sym_SLASH, - ACTIONS(443), 1, - anon_sym_PLUS, - ACTIONS(445), 1, - anon_sym_DASH, - ACTIONS(447), 1, - anon_sym_PERCENT, - ACTIONS(449), 1, - anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, STATE(232), 1, sym_comment, - ACTIONS(567), 10, + ACTIONS(570), 16, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, @@ -22948,8 +23386,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(569), 19, + ACTIONS(572), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -22967,43 +23409,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [7620] = 15, + [7619] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + ACTIONS(578), 1, + anon_sym_DOT, + STATE(233), 1, + sym_comment, + ACTIONS(574), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(433), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(439), 1, + anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, - STATE(233), 1, - sym_comment, - ACTIONS(571), 6, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT, - anon_sym_GT, - anon_sym_CARET, anon_sym_EQ, - ACTIONS(573), 19, + ACTIONS(576), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23023,32 +23456,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [7689] = 14, + [7668] = 14, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + ACTIONS(424), 1, anon_sym_STAR, - ACTIONS(415), 1, + ACTIONS(426), 1, anon_sym_SLASH, - ACTIONS(433), 1, + ACTIONS(444), 1, anon_sym_AMP, - ACTIONS(439), 1, + ACTIONS(450), 1, anon_sym_LT_LT, - ACTIONS(441), 1, + ACTIONS(452), 1, anon_sym_GT_GT, - ACTIONS(443), 1, + ACTIONS(454), 1, anon_sym_PLUS, - ACTIONS(445), 1, + ACTIONS(456), 1, anon_sym_DASH, - ACTIONS(447), 1, + ACTIONS(458), 1, anon_sym_PERCENT, - ACTIONS(449), 1, + ACTIONS(460), 1, anon_sym_STAR_STAR, - STATE(76), 1, + STATE(115), 1, sym_ternary_if, STATE(234), 1, sym_comment, - ACTIONS(575), 7, + ACTIONS(580), 7, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, @@ -23056,7 +23489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, - ACTIONS(577), 19, + ACTIONS(582), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23076,30 +23509,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [7756] = 13, + [7735] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, - anon_sym_STAR, - ACTIONS(415), 1, - anon_sym_SLASH, - ACTIONS(439), 1, - anon_sym_LT_LT, - ACTIONS(441), 1, - anon_sym_GT_GT, - ACTIONS(443), 1, - anon_sym_PLUS, - ACTIONS(445), 1, - anon_sym_DASH, - ACTIONS(447), 1, - anon_sym_PERCENT, - ACTIONS(449), 1, - anon_sym_STAR_STAR, - STATE(76), 1, + STATE(115), 1, sym_ternary_if, STATE(235), 1, sym_comment, - ACTIONS(579), 8, + ACTIONS(584), 16, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, @@ -23107,8 +23526,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(581), 19, + ACTIONS(586), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23128,42 +23553,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [7821] = 16, + [7784] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + ACTIONS(592), 1, + anon_sym_DOT, + STATE(236), 1, + sym_comment, + ACTIONS(588), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(433), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(437), 1, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, - STATE(236), 1, - sym_comment, - ACTIONS(583), 5, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ, - ACTIONS(585), 19, + ACTIONS(590), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23183,42 +23597,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [7892] = 16, + [7833] = 13, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + ACTIONS(424), 1, anon_sym_STAR, - ACTIONS(415), 1, + ACTIONS(426), 1, anon_sym_SLASH, - ACTIONS(433), 1, - anon_sym_AMP, - ACTIONS(435), 1, - anon_sym_PIPE, - ACTIONS(437), 1, - anon_sym_CARET, - ACTIONS(439), 1, + ACTIONS(450), 1, anon_sym_LT_LT, - ACTIONS(441), 1, + ACTIONS(452), 1, anon_sym_GT_GT, - ACTIONS(443), 1, + ACTIONS(454), 1, anon_sym_PLUS, - ACTIONS(445), 1, + ACTIONS(456), 1, anon_sym_DASH, - ACTIONS(447), 1, + ACTIONS(458), 1, anon_sym_PERCENT, - ACTIONS(449), 1, + ACTIONS(460), 1, anon_sym_STAR_STAR, - STATE(76), 1, + STATE(115), 1, sym_ternary_if, STATE(237), 1, sym_comment, - ACTIONS(583), 5, + ACTIONS(594), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT, anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, - ACTIONS(585), 19, + ACTIONS(596), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23238,42 +23649,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [7963] = 16, + [7898] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + STATE(238), 1, + sym_comment, + ACTIONS(598), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(433), 1, - anon_sym_AMP, - ACTIONS(435), 1, - anon_sym_PIPE, - ACTIONS(437), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, - STATE(238), 1, - sym_comment, - ACTIONS(583), 5, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ, - ACTIONS(585), 19, + ACTIONS(600), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23291,44 +23689,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8034] = 16, + [7945] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + STATE(239), 1, + sym_comment, + ACTIONS(602), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(433), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(437), 1, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, - STATE(239), 1, - sym_comment, - ACTIONS(583), 5, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ, - ACTIONS(585), 19, + ACTIONS(604), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23346,14 +23732,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8105] = 4, + [7992] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(240), 1, sym_comment, - ACTIONS(587), 16, + ACTIONS(606), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -23370,7 +23757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(589), 20, + ACTIONS(608), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23391,50 +23778,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8152] = 20, + [8039] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + STATE(241), 1, + sym_comment, + ACTIONS(610), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(425), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT, - ACTIONS(427), 1, - anon_sym_LT_EQ, - ACTIONS(429), 1, anon_sym_GT, - ACTIONS(431), 1, - anon_sym_GT_EQ, - ACTIONS(433), 1, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(437), 1, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, - STATE(241), 1, - sym_comment, - ACTIONS(591), 3, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_EQ, - ACTIONS(593), 17, + ACTIONS(612), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -23448,52 +23818,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8231] = 20, + [8086] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + STATE(242), 1, + sym_comment, + ACTIONS(614), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(425), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT, - ACTIONS(427), 1, - anon_sym_LT_EQ, - ACTIONS(429), 1, anon_sym_GT, - ACTIONS(431), 1, - anon_sym_GT_EQ, - ACTIONS(433), 1, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(437), 1, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, - STATE(242), 1, - sym_comment, - ACTIONS(591), 3, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_EQ, - ACTIONS(593), 17, + ACTIONS(616), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -23507,14 +23861,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8310] = 4, + [8133] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(243), 1, sym_comment, - ACTIONS(595), 16, + ACTIONS(618), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -23531,7 +23886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(597), 20, + ACTIONS(620), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23552,53 +23907,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8357] = 23, + [8180] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + STATE(244), 1, + sym_comment, + ACTIONS(622), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(417), 1, anon_sym_AMP_AMP, - ACTIONS(421), 1, - anon_sym_EQ_EQ, - ACTIONS(423), 1, - anon_sym_BANG_EQ, - ACTIONS(425), 1, + anon_sym_PIPE_PIPE, anon_sym_LT, - ACTIONS(427), 1, - anon_sym_LT_EQ, - ACTIONS(429), 1, anon_sym_GT, - ACTIONS(431), 1, - anon_sym_GT_EQ, - ACTIONS(433), 1, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(437), 1, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, - STATE(244), 1, - sym_comment, - ACTIONS(599), 2, - anon_sym_PIPE_PIPE, anon_sym_EQ, - ACTIONS(601), 15, + ACTIONS(624), 20, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -23612,54 +23947,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8442] = 22, + [8227] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(413), 1, + STATE(245), 1, + sym_comment, + ACTIONS(626), 16, anon_sym_STAR, - ACTIONS(415), 1, anon_sym_SLASH, - ACTIONS(421), 1, - anon_sym_EQ_EQ, - ACTIONS(423), 1, - anon_sym_BANG_EQ, - ACTIONS(425), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT, - ACTIONS(427), 1, - anon_sym_LT_EQ, - ACTIONS(429), 1, anon_sym_GT, - ACTIONS(431), 1, - anon_sym_GT_EQ, - ACTIONS(433), 1, anon_sym_AMP, - ACTIONS(435), 1, anon_sym_PIPE, - ACTIONS(437), 1, anon_sym_CARET, - ACTIONS(439), 1, anon_sym_LT_LT, - ACTIONS(441), 1, anon_sym_GT_GT, - ACTIONS(443), 1, anon_sym_PLUS, - ACTIONS(445), 1, anon_sym_DASH, - ACTIONS(447), 1, anon_sym_PERCENT, - ACTIONS(449), 1, anon_sym_STAR_STAR, - STATE(76), 1, - sym_ternary_if, - STATE(245), 1, - sym_comment, - ACTIONS(603), 3, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_EQ, - ACTIONS(605), 15, + ACTIONS(628), 20, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -23673,35 +23990,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, + anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8525] = 4, + [8274] = 24, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(246), 1, - sym_comment, - ACTIONS(607), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, + ACTIONS(428), 1, anon_sym_AMP_AMP, + ACTIONS(430), 1, anon_sym_PIPE_PIPE, + ACTIONS(432), 1, + anon_sym_EQ_EQ, + ACTIONS(434), 1, + anon_sym_BANG_EQ, + ACTIONS(436), 1, anon_sym_LT, + ACTIONS(438), 1, + anon_sym_LT_EQ, + ACTIONS(440), 1, anon_sym_GT, + ACTIONS(442), 1, + anon_sym_GT_EQ, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, + ACTIONS(630), 1, anon_sym_EQ, - ACTIONS(609), 20, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + STATE(115), 1, + sym_ternary_if, + STATE(246), 1, + sym_comment, + ACTIONS(632), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -23715,19 +24054,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8572] = 6, + [8361] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(449), 1, + ACTIONS(460), 1, anon_sym_STAR_STAR, - STATE(76), 1, + STATE(115), 1, sym_ternary_if, STATE(247), 1, sym_comment, - ACTIONS(551), 15, + ACTIONS(486), 15, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -23743,7 +24081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_EQ, - ACTIONS(553), 19, + ACTIONS(488), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23763,16 +24101,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [8623] = 6, + [8412] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(449), 1, + ACTIONS(460), 1, anon_sym_STAR_STAR, - STATE(76), 1, + STATE(115), 1, sym_ternary_if, STATE(248), 1, sym_comment, - ACTIONS(551), 15, + ACTIONS(486), 15, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -23788,7 +24126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_EQ, - ACTIONS(553), 19, + ACTIONS(488), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23808,12 +24146,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [8674] = 4, + [8463] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(249), 1, sym_comment, - ACTIONS(611), 16, + ACTIONS(634), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -23830,7 +24168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(613), 20, + ACTIONS(636), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23851,12 +24189,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8721] = 4, + [8510] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(250), 1, sym_comment, - ACTIONS(615), 16, + ACTIONS(638), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -23873,7 +24211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(617), 20, + ACTIONS(640), 20, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -23894,33 +24232,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8768] = 4, + [8557] = 22, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(251), 1, - sym_comment, - ACTIONS(619), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(432), 1, + anon_sym_EQ_EQ, + ACTIONS(434), 1, + anon_sym_BANG_EQ, + ACTIONS(436), 1, anon_sym_LT, + ACTIONS(438), 1, + anon_sym_LT_EQ, + ACTIONS(440), 1, anon_sym_GT, + ACTIONS(442), 1, + anon_sym_GT_EQ, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(251), 1, + sym_comment, + ACTIONS(642), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_EQ, - ACTIONS(621), 20, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(644), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -23934,36 +24291,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8815] = 4, + [8640] = 23, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(252), 1, - sym_comment, - ACTIONS(393), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, + ACTIONS(428), 1, anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(432), 1, + anon_sym_EQ_EQ, + ACTIONS(434), 1, + anon_sym_BANG_EQ, + ACTIONS(436), 1, anon_sym_LT, + ACTIONS(438), 1, + anon_sym_LT_EQ, + ACTIONS(440), 1, anon_sym_GT, + ACTIONS(442), 1, + anon_sym_GT_EQ, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(252), 1, + sym_comment, + ACTIONS(646), 2, + anon_sym_PIPE_PIPE, anon_sym_EQ, - ACTIONS(397), 20, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(648), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -23977,32 +24353,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8862] = 4, + [8725] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(253), 1, - sym_comment, - ACTIONS(623), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT, - anon_sym_GT, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(253), 1, + sym_comment, + ACTIONS(650), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ, - ACTIONS(625), 20, + ACTIONS(652), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -24020,38 +24408,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [8909] = 5, + [8796] = 20, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(631), 1, - anon_sym_DOT, - STATE(254), 1, - sym_comment, - ACTIONS(627), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(436), 1, anon_sym_LT, + ACTIONS(438), 1, + anon_sym_LT_EQ, + ACTIONS(440), 1, anon_sym_GT, + ACTIONS(442), 1, + anon_sym_GT_EQ, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(254), 1, + sym_comment, + ACTIONS(654), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_EQ, - ACTIONS(629), 19, + ACTIONS(656), 17, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -24067,33 +24469,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [8958] = 4, + [8875] = 20, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(255), 1, - sym_comment, - ACTIONS(633), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(436), 1, anon_sym_LT, + ACTIONS(438), 1, + anon_sym_LT_EQ, + ACTIONS(440), 1, anon_sym_GT, + ACTIONS(442), 1, + anon_sym_GT_EQ, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(255), 1, + sym_comment, + ACTIONS(654), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_EQ, - ACTIONS(635), 20, + ACTIONS(656), 17, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -24107,34 +24526,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, - anon_sym_DOT, anon_sym_SEMI, anon_sym_QMARK, - [9005] = 5, + [8954] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(641), 1, - anon_sym_DOT, - STATE(256), 1, - sym_comment, - ACTIONS(637), 16, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT, - anon_sym_GT, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(256), 1, + sym_comment, + ACTIONS(650), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ, - ACTIONS(639), 19, + ACTIONS(652), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -24154,71 +24583,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [9054] = 6, + [9025] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(257), 1, - sym_comment, - STATE(258), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(643), 3, - aux_sym_decimal_digit_token1, - aux_sym_constant_identifier_token2, - anon_sym__, - ACTIONS(239), 8, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, - anon_sym_DOT, - anon_sym_COLON, - ACTIONS(243), 23, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(448), 1, anon_sym_CARET, + ACTIONS(450), 1, anon_sym_LT_LT, + ACTIONS(452), 1, anon_sym_GT_GT, + ACTIONS(454), 1, anon_sym_PLUS, + ACTIONS(456), 1, anon_sym_DASH, + ACTIONS(458), 1, anon_sym_PERCENT, + ACTIONS(460), 1, anon_sym_STAR_STAR, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT, + STATE(115), 1, + sym_ternary_if, + STATE(257), 1, + sym_comment, + ACTIONS(650), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ, + ACTIONS(652), 19, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_QMARK, - [9104] = 5, + [9096] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(258), 2, - sym_comment, - aux_sym_constant_identifier_repeat1, - ACTIONS(645), 3, - aux_sym_decimal_digit_token1, - aux_sym_constant_identifier_token2, - anon_sym__, - ACTIONS(253), 8, + ACTIONS(424), 1, anon_sym_STAR, + ACTIONS(426), 1, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(444), 1, anon_sym_AMP, + ACTIONS(446), 1, anon_sym_PIPE, - anon_sym_DOT, - anon_sym_COLON, - ACTIONS(258), 23, - anon_sym_AMP_AMP, + ACTIONS(448), 1, + anon_sym_CARET, + ACTIONS(450), 1, + anon_sym_LT_LT, + ACTIONS(452), 1, + anon_sym_GT_GT, + ACTIONS(454), 1, + anon_sym_PLUS, + ACTIONS(456), 1, + anon_sym_DASH, + ACTIONS(458), 1, + anon_sym_PERCENT, + ACTIONS(460), 1, + anon_sym_STAR_STAR, + STATE(115), 1, + sym_ternary_if, + STATE(258), 1, + sym_comment, + ACTIONS(650), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ, + ACTIONS(652), 19, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_SEMI, + anon_sym_QMARK, + [9167] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(660), 1, + anon_sym_DOT, + STATE(259), 1, + sym_comment, + STATE(264), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(658), 3, + aux_sym_decimal_digit_token1, + aux_sym_constant_identifier_token2, + anon_sym__, + ACTIONS(275), 7, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_COLON, + ACTIONS(277), 23, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -24241,12 +24738,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_QMARK, - [9152] = 4, + [9219] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(259), 1, + STATE(260), 2, + sym_comment, + aux_sym_constant_identifier_repeat1, + ACTIONS(663), 3, + aux_sym_decimal_digit_token1, + aux_sym_constant_identifier_token2, + anon_sym__, + ACTIONS(246), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + anon_sym_COLON, + ACTIONS(251), 23, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_QMARK, + [9267] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + STATE(261), 1, sym_comment, - ACTIONS(627), 16, + ACTIONS(574), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -24263,7 +24803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(629), 19, + ACTIONS(576), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -24283,12 +24823,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [9198] = 4, + [9313] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(260), 1, + STATE(262), 1, sym_comment, - ACTIONS(627), 16, + ACTIONS(574), 16, anon_sym_STAR, anon_sym_SLASH, anon_sym_AMP_AMP, @@ -24305,7 +24845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ, - ACTIONS(629), 19, + ACTIONS(576), 19, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -24325,18 +24865,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE_EQ, anon_sym_SEMI, anon_sym_QMARK, - [9244] = 6, + [9359] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(257), 1, + STATE(260), 1, aux_sym_constant_identifier_repeat1, - STATE(261), 1, + STATE(263), 1, sym_comment, - ACTIONS(643), 3, + ACTIONS(658), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(249), 8, + ACTIONS(263), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24345,7 +24885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT, anon_sym_COLON, - ACTIONS(251), 23, + ACTIONS(265), 23, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -24369,20 +24909,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_QMARK, - [9294] = 7, + [9409] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(648), 1, + ACTIONS(666), 1, anon_sym_DOT, - STATE(258), 1, + STATE(260), 1, aux_sym_constant_identifier_repeat1, - STATE(262), 1, + STATE(264), 1, sym_comment, - ACTIONS(643), 3, + ACTIONS(658), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(264), 7, + ACTIONS(267), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24390,7 +24930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_COLON, - ACTIONS(266), 23, + ACTIONS(269), 23, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -24414,28 +24954,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_QMARK, - [9346] = 7, + [9461] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(651), 1, - anon_sym_DOT, - STATE(262), 1, - aux_sym_constant_identifier_repeat1, STATE(263), 1, + aux_sym_constant_identifier_repeat1, + STATE(265), 1, sym_comment, - ACTIONS(643), 3, + ACTIONS(658), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(268), 7, + ACTIONS(253), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_DOT, anon_sym_COLON, - ACTIONS(270), 23, + ACTIONS(257), 23, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -24459,12 +24998,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_QMARK, - [9398] = 4, + [9511] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(264), 1, + STATE(266), 1, sym_comment, - ACTIONS(260), 8, + ACTIONS(271), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24473,7 +25012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT, anon_sym_COLON, - ACTIONS(262), 26, + ACTIONS(273), 26, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, @@ -24500,18 +25039,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_QMARK, - [9443] = 6, + [9556] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(258), 1, - aux_sym_constant_identifier_repeat1, - STATE(265), 1, + STATE(267), 1, sym_comment, - ACTIONS(643), 3, + STATE(268), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(658), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(264), 7, + ACTIONS(275), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24519,7 +25058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(266), 23, + ACTIONS(277), 23, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -24543,18 +25082,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [9492] = 6, + [9605] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(265), 1, + STATE(260), 1, aux_sym_constant_identifier_repeat1, - STATE(266), 1, + STATE(268), 1, sym_comment, - ACTIONS(643), 3, + ACTIONS(658), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - ACTIONS(268), 7, + ACTIONS(267), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24562,7 +25101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(270), 23, + ACTIONS(269), 23, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -24586,17 +25125,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [9541] = 6, + [9654] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(654), 1, + ACTIONS(669), 1, aux_sym_decimal_digit_token1, - STATE(275), 1, + STATE(280), 1, sym_decimal_digit, - STATE(267), 2, + STATE(269), 2, sym_comment, aux_sym_tuple_index_repeat1, - ACTIONS(386), 7, + ACTIONS(403), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24604,7 +25143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(391), 23, + ACTIONS(408), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -24628,18 +25167,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [9589] = 7, + [9702] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(657), 1, + ACTIONS(672), 1, aux_sym_decimal_digit_token1, - STATE(268), 1, - sym_comment, STATE(269), 1, aux_sym_tuple_index_repeat1, - STATE(275), 1, + STATE(270), 1, + sym_comment, + STATE(280), 1, sym_decimal_digit, - ACTIONS(393), 7, + ACTIONS(395), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24671,18 +25210,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [9639] = 7, + [9752] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(657), 1, + ACTIONS(672), 1, aux_sym_decimal_digit_token1, - STATE(267), 1, + STATE(270), 1, aux_sym_tuple_index_repeat1, - STATE(269), 1, + STATE(271), 1, sym_comment, - STATE(275), 1, + STATE(280), 1, sym_decimal_digit, - ACTIONS(399), 7, + ACTIONS(389), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24690,7 +25229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(401), 23, + ACTIONS(393), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -24714,56 +25253,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [9689] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - STATE(270), 1, - sym_comment, - ACTIONS(247), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - ACTIONS(382), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - anon_sym_COLON, - ACTIONS(384), 21, - anon_sym_then, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_SEMI, - anon_sym_QMARK, - [9734] = 6, + [9802] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(659), 1, + ACTIONS(674), 1, anon_sym_LPAREN, - STATE(271), 1, + STATE(272), 1, sym_comment, - STATE(284), 1, + STATE(318), 1, sym_function_arguments, - ACTIONS(403), 7, + ACTIONS(416), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24771,7 +25270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(405), 23, + ACTIONS(418), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -24795,16 +25294,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [9781] = 6, + [9849] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(659), 1, - anon_sym_LPAREN, - STATE(272), 1, + STATE(273), 1, sym_comment, - STATE(311), 1, - sym_function_arguments, - ACTIONS(409), 7, + ACTIONS(259), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24812,7 +25307,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(411), 23, + ACTIONS(261), 25, + anon_sym_in, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -24827,6 +25323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, @@ -24836,12 +25333,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [9828] = 4, + [9892] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(273), 1, + ACTIONS(674), 1, + anon_sym_LPAREN, + STATE(274), 1, sym_comment, - ACTIONS(245), 7, + STATE(307), 1, + sym_function_arguments, + ACTIONS(410), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -24849,8 +25350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(247), 25, - anon_sym_in, + ACTIONS(412), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -24865,7 +25365,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, @@ -24875,16 +25374,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [9871] = 4, + [9939] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(274), 1, + STATE(275), 1, sym_comment, - ACTIONS(663), 3, + ACTIONS(678), 3, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(661), 28, + ACTIONS(676), 29, anon_sym_Future, anon_sym_address, anon_sym_block, @@ -24908,59 +25407,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, anon_sym_LBRACK, sym_signature_type, - [9913] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - STATE(275), 1, - sym_comment, - ACTIONS(463), 7, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - ACTIONS(465), 24, - anon_sym_then, - aux_sym_decimal_digit_token1, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_QMARK, - [9955] = 4, + [9982] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(276), 1, sym_comment, - ACTIONS(667), 3, + ACTIONS(682), 3, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(665), 28, + ACTIONS(680), 29, anon_sym_Future, anon_sym_address, anon_sym_block, @@ -24984,21 +25446,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, anon_sym_LBRACK, sym_signature_type, - [9997] = 4, + [10025] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(277), 1, sym_comment, - ACTIONS(671), 3, + ACTIONS(686), 3, aux_sym_constant_identifier_token1, aux_sym_variable_identifier_token1, anon_sym_sign, - ACTIONS(669), 28, + ACTIONS(684), 29, anon_sym_Future, anon_sym_address, anon_sym_block, @@ -25022,17 +25485,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, anon_sym_aleo1, + anon_sym_DQUOTE, anon_sym_BANG, anon_sym_DASH, anon_sym_LPAREN, anon_sym_LBRACK, sym_signature_type, - [10039] = 4, + [10068] = 5, ACTIONS(3), 1, aux_sym_comment_token1, STATE(278), 1, sym_comment, - ACTIONS(459), 7, + ACTIONS(261), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + ACTIONS(399), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25040,9 +25508,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(461), 24, + anon_sym_COLON, + ACTIONS(401), 21, anon_sym_then, - aux_sym_decimal_digit_token1, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -25058,19 +25526,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_SEMI, - anon_sym_COLON, anon_sym_QMARK, - [10081] = 4, + [10113] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(279), 1, sym_comment, - ACTIONS(495), 7, + ACTIONS(470), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25078,8 +25544,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(497), 23, + ACTIONS(472), 24, anon_sym_then, + aux_sym_decimal_digit_token1, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -25102,12 +25569,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10122] = 4, + [10155] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(280), 1, sym_comment, - ACTIONS(393), 7, + ACTIONS(420), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25115,8 +25582,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(397), 23, + ACTIONS(422), 24, anon_sym_then, + aux_sym_decimal_digit_token1, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -25139,12 +25607,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10163] = 4, + [10197] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(281), 1, sym_comment, - ACTIONS(507), 7, + ACTIONS(474), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25152,7 +25620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(509), 23, + ACTIONS(476), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25176,20 +25644,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10204] = 4, + [10238] = 5, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(688), 1, + anon_sym_DOT, STATE(282), 1, sym_comment, - ACTIONS(503), 7, + ACTIONS(574), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_DOT, - ACTIONS(505), 23, + ACTIONS(576), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25213,12 +25682,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10245] = 4, + [10281] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(283), 1, sym_comment, - ACTIONS(475), 7, + ACTIONS(490), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25226,7 +25695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(477), 23, + ACTIONS(492), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25250,12 +25719,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10286] = 4, + [10322] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(284), 1, sym_comment, - ACTIONS(615), 7, + ACTIONS(494), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25263,7 +25732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(617), 23, + ACTIONS(496), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25287,12 +25756,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10327] = 4, + [10363] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(285), 1, sym_comment, - ACTIONS(467), 7, + ACTIONS(534), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25300,7 +25769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(469), 23, + ACTIONS(536), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25324,12 +25793,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10368] = 4, + [10404] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(286), 1, sym_comment, - ACTIONS(479), 7, + ACTIONS(498), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25337,7 +25806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(481), 23, + ACTIONS(500), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25361,12 +25830,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10409] = 4, + [10445] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(287), 1, sym_comment, - ACTIONS(483), 7, + ACTIONS(638), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25374,7 +25843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(485), 23, + ACTIONS(640), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25398,12 +25867,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10450] = 4, + [10486] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(288), 1, sym_comment, - ACTIONS(607), 7, + ACTIONS(502), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25411,7 +25880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(609), 23, + ACTIONS(504), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25435,12 +25904,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10491] = 4, + [10527] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(289), 1, sym_comment, - ACTIONS(471), 7, + ACTIONS(634), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25448,7 +25917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(473), 23, + ACTIONS(636), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25472,12 +25941,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10532] = 4, + [10568] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(290), 1, sym_comment, - ACTIONS(595), 7, + ACTIONS(514), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25485,7 +25954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(597), 23, + ACTIONS(516), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25509,12 +25978,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10573] = 4, + [10609] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(291), 1, sym_comment, - ACTIONS(587), 7, + ACTIONS(538), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25522,7 +25991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(589), 23, + ACTIONS(540), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25546,12 +26015,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10614] = 4, + [10650] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(292), 1, sym_comment, - ACTIONS(559), 7, + ACTIONS(562), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25559,7 +26028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(561), 23, + ACTIONS(564), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25583,12 +26052,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10655] = 4, + [10691] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(293), 1, sym_comment, - ACTIONS(487), 7, + ACTIONS(550), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25596,7 +26065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(489), 23, + ACTIONS(552), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25620,12 +26089,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10696] = 4, + [10732] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(294), 1, sym_comment, - ACTIONS(491), 7, + ACTIONS(602), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25633,7 +26102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(493), 23, + ACTIONS(604), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25657,25 +26126,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10737] = 6, + [10773] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(676), 1, + ACTIONS(302), 1, + anon_sym_DOT, + ACTIONS(692), 1, aux_sym_constant_identifier_token2, - ACTIONS(673), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - STATE(295), 2, + STATE(295), 1, sym_comment, + STATE(316), 1, aux_sym_constant_identifier_repeat1, - ACTIONS(253), 6, + ACTIONS(690), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(267), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(258), 20, + ACTIONS(269), 19, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25692,16 +26164,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_QMARK, - [10782] = 4, + [10822] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(296), 1, sym_comment, - ACTIONS(515), 7, + ACTIONS(622), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25709,7 +26180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(517), 23, + ACTIONS(624), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25733,21 +26204,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10823] = 5, + [10863] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(679), 1, - anon_sym_DOT, STATE(297), 1, sym_comment, - ACTIONS(627), 6, + ACTIONS(618), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(629), 23, + anon_sym_DOT, + ACTIONS(620), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25771,12 +26241,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10866] = 4, + [10904] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(298), 1, sym_comment, - ACTIONS(539), 7, + ACTIONS(482), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25784,7 +26254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(541), 23, + ACTIONS(484), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25808,12 +26278,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10907] = 4, + [10945] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(299), 1, sym_comment, - ACTIONS(523), 7, + ACTIONS(542), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25821,7 +26291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(525), 23, + ACTIONS(544), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25845,26 +26315,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [10948] = 7, + [10986] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(683), 1, - aux_sym_constant_identifier_token2, - STATE(295), 1, - aux_sym_constant_identifier_repeat1, STATE(300), 1, sym_comment, - ACTIONS(681), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(239), 6, + ACTIONS(614), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(243), 20, + anon_sym_DOT, + ACTIONS(616), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25879,34 +26343,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_SEMI, - anon_sym_COLON_COLON, + anon_sym_COLON, anon_sym_QMARK, - [10995] = 8, + [11027] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(289), 1, - anon_sym_DOT, - ACTIONS(683), 1, - aux_sym_constant_identifier_token2, - STATE(295), 1, - aux_sym_constant_identifier_repeat1, STATE(301), 1, sym_comment, - ACTIONS(681), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(264), 6, + ACTIONS(570), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(266), 19, + anon_sym_DOT, + ACTIONS(572), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25921,31 +26380,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_SEMI, - anon_sym_COLON_COLON, + anon_sym_COLON, anon_sym_QMARK, - [11044] = 7, + [11068] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(683), 1, - aux_sym_constant_identifier_token2, - STATE(300), 1, - aux_sym_constant_identifier_repeat1, STATE(302), 1, sym_comment, - ACTIONS(681), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(249), 6, + ACTIONS(558), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(251), 20, + anon_sym_DOT, + ACTIONS(560), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25960,18 +26417,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_SEMI, - anon_sym_COLON_COLON, + anon_sym_COLON, anon_sym_QMARK, - [11091] = 4, + [11109] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(303), 1, sym_comment, - ACTIONS(535), 7, + ACTIONS(610), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -25979,7 +26439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(537), 23, + ACTIONS(612), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26003,12 +26463,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11132] = 4, + [11150] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(304), 1, sym_comment, - ACTIONS(555), 7, + ACTIONS(606), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -26016,7 +26476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(557), 23, + ACTIONS(608), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26040,21 +26500,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11173] = 5, + [11191] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(685), 1, + ACTIONS(295), 1, anon_sym_DOT, + ACTIONS(692), 1, + aux_sym_constant_identifier_token2, + STATE(295), 1, + aux_sym_constant_identifier_repeat1, STATE(305), 1, sym_comment, - ACTIONS(637), 6, + ACTIONS(690), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(275), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(639), 23, + ACTIONS(277), 19, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26069,29 +26536,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_COLON_COLON, anon_sym_QMARK, - [11216] = 4, + [11240] = 5, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(694), 1, + anon_sym_DOT, STATE(306), 1, sym_comment, - ACTIONS(633), 7, + ACTIONS(588), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_DOT, - ACTIONS(635), 23, + ACTIONS(590), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26115,12 +26579,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11257] = 4, + [11283] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(307), 1, sym_comment, - ACTIONS(543), 7, + ACTIONS(554), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -26128,7 +26592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(545), 23, + ACTIONS(556), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26152,12 +26616,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11298] = 4, + [11324] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(308), 1, sym_comment, - ACTIONS(531), 7, + ACTIONS(598), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -26165,7 +26629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(533), 23, + ACTIONS(600), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26189,28 +26653,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11339] = 8, + [11365] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(272), 1, - anon_sym_DOT, - ACTIONS(683), 1, + ACTIONS(692), 1, aux_sym_constant_identifier_token2, - STATE(301), 1, - aux_sym_constant_identifier_repeat1, STATE(309), 1, sym_comment, - ACTIONS(681), 2, + STATE(315), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(690), 2, aux_sym_decimal_digit_token1, anon_sym__, - ACTIONS(268), 6, + ACTIONS(253), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(270), 19, + ACTIONS(257), 20, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26227,15 +26689,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_QMARK, - [11388] = 4, + [11412] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(310), 1, sym_comment, - ACTIONS(519), 7, + ACTIONS(389), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -26243,7 +26706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(521), 23, + ACTIONS(393), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26267,12 +26730,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11429] = 4, + [11453] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(311), 1, sym_comment, - ACTIONS(623), 7, + ACTIONS(518), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -26280,7 +26743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(625), 23, + ACTIONS(520), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26304,12 +26767,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11470] = 4, + [11494] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(312), 1, sym_comment, - ACTIONS(619), 7, + ACTIONS(626), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -26317,7 +26780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(621), 23, + ACTIONS(628), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26341,12 +26804,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11511] = 4, + [11535] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(313), 1, sym_comment, - ACTIONS(527), 7, + ACTIONS(522), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -26354,7 +26817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(529), 23, + ACTIONS(524), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26378,12 +26841,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11552] = 4, + [11576] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(314), 1, sym_comment, - ACTIONS(611), 7, + ACTIONS(530), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -26391,7 +26854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_DOT, - ACTIONS(613), 23, + ACTIONS(532), 23, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26415,19 +26878,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11593] = 4, + [11617] = 7, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(692), 1, + aux_sym_constant_identifier_token2, STATE(315), 1, sym_comment, - ACTIONS(627), 6, + STATE(316), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(690), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(263), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(629), 23, + ACTIONS(265), 20, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26442,28 +26912,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT, + anon_sym_DOT, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_COLON_COLON, anon_sym_QMARK, - [11633] = 4, + [11664] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(316), 1, + ACTIONS(699), 1, + aux_sym_constant_identifier_token2, + ACTIONS(696), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + STATE(316), 2, sym_comment, - ACTIONS(627), 6, + aux_sym_constant_identifier_repeat1, + ACTIONS(246), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(629), 23, + ACTIONS(251), 20, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26478,32 +26951,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT, + anon_sym_DOT, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_COLON_COLON, anon_sym_QMARK, - [11673] = 4, + [11709] = 4, ACTIONS(3), 1, aux_sym_comment_token1, STATE(317), 1, sym_comment, - ACTIONS(260), 7, + ACTIONS(478), 7, anon_sym_STAR, anon_sym_SLASH, - aux_sym_constant_identifier_token2, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(262), 22, + anon_sym_DOT, + ACTIONS(480), 23, anon_sym_then, - aux_sym_decimal_digit_token1, - anon_sym__, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -26517,27 +26985,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_SEMI, - anon_sym_COLON_COLON, + anon_sym_COLON, anon_sym_QMARK, - [11713] = 5, + [11750] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(121), 1, - sym_ternary_if, STATE(318), 1, sym_comment, - ACTIONS(547), 6, + ACTIONS(506), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(549), 21, + anon_sym_DOT, + ACTIONS(508), 23, + anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -26553,74 +27024,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11754] = 16, + [11791] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + STATE(319), 1, + sym_comment, + ACTIONS(574), 6, anon_sym_STAR, - ACTIONS(689), 1, anon_sym_SLASH, - ACTIONS(691), 1, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, - ACTIONS(693), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(576), 23, + anon_sym_then, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(697), 1, anon_sym_LT_LT, - ACTIONS(699), 1, anon_sym_GT_GT, - ACTIONS(701), 1, anon_sym_PLUS, - ACTIONS(703), 1, anon_sym_DASH, - ACTIONS(705), 1, anon_sym_PERCENT, - ACTIONS(707), 1, anon_sym_STAR_STAR, - STATE(121), 1, - sym_ternary_if, - STATE(319), 1, - sym_comment, - ACTIONS(583), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(585), 14, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11817] = 5, + [11831] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(121), 1, - sym_ternary_if, STATE(320), 1, sym_comment, - ACTIONS(499), 6, + ACTIONS(574), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(501), 21, + ACTIONS(576), 23, + anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -26636,29 +27096,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11858] = 6, + [11871] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(707), 1, - anon_sym_STAR_STAR, - STATE(121), 1, - sym_ternary_if, STATE(321), 1, sym_comment, - ACTIONS(551), 6, + ACTIONS(271), 7, anon_sym_STAR, anon_sym_SLASH, + aux_sym_constant_identifier_token2, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(553), 20, + ACTIONS(273), 22, + anon_sym_then, + aux_sym_decimal_digit_token1, + anon_sym__, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -26671,53 +27132,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_COLON_COLON, anon_sym_QMARK, - [11901] = 16, + [11911] = 21, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(322), 1, sym_comment, - ACTIONS(583), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(585), 14, + ACTIONS(644), 10, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -26726,52 +27191,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [11964] = 23, + [11984] = 19, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, - anon_sym_AMP_AMP, - ACTIONS(711), 1, - anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, STATE(121), 1, sym_ternary_if, STATE(323), 1, sym_comment, - ACTIONS(513), 8, + ACTIONS(656), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -26780,23 +27241,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12041] = 6, + [12053] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(324), 1, sym_comment, - ACTIONS(551), 6, + ACTIONS(486), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(553), 20, + ACTIONS(488), 20, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -26817,27 +27278,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12084] = 9, + [12096] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, - anon_sym_STAR, - ACTIONS(689), 1, - anon_sym_SLASH, - ACTIONS(705), 1, - anon_sym_PERCENT, - ACTIONS(707), 1, - anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(325), 1, sym_comment, - ACTIONS(563), 4, + ACTIONS(584), 6, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(565), 19, + ACTIONS(586), 21, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -26849,6 +27304,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -26857,27 +27314,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12133] = 9, + [12137] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, - anon_sym_STAR, - ACTIONS(689), 1, - anon_sym_SLASH, - ACTIONS(705), 1, - anon_sym_PERCENT, - ACTIONS(707), 1, - anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(326), 1, sym_comment, - ACTIONS(563), 4, + ACTIONS(526), 6, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(565), 19, + ACTIONS(528), 21, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -26889,6 +27340,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -26897,40 +27350,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12182] = 11, + [12178] = 23, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(701), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, + anon_sym_CARET, + ACTIONS(724), 1, + anon_sym_LT_LT, + ACTIONS(726), 1, + anon_sym_GT_GT, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, STATE(121), 1, sym_ternary_if, STATE(327), 1, sym_comment, - ACTIONS(567), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(569), 17, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(632), 8, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -26939,31 +27404,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12235] = 11, + [12255] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(701), 1, - anon_sym_PLUS, - ACTIONS(703), 1, - anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(328), 1, sym_comment, - ACTIONS(567), 4, + ACTIONS(510), 4, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(569), 17, + ACTIONS(512), 19, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -26973,6 +27434,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -26981,37 +27444,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12288] = 15, + [12304] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, - anon_sym_STAR, - ACTIONS(689), 1, - anon_sym_SLASH, - ACTIONS(691), 1, - anon_sym_AMP, - ACTIONS(693), 1, - anon_sym_PIPE, - ACTIONS(697), 1, - anon_sym_LT_LT, - ACTIONS(699), 1, - anon_sym_GT_GT, - ACTIONS(701), 1, - anon_sym_PLUS, - ACTIONS(703), 1, - anon_sym_DASH, - ACTIONS(705), 1, - anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(329), 1, sym_comment, - ACTIONS(571), 2, + ACTIONS(486), 6, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(573), 15, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(488), 20, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -27019,44 +27468,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12349] = 14, + [12347] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, - anon_sym_AMP, - ACTIONS(697), 1, - anon_sym_LT_LT, - ACTIONS(699), 1, - anon_sym_GT_GT, - ACTIONS(701), 1, - anon_sym_PLUS, - ACTIONS(703), 1, - anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(330), 1, sym_comment, - ACTIONS(575), 3, + ACTIONS(510), 4, anon_sym_LT, anon_sym_GT, + anon_sym_AMP, anon_sym_PIPE, - ACTIONS(577), 15, + ACTIONS(512), 19, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -27064,6 +27509,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -27072,27 +27521,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12408] = 7, + [12396] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(683), 1, - aux_sym_constant_identifier_token2, + ACTIONS(734), 1, + anon_sym_STAR_STAR, + STATE(121), 1, + sym_ternary_if, STATE(331), 1, sym_comment, - STATE(337), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(681), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(268), 6, + ACTIONS(486), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(270), 18, - anon_sym_then, + ACTIONS(488), 20, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -27105,47 +27550,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LPAREN, - anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_SEMI, + anon_sym_COLON, anon_sym_QMARK, - [12453] = 13, + [12439] = 22, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(697), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, + anon_sym_CARET, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, + ACTIONS(736), 1, + anon_sym_AMP_AMP, STATE(121), 1, sym_ternary_if, STATE(332), 1, sym_comment, - ACTIONS(579), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(581), 15, - anon_sym_AMP_AMP, + ACTIONS(648), 9, anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -27154,45 +27611,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12510] = 16, + [12514] = 11, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, - anon_sym_AMP, - ACTIONS(693), 1, - anon_sym_PIPE, - ACTIONS(695), 1, - anon_sym_CARET, - ACTIONS(697), 1, - anon_sym_LT_LT, - ACTIONS(699), 1, - anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(333), 1, sym_comment, - ACTIONS(583), 2, + ACTIONS(546), 4, anon_sym_LT, anon_sym_GT, - ACTIONS(585), 14, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(548), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -27201,23 +27653,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12573] = 6, + [12567] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(707), 1, - anon_sym_STAR_STAR, - STATE(121), 1, - sym_ternary_if, + ACTIONS(692), 1, + aux_sym_constant_identifier_token2, + STATE(316), 1, + aux_sym_constant_identifier_repeat1, STATE(334), 1, sym_comment, - ACTIONS(551), 6, + ACTIONS(690), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(267), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(553), 20, + ACTIONS(269), 18, + anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -27230,58 +27686,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_SEMI, - anon_sym_COLON, anon_sym_QMARK, - [12616] = 21, + [12612] = 19, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, STATE(121), 1, sym_ternary_if, STATE(335), 1, sym_comment, - ACTIONS(605), 10, + ACTIONS(656), 12, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -27290,51 +27741,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12689] = 22, + [12681] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, - anon_sym_AMP_AMP, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, STATE(121), 1, sym_ternary_if, STATE(336), 1, sym_comment, - ACTIONS(601), 9, + ACTIONS(650), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(652), 14, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -27343,27 +27788,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12764] = 7, + [12744] = 11, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(683), 1, - aux_sym_constant_identifier_token2, - STATE(295), 1, - aux_sym_constant_identifier_repeat1, - STATE(337), 1, - sym_comment, - ACTIONS(681), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(264), 6, + ACTIONS(702), 1, anon_sym_STAR, + ACTIONS(704), 1, anon_sym_SLASH, + ACTIONS(728), 1, + anon_sym_PLUS, + ACTIONS(730), 1, + anon_sym_DASH, + ACTIONS(732), 1, + anon_sym_PERCENT, + ACTIONS(734), 1, + anon_sym_STAR_STAR, + STATE(121), 1, + sym_ternary_if, + STATE(337), 1, + sym_comment, + ACTIONS(546), 4, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(266), 18, - anon_sym_then, + ACTIONS(548), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -27373,56 +27822,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LPAREN, - anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_SEMI, + anon_sym_COLON, anon_sym_QMARK, - [12809] = 19, + [12797] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, STATE(121), 1, sym_ternary_if, STATE(338), 1, sym_comment, - ACTIONS(593), 12, + ACTIONS(650), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(652), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -27431,45 +27877,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12878] = 16, + [12860] = 15, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, - anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, STATE(121), 1, sym_ternary_if, STATE(339), 1, sym_comment, - ACTIONS(583), 2, + ACTIONS(566), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(585), 14, + ACTIONS(568), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_CARET, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -27478,48 +27923,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [12941] = 19, + [12921] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, STATE(121), 1, sym_ternary_if, STATE(340), 1, sym_comment, - ACTIONS(593), 12, + ACTIONS(650), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(652), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, @@ -27528,317 +27970,332 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - [13010] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - STATE(341), 1, - sym_comment, - ACTIONS(727), 2, - aux_sym_constant_identifier_token1, - aux_sym_variable_identifier_token1, - ACTIONS(725), 23, - anon_sym_Future, - anon_sym_address, - anon_sym_bool, - anon_sym_constant, - anon_sym_field, - anon_sym_group, - anon_sym_i128, - anon_sym_i16, - anon_sym_i32, - anon_sym_i64, - anon_sym_i8, - anon_sym_private, - anon_sym_public, - anon_sym_scalar, - anon_sym_string, - anon_sym_u128, - anon_sym_u16, - anon_sym_u32, - anon_sym_u64, - anon_sym_u8, - anon_sym_LPAREN, - anon_sym_LBRACK, - sym_signature_type, - [13046] = 26, + [12984] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(121), 1, + sym_ternary_if, + STATE(341), 1, + sym_comment, + ACTIONS(650), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(652), 14, anon_sym_AMP_AMP, - ACTIONS(711), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, anon_sym_GT_EQ, - ACTIONS(729), 1, anon_sym_RPAREN, - ACTIONS(731), 1, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(121), 1, - sym_ternary_if, - STATE(342), 1, - sym_comment, - STATE(618), 1, - aux_sym_function_arguments_repeat1, - [13125] = 26, + anon_sym_DOT_DOT, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + [13047] = 13, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, - anon_sym_AMP, - ACTIONS(693), 1, - anon_sym_PIPE, - ACTIONS(695), 1, - anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(121), 1, + sym_ternary_if, + STATE(342), 1, + sym_comment, + ACTIONS(594), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(596), 15, anon_sym_AMP_AMP, - ACTIONS(711), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, anon_sym_GT_EQ, - ACTIONS(731), 1, - anon_sym_COMMA, - ACTIONS(733), 1, + anon_sym_CARET, anon_sym_RPAREN, - STATE(121), 1, - sym_ternary_if, - STATE(343), 1, - sym_comment, - STATE(621), 1, - aux_sym_function_arguments_repeat1, - [13204] = 26, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + [13104] = 14, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, - anon_sym_PIPE, - ACTIONS(695), 1, - anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(121), 1, + sym_ternary_if, + STATE(343), 1, + sym_comment, + ACTIONS(580), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + ACTIONS(582), 15, anon_sym_AMP_AMP, - ACTIONS(711), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, anon_sym_GT_EQ, - ACTIONS(735), 1, + anon_sym_CARET, anon_sym_RPAREN, - ACTIONS(737), 1, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(121), 1, - sym_ternary_if, - STATE(344), 1, - sym_comment, - STATE(627), 1, - aux_sym_function_arguments_repeat1, - [13283] = 24, + anon_sym_DOT_DOT, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + [13163] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(692), 1, + aux_sym_constant_identifier_token2, + STATE(334), 1, + aux_sym_constant_identifier_repeat1, + STATE(344), 1, + sym_comment, + ACTIONS(690), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(275), 6, anon_sym_STAR, - ACTIONS(689), 1, anon_sym_SLASH, - ACTIONS(691), 1, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, - ACTIONS(693), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(277), 18, + anon_sym_then, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(697), 1, anon_sym_LT_LT, - ACTIONS(699), 1, anon_sym_GT_GT, - ACTIONS(701), 1, anon_sym_PLUS, - ACTIONS(703), 1, anon_sym_DASH, - ACTIONS(705), 1, anon_sym_PERCENT, - ACTIONS(707), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, - anon_sym_AMP_AMP, - ACTIONS(711), 1, - anon_sym_PIPE_PIPE, - ACTIONS(713), 1, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_SEMI, + anon_sym_QMARK, + [13208] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + STATE(345), 1, + sym_comment, + ACTIONS(742), 2, + aux_sym_constant_identifier_token1, + aux_sym_variable_identifier_token1, + ACTIONS(740), 23, + anon_sym_Future, + anon_sym_address, + anon_sym_bool, + anon_sym_constant, + anon_sym_field, + anon_sym_group, + anon_sym_i128, + anon_sym_i16, + anon_sym_i32, + anon_sym_i64, + anon_sym_i8, + anon_sym_private, + anon_sym_public, + anon_sym_scalar, + anon_sym_string, + anon_sym_u128, + anon_sym_u16, + anon_sym_u32, + anon_sym_u64, + anon_sym_u8, + anon_sym_LPAREN, + anon_sym_LBRACK, + sym_signature_type, + [13244] = 24, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, + anon_sym_STAR, + ACTIONS(704), 1, + anon_sym_SLASH, + ACTIONS(706), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, + ACTIONS(708), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, + ACTIONS(710), 1, anon_sym_LT, - ACTIONS(719), 1, + ACTIONS(712), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, + ACTIONS(714), 1, anon_sym_GT, - ACTIONS(723), 1, + ACTIONS(716), 1, anon_sym_GT_EQ, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, + anon_sym_CARET, + ACTIONS(724), 1, + anon_sym_LT_LT, + ACTIONS(726), 1, + anon_sym_GT_GT, + ACTIONS(728), 1, + anon_sym_PLUS, + ACTIONS(730), 1, + anon_sym_DASH, + ACTIONS(732), 1, + anon_sym_PERCENT, + ACTIONS(734), 1, + anon_sym_STAR_STAR, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, STATE(121), 1, sym_ternary_if, - STATE(345), 1, + STATE(346), 1, sym_comment, - ACTIONS(739), 3, + ACTIONS(744), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, - [13358] = 26, + [13319] = 26, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + ACTIONS(736), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, - ACTIONS(741), 1, + ACTIONS(746), 1, anon_sym_RPAREN, - ACTIONS(743), 1, + ACTIONS(748), 1, anon_sym_COMMA, STATE(121), 1, sym_ternary_if, - STATE(346), 1, + STATE(347), 1, sym_comment, - STATE(633), 1, + STATE(627), 1, aux_sym_function_arguments_repeat1, - [13437] = 5, + [13398] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(347), 1, + STATE(348), 1, sym_comment, - ACTIONS(247), 2, + ACTIONS(261), 2, anon_sym_LPAREN, anon_sym_COLON_COLON, - ACTIONS(382), 6, + ACTIONS(399), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(384), 16, + ACTIONS(401), 16, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -27855,262 +28312,233 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_QMARK, - [13474] = 24, + [13435] = 26, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + ACTIONS(736), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, + ACTIONS(750), 1, + anon_sym_RPAREN, + ACTIONS(752), 1, + anon_sym_COMMA, STATE(121), 1, sym_ternary_if, - STATE(348), 1, + STATE(349), 1, sym_comment, - ACTIONS(745), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [13548] = 25, + STATE(644), 1, + aux_sym_function_arguments_repeat1, + [13514] = 26, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + ACTIONS(736), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, - ACTIONS(747), 1, - anon_sym_RPAREN, - ACTIONS(749), 1, + ACTIONS(748), 1, anon_sym_COMMA, + ACTIONS(754), 1, + anon_sym_RPAREN, STATE(121), 1, sym_ternary_if, - STATE(349), 1, + STATE(350), 1, sym_comment, - [13624] = 11, + STATE(628), 1, + aux_sym_function_arguments_repeat1, + [13593] = 26, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - STATE(119), 1, - sym_ternary_if, - STATE(350), 1, - sym_comment, - ACTIONS(567), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(569), 12, - anon_sym_then, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(706), 1, anon_sym_EQ_EQ, + ACTIONS(708), 1, anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, anon_sym_GT_EQ, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, anon_sym_CARET, + ACTIONS(724), 1, anon_sym_LT_LT, + ACTIONS(726), 1, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_QMARK, - [13672] = 11, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(751), 1, - anon_sym_STAR, - ACTIONS(753), 1, - anon_sym_SLASH, - ACTIONS(755), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(757), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(759), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(761), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - STATE(119), 1, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(756), 1, + anon_sym_RPAREN, + ACTIONS(758), 1, + anon_sym_COMMA, + STATE(121), 1, sym_ternary_if, STATE(351), 1, sym_comment, - ACTIONS(567), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(569), 12, - anon_sym_then, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_QMARK, - [13720] = 25, + STATE(634), 1, + aux_sym_function_arguments_repeat1, + [13672] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(65), 1, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(767), 1, + ACTIONS(764), 1, anon_sym_AMP_AMP, - ACTIONS(769), 1, + ACTIONS(766), 1, anon_sym_PIPE_PIPE, - ACTIONS(771), 1, + ACTIONS(768), 1, anon_sym_EQ_EQ, - ACTIONS(773), 1, + ACTIONS(770), 1, anon_sym_BANG_EQ, - ACTIONS(775), 1, + ACTIONS(772), 1, anon_sym_LT, - ACTIONS(777), 1, + ACTIONS(774), 1, anon_sym_LT_EQ, - ACTIONS(779), 1, + ACTIONS(776), 1, anon_sym_GT, - ACTIONS(781), 1, + ACTIONS(778), 1, anon_sym_GT_EQ, - ACTIONS(783), 1, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(782), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(784), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(189), 1, + STATE(181), 1, sym_block, STATE(352), 1, sym_comment, - [13796] = 14, + [13748] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, - anon_sym_STAR, - ACTIONS(753), 1, - anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, + ACTIONS(798), 1, anon_sym_STAR_STAR, - ACTIONS(801), 1, - anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, STATE(119), 1, sym_ternary_if, STATE(353), 1, sym_comment, - ACTIONS(575), 3, + ACTIONS(486), 6, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_AMP, anon_sym_PIPE, - ACTIONS(577), 10, + ACTIONS(488), 15, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28119,41 +28547,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, anon_sym_SEMI, anon_sym_QMARK, - [13850] = 16, + [13786] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, + ACTIONS(804), 1, anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(809), 1, + ACTIONS(808), 1, anon_sym_CARET, + ACTIONS(810), 1, + anon_sym_LT_LT, + ACTIONS(812), 1, + anon_sym_GT_GT, + ACTIONS(814), 1, + anon_sym_PLUS, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, + anon_sym_PERCENT, STATE(119), 1, sym_ternary_if, STATE(354), 1, sym_comment, - ACTIONS(583), 2, + ACTIONS(650), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(585), 9, + ACTIONS(652), 9, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28163,21 +28596,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_QMARK, - [13908] = 5, + [13844] = 16, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, + anon_sym_STAR, + ACTIONS(802), 1, + anon_sym_SLASH, + ACTIONS(804), 1, + anon_sym_AMP, + ACTIONS(806), 1, + anon_sym_PIPE, + ACTIONS(808), 1, + anon_sym_CARET, + ACTIONS(810), 1, + anon_sym_LT_LT, + ACTIONS(812), 1, + anon_sym_GT_GT, + ACTIONS(814), 1, + anon_sym_PLUS, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, + anon_sym_PERCENT, STATE(119), 1, sym_ternary_if, STATE(355), 1, sym_comment, - ACTIONS(547), 6, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(650), 2, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(549), 16, + ACTIONS(652), 9, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28185,272 +28636,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_SEMI, anon_sym_QMARK, - [13944] = 19, + [13902] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, + ACTIONS(804), 1, anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(809), 1, + ACTIONS(808), 1, anon_sym_CARET, - ACTIONS(811), 1, - anon_sym_LT, - ACTIONS(813), 1, - anon_sym_LT_EQ, - ACTIONS(815), 1, - anon_sym_GT, - ACTIONS(817), 1, - anon_sym_GT_EQ, + ACTIONS(810), 1, + anon_sym_LT_LT, + ACTIONS(812), 1, + anon_sym_GT_GT, + ACTIONS(814), 1, + anon_sym_PLUS, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, + anon_sym_PERCENT, STATE(119), 1, sym_ternary_if, STATE(356), 1, sym_comment, - ACTIONS(593), 7, + ACTIONS(650), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(652), 9, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_QMARK, - [14008] = 25, + [13960] = 13, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(691), 1, - anon_sym_AMP, - ACTIONS(693), 1, - anon_sym_PIPE, - ACTIONS(695), 1, - anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(810), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(812), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(814), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(818), 1, anon_sym_PERCENT, - ACTIONS(707), 1, - anon_sym_STAR_STAR, - ACTIONS(709), 1, - anon_sym_AMP_AMP, - ACTIONS(711), 1, - anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, - ACTIONS(819), 1, - anon_sym_COLON, - STATE(72), 1, - sym_ternary_else, - STATE(121), 1, + STATE(119), 1, sym_ternary_if, STATE(357), 1, sym_comment, - [14084] = 19, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(751), 1, - anon_sym_STAR, - ACTIONS(753), 1, - anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, - anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, - anon_sym_PIPE, - ACTIONS(809), 1, - anon_sym_CARET, - ACTIONS(811), 1, + ACTIONS(594), 4, anon_sym_LT, - ACTIONS(813), 1, - anon_sym_LT_EQ, - ACTIONS(815), 1, anon_sym_GT, - ACTIONS(817), 1, - anon_sym_GT_EQ, - STATE(119), 1, - sym_ternary_if, - STATE(358), 1, - sym_comment, - ACTIONS(593), 7, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(596), 10, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_SEMI, - anon_sym_QMARK, - [14148] = 22, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(751), 1, - anon_sym_STAR, - ACTIONS(753), 1, - anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, - anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, - anon_sym_PIPE, - ACTIONS(809), 1, - anon_sym_CARET, - ACTIONS(811), 1, - anon_sym_LT, - ACTIONS(813), 1, anon_sym_LT_EQ, - ACTIONS(815), 1, - anon_sym_GT, - ACTIONS(817), 1, anon_sym_GT_EQ, - ACTIONS(821), 1, - anon_sym_AMP_AMP, - ACTIONS(823), 1, - anon_sym_EQ_EQ, - ACTIONS(825), 1, - anon_sym_BANG_EQ, - STATE(119), 1, - sym_ternary_if, - STATE(359), 1, - sym_comment, - ACTIONS(601), 4, - anon_sym_then, - anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_SEMI, anon_sym_QMARK, - [14218] = 21, + [14012] = 14, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, + ACTIONS(804), 1, anon_sym_AMP, - ACTIONS(803), 1, + ACTIONS(810), 1, anon_sym_LT_LT, - ACTIONS(805), 1, + ACTIONS(812), 1, anon_sym_GT_GT, - ACTIONS(807), 1, - anon_sym_PIPE, - ACTIONS(809), 1, - anon_sym_CARET, - ACTIONS(811), 1, - anon_sym_LT, - ACTIONS(813), 1, - anon_sym_LT_EQ, - ACTIONS(815), 1, - anon_sym_GT, - ACTIONS(817), 1, - anon_sym_GT_EQ, - ACTIONS(823), 1, - anon_sym_EQ_EQ, - ACTIONS(825), 1, - anon_sym_BANG_EQ, - STATE(119), 1, - sym_ternary_if, - STATE(360), 1, - sym_comment, - ACTIONS(605), 5, - anon_sym_then, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_SEMI, - anon_sym_QMARK, - [14286] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(751), 1, - anon_sym_STAR, - ACTIONS(753), 1, - anon_sym_SLASH, - ACTIONS(759), 1, + ACTIONS(814), 1, + anon_sym_PLUS, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, STATE(119), 1, sym_ternary_if, - STATE(361), 1, + STATE(358), 1, sym_comment, - ACTIONS(563), 4, + ACTIONS(580), 3, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, anon_sym_PIPE, - ACTIONS(565), 14, + ACTIONS(582), 10, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28459,45 +28757,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_SEMI, anon_sym_QMARK, - [14330] = 16, + [14066] = 15, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, + ACTIONS(804), 1, anon_sym_AMP, - ACTIONS(803), 1, + ACTIONS(806), 1, + anon_sym_PIPE, + ACTIONS(810), 1, anon_sym_LT_LT, - ACTIONS(805), 1, + ACTIONS(812), 1, anon_sym_GT_GT, - ACTIONS(807), 1, - anon_sym_PIPE, - ACTIONS(809), 1, - anon_sym_CARET, + ACTIONS(814), 1, + anon_sym_PLUS, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, + anon_sym_PERCENT, STATE(119), 1, sym_ternary_if, - STATE(362), 1, + STATE(359), 1, sym_comment, - ACTIONS(583), 2, + ACTIONS(566), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(585), 9, + ACTIONS(568), 10, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28505,55 +28797,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_CARET, anon_sym_SEMI, anon_sym_QMARK, - [14388] = 6, + [14122] = 11, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(761), 1, + ACTIONS(798), 1, anon_sym_STAR_STAR, - STATE(119), 1, - sym_ternary_if, - STATE(363), 1, - sym_comment, - ACTIONS(551), 6, + ACTIONS(800), 1, anon_sym_STAR, + ACTIONS(802), 1, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(553), 15, - anon_sym_then, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(814), 1, anon_sym_PLUS, + ACTIONS(816), 1, anon_sym_DASH, + ACTIONS(818), 1, anon_sym_PERCENT, - anon_sym_SEMI, - anon_sym_QMARK, - [14426] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, STATE(119), 1, sym_ternary_if, - STATE(364), 1, + STATE(360), 1, sym_comment, - ACTIONS(499), 6, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(546), 4, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(501), 16, + ACTIONS(548), 12, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28564,29 +28835,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_SEMI, anon_sym_QMARK, - [14462] = 6, + [14170] = 11, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(761), 1, + ACTIONS(798), 1, anon_sym_STAR_STAR, + ACTIONS(800), 1, + anon_sym_STAR, + ACTIONS(802), 1, + anon_sym_SLASH, + ACTIONS(814), 1, + anon_sym_PLUS, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, + anon_sym_PERCENT, STATE(119), 1, sym_ternary_if, - STATE(365), 1, + STATE(361), 1, sym_comment, - ACTIONS(551), 6, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(546), 4, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(553), 15, + ACTIONS(548), 12, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28597,32 +28872,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, anon_sym_SEMI, anon_sym_QMARK, - [14500] = 9, + [14218] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(759), 1, + ACTIONS(818), 1, anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, STATE(119), 1, sym_ternary_if, - STATE(366), 1, + STATE(362), 1, sym_comment, - ACTIONS(563), 4, + ACTIONS(510), 4, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(565), 14, + ACTIONS(512), 14, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28637,35 +28909,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_SEMI, anon_sym_QMARK, - [14544] = 13, + [14262] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, + ACTIONS(818), 1, anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, STATE(119), 1, sym_ternary_if, - STATE(367), 1, + STATE(363), 1, sym_comment, - ACTIONS(579), 4, + ACTIONS(510), 4, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(581), 10, + ACTIONS(512), 14, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28674,185 +28938,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_SEMI, anon_sym_QMARK, - [14596] = 16, + [14306] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, - anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, - anon_sym_PIPE, - ACTIONS(809), 1, - anon_sym_CARET, - STATE(119), 1, - sym_ternary_if, - STATE(368), 1, - sym_comment, - ACTIONS(583), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(585), 9, - anon_sym_then, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(706), 1, anon_sym_EQ_EQ, + ACTIONS(708), 1, anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_QMARK, - [14654] = 25, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, - anon_sym_STAR, - ACTIONS(689), 1, - anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + ACTIONS(736), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, - ACTIONS(819), 1, + ACTIONS(820), 1, anon_sym_COLON, - STATE(29), 1, + STATE(95), 1, sym_ternary_else, STATE(121), 1, sym_ternary_if, - STATE(369), 1, + STATE(364), 1, sym_comment, - [14730] = 25, + [14382] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(65), 1, - anon_sym_LBRACE, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(763), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(767), 1, - anon_sym_AMP_AMP, - ACTIONS(769), 1, - anon_sym_PIPE_PIPE, - ACTIONS(771), 1, + ACTIONS(706), 1, anon_sym_EQ_EQ, - ACTIONS(773), 1, + ACTIONS(708), 1, anon_sym_BANG_EQ, - ACTIONS(775), 1, + ACTIONS(710), 1, anon_sym_LT, - ACTIONS(777), 1, + ACTIONS(712), 1, anon_sym_LT_EQ, - ACTIONS(779), 1, + ACTIONS(714), 1, anon_sym_GT, - ACTIONS(781), 1, + ACTIONS(716), 1, anon_sym_GT_EQ, - ACTIONS(783), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - STATE(110), 1, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(822), 1, + anon_sym_RPAREN, + ACTIONS(824), 1, + anon_sym_COMMA, + STATE(121), 1, sym_ternary_if, - STATE(195), 1, - sym_block, - STATE(370), 1, + STATE(365), 1, sym_comment, - [14806] = 16, + [14458] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, - anon_sym_STAR, - ACTIONS(753), 1, - anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, + ACTIONS(798), 1, anon_sym_STAR_STAR, - ACTIONS(801), 1, - anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, - anon_sym_PIPE, - ACTIONS(809), 1, - anon_sym_CARET, STATE(119), 1, sym_ternary_if, - STATE(371), 1, + STATE(366), 1, sym_comment, - ACTIONS(583), 2, + ACTIONS(486), 6, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(585), 9, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(488), 15, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -28860,171 +29070,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_QMARK, - [14864] = 25, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_SEMI, + anon_sym_QMARK, + [14496] = 25, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + ACTIONS(736), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, - ACTIONS(731), 1, + ACTIONS(826), 1, + anon_sym_RPAREN, + ACTIONS(828), 1, anon_sym_COMMA, STATE(121), 1, sym_ternary_if, - STATE(372), 1, + STATE(367), 1, sym_comment, - STATE(619), 1, - aux_sym_function_arguments_repeat1, - [14940] = 6, + [14572] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(761), 1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(798), 1, anon_sym_STAR_STAR, - STATE(119), 1, - sym_ternary_if, - STATE(373), 1, - sym_comment, - ACTIONS(551), 6, + ACTIONS(800), 1, anon_sym_STAR, + ACTIONS(802), 1, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(804), 1, anon_sym_AMP, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(553), 15, + ACTIONS(808), 1, + anon_sym_CARET, + ACTIONS(810), 1, + anon_sym_LT_LT, + ACTIONS(812), 1, + anon_sym_GT_GT, + ACTIONS(814), 1, + anon_sym_PLUS, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, + anon_sym_PERCENT, + ACTIONS(830), 1, anon_sym_then, + ACTIONS(832), 1, anon_sym_AMP_AMP, + ACTIONS(834), 1, anon_sym_PIPE_PIPE, + ACTIONS(836), 1, anon_sym_EQ_EQ, + ACTIONS(838), 1, anon_sym_BANG_EQ, + ACTIONS(840), 1, + anon_sym_LT, + ACTIONS(842), 1, anon_sym_LT_EQ, + ACTIONS(844), 1, + anon_sym_GT, + ACTIONS(846), 1, anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, + ACTIONS(848), 1, anon_sym_SEMI, - anon_sym_QMARK, - [14978] = 23, + STATE(119), 1, + sym_ternary_if, + STATE(368), 1, + sym_comment, + [14648] = 23, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(753), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, + ACTIONS(804), 1, anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(809), 1, + ACTIONS(808), 1, anon_sym_CARET, - ACTIONS(811), 1, + ACTIONS(810), 1, + anon_sym_LT_LT, + ACTIONS(812), 1, + anon_sym_GT_GT, + ACTIONS(814), 1, + anon_sym_PLUS, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, + anon_sym_PERCENT, + ACTIONS(832), 1, + anon_sym_AMP_AMP, + ACTIONS(834), 1, + anon_sym_PIPE_PIPE, + ACTIONS(836), 1, + anon_sym_EQ_EQ, + ACTIONS(838), 1, + anon_sym_BANG_EQ, + ACTIONS(840), 1, anon_sym_LT, - ACTIONS(813), 1, + ACTIONS(842), 1, anon_sym_LT_EQ, - ACTIONS(815), 1, + ACTIONS(844), 1, anon_sym_GT, - ACTIONS(817), 1, + ACTIONS(846), 1, anon_sym_GT_EQ, - ACTIONS(821), 1, - anon_sym_AMP_AMP, - ACTIONS(823), 1, - anon_sym_EQ_EQ, - ACTIONS(825), 1, - anon_sym_BANG_EQ, - ACTIONS(827), 1, - anon_sym_PIPE_PIPE, STATE(119), 1, sym_ternary_if, - STATE(374), 1, + STATE(369), 1, sym_comment, - ACTIONS(513), 3, + ACTIONS(632), 3, anon_sym_then, anon_sym_SEMI, anon_sym_QMARK, - [15050] = 15, + [14720] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(751), 1, - anon_sym_STAR, - ACTIONS(753), 1, - anon_sym_SLASH, - ACTIONS(755), 1, - anon_sym_PLUS, - ACTIONS(757), 1, - anon_sym_DASH, - ACTIONS(759), 1, - anon_sym_PERCENT, - ACTIONS(761), 1, - anon_sym_STAR_STAR, - ACTIONS(801), 1, - anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, - anon_sym_PIPE, STATE(119), 1, sym_ternary_if, - STATE(375), 1, + STATE(370), 1, sym_comment, - ACTIONS(571), 2, + ACTIONS(584), 6, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(573), 10, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(586), 16, anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -29033,74 +29252,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_SEMI, anon_sym_QMARK, - [15106] = 25, + [14756] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + ACTIONS(736), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, + ACTIONS(748), 1, + anon_sym_COMMA, + STATE(121), 1, + sym_ternary_if, + STATE(371), 1, + sym_comment, + STATE(626), 1, + aux_sym_function_arguments_repeat1, + [14832] = 24, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, + anon_sym_STAR, + ACTIONS(704), 1, + anon_sym_SLASH, + ACTIONS(706), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, + ACTIONS(708), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, + ACTIONS(710), 1, anon_sym_LT, - ACTIONS(719), 1, + ACTIONS(712), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, + ACTIONS(714), 1, anon_sym_GT, - ACTIONS(723), 1, + ACTIONS(716), 1, anon_sym_GT_EQ, - ACTIONS(819), 1, - anon_sym_COLON, - STATE(24), 1, - sym_ternary_else, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, + anon_sym_CARET, + ACTIONS(724), 1, + anon_sym_LT_LT, + ACTIONS(726), 1, + anon_sym_GT_GT, + ACTIONS(728), 1, + anon_sym_PLUS, + ACTIONS(730), 1, + anon_sym_DASH, + ACTIONS(732), 1, + anon_sym_PERCENT, + ACTIONS(734), 1, + anon_sym_STAR_STAR, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, STATE(121), 1, sym_ternary_if, - STATE(376), 1, + STATE(372), 1, sym_comment, - [15182] = 5, + ACTIONS(850), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [14906] = 5, ACTIONS(3), 1, aux_sym_comment_token1, STATE(121), 1, sym_ternary_if, - STATE(377), 1, + STATE(373), 1, sym_comment, - ACTIONS(499), 6, + ACTIONS(526), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(501), 16, + ACTIONS(528), 16, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -29117,524 +29392,572 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_QMARK, - [15218] = 25, + [14942] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(751), 1, + STATE(119), 1, + sym_ternary_if, + STATE(374), 1, + sym_comment, + ACTIONS(526), 6, anon_sym_STAR, - ACTIONS(753), 1, anon_sym_SLASH, - ACTIONS(755), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(528), 16, + anon_sym_then, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_PLUS, - ACTIONS(757), 1, anon_sym_DASH, - ACTIONS(759), 1, anon_sym_PERCENT, - ACTIONS(761), 1, anon_sym_STAR_STAR, - ACTIONS(801), 1, - anon_sym_AMP, - ACTIONS(803), 1, - anon_sym_LT_LT, - ACTIONS(805), 1, - anon_sym_GT_GT, - ACTIONS(807), 1, - anon_sym_PIPE, - ACTIONS(809), 1, - anon_sym_CARET, - ACTIONS(811), 1, + anon_sym_SEMI, + anon_sym_QMARK, + [14978] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + STATE(119), 1, + sym_ternary_if, + STATE(375), 1, + sym_comment, + ACTIONS(486), 6, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(813), 1, - anon_sym_LT_EQ, - ACTIONS(815), 1, anon_sym_GT, - ACTIONS(817), 1, - anon_sym_GT_EQ, - ACTIONS(821), 1, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(488), 15, + anon_sym_then, anon_sym_AMP_AMP, - ACTIONS(823), 1, + anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, - ACTIONS(825), 1, anon_sym_BANG_EQ, - ACTIONS(827), 1, - anon_sym_PIPE_PIPE, - ACTIONS(829), 1, - anon_sym_then, - ACTIONS(831), 1, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, anon_sym_SEMI, - STATE(119), 1, - sym_ternary_if, - STATE(378), 1, - sym_comment, - [15294] = 25, + anon_sym_QMARK, + [15016] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + ACTIONS(736), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, - ACTIONS(731), 1, + ACTIONS(748), 1, anon_sym_COMMA, STATE(121), 1, sym_ternary_if, - STATE(379), 1, + STATE(376), 1, sym_comment, - STATE(623), 1, + STATE(630), 1, aux_sym_function_arguments_repeat1, - [15370] = 25, + [15092] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(804), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(808), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(810), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(812), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(814), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(818), 1, anon_sym_PERCENT, - ACTIONS(707), 1, - anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(119), 1, + sym_ternary_if, + STATE(377), 1, + sym_comment, + ACTIONS(650), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(652), 9, + anon_sym_then, anon_sym_AMP_AMP, - ACTIONS(711), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, anon_sym_GT_EQ, - ACTIONS(833), 1, - anon_sym_RPAREN, - ACTIONS(835), 1, - anon_sym_COMMA, - STATE(121), 1, - sym_ternary_if, - STATE(380), 1, - sym_comment, - [15446] = 25, + anon_sym_SEMI, + anon_sym_QMARK, + [15150] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(764), 1, + anon_sym_AMP_AMP, + ACTIONS(766), 1, + anon_sym_PIPE_PIPE, + ACTIONS(768), 1, + anon_sym_EQ_EQ, + ACTIONS(770), 1, + anon_sym_BANG_EQ, + ACTIONS(772), 1, + anon_sym_LT, + ACTIONS(774), 1, + anon_sym_LT_EQ, + ACTIONS(776), 1, + anon_sym_GT, + ACTIONS(778), 1, + anon_sym_GT_EQ, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(782), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(784), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, - anon_sym_AMP_AMP, - ACTIONS(711), 1, - anon_sym_PIPE_PIPE, - ACTIONS(713), 1, + STATE(117), 1, + sym_ternary_if, + STATE(188), 1, + sym_block, + STATE(378), 1, + sym_comment, + [15226] = 25, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, + anon_sym_STAR, + ACTIONS(704), 1, + anon_sym_SLASH, + ACTIONS(706), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, + ACTIONS(708), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, + ACTIONS(710), 1, anon_sym_LT, - ACTIONS(719), 1, + ACTIONS(712), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, + ACTIONS(714), 1, anon_sym_GT, - ACTIONS(723), 1, + ACTIONS(716), 1, anon_sym_GT_EQ, - ACTIONS(819), 1, - anon_sym_COLON, - STATE(118), 1, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, + anon_sym_CARET, + ACTIONS(724), 1, + anon_sym_LT_LT, + ACTIONS(726), 1, + anon_sym_GT_GT, + ACTIONS(728), 1, + anon_sym_PLUS, + ACTIONS(730), 1, + anon_sym_DASH, + ACTIONS(732), 1, + anon_sym_PERCENT, + ACTIONS(734), 1, + anon_sym_STAR_STAR, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(820), 1, + anon_sym_COLON, + STATE(87), 1, sym_ternary_else, STATE(121), 1, sym_ternary_if, - STATE(381), 1, - sym_comment, - [15522] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - STATE(382), 1, + STATE(379), 1, sym_comment, - ACTIONS(727), 2, - aux_sym_constant_identifier_token1, - aux_sym_variable_identifier_token1, - ACTIONS(725), 20, - anon_sym_Future, - anon_sym_address, - anon_sym_bool, - anon_sym_field, - anon_sym_group, - anon_sym_i128, - anon_sym_i16, - anon_sym_i32, - anon_sym_i64, - anon_sym_i8, - anon_sym_scalar, - anon_sym_string, - anon_sym_u128, - anon_sym_u16, - anon_sym_u32, - anon_sym_u64, - anon_sym_u8, - anon_sym_LPAREN, - anon_sym_LBRACK, - sym_signature_type, - [15555] = 24, + [15302] = 21, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(804), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(808), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(810), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(812), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(814), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(818), 1, anon_sym_PERCENT, - ACTIONS(707), 1, - anon_sym_STAR_STAR, - ACTIONS(709), 1, - anon_sym_AMP_AMP, - ACTIONS(711), 1, - anon_sym_PIPE_PIPE, - ACTIONS(713), 1, + ACTIONS(836), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, + ACTIONS(838), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, + ACTIONS(840), 1, anon_sym_LT, - ACTIONS(719), 1, + ACTIONS(842), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, + ACTIONS(844), 1, anon_sym_GT, - ACTIONS(723), 1, + ACTIONS(846), 1, anon_sym_GT_EQ, - ACTIONS(837), 1, - anon_sym_SEMI, - STATE(121), 1, + STATE(119), 1, sym_ternary_if, - STATE(383), 1, + STATE(380), 1, sym_comment, - [15628] = 24, + ACTIONS(644), 5, + anon_sym_then, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, + anon_sym_QMARK, + [15370] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + ACTIONS(736), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, - anon_sym_EQ_EQ, - ACTIONS(715), 1, - anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, - ACTIONS(839), 1, - anon_sym_SEMI, + ACTIONS(820), 1, + anon_sym_COLON, + STATE(47), 1, + sym_ternary_else, STATE(121), 1, sym_ternary_if, - STATE(384), 1, + STATE(381), 1, sym_comment, - [15701] = 5, + [15446] = 25, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(110), 1, - sym_ternary_if, - STATE(385), 1, - sym_comment, - ACTIONS(499), 6, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, anon_sym_STAR, + ACTIONS(704), 1, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(501), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(706), 1, anon_sym_EQ_EQ, + ACTIONS(708), 1, anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, anon_sym_GT_EQ, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, anon_sym_CARET, + ACTIONS(724), 1, anon_sym_LT_LT, + ACTIONS(726), 1, anon_sym_GT_GT, + ACTIONS(728), 1, anon_sym_PLUS, + ACTIONS(730), 1, anon_sym_DASH, + ACTIONS(732), 1, anon_sym_PERCENT, + ACTIONS(734), 1, anon_sym_STAR_STAR, - anon_sym_LBRACE, - anon_sym_QMARK, - [15736] = 6, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(820), 1, + anon_sym_COLON, + STATE(107), 1, + sym_ternary_else, + STATE(121), 1, + sym_ternary_if, + STATE(382), 1, + sym_comment, + [15522] = 19, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(799), 1, + ACTIONS(798), 1, anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(386), 1, - sym_comment, - ACTIONS(551), 6, + ACTIONS(800), 1, anon_sym_STAR, + ACTIONS(802), 1, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(804), 1, anon_sym_AMP, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(553), 14, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(808), 1, anon_sym_CARET, + ACTIONS(810), 1, anon_sym_LT_LT, + ACTIONS(812), 1, anon_sym_GT_GT, + ACTIONS(814), 1, anon_sym_PLUS, + ACTIONS(816), 1, anon_sym_DASH, + ACTIONS(818), 1, anon_sym_PERCENT, - anon_sym_LBRACE, - anon_sym_QMARK, - [15773] = 11, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(763), 1, - anon_sym_STAR, - ACTIONS(765), 1, - anon_sym_SLASH, - ACTIONS(793), 1, - anon_sym_PLUS, - ACTIONS(795), 1, - anon_sym_DASH, - ACTIONS(797), 1, - anon_sym_PERCENT, - ACTIONS(799), 1, - anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(387), 1, - sym_comment, - ACTIONS(567), 4, + ACTIONS(840), 1, anon_sym_LT, + ACTIONS(842), 1, + anon_sym_LT_EQ, + ACTIONS(844), 1, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(569), 11, + ACTIONS(846), 1, + anon_sym_GT_EQ, + STATE(119), 1, + sym_ternary_if, + STATE(383), 1, + sym_comment, + ACTIONS(656), 7, + anon_sym_then, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_QMARK, - [15820] = 9, + [15586] = 19, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(797), 1, - anon_sym_PERCENT, - ACTIONS(799), 1, - anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(388), 1, - sym_comment, - ACTIONS(563), 4, - anon_sym_LT, - anon_sym_GT, + ACTIONS(804), 1, anon_sym_AMP, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(565), 13, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(808), 1, anon_sym_CARET, + ACTIONS(810), 1, anon_sym_LT_LT, + ACTIONS(812), 1, anon_sym_GT_GT, + ACTIONS(814), 1, anon_sym_PLUS, + ACTIONS(816), 1, anon_sym_DASH, - anon_sym_LBRACE, + ACTIONS(818), 1, + anon_sym_PERCENT, + ACTIONS(840), 1, + anon_sym_LT, + ACTIONS(842), 1, + anon_sym_LT_EQ, + ACTIONS(844), 1, + anon_sym_GT, + ACTIONS(846), 1, + anon_sym_GT_EQ, + STATE(119), 1, + sym_ternary_if, + STATE(384), 1, + sym_comment, + ACTIONS(656), 7, + anon_sym_then, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_SEMI, anon_sym_QMARK, - [15863] = 16, + [15650] = 22, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(798), 1, + anon_sym_STAR_STAR, + ACTIONS(800), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(802), 1, anon_sym_SLASH, - ACTIONS(783), 1, + ACTIONS(804), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(806), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(808), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(810), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(812), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(814), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(818), 1, anon_sym_PERCENT, - ACTIONS(799), 1, - anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(389), 1, - sym_comment, - ACTIONS(583), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(585), 8, + ACTIONS(832), 1, anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(836), 1, anon_sym_EQ_EQ, + ACTIONS(838), 1, anon_sym_BANG_EQ, + ACTIONS(840), 1, + anon_sym_LT, + ACTIONS(842), 1, anon_sym_LT_EQ, + ACTIONS(844), 1, + anon_sym_GT, + ACTIONS(846), 1, anon_sym_GT_EQ, - anon_sym_LBRACE, + STATE(119), 1, + sym_ternary_if, + STATE(385), 1, + sym_comment, + ACTIONS(648), 4, + anon_sym_then, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, anon_sym_QMARK, - [15920] = 5, + [15720] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(110), 1, - sym_ternary_if, - STATE(390), 1, - sym_comment, - ACTIONS(547), 6, + ACTIONS(760), 1, anon_sym_STAR, + ACTIONS(762), 1, anon_sym_SLASH, + ACTIONS(794), 1, + anon_sym_PERCENT, + ACTIONS(796), 1, + anon_sym_STAR_STAR, + STATE(117), 1, + sym_ternary_if, + STATE(386), 1, + sym_comment, + ACTIONS(510), 4, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(549), 15, + ACTIONS(512), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -29646,436 +29969,327 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LBRACE, anon_sym_QMARK, - [15955] = 19, + [15763] = 22, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(775), 1, + ACTIONS(764), 1, + anon_sym_AMP_AMP, + ACTIONS(768), 1, + anon_sym_EQ_EQ, + ACTIONS(770), 1, + anon_sym_BANG_EQ, + ACTIONS(772), 1, anon_sym_LT, - ACTIONS(777), 1, + ACTIONS(774), 1, anon_sym_LT_EQ, - ACTIONS(779), 1, + ACTIONS(776), 1, anon_sym_GT, - ACTIONS(781), 1, + ACTIONS(778), 1, anon_sym_GT_EQ, - ACTIONS(783), 1, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(782), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(784), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(391), 1, + STATE(387), 1, sym_comment, - ACTIONS(593), 6, - anon_sym_AMP_AMP, + ACTIONS(648), 3, anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LBRACE, anon_sym_QMARK, - [16018] = 6, + [15832] = 24, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(799), 1, - anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(392), 1, - sym_comment, - ACTIONS(551), 6, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(553), 14, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_LBRACE, + ACTIONS(468), 1, anon_sym_QMARK, - [16055] = 21, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(771), 1, + ACTIONS(706), 1, anon_sym_EQ_EQ, - ACTIONS(773), 1, + ACTIONS(708), 1, anon_sym_BANG_EQ, - ACTIONS(775), 1, + ACTIONS(710), 1, anon_sym_LT, - ACTIONS(777), 1, + ACTIONS(712), 1, anon_sym_LT_EQ, - ACTIONS(779), 1, + ACTIONS(714), 1, anon_sym_GT, - ACTIONS(781), 1, + ACTIONS(716), 1, anon_sym_GT_EQ, - ACTIONS(783), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(393), 1, - sym_comment, - ACTIONS(605), 4, + ACTIONS(736), 1, anon_sym_AMP_AMP, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - anon_sym_LBRACE, - anon_sym_QMARK, - [16122] = 16, + ACTIONS(852), 1, + anon_sym_SEMI, + STATE(121), 1, + sym_ternary_if, + STATE(388), 1, + sym_comment, + [15905] = 14, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(783), 1, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(785), 1, - anon_sym_PIPE, - ACTIONS(787), 1, - anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(394), 1, + STATE(389), 1, sym_comment, - ACTIONS(583), 2, + ACTIONS(580), 3, anon_sym_LT, anon_sym_GT, - ACTIONS(585), 8, + anon_sym_PIPE, + ACTIONS(582), 9, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_CARET, anon_sym_LBRACE, anon_sym_QMARK, - [16179] = 11, + [15958] = 24, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(793), 1, - anon_sym_PLUS, - ACTIONS(795), 1, - anon_sym_DASH, - ACTIONS(797), 1, - anon_sym_PERCENT, - ACTIONS(799), 1, - anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(395), 1, - sym_comment, - ACTIONS(567), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(569), 11, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(706), 1, anon_sym_EQ_EQ, + ACTIONS(708), 1, anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_QMARK, - [16226] = 16, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(763), 1, - anon_sym_STAR, - ACTIONS(765), 1, - anon_sym_SLASH, - ACTIONS(783), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(396), 1, - sym_comment, - ACTIONS(583), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(585), 8, + ACTIONS(736), 1, anon_sym_AMP_AMP, + ACTIONS(738), 1, anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_QMARK, - [16283] = 22, + ACTIONS(854), 1, + anon_sym_DOT_DOT, + STATE(121), 1, + sym_ternary_if, + STATE(390), 1, + sym_comment, + [16031] = 13, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(767), 1, - anon_sym_AMP_AMP, - ACTIONS(771), 1, - anon_sym_EQ_EQ, - ACTIONS(773), 1, - anon_sym_BANG_EQ, - ACTIONS(775), 1, - anon_sym_LT, - ACTIONS(777), 1, - anon_sym_LT_EQ, - ACTIONS(779), 1, - anon_sym_GT, - ACTIONS(781), 1, - anon_sym_GT_EQ, - ACTIONS(783), 1, - anon_sym_AMP, - ACTIONS(785), 1, - anon_sym_PIPE, - ACTIONS(787), 1, - anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(397), 1, + STATE(391), 1, sym_comment, - ACTIONS(601), 3, - anon_sym_PIPE_PIPE, - anon_sym_LBRACE, - anon_sym_QMARK, - [16352] = 19, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(763), 1, - anon_sym_STAR, - ACTIONS(765), 1, - anon_sym_SLASH, - ACTIONS(775), 1, + ACTIONS(594), 4, anon_sym_LT, - ACTIONS(777), 1, - anon_sym_LT_EQ, - ACTIONS(779), 1, anon_sym_GT, - ACTIONS(781), 1, - anon_sym_GT_EQ, - ACTIONS(783), 1, anon_sym_AMP, - ACTIONS(785), 1, anon_sym_PIPE, - ACTIONS(787), 1, - anon_sym_CARET, - ACTIONS(789), 1, - anon_sym_LT_LT, - ACTIONS(791), 1, - anon_sym_GT_GT, - ACTIONS(793), 1, - anon_sym_PLUS, - ACTIONS(795), 1, - anon_sym_DASH, - ACTIONS(797), 1, - anon_sym_PERCENT, - ACTIONS(799), 1, - anon_sym_STAR_STAR, - STATE(110), 1, - sym_ternary_if, - STATE(398), 1, - sym_comment, - ACTIONS(593), 6, + ACTIONS(596), 9, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, anon_sym_LBRACE, anon_sym_QMARK, - [16415] = 15, + [16082] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(783), 1, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(782), 1, anon_sym_PIPE, - ACTIONS(789), 1, + ACTIONS(784), 1, + anon_sym_CARET, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(399), 1, + STATE(392), 1, sym_comment, - ACTIONS(571), 2, + ACTIONS(650), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(573), 9, + ACTIONS(652), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_CARET, anon_sym_LBRACE, anon_sym_QMARK, - [16470] = 14, + [16139] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(783), 1, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(789), 1, + ACTIONS(782), 1, + anon_sym_PIPE, + ACTIONS(784), 1, + anon_sym_CARET, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(400), 1, + STATE(393), 1, sym_comment, - ACTIONS(575), 3, + ACTIONS(650), 2, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - ACTIONS(577), 9, + ACTIONS(652), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_CARET, anon_sym_LBRACE, anon_sym_QMARK, - [16523] = 6, + [16196] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(799), 1, - anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(401), 1, + STATE(394), 1, sym_comment, - ACTIONS(551), 6, + ACTIONS(584), 6, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(553), 14, + ACTIONS(586), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, @@ -30088,496 +30302,899 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LBRACE, anon_sym_QMARK, - [16560] = 9, + [16231] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(797), 1, + ACTIONS(780), 1, + anon_sym_AMP, + ACTIONS(782), 1, + anon_sym_PIPE, + ACTIONS(784), 1, + anon_sym_CARET, + ACTIONS(786), 1, + anon_sym_LT_LT, + ACTIONS(788), 1, + anon_sym_GT_GT, + ACTIONS(790), 1, + anon_sym_PLUS, + ACTIONS(792), 1, + anon_sym_DASH, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(402), 1, + STATE(395), 1, sym_comment, - ACTIONS(563), 4, + ACTIONS(650), 2, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(565), 13, + ACTIONS(652), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LBRACE, anon_sym_QMARK, - [16603] = 23, + [16288] = 24, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(767), 1, - anon_sym_AMP_AMP, - ACTIONS(769), 1, - anon_sym_PIPE_PIPE, - ACTIONS(771), 1, + ACTIONS(706), 1, anon_sym_EQ_EQ, - ACTIONS(773), 1, + ACTIONS(708), 1, anon_sym_BANG_EQ, - ACTIONS(775), 1, + ACTIONS(710), 1, anon_sym_LT, - ACTIONS(777), 1, + ACTIONS(712), 1, anon_sym_LT_EQ, - ACTIONS(779), 1, + ACTIONS(714), 1, anon_sym_GT, - ACTIONS(781), 1, + ACTIONS(716), 1, anon_sym_GT_EQ, - ACTIONS(783), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - STATE(110), 1, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(856), 1, + anon_sym_SEMI, + STATE(121), 1, sym_ternary_if, - STATE(403), 1, + STATE(396), 1, sym_comment, - ACTIONS(513), 2, - anon_sym_LBRACE, - anon_sym_QMARK, - [16674] = 24, + [16361] = 15, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(782), 1, anon_sym_PIPE, - ACTIONS(695), 1, - anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(117), 1, + sym_ternary_if, + STATE(397), 1, + sym_comment, + ACTIONS(566), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(568), 9, anon_sym_AMP_AMP, - ACTIONS(711), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, anon_sym_GT_EQ, - ACTIONS(841), 1, - anon_sym_DOT_DOT, - STATE(121), 1, - sym_ternary_if, - STATE(404), 1, - sym_comment, - [16747] = 13, + anon_sym_CARET, + anon_sym_LBRACE, + anon_sym_QMARK, + [16416] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(789), 1, + ACTIONS(780), 1, + anon_sym_AMP, + ACTIONS(782), 1, + anon_sym_PIPE, + ACTIONS(784), 1, + anon_sym_CARET, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(405), 1, + STATE(398), 1, sym_comment, - ACTIONS(579), 4, + ACTIONS(650), 2, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(581), 9, + ACTIONS(652), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_CARET, anon_sym_LBRACE, anon_sym_QMARK, - [16798] = 24, + [16473] = 19, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(772), 1, + anon_sym_LT, + ACTIONS(774), 1, + anon_sym_LT_EQ, + ACTIONS(776), 1, + anon_sym_GT, + ACTIONS(778), 1, + anon_sym_GT_EQ, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(782), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(784), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(117), 1, + sym_ternary_if, + STATE(399), 1, + sym_comment, + ACTIONS(656), 6, anon_sym_AMP_AMP, - ACTIONS(711), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, - anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, - anon_sym_GT_EQ, - ACTIONS(843), 1, - anon_sym_COMMA, - STATE(121), 1, - sym_ternary_if, - STATE(406), 1, - sym_comment, - [16871] = 24, + anon_sym_LBRACE, + anon_sym_QMARK, + [16536] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(794), 1, + anon_sym_PERCENT, + ACTIONS(796), 1, + anon_sym_STAR_STAR, + STATE(117), 1, + sym_ternary_if, + STATE(400), 1, + sym_comment, + ACTIONS(510), 4, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, - ACTIONS(693), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(512), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_CARET, - ACTIONS(697), 1, anon_sym_LT_LT, - ACTIONS(699), 1, anon_sym_GT_GT, - ACTIONS(701), 1, anon_sym_PLUS, - ACTIONS(703), 1, anon_sym_DASH, - ACTIONS(705), 1, + anon_sym_LBRACE, + anon_sym_QMARK, + [16579] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(760), 1, + anon_sym_STAR, + ACTIONS(762), 1, + anon_sym_SLASH, + ACTIONS(790), 1, + anon_sym_PLUS, + ACTIONS(792), 1, + anon_sym_DASH, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(117), 1, + sym_ternary_if, + STATE(401), 1, + sym_comment, + ACTIONS(546), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(548), 11, anon_sym_AMP_AMP, - ACTIONS(711), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, - anon_sym_LT, - ACTIONS(719), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, - anon_sym_GT, - ACTIONS(723), 1, anon_sym_GT_EQ, - ACTIONS(845), 1, - anon_sym_COMMA, - STATE(121), 1, - sym_ternary_if, - STATE(407), 1, - sym_comment, - [16944] = 24, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_QMARK, + [16626] = 19, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(691), 1, + ACTIONS(772), 1, + anon_sym_LT, + ACTIONS(774), 1, + anon_sym_LT_EQ, + ACTIONS(776), 1, + anon_sym_GT, + ACTIONS(778), 1, + anon_sym_GT_EQ, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(693), 1, + ACTIONS(782), 1, anon_sym_PIPE, - ACTIONS(695), 1, + ACTIONS(784), 1, anon_sym_CARET, - ACTIONS(697), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(117), 1, + sym_ternary_if, + STATE(402), 1, + sym_comment, + ACTIONS(656), 6, anon_sym_AMP_AMP, - ACTIONS(711), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, + anon_sym_LBRACE, + anon_sym_QMARK, + [16689] = 24, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, + anon_sym_STAR, + ACTIONS(704), 1, + anon_sym_SLASH, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, anon_sym_LT, - ACTIONS(719), 1, + ACTIONS(712), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, + ACTIONS(714), 1, anon_sym_GT, - ACTIONS(723), 1, + ACTIONS(716), 1, anon_sym_GT_EQ, - ACTIONS(847), 1, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, + anon_sym_CARET, + ACTIONS(724), 1, + anon_sym_LT_LT, + ACTIONS(726), 1, + anon_sym_GT_GT, + ACTIONS(728), 1, + anon_sym_PLUS, + ACTIONS(730), 1, + anon_sym_DASH, + ACTIONS(732), 1, + anon_sym_PERCENT, + ACTIONS(734), 1, + anon_sym_STAR_STAR, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(858), 1, anon_sym_SEMI, STATE(121), 1, sym_ternary_if, - STATE(408), 1, + STATE(403), 1, sym_comment, - [17017] = 24, + [16762] = 24, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, + ACTIONS(468), 1, anon_sym_QMARK, - ACTIONS(763), 1, + ACTIONS(702), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(704), 1, anon_sym_SLASH, - ACTIONS(767), 1, - anon_sym_AMP_AMP, - ACTIONS(769), 1, - anon_sym_PIPE_PIPE, - ACTIONS(771), 1, + ACTIONS(706), 1, anon_sym_EQ_EQ, - ACTIONS(773), 1, + ACTIONS(708), 1, anon_sym_BANG_EQ, - ACTIONS(775), 1, + ACTIONS(710), 1, anon_sym_LT, - ACTIONS(777), 1, + ACTIONS(712), 1, anon_sym_LT_EQ, - ACTIONS(779), 1, + ACTIONS(714), 1, anon_sym_GT, - ACTIONS(781), 1, + ACTIONS(716), 1, anon_sym_GT_EQ, - ACTIONS(783), 1, + ACTIONS(718), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(720), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(722), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(724), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(726), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(728), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(730), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(732), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(734), 1, anon_sym_STAR_STAR, - ACTIONS(849), 1, - anon_sym_LBRACE, - STATE(110), 1, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(860), 1, + anon_sym_RPAREN, + STATE(121), 1, sym_ternary_if, - STATE(409), 1, + STATE(404), 1, sym_comment, - [17090] = 16, + [16835] = 21, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(763), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(765), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(783), 1, + ACTIONS(768), 1, + anon_sym_EQ_EQ, + ACTIONS(770), 1, + anon_sym_BANG_EQ, + ACTIONS(772), 1, + anon_sym_LT, + ACTIONS(774), 1, + anon_sym_LT_EQ, + ACTIONS(776), 1, + anon_sym_GT, + ACTIONS(778), 1, + anon_sym_GT_EQ, + ACTIONS(780), 1, anon_sym_AMP, - ACTIONS(785), 1, + ACTIONS(782), 1, anon_sym_PIPE, - ACTIONS(787), 1, + ACTIONS(784), 1, anon_sym_CARET, - ACTIONS(789), 1, + ACTIONS(786), 1, anon_sym_LT_LT, - ACTIONS(791), 1, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(793), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(795), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(797), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(799), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - STATE(110), 1, + STATE(117), 1, sym_ternary_if, - STATE(410), 1, + STATE(405), 1, sym_comment, - ACTIONS(583), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(585), 8, + ACTIONS(644), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_QMARK, - [17147] = 24, + [16902] = 23, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(457), 1, - anon_sym_QMARK, - ACTIONS(687), 1, + ACTIONS(760), 1, anon_sym_STAR, - ACTIONS(689), 1, + ACTIONS(762), 1, anon_sym_SLASH, - ACTIONS(691), 1, - anon_sym_AMP, - ACTIONS(693), 1, - anon_sym_PIPE, - ACTIONS(695), 1, - anon_sym_CARET, - ACTIONS(697), 1, - anon_sym_LT_LT, - ACTIONS(699), 1, + ACTIONS(764), 1, + anon_sym_AMP_AMP, + ACTIONS(766), 1, + anon_sym_PIPE_PIPE, + ACTIONS(768), 1, + anon_sym_EQ_EQ, + ACTIONS(770), 1, + anon_sym_BANG_EQ, + ACTIONS(772), 1, + anon_sym_LT, + ACTIONS(774), 1, + anon_sym_LT_EQ, + ACTIONS(776), 1, + anon_sym_GT, + ACTIONS(778), 1, + anon_sym_GT_EQ, + ACTIONS(780), 1, + anon_sym_AMP, + ACTIONS(782), 1, + anon_sym_PIPE, + ACTIONS(784), 1, + anon_sym_CARET, + ACTIONS(786), 1, + anon_sym_LT_LT, + ACTIONS(788), 1, anon_sym_GT_GT, - ACTIONS(701), 1, + ACTIONS(790), 1, anon_sym_PLUS, - ACTIONS(703), 1, + ACTIONS(792), 1, anon_sym_DASH, - ACTIONS(705), 1, + ACTIONS(794), 1, anon_sym_PERCENT, - ACTIONS(707), 1, + ACTIONS(796), 1, anon_sym_STAR_STAR, - ACTIONS(709), 1, + STATE(117), 1, + sym_ternary_if, + STATE(406), 1, + sym_comment, + ACTIONS(632), 2, + anon_sym_LBRACE, + anon_sym_QMARK, + [16973] = 24, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(760), 1, + anon_sym_STAR, + ACTIONS(762), 1, + anon_sym_SLASH, + ACTIONS(764), 1, anon_sym_AMP_AMP, - ACTIONS(711), 1, + ACTIONS(766), 1, anon_sym_PIPE_PIPE, - ACTIONS(713), 1, + ACTIONS(768), 1, anon_sym_EQ_EQ, - ACTIONS(715), 1, + ACTIONS(770), 1, anon_sym_BANG_EQ, - ACTIONS(717), 1, + ACTIONS(772), 1, anon_sym_LT, - ACTIONS(719), 1, + ACTIONS(774), 1, anon_sym_LT_EQ, - ACTIONS(721), 1, + ACTIONS(776), 1, anon_sym_GT, - ACTIONS(723), 1, + ACTIONS(778), 1, anon_sym_GT_EQ, - ACTIONS(851), 1, - anon_sym_RPAREN, - STATE(121), 1, + ACTIONS(780), 1, + anon_sym_AMP, + ACTIONS(782), 1, + anon_sym_PIPE, + ACTIONS(784), 1, + anon_sym_CARET, + ACTIONS(786), 1, + anon_sym_LT_LT, + ACTIONS(788), 1, + anon_sym_GT_GT, + ACTIONS(790), 1, + anon_sym_PLUS, + ACTIONS(792), 1, + anon_sym_DASH, + ACTIONS(794), 1, + anon_sym_PERCENT, + ACTIONS(796), 1, + anon_sym_STAR_STAR, + ACTIONS(862), 1, + anon_sym_LBRACE, + STATE(117), 1, + sym_ternary_if, + STATE(407), 1, + sym_comment, + [17046] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(796), 1, + anon_sym_STAR_STAR, + STATE(117), 1, + sym_ternary_if, + STATE(408), 1, + sym_comment, + ACTIONS(486), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(488), 14, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_LBRACE, + anon_sym_QMARK, + [17083] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(796), 1, + anon_sym_STAR_STAR, + STATE(117), 1, + sym_ternary_if, + STATE(409), 1, + sym_comment, + ACTIONS(486), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(488), 14, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_LBRACE, + anon_sym_QMARK, + [17120] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(796), 1, + anon_sym_STAR_STAR, + STATE(117), 1, + sym_ternary_if, + STATE(410), 1, + sym_comment, + ACTIONS(486), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(488), 14, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_LBRACE, + anon_sym_QMARK, + [17157] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(760), 1, + anon_sym_STAR, + ACTIONS(762), 1, + anon_sym_SLASH, + ACTIONS(790), 1, + anon_sym_PLUS, + ACTIONS(792), 1, + anon_sym_DASH, + ACTIONS(794), 1, + anon_sym_PERCENT, + ACTIONS(796), 1, + anon_sym_STAR_STAR, + STATE(117), 1, sym_ternary_if, STATE(411), 1, sym_comment, - [17220] = 16, + ACTIONS(546), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(548), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_QMARK, + [17204] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + STATE(117), 1, + sym_ternary_if, + STATE(412), 1, + sym_comment, + ACTIONS(526), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(528), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LBRACE, + anon_sym_QMARK, + [17239] = 24, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, + anon_sym_STAR, + ACTIONS(704), 1, + anon_sym_SLASH, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, + anon_sym_CARET, + ACTIONS(724), 1, + anon_sym_LT_LT, + ACTIONS(726), 1, + anon_sym_GT_GT, + ACTIONS(728), 1, + anon_sym_PLUS, + ACTIONS(730), 1, + anon_sym_DASH, + ACTIONS(732), 1, + anon_sym_PERCENT, + ACTIONS(734), 1, + anon_sym_STAR_STAR, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(864), 1, + anon_sym_COMMA, + STATE(121), 1, + sym_ternary_if, + STATE(413), 1, + sym_comment, + [17312] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + STATE(414), 1, + sym_comment, + ACTIONS(742), 2, + aux_sym_constant_identifier_token1, + aux_sym_variable_identifier_token1, + ACTIONS(740), 20, + anon_sym_Future, + anon_sym_address, + anon_sym_bool, + anon_sym_field, + anon_sym_group, + anon_sym_i128, + anon_sym_i16, + anon_sym_i32, + anon_sym_i64, + anon_sym_i8, + anon_sym_scalar, + anon_sym_string, + anon_sym_u128, + anon_sym_u16, + anon_sym_u32, + anon_sym_u64, + anon_sym_u8, + anon_sym_LPAREN, + anon_sym_LBRACK, + sym_signature_type, + [17345] = 24, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(468), 1, + anon_sym_QMARK, + ACTIONS(702), 1, + anon_sym_STAR, + ACTIONS(704), 1, + anon_sym_SLASH, + ACTIONS(706), 1, + anon_sym_EQ_EQ, + ACTIONS(708), 1, + anon_sym_BANG_EQ, + ACTIONS(710), 1, + anon_sym_LT, + ACTIONS(712), 1, + anon_sym_LT_EQ, + ACTIONS(714), 1, + anon_sym_GT, + ACTIONS(716), 1, + anon_sym_GT_EQ, + ACTIONS(718), 1, + anon_sym_AMP, + ACTIONS(720), 1, + anon_sym_PIPE, + ACTIONS(722), 1, + anon_sym_CARET, + ACTIONS(724), 1, + anon_sym_LT_LT, + ACTIONS(726), 1, + anon_sym_GT_GT, + ACTIONS(728), 1, + anon_sym_PLUS, + ACTIONS(730), 1, + anon_sym_DASH, + ACTIONS(732), 1, + anon_sym_PERCENT, + ACTIONS(734), 1, + anon_sym_STAR_STAR, + ACTIONS(736), 1, + anon_sym_AMP_AMP, + ACTIONS(738), 1, + anon_sym_PIPE_PIPE, + ACTIONS(866), 1, + anon_sym_COMMA, + STATE(121), 1, + sym_ternary_if, + STATE(415), 1, + sym_comment, + [17418] = 17, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(853), 1, + ACTIONS(868), 1, anon_sym_async, - ACTIONS(856), 1, + ACTIONS(870), 1, anon_sym_const, - ACTIONS(859), 1, + ACTIONS(872), 1, anon_sym_function, - ACTIONS(862), 1, + ACTIONS(874), 1, anon_sym_inline, - ACTIONS(865), 1, + ACTIONS(876), 1, anon_sym_mapping, - ACTIONS(868), 1, + ACTIONS(878), 1, anon_sym_record, - ACTIONS(871), 1, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(874), 1, + ACTIONS(882), 1, anon_sym_transition, - ACTIONS(877), 1, + ACTIONS(884), 1, anon_sym_AT, - ACTIONS(880), 1, + ACTIONS(886), 1, anon_sym_RBRACE, - STATE(494), 1, + STATE(416), 1, + sym_comment, + STATE(418), 1, + aux_sym_items_block_repeat1, + STATE(478), 1, sym_program_item, - STATE(538), 1, + STATE(545), 1, aux_sym_function_declaration_repeat1, - STATE(562), 1, + STATE(589), 1, sym_annotation, - STATE(412), 2, - sym_comment, - aux_sym_items_block_repeat1, - STATE(500), 7, + STATE(479), 7, sym_constant_declaration, sym_function_declaration, sym_inline_declaration, @@ -30585,40 +31202,40 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_declaration, sym_record_declaration, sym_mapping_declaration, - [17276] = 17, + [17476] = 17, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(882), 1, + ACTIONS(868), 1, anon_sym_async, - ACTIONS(884), 1, + ACTIONS(870), 1, anon_sym_const, - ACTIONS(886), 1, + ACTIONS(872), 1, anon_sym_function, - ACTIONS(888), 1, + ACTIONS(874), 1, anon_sym_inline, - ACTIONS(890), 1, + ACTIONS(876), 1, anon_sym_mapping, - ACTIONS(892), 1, + ACTIONS(878), 1, anon_sym_record, - ACTIONS(894), 1, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(896), 1, + ACTIONS(882), 1, anon_sym_transition, - ACTIONS(898), 1, + ACTIONS(884), 1, anon_sym_AT, - ACTIONS(900), 1, + ACTIONS(888), 1, anon_sym_RBRACE, - STATE(412), 1, + STATE(416), 1, aux_sym_items_block_repeat1, - STATE(413), 1, + STATE(417), 1, sym_comment, - STATE(494), 1, + STATE(478), 1, sym_program_item, - STATE(538), 1, + STATE(545), 1, aux_sym_function_declaration_repeat1, - STATE(562), 1, + STATE(589), 1, sym_annotation, - STATE(500), 7, + STATE(479), 7, sym_constant_declaration, sym_function_declaration, sym_inline_declaration, @@ -30626,40 +31243,39 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_declaration, sym_record_declaration, sym_mapping_declaration, - [17334] = 17, + [17534] = 16, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(882), 1, + ACTIONS(890), 1, anon_sym_async, - ACTIONS(884), 1, + ACTIONS(893), 1, anon_sym_const, - ACTIONS(886), 1, + ACTIONS(896), 1, anon_sym_function, - ACTIONS(888), 1, + ACTIONS(899), 1, anon_sym_inline, - ACTIONS(890), 1, + ACTIONS(902), 1, anon_sym_mapping, - ACTIONS(892), 1, + ACTIONS(905), 1, anon_sym_record, - ACTIONS(894), 1, + ACTIONS(908), 1, anon_sym_struct, - ACTIONS(896), 1, + ACTIONS(911), 1, anon_sym_transition, - ACTIONS(898), 1, + ACTIONS(914), 1, anon_sym_AT, - ACTIONS(902), 1, + ACTIONS(917), 1, anon_sym_RBRACE, - STATE(413), 1, - aux_sym_items_block_repeat1, - STATE(414), 1, - sym_comment, - STATE(494), 1, + STATE(478), 1, sym_program_item, - STATE(538), 1, + STATE(545), 1, aux_sym_function_declaration_repeat1, - STATE(562), 1, + STATE(589), 1, sym_annotation, - STATE(500), 7, + STATE(418), 2, + sym_comment, + aux_sym_items_block_repeat1, + STATE(479), 7, sym_constant_declaration, sym_function_declaration, sym_inline_declaration, @@ -30667,132 +31283,231 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_declaration, sym_record_declaration, sym_mapping_declaration, - [17392] = 8, + [17590] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(233), 1, - anon_sym_COMMA, - ACTIONS(904), 1, + ACTIONS(919), 1, anon_sym_field, - ACTIONS(906), 1, + ACTIONS(921), 1, anon_sym_group, - ACTIONS(910), 1, + ACTIONS(925), 1, anon_sym_scalar, - STATE(415), 1, + ACTIONS(929), 1, + anon_sym_COMMA, + STATE(419), 1, sym_comment, - ACTIONS(908), 5, + ACTIONS(923), 5, anon_sym_i128, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_i8, - ACTIONS(912), 5, + ACTIONS(927), 5, anon_sym_u128, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_u8, - [17425] = 8, + [17623] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(904), 1, + ACTIONS(238), 1, + anon_sym_COMMA, + ACTIONS(919), 1, anon_sym_field, - ACTIONS(906), 1, + ACTIONS(921), 1, anon_sym_group, - ACTIONS(910), 1, + ACTIONS(925), 1, anon_sym_scalar, - ACTIONS(914), 1, - anon_sym_COMMA, - STATE(416), 1, + STATE(420), 1, sym_comment, - ACTIONS(908), 5, + ACTIONS(923), 5, anon_sym_i128, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_i8, - ACTIONS(912), 5, + ACTIONS(927), 5, anon_sym_u128, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_u8, - [17458] = 7, - ACTIONS(3), 1, + [17656] = 8, + ACTIONS(935), 1, aux_sym_comment_token1, - ACTIONS(916), 1, + ACTIONS(937), 1, + anon_sym_DQUOTE, + STATE(421), 1, + sym_comment, + STATE(423), 1, + aux_sym_string_literal_repeat1, + ACTIONS(931), 2, + sym_line_feed, + sym_carriage_return, + STATE(466), 2, + sym_safe_nonascii, + sym_line_terminator, + ACTIONS(939), 3, + aux_sym_string_literal_token1, + aux_sym_string_literal_token2, + aux_sym_string_literal_token3, + ACTIONS(933), 4, + aux_sym_safe_nonascii_token1, + aux_sym_safe_nonascii_token2, + aux_sym_safe_nonascii_token3, + aux_sym_safe_nonascii_token4, + [17688] = 8, + ACTIONS(935), 1, + aux_sym_comment_token1, + ACTIONS(941), 1, + anon_sym_DQUOTE, + STATE(422), 1, + sym_comment, + STATE(424), 1, + aux_sym_string_literal_repeat1, + ACTIONS(931), 2, + sym_line_feed, + sym_carriage_return, + STATE(466), 2, + sym_safe_nonascii, + sym_line_terminator, + ACTIONS(939), 3, + aux_sym_string_literal_token1, + aux_sym_string_literal_token2, + aux_sym_string_literal_token3, + ACTIONS(933), 4, + aux_sym_safe_nonascii_token1, + aux_sym_safe_nonascii_token2, + aux_sym_safe_nonascii_token3, + aux_sym_safe_nonascii_token4, + [17720] = 8, + ACTIONS(935), 1, + aux_sym_comment_token1, + ACTIONS(943), 1, + anon_sym_DQUOTE, + STATE(423), 1, + sym_comment, + STATE(424), 1, + aux_sym_string_literal_repeat1, + ACTIONS(931), 2, + sym_line_feed, + sym_carriage_return, + STATE(466), 2, + sym_safe_nonascii, + sym_line_terminator, + ACTIONS(939), 3, + aux_sym_string_literal_token1, + aux_sym_string_literal_token2, + aux_sym_string_literal_token3, + ACTIONS(933), 4, + aux_sym_safe_nonascii_token1, + aux_sym_safe_nonascii_token2, + aux_sym_safe_nonascii_token3, + aux_sym_safe_nonascii_token4, + [17752] = 7, + ACTIONS(935), 1, + aux_sym_comment_token1, + ACTIONS(951), 1, + anon_sym_DQUOTE, + ACTIONS(945), 2, + sym_line_feed, + sym_carriage_return, + STATE(424), 2, + sym_comment, + aux_sym_string_literal_repeat1, + STATE(466), 2, + sym_safe_nonascii, + sym_line_terminator, + ACTIONS(953), 3, + aux_sym_string_literal_token1, + aux_sym_string_literal_token2, + aux_sym_string_literal_token3, + ACTIONS(948), 4, + aux_sym_safe_nonascii_token1, + aux_sym_safe_nonascii_token2, + aux_sym_safe_nonascii_token3, + aux_sym_safe_nonascii_token4, + [17782] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(956), 1, anon_sym_field, - ACTIONS(918), 1, + ACTIONS(958), 1, anon_sym_group, - ACTIONS(922), 1, + ACTIONS(962), 1, anon_sym_scalar, - STATE(417), 1, + STATE(425), 1, sym_comment, - ACTIONS(920), 5, + ACTIONS(960), 5, anon_sym_i128, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_i8, - ACTIONS(924), 5, + ACTIONS(964), 5, anon_sym_u128, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_u8, - [17488] = 7, - ACTIONS(3), 1, + [17812] = 8, + ACTIONS(935), 1, aux_sym_comment_token1, - ACTIONS(904), 1, + ACTIONS(966), 1, + anon_sym_DQUOTE, + STATE(422), 1, + aux_sym_string_literal_repeat1, + STATE(426), 1, + sym_comment, + ACTIONS(931), 2, + sym_line_feed, + sym_carriage_return, + STATE(466), 2, + sym_safe_nonascii, + sym_line_terminator, + ACTIONS(939), 3, + aux_sym_string_literal_token1, + aux_sym_string_literal_token2, + aux_sym_string_literal_token3, + ACTIONS(933), 4, + aux_sym_safe_nonascii_token1, + aux_sym_safe_nonascii_token2, + aux_sym_safe_nonascii_token3, + aux_sym_safe_nonascii_token4, + [17844] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(919), 1, anon_sym_field, - ACTIONS(906), 1, + ACTIONS(921), 1, anon_sym_group, - ACTIONS(910), 1, + ACTIONS(925), 1, anon_sym_scalar, - STATE(418), 1, + STATE(427), 1, sym_comment, - ACTIONS(908), 5, + ACTIONS(923), 5, anon_sym_i128, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_i8, - ACTIONS(912), 5, + ACTIONS(927), 5, anon_sym_u128, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_u8, - [17518] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(928), 1, - anon_sym_finalize, - STATE(419), 1, - sym_comment, - STATE(449), 1, - sym_finalizer, - ACTIONS(926), 10, - anon_sym_async, - anon_sym_const, - anon_sym_function, - anon_sym_inline, - anon_sym_mapping, - anon_sym_record, - anon_sym_struct, - anon_sym_transition, - anon_sym_AT, - anon_sym_RBRACE, - [17543] = 5, + [17874] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(420), 1, + STATE(428), 1, sym_comment, - STATE(444), 1, + STATE(511), 1, sym_finalizer, - ACTIONS(930), 10, + ACTIONS(968), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30803,16 +31518,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17568] = 5, + [17899] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(421), 1, + STATE(429), 1, sym_comment, - STATE(455), 1, + STATE(461), 1, sym_finalizer, - ACTIONS(932), 10, + ACTIONS(972), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30823,16 +31538,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17593] = 5, + [17924] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(422), 1, + STATE(430), 1, sym_comment, - STATE(453), 1, + STATE(504), 1, sym_finalizer, - ACTIONS(934), 10, + ACTIONS(974), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30843,16 +31558,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17618] = 5, + [17949] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(423), 1, + STATE(431), 1, sym_comment, - STATE(459), 1, + STATE(450), 1, sym_finalizer, - ACTIONS(936), 10, + ACTIONS(976), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30863,16 +31578,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17643] = 5, + [17974] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(424), 1, + STATE(432), 1, sym_comment, - STATE(476), 1, + STATE(501), 1, sym_finalizer, - ACTIONS(938), 10, + ACTIONS(978), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30883,16 +31598,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17668] = 5, + [17999] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(425), 1, + STATE(433), 1, sym_comment, - STATE(461), 1, + STATE(485), 1, sym_finalizer, - ACTIONS(940), 10, + ACTIONS(980), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30903,16 +31618,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17693] = 5, + [18024] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(426), 1, + STATE(434), 1, sym_comment, - STATE(466), 1, + STATE(489), 1, sym_finalizer, - ACTIONS(942), 10, + ACTIONS(982), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30923,16 +31638,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17718] = 5, + [18049] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(427), 1, + STATE(435), 1, sym_comment, - STATE(492), 1, + STATE(451), 1, sym_finalizer, - ACTIONS(944), 10, + ACTIONS(984), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30943,16 +31658,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17743] = 5, + [18074] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(428), 1, + STATE(436), 1, sym_comment, - STATE(495), 1, + STATE(452), 1, sym_finalizer, - ACTIONS(946), 10, + ACTIONS(986), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30963,16 +31678,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17768] = 5, + [18099] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(429), 1, + STATE(437), 1, sym_comment, - STATE(460), 1, + STATE(457), 1, sym_finalizer, - ACTIONS(948), 10, + ACTIONS(988), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -30983,16 +31698,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17793] = 5, + [18124] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(430), 1, + STATE(438), 1, sym_comment, - STATE(468), 1, + STATE(512), 1, sym_finalizer, - ACTIONS(950), 10, + ACTIONS(990), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31003,16 +31718,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17818] = 5, + [18149] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(431), 1, + STATE(439), 1, sym_comment, - STATE(488), 1, + STATE(460), 1, sym_finalizer, - ACTIONS(952), 10, + ACTIONS(992), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31023,16 +31738,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17843] = 5, + [18174] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(432), 1, + STATE(440), 1, sym_comment, - STATE(452), 1, + STATE(480), 1, sym_finalizer, - ACTIONS(954), 10, + ACTIONS(994), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31043,16 +31758,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17868] = 5, + [18199] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(433), 1, + STATE(441), 1, sym_comment, - STATE(485), 1, + STATE(506), 1, sym_finalizer, - ACTIONS(956), 10, + ACTIONS(996), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31063,16 +31778,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17893] = 5, + [18224] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(434), 1, + STATE(442), 1, sym_comment, - STATE(481), 1, + STATE(473), 1, sym_finalizer, - ACTIONS(958), 10, + ACTIONS(998), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31083,16 +31798,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17918] = 5, + [18249] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(435), 1, + STATE(443), 1, sym_comment, - STATE(465), 1, + STATE(490), 1, sym_finalizer, - ACTIONS(960), 10, + ACTIONS(1000), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31103,16 +31818,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17943] = 5, + [18274] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(928), 1, + ACTIONS(970), 1, anon_sym_finalize, - STATE(436), 1, + STATE(444), 1, sym_comment, - STATE(443), 1, + STATE(494), 1, sym_finalizer, - ACTIONS(962), 10, + ACTIONS(1002), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31123,15 +31838,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17968] = 3, + [18299] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(437), 1, + ACTIONS(970), 1, + anon_sym_finalize, + STATE(445), 1, sym_comment, - ACTIONS(318), 11, + STATE(497), 1, + sym_finalizer, + ACTIONS(1004), 10, anon_sym_async, anon_sym_const, - anon_sym_finalize, anon_sym_function, anon_sym_inline, anon_sym_mapping, @@ -31140,12 +31858,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [17988] = 3, + [18324] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(438), 1, + STATE(446), 1, sym_comment, - ACTIONS(322), 11, + ACTIONS(333), 11, anon_sym_async, anon_sym_const, anon_sym_finalize, @@ -31157,14 +31875,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18008] = 3, + [18344] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(439), 1, + STATE(447), 1, sym_comment, - ACTIONS(964), 10, + ACTIONS(329), 11, anon_sym_async, anon_sym_const, + anon_sym_finalize, anon_sym_function, anon_sym_inline, anon_sym_mapping, @@ -31173,12 +31892,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18027] = 3, + [18364] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(440), 1, + STATE(448), 1, sym_comment, - ACTIONS(966), 10, + ACTIONS(1006), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31189,34 +31908,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18046] = 9, + [18383] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(972), 1, + ACTIONS(1012), 1, aux_sym_variable_identifier_token1, - STATE(441), 1, + ACTIONS(1014), 1, + anon_sym_RPAREN, + STATE(449), 1, sym_comment, - STATE(629), 1, - sym_struct_component_declaration, - STATE(744), 1, + STATE(698), 1, + sym_function_parameter, + STATE(719), 1, sym_identifier, - STATE(745), 1, - sym_struct_component_declarations, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - ACTIONS(968), 3, + ACTIONS(1008), 3, anon_sym_constant, anon_sym_private, anon_sym_public, - [18077] = 3, + [18414] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(442), 1, + STATE(450), 1, sym_comment, - ACTIONS(974), 10, + ACTIONS(1016), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31227,12 +31946,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18096] = 3, + [18433] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(443), 1, + STATE(451), 1, sym_comment, - ACTIONS(976), 10, + ACTIONS(1018), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31243,12 +31962,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18115] = 3, + [18452] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(444), 1, + STATE(452), 1, sym_comment, - ACTIONS(978), 10, + ACTIONS(1020), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31259,12 +31978,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18134] = 3, + [18471] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(445), 1, + STATE(453), 1, sym_comment, - ACTIONS(980), 10, + ACTIONS(1022), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31275,28 +31994,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18153] = 3, + [18490] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(446), 1, + ACTIONS(1026), 1, + anon_sym_EQ, + STATE(454), 1, sym_comment, - ACTIONS(982), 10, - anon_sym_async, - anon_sym_const, - anon_sym_function, - anon_sym_inline, - anon_sym_mapping, - anon_sym_record, - anon_sym_struct, - anon_sym_transition, - anon_sym_AT, + ACTIONS(1024), 9, + anon_sym_in, + anon_sym_LT, + anon_sym_RPAREN, + anon_sym_LBRACE, anon_sym_RBRACE, - [18172] = 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + [18511] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(447), 1, + STATE(455), 1, sym_comment, - ACTIONS(984), 10, + ACTIONS(1028), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31307,12 +32027,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18191] = 3, + [18530] = 3, + ACTIONS(935), 1, + aux_sym_comment_token1, + STATE(456), 1, + sym_comment, + ACTIONS(1030), 10, + sym_line_feed, + sym_carriage_return, + aux_sym_safe_nonascii_token1, + aux_sym_safe_nonascii_token2, + aux_sym_safe_nonascii_token3, + aux_sym_safe_nonascii_token4, + anon_sym_DQUOTE, + aux_sym_string_literal_token1, + aux_sym_string_literal_token2, + aux_sym_string_literal_token3, + [18549] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(448), 1, + STATE(457), 1, sym_comment, - ACTIONS(986), 10, + ACTIONS(1032), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31323,12 +32059,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18210] = 3, + [18568] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(449), 1, + STATE(458), 1, sym_comment, - ACTIONS(988), 10, + ACTIONS(1034), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31339,12 +32075,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18229] = 3, + [18587] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(450), 1, + STATE(459), 1, sym_comment, - ACTIONS(990), 10, + ACTIONS(1036), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31355,12 +32091,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18248] = 3, + [18606] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(451), 1, + STATE(460), 1, sym_comment, - ACTIONS(992), 10, + ACTIONS(1038), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31371,12 +32107,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18267] = 3, + [18625] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(452), 1, + STATE(461), 1, sym_comment, - ACTIONS(994), 10, + ACTIONS(1040), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31387,28 +32123,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18286] = 3, + [18644] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(453), 1, - sym_comment, - ACTIONS(996), 10, - anon_sym_async, - anon_sym_const, - anon_sym_function, - anon_sym_inline, - anon_sym_mapping, - anon_sym_record, - anon_sym_struct, - anon_sym_transition, - anon_sym_AT, + ACTIONS(1010), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1012), 1, + aux_sym_variable_identifier_token1, + ACTIONS(1044), 1, anon_sym_RBRACE, - [18305] = 3, + STATE(462), 1, + sym_comment, + STATE(684), 1, + sym_struct_component_declaration, + STATE(742), 1, + sym_identifier, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + ACTIONS(1042), 3, + anon_sym_constant, + anon_sym_private, + anon_sym_public, + [18675] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(454), 1, + STATE(463), 1, sym_comment, - ACTIONS(998), 10, + ACTIONS(1046), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31419,12 +32161,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18324] = 3, + [18694] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(455), 1, + STATE(464), 1, sym_comment, - ACTIONS(1000), 10, + ACTIONS(1048), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31435,34 +32177,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18343] = 9, + [18713] = 3, + ACTIONS(935), 1, + aux_sym_comment_token1, + STATE(465), 1, + sym_comment, + ACTIONS(1050), 10, + sym_line_feed, + sym_carriage_return, + aux_sym_safe_nonascii_token1, + aux_sym_safe_nonascii_token2, + aux_sym_safe_nonascii_token3, + aux_sym_safe_nonascii_token4, + anon_sym_DQUOTE, + aux_sym_string_literal_token1, + aux_sym_string_literal_token2, + aux_sym_string_literal_token3, + [18732] = 3, + ACTIONS(935), 1, + aux_sym_comment_token1, + STATE(466), 1, + sym_comment, + ACTIONS(1052), 10, + sym_line_feed, + sym_carriage_return, + aux_sym_safe_nonascii_token1, + aux_sym_safe_nonascii_token2, + aux_sym_safe_nonascii_token3, + aux_sym_safe_nonascii_token4, + anon_sym_DQUOTE, + aux_sym_string_literal_token1, + aux_sym_string_literal_token2, + aux_sym_string_literal_token3, + [18751] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1010), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1012), 1, + aux_sym_variable_identifier_token1, + ACTIONS(1054), 1, + anon_sym_RPAREN, + STATE(467), 1, + sym_comment, + STATE(698), 1, + sym_function_parameter, + STATE(719), 1, + sym_identifier, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + ACTIONS(1008), 3, + anon_sym_constant, + anon_sym_private, + anon_sym_public, + [18782] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(972), 1, + ACTIONS(1012), 1, aux_sym_variable_identifier_token1, - STATE(456), 1, + STATE(468), 1, sym_comment, - STATE(629), 1, + STATE(642), 1, sym_struct_component_declaration, - STATE(744), 1, + STATE(742), 1, sym_identifier, - STATE(747), 1, + STATE(750), 1, sym_struct_component_declarations, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - ACTIONS(968), 3, + ACTIONS(1042), 3, anon_sym_constant, anon_sym_private, anon_sym_public, - [18374] = 3, + [18813] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(457), 1, + ACTIONS(1010), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1012), 1, + aux_sym_variable_identifier_token1, + STATE(469), 1, sym_comment, - ACTIONS(1002), 10, + STATE(642), 1, + sym_struct_component_declaration, + STATE(742), 1, + sym_identifier, + STATE(749), 1, + sym_struct_component_declarations, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + ACTIONS(1042), 3, + anon_sym_constant, + anon_sym_private, + anon_sym_public, + [18844] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + STATE(470), 1, + sym_comment, + ACTIONS(1056), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31473,12 +32291,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18393] = 3, + [18863] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(458), 1, + STATE(471), 1, sym_comment, - ACTIONS(1004), 10, + ACTIONS(1058), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31489,12 +32307,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18412] = 3, + [18882] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(459), 1, + STATE(472), 1, sym_comment, - ACTIONS(1006), 10, + ACTIONS(1060), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31505,12 +32323,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18431] = 3, + [18901] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(460), 1, + STATE(473), 1, sym_comment, - ACTIONS(1008), 10, + ACTIONS(1062), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31521,12 +32339,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18450] = 3, + [18920] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(461), 1, + STATE(474), 1, sym_comment, - ACTIONS(1010), 10, + ACTIONS(1064), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31537,29 +32355,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18469] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1014), 1, - anon_sym_EQ, - STATE(462), 1, - sym_comment, - ACTIONS(1012), 9, - anon_sym_in, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_EQ_GT, - [18490] = 3, + [18939] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(463), 1, + STATE(475), 1, sym_comment, - ACTIONS(1016), 10, + ACTIONS(1066), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31570,12 +32371,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18509] = 3, + [18958] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(464), 1, + STATE(476), 1, sym_comment, - ACTIONS(1018), 10, + ACTIONS(1068), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31586,12 +32387,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18528] = 3, + [18977] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(465), 1, + STATE(477), 1, sym_comment, - ACTIONS(1020), 10, + ACTIONS(1070), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31602,12 +32403,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18547] = 3, + [18996] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(466), 1, + STATE(478), 1, sym_comment, - ACTIONS(1022), 10, + ACTIONS(1072), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31618,12 +32419,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18566] = 3, + [19015] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(467), 1, + STATE(479), 1, sym_comment, - ACTIONS(1024), 10, + ACTIONS(1074), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31634,12 +32435,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18585] = 3, + [19034] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(468), 1, + STATE(480), 1, sym_comment, - ACTIONS(1026), 10, + ACTIONS(1076), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31650,34 +32451,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18604] = 9, + [19053] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(972), 1, + ACTIONS(1012), 1, aux_sym_variable_identifier_token1, - ACTIONS(1028), 1, + ACTIONS(1078), 1, anon_sym_RBRACE, - STATE(469), 1, + STATE(481), 1, sym_comment, - STATE(677), 1, + STATE(684), 1, sym_struct_component_declaration, - STATE(744), 1, + STATE(742), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - ACTIONS(968), 3, + ACTIONS(1042), 3, anon_sym_constant, anon_sym_private, anon_sym_public, - [18635] = 3, + [19084] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(470), 1, + STATE(482), 1, sym_comment, - ACTIONS(1030), 10, + ACTIONS(1080), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31688,12 +32489,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18654] = 3, + [19103] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(471), 1, + STATE(483), 1, sym_comment, - ACTIONS(1032), 10, + ACTIONS(1082), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31704,12 +32505,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18673] = 3, + [19122] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(472), 1, + ACTIONS(1086), 1, + anon_sym_EQ, + STATE(484), 1, sym_comment, - ACTIONS(1034), 10, + ACTIONS(1084), 9, + anon_sym_in, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_SEMI, + anon_sym_EQ_GT, + [19143] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + STATE(485), 1, + sym_comment, + ACTIONS(1088), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31720,12 +32538,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18692] = 3, + [19162] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(473), 1, + STATE(486), 1, sym_comment, - ACTIONS(1036), 10, + ACTIONS(1090), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31736,12 +32554,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18711] = 3, + [19181] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(474), 1, + STATE(487), 1, sym_comment, - ACTIONS(1038), 10, + ACTIONS(1092), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31752,12 +32570,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18730] = 3, + [19200] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(475), 1, + STATE(488), 1, sym_comment, - ACTIONS(1040), 10, + ACTIONS(1094), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31768,12 +32586,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18749] = 3, + [19219] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(476), 1, + STATE(489), 1, sym_comment, - ACTIONS(1042), 10, + ACTIONS(1096), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31784,12 +32602,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18768] = 3, + [19238] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(477), 1, + STATE(490), 1, sym_comment, - ACTIONS(1044), 10, + ACTIONS(1098), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31800,12 +32618,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18787] = 3, + [19257] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(478), 1, + STATE(491), 1, sym_comment, - ACTIONS(1046), 10, + ACTIONS(1100), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31816,12 +32634,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18806] = 3, + [19276] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(479), 1, + STATE(492), 1, sym_comment, - ACTIONS(1048), 10, + ACTIONS(1102), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31832,12 +32650,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18825] = 3, + [19295] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(480), 1, + STATE(493), 1, sym_comment, - ACTIONS(1050), 10, + ACTIONS(1104), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31848,12 +32666,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18844] = 3, + [19314] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(481), 1, + STATE(494), 1, sym_comment, - ACTIONS(1052), 10, + ACTIONS(1106), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31864,12 +32682,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18863] = 3, + [19333] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(482), 1, + STATE(495), 1, sym_comment, - ACTIONS(1054), 10, + ACTIONS(1108), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31880,12 +32698,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18882] = 3, + [19352] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(483), 1, + STATE(496), 1, sym_comment, - ACTIONS(1056), 10, + ACTIONS(1110), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31896,34 +32714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18901] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(970), 1, - aux_sym_constant_identifier_token1, - ACTIONS(972), 1, - aux_sym_variable_identifier_token1, - ACTIONS(1060), 1, - anon_sym_RPAREN, - STATE(484), 1, - sym_comment, - STATE(689), 1, - sym_function_parameter, - STATE(734), 1, - sym_identifier, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - ACTIONS(1058), 3, - anon_sym_constant, - anon_sym_private, - anon_sym_public, - [18932] = 3, + [19371] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(485), 1, + STATE(497), 1, sym_comment, - ACTIONS(1062), 10, + ACTIONS(1112), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31934,12 +32730,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18951] = 3, + [19390] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(486), 1, + STATE(498), 1, sym_comment, - ACTIONS(1064), 10, + ACTIONS(1114), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31950,34 +32746,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [18970] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(970), 1, - aux_sym_constant_identifier_token1, - ACTIONS(972), 1, - aux_sym_variable_identifier_token1, - ACTIONS(1066), 1, - anon_sym_RPAREN, - STATE(487), 1, - sym_comment, - STATE(689), 1, - sym_function_parameter, - STATE(734), 1, - sym_identifier, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - ACTIONS(1058), 3, - anon_sym_constant, - anon_sym_private, - anon_sym_public, - [19001] = 3, + [19409] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(488), 1, + STATE(499), 1, sym_comment, - ACTIONS(1068), 10, + ACTIONS(1116), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -31988,12 +32762,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19020] = 3, + [19428] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(489), 1, + STATE(500), 1, sym_comment, - ACTIONS(1070), 10, + ACTIONS(1118), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32004,12 +32778,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19039] = 3, + [19447] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(490), 1, + STATE(501), 1, sym_comment, - ACTIONS(1072), 10, + ACTIONS(1120), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32020,12 +32794,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19058] = 3, + [19466] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(491), 1, + STATE(502), 1, sym_comment, - ACTIONS(1074), 10, + ACTIONS(1122), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32036,12 +32810,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19077] = 3, + [19485] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(492), 1, + STATE(503), 1, sym_comment, - ACTIONS(1076), 10, + ACTIONS(1124), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32052,34 +32826,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19096] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(970), 1, - aux_sym_constant_identifier_token1, - ACTIONS(972), 1, - aux_sym_variable_identifier_token1, - ACTIONS(1078), 1, - anon_sym_RBRACE, - STATE(493), 1, - sym_comment, - STATE(677), 1, - sym_struct_component_declaration, - STATE(744), 1, - sym_identifier, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - ACTIONS(968), 3, - anon_sym_constant, - anon_sym_private, - anon_sym_public, - [19127] = 3, + [19504] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(494), 1, + STATE(504), 1, sym_comment, - ACTIONS(1080), 10, + ACTIONS(1126), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32090,12 +32842,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19146] = 3, + [19523] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(495), 1, + STATE(505), 1, sym_comment, - ACTIONS(1082), 10, + ACTIONS(1128), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32106,12 +32858,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19165] = 3, + [19542] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(496), 1, + STATE(506), 1, sym_comment, - ACTIONS(1084), 10, + ACTIONS(1130), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32122,12 +32874,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19184] = 3, + [19561] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(497), 1, + STATE(507), 1, sym_comment, - ACTIONS(1086), 10, + ACTIONS(1132), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32138,12 +32890,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19203] = 3, + [19580] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(498), 1, + STATE(508), 1, sym_comment, - ACTIONS(1088), 10, + ACTIONS(1134), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32154,29 +32906,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19222] = 4, + [19599] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1092), 1, - anon_sym_EQ, - STATE(499), 1, - sym_comment, - ACTIONS(1090), 9, - anon_sym_in, - anon_sym_LT, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - [19243] = 3, - ACTIONS(3), 1, - aux_sym_comment_token1, - STATE(500), 1, + STATE(509), 1, sym_comment, - ACTIONS(1094), 10, + ACTIONS(1136), 10, anon_sym_async, anon_sym_const, anon_sym_function, @@ -32187,116 +32922,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transition, anon_sym_AT, anon_sym_RBRACE, - [19262] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1098), 1, - anon_sym_EQ, - STATE(501), 1, - sym_comment, - ACTIONS(1096), 8, - anon_sym_in, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - [19282] = 4, + [19618] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1102), 1, - anon_sym_EQ, - STATE(502), 1, + STATE(510), 1, sym_comment, - ACTIONS(1100), 8, - anon_sym_in, - anon_sym_RPAREN, - anon_sym_LBRACE, + ACTIONS(1138), 10, + anon_sym_async, + anon_sym_const, + anon_sym_function, + anon_sym_inline, + anon_sym_mapping, + anon_sym_record, + anon_sym_struct, + anon_sym_transition, + anon_sym_AT, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - [19302] = 6, + [19637] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1106), 1, - aux_sym_constant_identifier_token2, - STATE(503), 1, + STATE(511), 1, sym_comment, - STATE(506), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(1104), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(270), 5, + ACTIONS(1140), 10, anon_sym_async, + anon_sym_const, anon_sym_function, anon_sym_inline, + anon_sym_mapping, + anon_sym_record, + anon_sym_struct, anon_sym_transition, anon_sym_AT, - [19326] = 6, + anon_sym_RBRACE, + [19656] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1106), 1, - aux_sym_constant_identifier_token2, - STATE(504), 1, + STATE(512), 1, sym_comment, - STATE(510), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(1104), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(243), 5, + ACTIONS(1142), 10, anon_sym_async, + anon_sym_const, anon_sym_function, anon_sym_inline, + anon_sym_mapping, + anon_sym_record, + anon_sym_struct, anon_sym_transition, anon_sym_AT, - [19350] = 4, + anon_sym_RBRACE, + [19675] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1110), 1, + ACTIONS(1146), 1, + anon_sym_LT, + ACTIONS(1148), 1, anon_sym_EQ, - STATE(505), 1, + STATE(513), 1, sym_comment, - ACTIONS(1108), 8, + ACTIONS(1144), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_EQ_GT, - [19370] = 6, + [19697] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1106), 1, - aux_sym_constant_identifier_token2, - STATE(506), 1, - sym_comment, - STATE(510), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(1104), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(266), 5, - anon_sym_async, - anon_sym_function, - anon_sym_inline, - anon_sym_transition, - anon_sym_AT, - [19394] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1114), 1, + ACTIONS(1152), 1, anon_sym_EQ, - STATE(507), 1, + STATE(514), 1, sym_comment, - ACTIONS(1112), 8, + ACTIONS(1150), 8, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32305,32 +33003,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_EQ_GT, - [19414] = 6, + [19717] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1106), 1, - aux_sym_constant_identifier_token2, - STATE(504), 1, - aux_sym_constant_identifier_repeat1, - STATE(508), 1, + ACTIONS(1156), 1, + anon_sym_EQ, + STATE(515), 1, sym_comment, - ACTIONS(1104), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - ACTIONS(251), 5, - anon_sym_async, - anon_sym_function, - anon_sym_inline, - anon_sym_transition, - anon_sym_AT, - [19438] = 4, + ACTIONS(1154), 8, + anon_sym_in, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + [19737] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1118), 1, + ACTIONS(1160), 1, anon_sym_EQ, - STATE(509), 1, + STATE(516), 1, sym_comment, - ACTIONS(1116), 8, + ACTIONS(1158), 8, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32339,31 +33035,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_EQ_GT, - [19458] = 5, + [19757] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1123), 1, - aux_sym_constant_identifier_token2, - ACTIONS(1120), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - STATE(510), 2, + ACTIONS(1164), 1, + anon_sym_EQ, + STATE(517), 1, sym_comment, - aux_sym_constant_identifier_repeat1, - ACTIONS(258), 5, - anon_sym_async, - anon_sym_function, - anon_sym_inline, - anon_sym_transition, - anon_sym_AT, - [19480] = 4, + ACTIONS(1162), 8, + anon_sym_in, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + [19777] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1128), 1, + ACTIONS(1168), 1, anon_sym_EQ, - STATE(511), 1, + STATE(518), 1, sym_comment, - ACTIONS(1126), 8, + ACTIONS(1166), 8, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32372,50 +33067,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_EQ_GT, - [19500] = 4, + [19797] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1132), 1, + ACTIONS(1172), 1, anon_sym_EQ, - STATE(512), 1, + ACTIONS(1174), 1, + anon_sym_DOT, + STATE(519), 1, sym_comment, - ACTIONS(1130), 8, + ACTIONS(1170), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_EQ_GT, - [19520] = 8, + [19819] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(972), 1, + ACTIONS(1012), 1, aux_sym_variable_identifier_token1, - STATE(513), 1, + STATE(520), 1, sym_comment, - STATE(614), 1, + STATE(684), 1, + sym_struct_component_declaration, + STATE(742), 1, + sym_identifier, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + ACTIONS(1042), 3, + anon_sym_constant, + anon_sym_private, + anon_sym_public, + [19847] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1010), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1012), 1, + aux_sym_variable_identifier_token1, + STATE(521), 1, + sym_comment, + STATE(631), 1, sym_function_parameter, - STATE(734), 1, + STATE(719), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - ACTIONS(1058), 3, + ACTIONS(1008), 3, anon_sym_constant, anon_sym_private, anon_sym_public, - [19548] = 4, + [19875] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1136), 1, + ACTIONS(1178), 1, anon_sym_EQ, - STATE(514), 1, + STATE(522), 1, sym_comment, - ACTIONS(1134), 8, + ACTIONS(1176), 8, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32424,88 +33140,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_EQ_GT, - [19568] = 5, + [19895] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1140), 1, + ACTIONS(1182), 1, anon_sym_EQ, - ACTIONS(1142), 1, - anon_sym_DOT, - STATE(515), 1, + STATE(523), 1, sym_comment, - ACTIONS(1138), 7, + ACTIONS(1180), 8, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_EQ_GT, - [19590] = 5, + [19915] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1146), 1, - anon_sym_LT, - ACTIONS(1148), 1, - anon_sym_EQ, - STATE(516), 1, + ACTIONS(1186), 1, + aux_sym_constant_identifier_token2, + STATE(524), 1, sym_comment, - ACTIONS(1144), 7, - anon_sym_in, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_EQ_GT, - [19612] = 8, + STATE(529), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(1184), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(269), 5, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + anon_sym_AT, + [19939] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1186), 1, + aux_sym_constant_identifier_token2, + STATE(525), 1, + sym_comment, + STATE(529), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(1184), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(265), 5, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + anon_sym_AT, + [19963] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(972), 1, + ACTIONS(1012), 1, aux_sym_variable_identifier_token1, - STATE(517), 1, + STATE(526), 1, sym_comment, - STATE(689), 1, + STATE(698), 1, sym_function_parameter, - STATE(734), 1, + STATE(719), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - ACTIONS(1058), 3, + ACTIONS(1008), 3, anon_sym_constant, anon_sym_private, anon_sym_public, - [19640] = 8, + [19991] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1186), 1, + aux_sym_constant_identifier_token2, + STATE(524), 1, + aux_sym_constant_identifier_repeat1, + STATE(527), 1, + sym_comment, + ACTIONS(1184), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(277), 5, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + anon_sym_AT, + [20015] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1186), 1, + aux_sym_constant_identifier_token2, + STATE(525), 1, + aux_sym_constant_identifier_repeat1, + STATE(528), 1, + sym_comment, + ACTIONS(1184), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + ACTIONS(257), 5, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + anon_sym_AT, + [20039] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1191), 1, + aux_sym_constant_identifier_token2, + ACTIONS(1188), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + STATE(529), 2, + sym_comment, + aux_sym_constant_identifier_repeat1, + ACTIONS(251), 5, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + anon_sym_AT, + [20061] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1196), 1, + anon_sym_EQ, + STATE(530), 1, + sym_comment, + ACTIONS(1194), 8, + anon_sym_in, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + [20081] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1198), 1, + sym_nonzero_decimal_digit, + ACTIONS(1200), 1, aux_sym_constant_identifier_token1, - ACTIONS(972), 1, + ACTIONS(1202), 1, aux_sym_variable_identifier_token1, - STATE(518), 1, - sym_comment, - STATE(677), 1, - sym_struct_component_declaration, - STATE(744), 1, + ACTIONS(1204), 1, + anon_sym_0, + STATE(274), 1, sym_identifier, - STATE(126), 2, + STATE(312), 1, + sym_tuple_index, + STATE(531), 1, + sym_comment, + STATE(273), 2, sym_constant_identifier, sym_variable_identifier, - ACTIONS(968), 3, - anon_sym_constant, - anon_sym_private, - anon_sym_public, - [19668] = 4, + [20110] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1152), 1, + ACTIONS(271), 1, + aux_sym_constant_identifier_token2, + STATE(532), 1, + sym_comment, + ACTIONS(273), 7, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + aux_sym_decimal_digit_token1, + anon_sym__, + anon_sym_AT, + [20129] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1208), 1, anon_sym_EQ, - STATE(519), 1, + STATE(533), 1, sym_comment, - ACTIONS(1150), 7, + ACTIONS(1206), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32513,14 +33331,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19687] = 4, + [20148] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1156), 1, + ACTIONS(1148), 1, anon_sym_EQ, - STATE(520), 1, + STATE(534), 1, sym_comment, - ACTIONS(1154), 7, + ACTIONS(1144), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32528,14 +33346,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19706] = 4, + [20167] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1160), 1, + ACTIONS(1212), 1, anon_sym_EQ, - STATE(521), 1, + STATE(535), 1, sym_comment, - ACTIONS(1158), 7, + ACTIONS(1210), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32543,49 +33361,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19725] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(260), 1, - aux_sym_constant_identifier_token2, - STATE(522), 1, - sym_comment, - ACTIONS(262), 7, - anon_sym_async, - anon_sym_function, - anon_sym_inline, - anon_sym_transition, - aux_sym_decimal_digit_token1, - anon_sym__, - anon_sym_AT, - [19744] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1162), 1, - sym_nonzero_decimal_digit, - ACTIONS(1164), 1, - aux_sym_constant_identifier_token1, - ACTIONS(1166), 1, - aux_sym_variable_identifier_token1, - ACTIONS(1168), 1, - anon_sym_0, - STATE(272), 1, - sym_identifier, - STATE(314), 1, - sym_tuple_index, - STATE(523), 1, - sym_comment, - STATE(273), 2, - sym_constant_identifier, - sym_variable_identifier, - [19773] = 4, + [20186] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1172), 1, + ACTIONS(1216), 1, anon_sym_EQ, - STATE(524), 1, + STATE(536), 1, sym_comment, - ACTIONS(1170), 7, + ACTIONS(1214), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32593,14 +33376,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19792] = 4, + [20205] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1176), 1, + ACTIONS(1220), 1, anon_sym_EQ, - STATE(525), 1, + STATE(537), 1, sym_comment, - ACTIONS(1174), 7, + ACTIONS(1218), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32608,54 +33391,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19811] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1162), 1, - sym_nonzero_decimal_digit, - ACTIONS(1168), 1, - anon_sym_0, - ACTIONS(1178), 1, - aux_sym_constant_identifier_token1, - ACTIONS(1180), 1, - aux_sym_variable_identifier_token1, - STATE(272), 1, - sym_identifier, - STATE(314), 1, - sym_tuple_index, - STATE(526), 1, - sym_comment, - STATE(273), 2, - sym_constant_identifier, - sym_variable_identifier, - [19840] = 9, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(970), 1, - aux_sym_constant_identifier_token1, - ACTIONS(1182), 1, - sym_nonzero_decimal_digit, - ACTIONS(1184), 1, - aux_sym_variable_identifier_token1, - ACTIONS(1186), 1, - anon_sym_0, - STATE(201), 1, - sym_identifier, - STATE(249), 1, - sym_tuple_index, - STATE(527), 1, - sym_comment, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - [19869] = 4, + [20224] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1190), 1, + ACTIONS(1224), 1, anon_sym_EQ, - STATE(528), 1, + STATE(538), 1, sym_comment, - ACTIONS(1188), 7, + ACTIONS(1222), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32663,14 +33406,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19888] = 4, + [20243] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1194), 1, + ACTIONS(1228), 1, anon_sym_EQ, - STATE(529), 1, + STATE(539), 1, sym_comment, - ACTIONS(1192), 7, + ACTIONS(1226), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32678,14 +33421,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19907] = 4, + [20262] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1198), 1, + ACTIONS(1232), 1, anon_sym_EQ, - STATE(530), 1, + STATE(540), 1, sym_comment, - ACTIONS(1196), 7, + ACTIONS(1230), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32693,14 +33436,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19926] = 4, + [20281] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1148), 1, + ACTIONS(1010), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1234), 1, + sym_nonzero_decimal_digit, + ACTIONS(1236), 1, + aux_sym_variable_identifier_token1, + ACTIONS(1238), 1, + anon_sym_0, + STATE(200), 1, + sym_identifier, + STATE(245), 1, + sym_tuple_index, + STATE(541), 1, + sym_comment, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + [20310] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1242), 1, anon_sym_EQ, - STATE(531), 1, + STATE(542), 1, sym_comment, - ACTIONS(1144), 7, + ACTIONS(1240), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32708,14 +33471,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19945] = 4, + [20329] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1202), 1, + ACTIONS(1246), 1, anon_sym_EQ, - STATE(532), 1, + STATE(543), 1, sym_comment, - ACTIONS(1200), 7, + ACTIONS(1244), 7, anon_sym_in, anon_sym_RPAREN, anon_sym_LBRACE, @@ -32723,163 +33486,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, - [19964] = 8, + [20348] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1198), 1, + sym_nonzero_decimal_digit, + ACTIONS(1204), 1, + anon_sym_0, + ACTIONS(1248), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1250), 1, aux_sym_variable_identifier_token1, - ACTIONS(1204), 1, - anon_sym_RBRACE, - STATE(533), 1, - sym_comment, - STATE(624), 1, + STATE(274), 1, sym_identifier, - STATE(655), 1, - sym_struct_component_initializer, - STATE(126), 2, + STATE(312), 1, + sym_tuple_index, + STATE(544), 1, + sym_comment, + STATE(273), 2, sym_constant_identifier, sym_variable_identifier, - [19990] = 5, + [20377] = 9, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1208), 1, + ACTIONS(884), 1, anon_sym_AT, - STATE(562), 1, - sym_annotation, - STATE(534), 2, - sym_comment, - aux_sym_function_declaration_repeat1, - ACTIONS(1206), 4, + ACTIONS(1252), 1, anon_sym_async, + ACTIONS(1254), 1, anon_sym_function, + ACTIONS(1256), 1, anon_sym_inline, + ACTIONS(1258), 1, anon_sym_transition, - [20010] = 8, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(970), 1, - aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, - aux_sym_variable_identifier_token1, - ACTIONS(1211), 1, - anon_sym_LPAREN, - STATE(535), 1, + STATE(545), 1, sym_comment, - STATE(739), 1, - sym_identifier_or_identifiers, - STATE(746), 1, - sym_identifier, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - [20036] = 8, + STATE(548), 1, + aux_sym_function_declaration_repeat1, + STATE(589), 1, + sym_annotation, + [20405] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - ACTIONS(1213), 1, + ACTIONS(1260), 1, anon_sym_RBRACE, - STATE(536), 1, + STATE(546), 1, sym_comment, - STATE(624), 1, + STATE(625), 1, sym_identifier, - STATE(655), 1, + STATE(680), 1, sym_struct_component_initializer, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20062] = 8, + [20431] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - ACTIONS(1215), 1, - anon_sym_RBRACE, - STATE(537), 1, + ACTIONS(1262), 1, + anon_sym_LPAREN, + STATE(547), 1, sym_comment, - STATE(624), 1, + STATE(760), 1, sym_identifier, - STATE(655), 1, - sym_struct_component_initializer, - STATE(126), 2, + STATE(762), 1, + sym_identifier_or_identifiers, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20088] = 9, + [20457] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(898), 1, + ACTIONS(1266), 1, anon_sym_AT, - ACTIONS(1217), 1, + STATE(589), 1, + sym_annotation, + STATE(548), 2, + sym_comment, + aux_sym_function_declaration_repeat1, + ACTIONS(1264), 4, anon_sym_async, - ACTIONS(1219), 1, anon_sym_function, - ACTIONS(1221), 1, anon_sym_inline, - ACTIONS(1223), 1, anon_sym_transition, - STATE(534), 1, - aux_sym_function_declaration_repeat1, - STATE(538), 1, - sym_comment, - STATE(562), 1, - sym_annotation, - [20116] = 8, + [20477] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - ACTIONS(1225), 1, + ACTIONS(1269), 1, anon_sym_RBRACE, - STATE(539), 1, + STATE(549), 1, sym_comment, - STATE(624), 1, + STATE(625), 1, sym_identifier, - STATE(655), 1, + STATE(680), 1, sym_struct_component_initializer, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20142] = 7, + [20503] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(540), 1, + ACTIONS(1271), 1, + anon_sym_RBRACE, + STATE(550), 1, sym_comment, - STATE(624), 1, - sym_identifier, STATE(625), 1, + sym_identifier, + STATE(680), 1, sym_struct_component_initializer, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20165] = 7, + [20529] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(270), 1, - anon_sym_in, - ACTIONS(272), 1, - anon_sym_DOT, - ACTIONS(1229), 1, - aux_sym_constant_identifier_token2, - STATE(541), 1, + ACTIONS(1010), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1236), 1, + aux_sym_variable_identifier_token1, + ACTIONS(1273), 1, + anon_sym_RBRACE, + STATE(551), 1, sym_comment, - STATE(548), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(1227), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - [20188] = 6, + STATE(625), 1, + sym_identifier, + STATE(680), 1, + sym_struct_component_initializer, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + [20555] = 6, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(13), 1, @@ -32888,2347 +33639,2386 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert_eq, ACTIONS(17), 1, anon_sym_assert_neq, - STATE(542), 1, + STATE(552), 1, sym_comment, - STATE(705), 3, + STATE(788), 3, sym_assert_call, sym_assert_equal_call, sym_assert_not_equal_call, - [20209] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1229), 1, - aux_sym_constant_identifier_token2, - STATE(543), 1, - sym_comment, - STATE(546), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(243), 2, - anon_sym_in, - anon_sym_DOT, - ACTIONS(1227), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - [20230] = 6, + [20576] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1229), 1, - aux_sym_constant_identifier_token2, - STATE(544), 1, - sym_comment, - STATE(551), 1, - aux_sym_constant_identifier_repeat1, - ACTIONS(270), 2, - anon_sym_in, - anon_sym_DOT, - ACTIONS(1227), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - [20251] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1229), 1, - aux_sym_constant_identifier_token2, - STATE(543), 1, - aux_sym_constant_identifier_repeat1, - STATE(545), 1, - sym_comment, - ACTIONS(251), 2, - anon_sym_in, - anon_sym_DOT, - ACTIONS(1227), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - [20272] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1234), 1, - aux_sym_constant_identifier_token2, - ACTIONS(258), 2, - anon_sym_in, - anon_sym_DOT, - ACTIONS(1231), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - STATE(546), 2, + ACTIONS(1275), 1, + anon_sym_LPAREN, + ACTIONS(1277), 1, + anon_sym_LBRACE, + ACTIONS(1279), 1, + anon_sym_DASH_GT, + STATE(136), 1, + sym_return_arrow, + STATE(508), 1, + sym_block, + STATE(553), 1, sym_comment, - aux_sym_constant_identifier_repeat1, - [20291] = 7, + STATE(611), 1, + sym_function_parameters, + [20601] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - ACTIONS(1237), 1, - anon_sym_RPAREN, - STATE(547), 1, + STATE(554), 1, sym_comment, - STATE(656), 1, + STATE(625), 1, sym_identifier, - STATE(126), 2, + STATE(632), 1, + sym_struct_component_initializer, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20314] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(266), 1, - anon_sym_in, - ACTIONS(289), 1, - anon_sym_DOT, - ACTIONS(1229), 1, - aux_sym_constant_identifier_token2, - STATE(546), 1, - aux_sym_constant_identifier_repeat1, - STATE(548), 1, - sym_comment, - ACTIONS(1227), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - [20337] = 8, + [20624] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, + ACTIONS(1275), 1, anon_sym_LPAREN, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1243), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(136), 1, + STATE(171), 1, sym_return_arrow, - STATE(463), 1, + STATE(471), 1, sym_block, - STATE(549), 1, + STATE(555), 1, sym_comment, - STATE(596), 1, + STATE(618), 1, sym_function_parameters, - [20362] = 8, + [20649] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, + ACTIONS(1275), 1, anon_sym_LPAREN, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(149), 1, + STATE(157), 1, sym_return_arrow, - STATE(491), 1, + STATE(470), 1, sym_block, - STATE(550), 1, + STATE(556), 1, sym_comment, - STATE(603), 1, + STATE(608), 1, sym_function_parameters, - [20387] = 6, + [20674] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1229), 1, - aux_sym_constant_identifier_token2, - STATE(546), 1, - aux_sym_constant_identifier_repeat1, - STATE(551), 1, + ACTIONS(1275), 1, + anon_sym_LPAREN, + ACTIONS(1277), 1, + anon_sym_LBRACE, + ACTIONS(1279), 1, + anon_sym_DASH_GT, + STATE(135), 1, + sym_return_arrow, + STATE(440), 1, + sym_block, + STATE(557), 1, sym_comment, - ACTIONS(266), 2, - anon_sym_in, - anon_sym_DOT, - ACTIONS(1227), 2, - aux_sym_decimal_digit_token1, - anon_sym__, - [20408] = 8, + STATE(616), 1, + sym_function_parameters, + [20699] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, + ACTIONS(1275), 1, anon_sym_LPAREN, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1243), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(133), 1, + STATE(176), 1, sym_return_arrow, - STATE(426), 1, + STATE(464), 1, sym_block, - STATE(552), 1, + STATE(558), 1, sym_comment, - STATE(598), 1, + STATE(613), 1, sym_function_parameters, - [20433] = 8, + [20724] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, + ACTIONS(1275), 1, anon_sym_LPAREN, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(147), 1, + STATE(168), 1, sym_return_arrow, - STATE(490), 1, + STATE(458), 1, sym_block, - STATE(553), 1, + STATE(559), 1, sym_comment, - STATE(597), 1, + STATE(609), 1, sym_function_parameters, - [20458] = 7, + [20749] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(554), 1, + STATE(560), 1, sym_comment, - STATE(624), 1, + STATE(625), 1, sym_identifier, - STATE(655), 1, - sym_struct_component_initializer, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - [20481] = 7, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(970), 1, - aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, - aux_sym_variable_identifier_token1, - STATE(555), 1, - sym_comment, - STATE(620), 1, + STATE(680), 1, sym_struct_component_initializer, - STATE(624), 1, - sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20504] = 8, + [20772] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, + ACTIONS(1275), 1, anon_sym_LPAREN, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1279), 1, anon_sym_DASH_GT, - STATE(150), 1, + STATE(134), 1, sym_return_arrow, - STATE(464), 1, + STATE(442), 1, sym_block, - STATE(556), 1, + STATE(561), 1, sym_comment, - STATE(600), 1, + STATE(612), 1, sym_function_parameters, - [20529] = 8, + [20797] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, - anon_sym_LPAREN, - ACTIONS(1241), 1, - anon_sym_LBRACE, - ACTIONS(1245), 1, - anon_sym_DASH_GT, - STATE(159), 1, - sym_return_arrow, - STATE(454), 1, - sym_block, - STATE(557), 1, + ACTIONS(1285), 1, + aux_sym_constant_identifier_token2, + STATE(562), 1, sym_comment, - STATE(608), 1, - sym_function_parameters, - [20554] = 8, + STATE(566), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(269), 2, + anon_sym_in, + anon_sym_DOT, + ACTIONS(1283), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + [20818] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, - anon_sym_LPAREN, - ACTIONS(1241), 1, - anon_sym_LBRACE, - ACTIONS(1245), 1, - anon_sym_DASH_GT, - STATE(176), 1, - sym_return_arrow, - STATE(448), 1, - sym_block, - STATE(558), 1, + ACTIONS(1285), 1, + aux_sym_constant_identifier_token2, + STATE(563), 1, sym_comment, - STATE(607), 1, - sym_function_parameters, - [20579] = 8, + STATE(566), 1, + aux_sym_constant_identifier_repeat1, + ACTIONS(265), 2, + anon_sym_in, + anon_sym_DOT, + ACTIONS(1283), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + [20839] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1285), 1, + aux_sym_constant_identifier_token2, + STATE(562), 1, + aux_sym_constant_identifier_repeat1, + STATE(564), 1, + sym_comment, + ACTIONS(277), 2, + anon_sym_in, + anon_sym_DOT, + ACTIONS(1283), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + [20860] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1285), 1, + aux_sym_constant_identifier_token2, + STATE(563), 1, + aux_sym_constant_identifier_repeat1, + STATE(565), 1, + sym_comment, + ACTIONS(257), 2, + anon_sym_in, + anon_sym_DOT, + ACTIONS(1283), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + [20881] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1290), 1, + aux_sym_constant_identifier_token2, + ACTIONS(251), 2, + anon_sym_in, + anon_sym_DOT, + ACTIONS(1287), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + STATE(566), 2, + sym_comment, + aux_sym_constant_identifier_repeat1, + [20900] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(269), 1, + anon_sym_in, + ACTIONS(302), 1, + anon_sym_DOT, + ACTIONS(1285), 1, + aux_sym_constant_identifier_token2, + STATE(566), 1, + aux_sym_constant_identifier_repeat1, + STATE(567), 1, + sym_comment, + ACTIONS(1283), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + [20923] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(277), 1, + anon_sym_in, + ACTIONS(295), 1, + anon_sym_DOT, + ACTIONS(1285), 1, + aux_sym_constant_identifier_token2, + STATE(567), 1, + aux_sym_constant_identifier_repeat1, + STATE(568), 1, + sym_comment, + ACTIONS(1283), 2, + aux_sym_decimal_digit_token1, + anon_sym__, + [20946] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, + ACTIONS(1275), 1, anon_sym_LPAREN, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1243), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(134), 1, + STATE(150), 1, sym_return_arrow, - STATE(424), 1, + STATE(459), 1, sym_block, - STATE(559), 1, + STATE(569), 1, sym_comment, - STATE(606), 1, + STATE(617), 1, sym_function_parameters, - [20604] = 8, + [20971] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, + ACTIONS(1275), 1, anon_sym_LPAREN, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1243), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(135), 1, + STATE(156), 1, sym_return_arrow, - STATE(421), 1, + STATE(463), 1, sym_block, - STATE(560), 1, + STATE(570), 1, sym_comment, - STATE(609), 1, + STATE(621), 1, sym_function_parameters, - [20629] = 8, + [20996] = 8, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1239), 1, + ACTIONS(1275), 1, anon_sym_LPAREN, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1279), 1, anon_sym_DASH_GT, - STATE(146), 1, + STATE(138), 1, sym_return_arrow, - STATE(480), 1, + STATE(432), 1, sym_block, - STATE(561), 1, + STATE(571), 1, sym_comment, - STATE(601), 1, + STATE(619), 1, sym_function_parameters, - [20654] = 3, + [21021] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(562), 1, + ACTIONS(1010), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1236), 1, + aux_sym_variable_identifier_token1, + STATE(572), 1, sym_comment, - ACTIONS(1247), 5, - anon_sym_async, - anon_sym_function, - anon_sym_inline, - anon_sym_transition, - anon_sym_AT, - [20668] = 6, + STATE(624), 1, + sym_struct_component_initializer, + STATE(625), 1, + sym_identifier, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + [21044] = 7, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(563), 1, + ACTIONS(1293), 1, + anon_sym_RPAREN, + STATE(573), 1, sym_comment, - STATE(715), 1, + STATE(676), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20688] = 6, + [21067] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1178), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1180), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(271), 1, + STATE(571), 1, sym_identifier, - STATE(564), 1, + STATE(574), 1, sym_comment, - STATE(273), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20708] = 6, + [21087] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(552), 1, - sym_identifier, - STATE(565), 1, + STATE(575), 1, sym_comment, - STATE(126), 2, + STATE(700), 1, + sym_identifier, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20728] = 3, - ACTIONS(3), 1, - aux_sym_comment_token1, - STATE(566), 1, - sym_comment, - ACTIONS(1249), 5, - anon_sym_async, - anon_sym_function, - anon_sym_inline, - anon_sym_transition, - anon_sym_AT, - [20742] = 7, + [21107] = 7, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(5), 1, anon_sym_import, ACTIONS(7), 1, anon_sym_program, - STATE(567), 1, + STATE(576), 1, sym_comment, - STATE(604), 1, + STATE(615), 1, aux_sym_source_file_repeat1, - STATE(641), 1, + STATE(699), 1, sym_import_declaration, - STATE(760), 1, + STATE(773), 1, sym_program_declaration, - [20764] = 5, + [21129] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1251), 1, + ACTIONS(1295), 1, anon_sym_DOT, - STATE(568), 1, + STATE(577), 1, sym_comment, - STATE(589), 1, + STATE(580), 1, aux_sym_constant_identifier_repeat1, - ACTIONS(241), 3, + ACTIONS(255), 3, aux_sym_decimal_digit_token1, aux_sym_constant_identifier_token2, anon_sym__, - [20782] = 5, + [21147] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1253), 1, + ACTIONS(1297), 1, anon_sym_DASH, - STATE(569), 1, + STATE(578), 1, sym_comment, - STATE(707), 1, + STATE(720), 1, sym_group_coordinate, - ACTIONS(179), 3, + ACTIONS(184), 3, anon_sym__, sym__numeral, anon_sym_PLUS, - [20800] = 6, + [21165] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1297), 1, + anon_sym_DASH, + STATE(579), 1, + sym_comment, + STATE(751), 1, + sym_group_coordinate, + ACTIONS(184), 3, + anon_sym__, + sym__numeral, + anon_sym_PLUS, + [21183] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1299), 1, + anon_sym_DOT, + STATE(125), 1, + aux_sym_constant_identifier_repeat1, + STATE(580), 1, + sym_comment, + ACTIONS(255), 3, + aux_sym_decimal_digit_token1, + aux_sym_constant_identifier_token2, + anon_sym__, + [21201] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(570), 1, + STATE(581), 1, sym_comment, - STATE(731), 1, + STATE(706), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20820] = 6, + [21221] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(571), 1, - sym_comment, - STATE(730), 1, + STATE(555), 1, sym_identifier, - STATE(126), 2, + STATE(582), 1, + sym_comment, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20840] = 6, + [21241] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(572), 1, - sym_comment, - STATE(638), 1, + STATE(556), 1, sym_identifier, - STATE(126), 2, + STATE(583), 1, + sym_comment, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20860] = 6, + [21261] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(573), 1, + STATE(584), 1, sym_comment, - STATE(656), 1, + STATE(745), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20880] = 6, + [21281] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1255), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1257), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(462), 1, - sym_identifier, - STATE(574), 1, + STATE(585), 1, sym_comment, - STATE(273), 2, + STATE(744), 1, + sym_identifier, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20900] = 6, + [21301] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(575), 1, + STATE(586), 1, sym_comment, - STATE(729), 1, + STATE(743), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20920] = 6, + [21321] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1164), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1166), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(271), 1, + STATE(557), 1, sym_identifier, - STATE(576), 1, + STATE(587), 1, sym_comment, - STATE(273), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20940] = 6, + [21341] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1301), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1303), 1, aux_sym_variable_identifier_token1, - STATE(556), 1, - sym_identifier, - STATE(577), 1, + STATE(588), 1, sym_comment, - STATE(126), 2, + STATE(594), 1, + sym_identifier, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [20960] = 6, + [21361] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, - aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, - aux_sym_variable_identifier_token1, - STATE(549), 1, - sym_identifier, - STATE(578), 1, + STATE(589), 1, sym_comment, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - [20980] = 6, + ACTIONS(1305), 5, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + anon_sym_AT, + [21375] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, STATE(558), 1, sym_identifier, - STATE(579), 1, + STATE(590), 1, sym_comment, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21000] = 6, + [21395] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(550), 1, + STATE(484), 1, sym_identifier, - STATE(580), 1, + STATE(591), 1, sym_comment, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21020] = 6, + [21415] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, STATE(559), 1, sym_identifier, - STATE(581), 1, + STATE(592), 1, sym_comment, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21040] = 6, + [21435] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, STATE(561), 1, sym_identifier, - STATE(582), 1, + STATE(593), 1, sym_comment, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21060] = 6, + [21455] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + STATE(594), 1, + sym_comment, + ACTIONS(1307), 5, + anon_sym_async, + anon_sym_function, + anon_sym_inline, + anon_sym_transition, + anon_sym_AT, + [21469] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1248), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1250), 1, aux_sym_variable_identifier_token1, - STATE(462), 1, + STATE(272), 1, sym_identifier, - STATE(583), 1, + STATE(595), 1, sym_comment, - STATE(126), 2, + STATE(273), 2, sym_constant_identifier, sym_variable_identifier, - [21080] = 6, + [21489] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(584), 1, + STATE(596), 1, sym_comment, - STATE(727), 1, + STATE(774), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21100] = 6, + [21509] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1259), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1261), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(566), 1, + STATE(201), 1, sym_identifier, - STATE(585), 1, + STATE(597), 1, sym_comment, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21120] = 6, + [21529] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(586), 1, + STATE(598), 1, sym_comment, - STATE(706), 1, + STATE(676), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21140] = 6, + [21549] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(560), 1, + STATE(553), 1, sym_identifier, - STATE(587), 1, + STATE(599), 1, sym_comment, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21160] = 6, + [21569] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(553), 1, + STATE(569), 1, sym_identifier, - STATE(588), 1, + STATE(600), 1, sym_comment, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21180] = 5, + [21589] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1263), 1, - anon_sym_DOT, - STATE(128), 1, - aux_sym_constant_identifier_repeat1, - STATE(589), 1, - sym_comment, - ACTIONS(241), 3, - aux_sym_decimal_digit_token1, - aux_sym_constant_identifier_token2, - anon_sym__, - [21198] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(200), 1, + STATE(570), 1, sym_identifier, - STATE(590), 1, + STATE(601), 1, sym_comment, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21218] = 6, + [21609] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(33), 1, - anon_sym_if, - ACTIONS(65), 1, - anon_sym_LBRACE, - STATE(177), 1, - sym_branch, - STATE(591), 1, + ACTIONS(1309), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1311), 1, + aux_sym_variable_identifier_token1, + STATE(484), 1, + sym_identifier, + STATE(602), 1, sym_comment, - STATE(181), 2, - sym_block, - sym_conditional_statement, - [21238] = 4, + STATE(273), 2, + sym_constant_identifier, + sym_variable_identifier, + [21629] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(260), 1, - aux_sym_constant_identifier_token2, - STATE(592), 1, + ACTIONS(1200), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1202), 1, + aux_sym_variable_identifier_token1, + STATE(272), 1, + sym_identifier, + STATE(603), 1, sym_comment, - ACTIONS(262), 4, - anon_sym_in, - aux_sym_decimal_digit_token1, - anon_sym__, - anon_sym_DOT, - [21254] = 5, + STATE(273), 2, + sym_constant_identifier, + sym_variable_identifier, + [21649] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1253), 1, - anon_sym_DASH, - STATE(593), 1, + ACTIONS(1010), 1, + aux_sym_constant_identifier_token1, + ACTIONS(1236), 1, + aux_sym_variable_identifier_token1, + STATE(604), 1, sym_comment, - STATE(726), 1, - sym_group_coordinate, - ACTIONS(179), 3, - anon_sym__, - sym__numeral, - anon_sym_PLUS, - [21272] = 6, + STATE(757), 1, + sym_identifier, + STATE(127), 2, + sym_constant_identifier, + sym_variable_identifier, + [21669] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, + ACTIONS(1010), 1, aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, + ACTIONS(1236), 1, aux_sym_variable_identifier_token1, - STATE(594), 1, + STATE(605), 1, sym_comment, - STATE(694), 1, + STATE(759), 1, sym_identifier, - STATE(126), 2, + STATE(127), 2, sym_constant_identifier, sym_variable_identifier, - [21292] = 6, + [21689] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(970), 1, - aux_sym_constant_identifier_token1, - ACTIONS(1184), 1, - aux_sym_variable_identifier_token1, - STATE(557), 1, - sym_identifier, - STATE(595), 1, + ACTIONS(271), 1, + aux_sym_constant_identifier_token2, + STATE(606), 1, sym_comment, - STATE(126), 2, - sym_constant_identifier, - sym_variable_identifier, - [21312] = 6, + ACTIONS(273), 4, + anon_sym_in, + aux_sym_decimal_digit_token1, + anon_sym__, + anon_sym_DOT, + [21705] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(33), 1, + anon_sym_if, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(1243), 1, - anon_sym_DASH_GT, - STATE(141), 1, - sym_return_arrow, - STATE(442), 1, - sym_block, - STATE(596), 1, + STATE(177), 1, + sym_branch, + STATE(607), 1, sym_comment, - [21331] = 6, + STATE(185), 2, + sym_block, + sym_conditional_statement, + [21725] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(172), 1, + STATE(152), 1, sym_return_arrow, - STATE(467), 1, + STATE(483), 1, sym_block, - STATE(597), 1, + STATE(608), 1, sym_comment, - [21350] = 6, + [21744] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1243), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(138), 1, + STATE(173), 1, sym_return_arrow, - STATE(435), 1, + STATE(476), 1, sym_block, - STATE(598), 1, + STATE(609), 1, sym_comment, - [21369] = 4, + [21763] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1267), 1, - anon_sym_COMMA, - ACTIONS(1265), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(599), 2, + ACTIONS(414), 1, + anon_sym_LPAREN, + ACTIONS(1313), 1, + anon_sym_LBRACE, + ACTIONS(1315), 1, + anon_sym_COLON_COLON, + STATE(229), 1, + sym_function_arguments, + STATE(610), 1, sym_comment, - aux_sym_function_arguments_repeat1, - [21384] = 6, + [21782] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1279), 1, anon_sym_DASH_GT, - STATE(157), 1, + STATE(133), 1, sym_return_arrow, - STATE(458), 1, + STATE(474), 1, sym_block, - STATE(600), 1, + STATE(611), 1, sym_comment, - [21403] = 6, + [21801] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1279), 1, anon_sym_DASH_GT, - STATE(169), 1, + STATE(139), 1, sym_return_arrow, - STATE(439), 1, + STATE(430), 1, sym_block, - STATE(601), 1, + STATE(612), 1, sym_comment, - [21422] = 6, + [21820] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(659), 1, - anon_sym_LPAREN, - ACTIONS(1270), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1272), 1, - anon_sym_COLON_COLON, - STATE(298), 1, - sym_function_arguments, - STATE(602), 1, + ACTIONS(1281), 1, + anon_sym_DASH_GT, + STATE(170), 1, + sym_return_arrow, + STATE(477), 1, + sym_block, + STATE(613), 1, sym_comment, - [21441] = 6, + [21839] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(674), 1, + anon_sym_LPAREN, + ACTIONS(1315), 1, + anon_sym_COLON_COLON, + ACTIONS(1317), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, - anon_sym_DASH_GT, - STATE(155), 1, - sym_return_arrow, - STATE(457), 1, - sym_block, - STATE(603), 1, + STATE(292), 1, + sym_function_arguments, + STATE(614), 1, sym_comment, - [21460] = 5, + [21858] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1274), 1, + ACTIONS(1319), 1, anon_sym_import, - ACTIONS(1277), 1, + ACTIONS(1322), 1, anon_sym_program, - STATE(641), 1, + STATE(699), 1, sym_import_declaration, - STATE(604), 2, + STATE(615), 2, sym_comment, aux_sym_source_file_repeat1, - [21477] = 6, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(407), 1, - anon_sym_LPAREN, - ACTIONS(1272), 1, - anon_sym_COLON_COLON, - ACTIONS(1279), 1, - anon_sym_LBRACE, - STATE(223), 1, - sym_function_arguments, - STATE(605), 1, - sym_comment, - [21496] = 6, + [21875] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1243), 1, + ACTIONS(1279), 1, anon_sym_DASH_GT, - STATE(140), 1, + STATE(132), 1, sym_return_arrow, - STATE(429), 1, + STATE(431), 1, sym_block, - STATE(606), 1, + STATE(616), 1, sym_comment, - [21515] = 6, + [21894] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(151), 1, + STATE(166), 1, sym_return_arrow, - STATE(498), 1, + STATE(505), 1, sym_block, - STATE(607), 1, + STATE(617), 1, sym_comment, - [21534] = 6, + [21913] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1245), 1, + ACTIONS(1281), 1, anon_sym_DASH_GT, - STATE(148), 1, + STATE(149), 1, sym_return_arrow, - STATE(489), 1, + STATE(493), 1, sym_block, - STATE(608), 1, + STATE(618), 1, sym_comment, - [21553] = 6, + [21932] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - ACTIONS(1243), 1, + ACTIONS(1279), 1, anon_sym_DASH_GT, - STATE(139), 1, + STATE(141), 1, sym_return_arrow, - STATE(419), 1, + STATE(437), 1, sym_block, - STATE(609), 1, - sym_comment, - [21572] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1281), 1, - anon_sym_RPAREN, - ACTIONS(1283), 1, - anon_sym_COMMA, - STATE(610), 2, - sym_comment, - aux_sym_function_parameters_repeat1, - [21586] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1286), 1, - anon_sym_RPAREN, - ACTIONS(1288), 1, - anon_sym_COMMA, - STATE(611), 1, - sym_comment, - STATE(631), 1, - aux_sym_typed_future_type_repeat1, - [21602] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1290), 1, - anon_sym_RBRACE, - ACTIONS(1292), 1, - anon_sym_COMMA, - STATE(612), 2, - sym_comment, - aux_sym_struct_expression_repeat1, - [21616] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1295), 1, - anon_sym_function, - ACTIONS(1297), 1, - anon_sym_inline, - ACTIONS(1299), 1, - anon_sym_transition, - STATE(613), 1, - sym_comment, - [21632] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1301), 1, - anon_sym_RPAREN, - ACTIONS(1303), 1, - anon_sym_COMMA, - STATE(614), 1, - sym_comment, - STATE(636), 1, - aux_sym_function_parameters_repeat1, - [21648] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1305), 1, - anon_sym_RPAREN, - ACTIONS(1307), 1, - anon_sym_COMMA, - STATE(615), 2, - sym_comment, - aux_sym_identifier_or_identifiers_repeat1, - [21662] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1310), 1, - anon_sym_RPAREN, - ACTIONS(1312), 1, - anon_sym_COMMA, - STATE(616), 1, + STATE(619), 1, sym_comment, - STATE(631), 1, - aux_sym_typed_future_type_repeat1, - [21678] = 5, + [21951] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1078), 1, - anon_sym_RBRACE, - ACTIONS(1314), 1, + ACTIONS(1326), 1, anon_sym_COMMA, - STATE(617), 1, - sym_comment, - STATE(626), 1, - aux_sym_struct_component_declarations_repeat1, - [21694] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1316), 1, + ACTIONS(1324), 2, anon_sym_RPAREN, - ACTIONS(1318), 1, - anon_sym_COMMA, - STATE(599), 1, - aux_sym_function_arguments_repeat1, - STATE(618), 1, - sym_comment, - [21710] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(731), 1, - anon_sym_COMMA, - ACTIONS(1320), 1, anon_sym_RBRACK, - STATE(599), 1, - aux_sym_function_arguments_repeat1, - STATE(619), 1, + STATE(620), 2, sym_comment, - [21726] = 5, + aux_sym_function_arguments_repeat1, + [21966] = 6, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1322), 1, - anon_sym_RBRACE, - ACTIONS(1324), 1, - anon_sym_COMMA, - STATE(620), 1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + ACTIONS(1281), 1, + anon_sym_DASH_GT, + STATE(164), 1, + sym_return_arrow, + STATE(503), 1, + sym_block, + STATE(621), 1, sym_comment, - STATE(628), 1, - aux_sym_struct_expression_repeat1, - [21742] = 5, + [21985] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1326), 1, + ACTIONS(1329), 1, anon_sym_RPAREN, - ACTIONS(1328), 1, + ACTIONS(1331), 1, anon_sym_COMMA, - STATE(599), 1, - aux_sym_function_arguments_repeat1, - STATE(621), 1, - sym_comment, - [21758] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1219), 1, - anon_sym_function, - ACTIONS(1221), 1, - anon_sym_inline, - ACTIONS(1223), 1, - anon_sym_transition, STATE(622), 1, sym_comment, - [21774] = 5, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(731), 1, - anon_sym_COMMA, - ACTIONS(1330), 1, - anon_sym_RBRACK, - STATE(599), 1, - aux_sym_function_arguments_repeat1, - STATE(623), 1, - sym_comment, - [21790] = 4, + STATE(637), 1, + aux_sym_identifier_or_identifiers_repeat1, + [22001] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1334), 1, - anon_sym_COLON, - STATE(624), 1, + ACTIONS(1333), 1, + aux_sym_variable_identifier_token1, + STATE(623), 1, sym_comment, - ACTIONS(1332), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [21804] = 5, + STATE(778), 1, + sym_program_id, + STATE(780), 1, + sym_program_name_literal, + [22017] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1336), 1, + ACTIONS(1335), 1, anon_sym_RBRACE, - ACTIONS(1338), 1, + ACTIONS(1337), 1, anon_sym_COMMA, - STATE(625), 1, + STATE(624), 1, sym_comment, - STATE(634), 1, + STATE(645), 1, aux_sym_struct_expression_repeat1, - [21820] = 4, + [22033] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1340), 1, + ACTIONS(1341), 1, + anon_sym_COLON, + STATE(625), 1, + sym_comment, + ACTIONS(1339), 2, anon_sym_RBRACE, - ACTIONS(1342), 1, anon_sym_COMMA, - STATE(626), 2, + [22047] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(748), 1, + anon_sym_COMMA, + ACTIONS(1343), 1, + anon_sym_RBRACK, + STATE(620), 1, + aux_sym_function_arguments_repeat1, + STATE(626), 1, sym_comment, - aux_sym_struct_component_declarations_repeat1, - [21834] = 5, + [22063] = 5, ACTIONS(3), 1, aux_sym_comment_token1, ACTIONS(1345), 1, anon_sym_RPAREN, ACTIONS(1347), 1, anon_sym_COMMA, - STATE(599), 1, + STATE(620), 1, aux_sym_function_arguments_repeat1, STATE(627), 1, sym_comment, - [21850] = 5, + [22079] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1225), 1, - anon_sym_RBRACE, ACTIONS(1349), 1, + anon_sym_RPAREN, + ACTIONS(1351), 1, anon_sym_COMMA, - STATE(612), 1, - aux_sym_struct_expression_repeat1, + STATE(620), 1, + aux_sym_function_arguments_repeat1, STATE(628), 1, sym_comment, - [21866] = 5, + [22095] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1351), 1, - anon_sym_RBRACE, - ACTIONS(1353), 1, - anon_sym_COMMA, - STATE(617), 1, - aux_sym_struct_component_declarations_repeat1, + ACTIONS(1333), 1, + aux_sym_variable_identifier_token1, STATE(629), 1, sym_comment, - [21882] = 5, + STATE(693), 1, + sym_this_program_id, + STATE(775), 1, + sym_program_name_literal, + [22111] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1355), 1, - aux_sym_variable_identifier_token1, + ACTIONS(748), 1, + anon_sym_COMMA, + ACTIONS(1353), 1, + anon_sym_RBRACK, + STATE(620), 1, + aux_sym_function_arguments_repeat1, STATE(630), 1, sym_comment, - STATE(765), 1, - sym_program_id, - STATE(767), 1, - sym_program_name_literal, - [21898] = 4, + [22127] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1357), 1, + ACTIONS(1355), 1, anon_sym_RPAREN, - ACTIONS(1359), 1, + ACTIONS(1357), 1, anon_sym_COMMA, - STATE(631), 2, + STATE(631), 1, sym_comment, - aux_sym_typed_future_type_repeat1, - [21912] = 5, + STATE(647), 1, + aux_sym_function_parameters_repeat1, + [22143] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1362), 1, - anon_sym_RPAREN, - ACTIONS(1364), 1, + ACTIONS(1359), 1, + anon_sym_RBRACE, + ACTIONS(1361), 1, anon_sym_COMMA, - STATE(615), 1, - aux_sym_identifier_or_identifiers_repeat1, STATE(632), 1, sym_comment, - [21928] = 5, + STATE(635), 1, + aux_sym_struct_expression_repeat1, + [22159] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1366), 1, + ACTIONS(1363), 1, anon_sym_RPAREN, - ACTIONS(1368), 1, + ACTIONS(1365), 1, anon_sym_COMMA, - STATE(599), 1, - aux_sym_function_arguments_repeat1, - STATE(633), 1, + STATE(633), 2, sym_comment, - [21944] = 5, + aux_sym_function_parameters_repeat1, + [22173] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1213), 1, - anon_sym_RBRACE, + ACTIONS(1368), 1, + anon_sym_RPAREN, ACTIONS(1370), 1, anon_sym_COMMA, - STATE(612), 1, - aux_sym_struct_expression_repeat1, + STATE(620), 1, + aux_sym_function_arguments_repeat1, STATE(634), 1, sym_comment, - [21960] = 5, + [22189] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1355), 1, - aux_sym_variable_identifier_token1, + ACTIONS(1273), 1, + anon_sym_RBRACE, + ACTIONS(1372), 1, + anon_sym_COMMA, STATE(635), 1, sym_comment, STATE(643), 1, - sym_this_program_id, - STATE(762), 1, - sym_program_name_literal, - [21976] = 5, + aux_sym_struct_expression_repeat1, + [22205] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1060), 1, + ACTIONS(1374), 1, anon_sym_RPAREN, - ACTIONS(1372), 1, + ACTIONS(1376), 1, anon_sym_COMMA, - STATE(610), 1, - aux_sym_function_parameters_repeat1, STATE(636), 1, sym_comment, - [21992] = 4, + STATE(640), 1, + aux_sym_typed_future_type_repeat1, + [22221] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(445), 1, - sym_block, - STATE(637), 1, + ACTIONS(1378), 1, + anon_sym_RPAREN, + ACTIONS(1380), 1, + anon_sym_COMMA, + STATE(637), 2, sym_comment, - [22005] = 4, + aux_sym_identifier_or_identifiers_repeat1, + [22235] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1374), 1, + ACTIONS(1383), 1, + anon_sym_RBRACE, + ACTIONS(1385), 1, anon_sym_COMMA, - STATE(632), 1, - aux_sym_identifier_or_identifiers_repeat1, - STATE(638), 1, + STATE(638), 2, sym_comment, - [22018] = 3, + aux_sym_struct_component_declarations_repeat1, + [22249] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(639), 1, - sym_comment, - ACTIONS(1357), 2, + ACTIONS(1388), 1, anon_sym_RPAREN, + ACTIONS(1390), 1, anon_sym_COMMA, - [22029] = 3, + STATE(639), 1, + sym_comment, + STATE(640), 1, + aux_sym_typed_future_type_repeat1, + [22265] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - STATE(640), 1, + ACTIONS(1392), 1, + anon_sym_RPAREN, + ACTIONS(1394), 1, + anon_sym_COMMA, + STATE(640), 2, sym_comment, - ACTIONS(1376), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [22040] = 3, + aux_sym_typed_future_type_repeat1, + [22279] = 5, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1397), 1, + anon_sym_function, + ACTIONS(1399), 1, + anon_sym_inline, + ACTIONS(1401), 1, + anon_sym_transition, STATE(641), 1, sym_comment, - ACTIONS(1378), 2, - anon_sym_import, - anon_sym_program, - [22051] = 4, + [22295] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(479), 1, - sym_block, + ACTIONS(1403), 1, + anon_sym_RBRACE, + ACTIONS(1405), 1, + anon_sym_COMMA, STATE(642), 1, sym_comment, - [22064] = 4, + STATE(646), 1, + aux_sym_struct_component_declarations_repeat1, + [22311] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1380), 1, - anon_sym_LBRACE, - STATE(643), 1, + ACTIONS(1407), 1, + anon_sym_RBRACE, + ACTIONS(1409), 1, + anon_sym_COMMA, + STATE(643), 2, sym_comment, - STATE(752), 1, - sym_items_block, - [22077] = 3, + aux_sym_struct_expression_repeat1, + [22325] = 5, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1412), 1, + anon_sym_RPAREN, + ACTIONS(1414), 1, + anon_sym_COMMA, + STATE(620), 1, + aux_sym_function_arguments_repeat1, STATE(644), 1, sym_comment, - ACTIONS(1382), 2, - anon_sym_import, - anon_sym_program, - [22088] = 4, + [22341] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1384), 1, + ACTIONS(1269), 1, + anon_sym_RBRACE, + ACTIONS(1416), 1, anon_sym_COMMA, - STATE(611), 1, - aux_sym_typed_future_type_repeat1, + STATE(643), 1, + aux_sym_struct_expression_repeat1, STATE(645), 1, sym_comment, - [22101] = 4, + [22357] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(430), 1, - sym_block, + ACTIONS(1044), 1, + anon_sym_RBRACE, + ACTIONS(1418), 1, + anon_sym_COMMA, + STATE(638), 1, + aux_sym_struct_component_declarations_repeat1, STATE(646), 1, sym_comment, - [22114] = 4, + [22373] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(474), 1, - sym_block, + ACTIONS(1054), 1, + anon_sym_RPAREN, + ACTIONS(1420), 1, + anon_sym_COMMA, + STATE(633), 1, + aux_sym_function_parameters_repeat1, STATE(647), 1, sym_comment, - [22127] = 4, + [22389] = 5, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(477), 1, - sym_block, + ACTIONS(1254), 1, + anon_sym_function, + ACTIONS(1256), 1, + anon_sym_inline, + ACTIONS(1258), 1, + anon_sym_transition, STATE(648), 1, sym_comment, - [22140] = 4, + [22405] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1386), 1, - anon_sym_SLASH, - ACTIONS(1388), 1, - anon_sym_SEMI, STATE(649), 1, sym_comment, - [22153] = 4, + ACTIONS(1422), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [22416] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(425), 1, + STATE(502), 1, sym_block, STATE(650), 1, sym_comment, - [22166] = 4, + [22429] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(423), 1, + STATE(500), 1, sym_block, STATE(651), 1, sym_comment, - [22179] = 4, + [22442] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1390), 1, - anon_sym_LBRACE, - STATE(180), 1, - sym_block, + ACTIONS(1424), 1, + anon_sym_COMMA, + STATE(636), 1, + aux_sym_typed_future_type_repeat1, STATE(652), 1, sym_comment, - [22192] = 4, + [22455] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(496), 1, - sym_block, STATE(653), 1, sym_comment, - [22205] = 4, + ACTIONS(1426), 2, + anon_sym_import, + anon_sym_program, + [22466] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(497), 1, - sym_block, STATE(654), 1, sym_comment, - [22218] = 3, + ACTIONS(238), 2, + anon_sym_COMMA, + anon_sym_RPARENgroup, + [22477] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1428), 1, + anon_sym_SLASH, + ACTIONS(1430), 1, + anon_sym_SEMI, STATE(655), 1, sym_comment, - ACTIONS(1290), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [22229] = 3, + [22490] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1432), 1, + anon_sym_caller, + ACTIONS(1434), 1, + anon_sym_signer, STATE(656), 1, sym_comment, - ACTIONS(1305), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [22240] = 4, + [22503] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1384), 1, - anon_sym_COMMA, - STATE(616), 1, - aux_sym_typed_future_type_repeat1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(438), 1, + sym_block, STATE(657), 1, sym_comment, - [22253] = 4, + [22516] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(427), 1, + STATE(428), 1, sym_block, STATE(658), 1, sym_comment, - [22266] = 4, + [22529] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1436), 1, anon_sym_LBRACE, - STATE(478), 1, + STATE(178), 1, sym_block, STATE(659), 1, sym_comment, - [22279] = 4, + [22542] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(446), 1, + STATE(492), 1, sym_block, STATE(660), 1, sym_comment, - [22292] = 4, + [22555] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(428), 1, + STATE(491), 1, sym_block, STATE(661), 1, sym_comment, - [22305] = 4, + [22568] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(483), 1, - sym_block, STATE(662), 1, sym_comment, - [22318] = 4, + ACTIONS(1438), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [22579] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(482), 1, + STATE(488), 1, sym_block, STATE(663), 1, sym_comment, - [22331] = 4, - ACTIONS(3), 1, - aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(440), 1, - sym_block, + [22592] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, STATE(664), 1, sym_comment, - [22344] = 4, + ACTIONS(1440), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [22603] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(407), 1, - anon_sym_LPAREN, - STATE(223), 1, - sym_function_arguments, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(453), 1, + sym_block, STATE(665), 1, sym_comment, - [22357] = 3, + [22616] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(435), 1, + sym_block, STATE(666), 1, sym_comment, - ACTIONS(1392), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [22368] = 4, + [22629] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(233), 1, - anon_sym_RPARENgroup, - ACTIONS(1394), 1, - sym__numeral, + ACTIONS(1424), 1, + anon_sym_COMMA, + STATE(639), 1, + aux_sym_typed_future_type_repeat1, STATE(667), 1, sym_comment, - [22381] = 4, + [22642] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(407), 1, - anon_sym_LPAREN, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(434), 1, + sym_block, STATE(668), 1, sym_comment, - STATE(742), 1, - sym_function_arguments, - [22394] = 3, + [22655] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(448), 1, + sym_block, STATE(669), 1, sym_comment, - ACTIONS(1396), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [22405] = 3, + [22668] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(498), 1, + sym_block, STATE(670), 1, sym_comment, - ACTIONS(1398), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [22416] = 4, + [22681] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1400), 1, - anon_sym_caller, - ACTIONS(1402), 1, - anon_sym_signer, + ACTIONS(238), 1, + anon_sym_RPARENgroup, + ACTIONS(1442), 1, + sym__numeral, STATE(671), 1, sym_comment, - [22429] = 3, + [22694] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(436), 1, + sym_block, STATE(672), 1, sym_comment, - ACTIONS(233), 2, - anon_sym_COMMA, - anon_sym_RPARENgroup, - [22440] = 4, + [22707] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(431), 1, + STATE(509), 1, sym_block, STATE(673), 1, sym_comment, - [22453] = 4, + [22720] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(433), 1, + STATE(441), 1, sym_block, STATE(674), 1, sym_comment, - [22466] = 4, + [22733] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(447), 1, - sym_block, + ACTIONS(414), 1, + anon_sym_LPAREN, STATE(675), 1, sym_comment, - [22479] = 4, + STATE(783), 1, + sym_function_arguments, + [22746] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(434), 1, - sym_block, STATE(676), 1, sym_comment, - [22492] = 3, + ACTIONS(1378), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [22757] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(444), 1, + sym_block, STATE(677), 1, sym_comment, - ACTIONS(1340), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [22503] = 3, + [22770] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(495), 1, + sym_block, STATE(678), 1, sym_comment, - ACTIONS(1404), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [22514] = 4, + [22783] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(475), 1, + STATE(487), 1, sym_block, STATE(679), 1, sym_comment, - [22527] = 4, + [22796] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(471), 1, - sym_block, STATE(680), 1, sym_comment, - [22540] = 4, + ACTIONS(1407), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [22807] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(436), 1, + STATE(499), 1, sym_block, STATE(681), 1, sym_comment, - [22553] = 4, + [22820] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(420), 1, + STATE(475), 1, sym_block, STATE(682), 1, sym_comment, - [22566] = 4, + [22833] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(451), 1, - sym_block, STATE(683), 1, sym_comment, - [22579] = 4, + ACTIONS(1444), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [22844] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(450), 1, - sym_block, STATE(684), 1, sym_comment, - [22592] = 4, + ACTIONS(1383), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [22855] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, - anon_sym_LBRACE, - STATE(432), 1, - sym_block, STATE(685), 1, sym_comment, - [22605] = 4, + ACTIONS(1446), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [22866] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1241), 1, + ACTIONS(1277), 1, anon_sym_LBRACE, - STATE(422), 1, + STATE(439), 1, sym_block, STATE(686), 1, sym_comment, - [22618] = 4, + [22879] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(659), 1, + ACTIONS(414), 1, anon_sym_LPAREN, - STATE(298), 1, + STATE(229), 1, sym_function_arguments, STATE(687), 1, sym_comment, - [22631] = 3, + [22892] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(429), 1, + sym_block, STATE(688), 1, sym_comment, - ACTIONS(1406), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [22642] = 3, + [22905] = 3, ACTIONS(3), 1, aux_sym_comment_token1, STATE(689), 1, sym_comment, - ACTIONS(1281), 2, + ACTIONS(1392), 2, anon_sym_RPAREN, anon_sym_COMMA, - [22653] = 3, + [22916] = 4, ACTIONS(3), 1, aux_sym_comment_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(510), 1, + sym_block, STATE(690), 1, sym_comment, - ACTIONS(1408), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [22664] = 4, + [22929] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(407), 1, - anon_sym_LPAREN, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(433), 1, + sym_block, STATE(691), 1, sym_comment, - STATE(722), 1, - sym_function_arguments, - [22677] = 4, + [22942] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1410), 1, - anon_sym_caller, - ACTIONS(1412), 1, - anon_sym_signer, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(445), 1, + sym_block, STATE(692), 1, sym_comment, - [22690] = 3, + [22955] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1414), 1, - anon_sym_finalize, + ACTIONS(1448), 1, + anon_sym_LBRACE, STATE(693), 1, sym_comment, - [22700] = 3, + STATE(765), 1, + sym_items_block, + [22968] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1416), 1, - anon_sym_COLON, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(496), 1, + sym_block, STATE(694), 1, sym_comment, - [22710] = 3, + [22981] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1418), 1, - anon_sym_SLASH, STATE(695), 1, sym_comment, - [22720] = 3, + ACTIONS(1450), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [22992] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1420), 1, - sym__numeral, STATE(696), 1, sym_comment, - [22730] = 3, + ACTIONS(1452), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [23003] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1422), 1, - aux_sym_address_literal_token1, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(455), 1, + sym_block, STATE(697), 1, sym_comment, - [22740] = 3, + [23016] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1424), 1, - aux_sym_signature_literal_token1, STATE(698), 1, sym_comment, - [22750] = 3, + ACTIONS(1363), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [23027] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1426), 1, - anon_sym_EQ, STATE(699), 1, sym_comment, - [22760] = 3, + ACTIONS(1454), 2, + anon_sym_import, + anon_sym_program, + [23038] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1428), 1, - anon_sym_LPAREN, + ACTIONS(1456), 1, + anon_sym_COMMA, + STATE(622), 1, + aux_sym_identifier_or_identifiers_repeat1, STATE(700), 1, sym_comment, - [22770] = 3, + [23051] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1430), 1, - anon_sym_COLON_COLON, + ACTIONS(414), 1, + anon_sym_LPAREN, STATE(701), 1, sym_comment, - [22780] = 3, + STATE(741), 1, + sym_function_arguments, + [23064] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1432), 1, - anon_sym_DOT, + ACTIONS(1458), 1, + anon_sym_caller, + ACTIONS(1460), 1, + anon_sym_signer, STATE(702), 1, sym_comment, - [22790] = 3, + [23077] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1434), 1, - anon_sym_height, + ACTIONS(1277), 1, + anon_sym_LBRACE, + STATE(443), 1, + sym_block, STATE(703), 1, sym_comment, - [22800] = 3, + [23090] = 4, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1436), 1, - anon_sym_SLASH, + ACTIONS(674), 1, + anon_sym_LPAREN, + STATE(292), 1, + sym_function_arguments, STATE(704), 1, sym_comment, - [22810] = 3, + [23103] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1438), 1, - anon_sym_SEMI, + ACTIONS(1315), 1, + anon_sym_COLON_COLON, STATE(705), 1, sym_comment, - [22820] = 3, + [23113] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1440), 1, + ACTIONS(1462), 1, anon_sym_COLON, STATE(706), 1, sym_comment, - [22830] = 3, + [23123] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1442), 1, - anon_sym_RPARENgroup, + ACTIONS(1464), 1, + anon_sym_COLON_COLON, STATE(707), 1, sym_comment, - [22840] = 3, + [23133] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1444), 1, - anon_sym_SEMI, + ACTIONS(1466), 1, + anon_sym_DOT, STATE(708), 1, sym_comment, - [22850] = 3, + [23143] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1446), 1, - anon_sym_height, + ACTIONS(1468), 1, + anon_sym_DOT, STATE(709), 1, sym_comment, - [22860] = 3, + [23153] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1448), 1, - anon_sym_LPAREN, + ACTIONS(1470), 1, + anon_sym_height, STATE(710), 1, sym_comment, - [22870] = 3, + [23163] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1450), 1, - anon_sym_LPAREN, + ACTIONS(1472), 1, + anon_sym_SEMI, STATE(711), 1, sym_comment, - [22880] = 3, + [23173] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1452), 1, + ACTIONS(1474), 1, anon_sym_LPAREN, STATE(712), 1, sym_comment, - [22890] = 3, + [23183] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1454), 1, - anon_sym_DOT, + ACTIONS(1476), 1, + anon_sym_LPAREN, STATE(713), 1, sym_comment, - [22900] = 3, + [23193] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1456), 1, - anon_sym_DOT, + ACTIONS(1478), 1, + anon_sym_LPAREN, STATE(714), 1, sym_comment, - [22910] = 3, + [23203] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1458), 1, - anon_sym_COLON, + ACTIONS(1480), 1, + aux_sym_signature_literal_token1, STATE(715), 1, sym_comment, - [22920] = 3, + [23213] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1460), 1, - anon_sym_RBRACK, + ACTIONS(1482), 1, + aux_sym_address_literal_token1, STATE(716), 1, sym_comment, - [22930] = 3, + [23223] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1462), 1, - anon_sym_COMMA, + ACTIONS(1484), 1, + anon_sym_DOT, STATE(717), 1, sym_comment, - [22940] = 3, + [23233] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1464), 1, - anon_sym_DOT, + ACTIONS(1486), 1, + anon_sym_SLASH, STATE(718), 1, sym_comment, - [22950] = 3, + [23243] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1466), 1, - anon_sym_SEMI, + ACTIONS(1488), 1, + anon_sym_COLON, STATE(719), 1, sym_comment, - [22960] = 3, + [23253] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1468), 1, - anon_sym_in, + ACTIONS(1490), 1, + anon_sym_RPARENgroup, STATE(720), 1, sym_comment, - [22970] = 3, + [23263] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1470), 1, - anon_sym_EQ, + ACTIONS(1492), 1, + aux_sym_address_literal_token1, STATE(721), 1, sym_comment, - [22980] = 3, + [23273] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1472), 1, - anon_sym_SEMI, + ACTIONS(1494), 1, + anon_sym_EQ, STATE(722), 1, sym_comment, - [22990] = 3, + [23283] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1474), 1, - aux_sym_address_literal_token1, + ACTIONS(1496), 1, + anon_sym_RPAREN, STATE(723), 1, sym_comment, - [23000] = 3, + [23293] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1476), 1, - ts_builtin_sym_end, + ACTIONS(1498), 1, + anon_sym_SLASH, STATE(724), 1, sym_comment, - [23010] = 3, + [23303] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1478), 1, - aux_sym_signature_literal_token1, + ACTIONS(1500), 1, + anon_sym_SEMI, STATE(725), 1, sym_comment, - [23020] = 3, + [23313] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1480), 1, - anon_sym_RPARENgroup, + ACTIONS(1502), 1, + anon_sym_RPAREN, STATE(726), 1, sym_comment, - [23030] = 3, + [23323] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1482), 1, - anon_sym_COLON, + ACTIONS(1504), 1, + anon_sym_SEMI, STATE(727), 1, sym_comment, - [23040] = 3, + [23333] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1484), 1, - anon_sym_finalize, + ACTIONS(1506), 1, + aux_sym_signature_literal_token1, STATE(728), 1, sym_comment, - [23050] = 3, + [23343] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1486), 1, - anon_sym_LBRACE, + ACTIONS(1508), 1, + anon_sym_finalize, STATE(729), 1, sym_comment, - [23060] = 3, + [23353] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1488), 1, - anon_sym_LBRACE, + ACTIONS(1510), 1, + anon_sym_RBRACK, STATE(730), 1, sym_comment, - [23070] = 3, + [23363] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1490), 1, - anon_sym_COLON, + ACTIONS(1512), 1, + anon_sym_COLON_COLON, STATE(731), 1, sym_comment, - [23080] = 3, + [23373] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1492), 1, + ACTIONS(1514), 1, anon_sym_COLON_COLON, STATE(732), 1, sym_comment, - [23090] = 3, + [23383] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1494), 1, - anon_sym_COLON_COLON, + ACTIONS(1516), 1, + anon_sym_SEMI, STATE(733), 1, sym_comment, - [23100] = 3, + [23393] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1496), 1, - anon_sym_COLON, + ACTIONS(1518), 1, + anon_sym_in, STATE(734), 1, sym_comment, - [23110] = 3, + [23403] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1498), 1, + ACTIONS(1520), 1, anon_sym_DOT, STATE(735), 1, sym_comment, - [23120] = 3, + [23413] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1500), 1, - anon_sym_SEMI, + ACTIONS(1522), 1, + anon_sym_EQ, STATE(736), 1, sym_comment, - [23130] = 3, + [23423] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1502), 1, - anon_sym_GT, + ACTIONS(1524), 1, + anon_sym_COLON, STATE(737), 1, sym_comment, - [23140] = 3, + [23433] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1504), 1, - anon_sym_EQ_GT, + ACTIONS(929), 1, + anon_sym_RPARENgroup, STATE(738), 1, sym_comment, - [23150] = 3, + [23443] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1506), 1, - anon_sym_COLON, + ACTIONS(1526), 1, + ts_builtin_sym_end, STATE(739), 1, sym_comment, - [23160] = 3, + [23453] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1508), 1, - ts_builtin_sym_end, + ACTIONS(1528), 1, + anon_sym_EQ_GT, STATE(740), 1, sym_comment, - [23170] = 3, + [23463] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1510), 1, - anon_sym_COLON, + ACTIONS(1530), 1, + anon_sym_SEMI, STATE(741), 1, sym_comment, - [23180] = 3, + [23473] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1512), 1, - anon_sym_SEMI, + ACTIONS(1532), 1, + anon_sym_COLON, STATE(742), 1, sym_comment, - [23190] = 3, + [23483] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(914), 1, - anon_sym_RPARENgroup, + ACTIONS(1534), 1, + anon_sym_LBRACE, STATE(743), 1, sym_comment, - [23200] = 3, + [23493] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1514), 1, - anon_sym_COLON, + ACTIONS(1536), 1, + anon_sym_LBRACE, STATE(744), 1, sym_comment, - [23210] = 3, + [23503] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1516), 1, - anon_sym_RBRACE, + ACTIONS(1538), 1, + anon_sym_COLON, STATE(745), 1, sym_comment, - [23220] = 3, + [23513] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1518), 1, - anon_sym_COLON, + ACTIONS(1540), 1, + anon_sym_SEMI, STATE(746), 1, sym_comment, - [23230] = 3, + [23523] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1520), 1, - anon_sym_RBRACE, + ACTIONS(1542), 1, + anon_sym_SEMI, STATE(747), 1, sym_comment, - [23240] = 3, + [23533] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1522), 1, - anon_sym_SEMI, + ACTIONS(1544), 1, + anon_sym_DOT, STATE(748), 1, sym_comment, - [23250] = 3, + [23543] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1524), 1, - anon_sym_RPAREN, + ACTIONS(1546), 1, + anon_sym_RBRACE, STATE(749), 1, sym_comment, - [23260] = 3, + [23553] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1526), 1, - anon_sym_LBRACE, + ACTIONS(1548), 1, + anon_sym_RBRACE, STATE(750), 1, sym_comment, - [23270] = 3, + [23563] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1528), 1, - anon_sym_GT, + ACTIONS(1550), 1, + anon_sym_RPARENgroup, STATE(751), 1, sym_comment, - [23280] = 3, + [23573] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1530), 1, - ts_builtin_sym_end, + ACTIONS(1552), 1, + anon_sym_GT, STATE(752), 1, sym_comment, - [23290] = 3, + [23583] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1532), 1, - sym_aleo_literal, + ACTIONS(1554), 1, + ts_builtin_sym_end, STATE(753), 1, sym_comment, - [23300] = 3, + [23593] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1272), 1, - anon_sym_COLON_COLON, + ACTIONS(1556), 1, + anon_sym_SEMI, STATE(754), 1, sym_comment, - [23310] = 3, + [23603] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1534), 1, - sym_leo_literal, + ACTIONS(1558), 1, + anon_sym_record, STATE(755), 1, sym_comment, - [23320] = 3, + [23613] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1536), 1, - anon_sym_SEMI, + ACTIONS(1560), 1, + anon_sym_Fn, STATE(756), 1, sym_comment, - [23330] = 3, + [23623] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1538), 1, - anon_sym_RPAREN, + ACTIONS(1562), 1, + anon_sym_COLON, STATE(757), 1, sym_comment, - [23340] = 3, + [23633] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1540), 1, - anon_sym_COLON_COLON, + ACTIONS(1564), 1, + anon_sym_height, STATE(758), 1, sym_comment, - [23350] = 3, + [23643] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1542), 1, - anon_sym_DOT, + ACTIONS(1566), 1, + anon_sym_COLON, STATE(759), 1, sym_comment, - [23360] = 3, + [23653] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1544), 1, - ts_builtin_sym_end, + ACTIONS(1568), 1, + anon_sym_COLON, STATE(760), 1, sym_comment, - [23370] = 3, + [23663] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1546), 1, - anon_sym_SEMI, + ACTIONS(1570), 1, + anon_sym_GT, STATE(761), 1, sym_comment, - [23380] = 3, + [23673] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1548), 1, - anon_sym_DOT, + ACTIONS(1572), 1, + anon_sym_COLON, STATE(762), 1, sym_comment, - [23390] = 3, + [23683] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1550), 1, - anon_sym_DOT, + ACTIONS(1574), 1, + anon_sym_LBRACE, STATE(763), 1, sym_comment, - [23400] = 3, + [23693] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1552), 1, - anon_sym_DOT, + ACTIONS(1576), 1, + anon_sym_finalize, STATE(764), 1, sym_comment, - [23410] = 3, + [23703] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1554), 1, - anon_sym_SEMI, + ACTIONS(1578), 1, + ts_builtin_sym_end, STATE(765), 1, sym_comment, - [23420] = 3, + [23713] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1556), 1, - anon_sym_COLON, + ACTIONS(1580), 1, + sym_aleo_literal, STATE(766), 1, sym_comment, - [23430] = 3, - ACTIONS(3), 1, + [23723] = 3, + ACTIONS(935), 1, aux_sym_comment_token1, - ACTIONS(1558), 1, - anon_sym_DOT, + ACTIONS(1582), 1, + sym_line_feed, STATE(767), 1, sym_comment, - [23440] = 3, + [23733] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1560), 1, - anon_sym_record, + ACTIONS(1584), 1, + sym_leo_literal, STATE(768), 1, sym_comment, - [23450] = 3, + [23743] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1562), 1, - anon_sym_GT, + ACTIONS(1586), 1, + anon_sym_COMMA, STATE(769), 1, sym_comment, - [23460] = 3, + [23753] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1564), 1, + ACTIONS(1588), 1, anon_sym_SEMI, STATE(770), 1, sym_comment, - [23470] = 3, + [23763] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1566), 1, - anon_sym_Fn, + ACTIONS(1590), 1, + anon_sym_COLON_COLON, STATE(771), 1, sym_comment, - [23480] = 3, + [23773] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1568), 1, - anon_sym_COMMA, + ACTIONS(1592), 1, + anon_sym_DOT, STATE(772), 1, sym_comment, - [23490] = 3, + [23783] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1570), 1, + ACTIONS(1594), 1, ts_builtin_sym_end, STATE(773), 1, sym_comment, - [23500] = 3, + [23793] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1572), 1, - ts_builtin_sym_end, + ACTIONS(1596), 1, + anon_sym_COLON, STATE(774), 1, sym_comment, - [23510] = 3, + [23803] = 3, ACTIONS(3), 1, aux_sym_comment_token1, - ACTIONS(1574), 1, - anon_sym_SEMI, + ACTIONS(1598), 1, + anon_sym_DOT, STATE(775), 1, sym_comment, - [23520] = 1, - ACTIONS(1576), 1, + [23813] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1600), 1, + anon_sym_DOT, + STATE(776), 1, + sym_comment, + [23823] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1602), 1, + anon_sym_DOT, + STATE(777), 1, + sym_comment, + [23833] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1604), 1, + anon_sym_SEMI, + STATE(778), 1, + sym_comment, + [23843] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1606), 1, + anon_sym_GT, + STATE(779), 1, + sym_comment, + [23853] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1608), 1, + anon_sym_DOT, + STATE(780), 1, + sym_comment, + [23863] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1610), 1, + anon_sym_COLON, + STATE(781), 1, + sym_comment, + [23873] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1612), 1, + sym__numeral, + STATE(782), 1, + sym_comment, + [23883] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1614), 1, + anon_sym_SEMI, + STATE(783), 1, + sym_comment, + [23893] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1616), 1, + anon_sym_LPAREN, + STATE(784), 1, + sym_comment, + [23903] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1618), 1, + anon_sym_COMMA, + STATE(785), 1, + sym_comment, + [23913] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1620), 1, + ts_builtin_sym_end, + STATE(786), 1, + sym_comment, + [23923] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1622), 1, + ts_builtin_sym_end, + STATE(787), 1, + sym_comment, + [23933] = 3, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(1624), 1, + anon_sym_SEMI, + STATE(788), 1, + sym_comment, + [23943] = 1, + ACTIONS(1626), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(125)] = 0, - [SMALL_STATE(126)] = 64, - [SMALL_STATE(127)] = 124, - [SMALL_STATE(128)] = 188, + [SMALL_STATE(126)] = 62, + [SMALL_STATE(127)] = 126, + [SMALL_STATE(128)] = 186, [SMALL_STATE(129)] = 250, - [SMALL_STATE(130)] = 309, + [SMALL_STATE(130)] = 313, [SMALL_STATE(131)] = 372, [SMALL_STATE(132)] = 435, - [SMALL_STATE(133)] = 499, - [SMALL_STATE(134)] = 599, - [SMALL_STATE(135)] = 699, - [SMALL_STATE(136)] = 799, - [SMALL_STATE(137)] = 899, - [SMALL_STATE(138)] = 963, - [SMALL_STATE(139)] = 1063, - [SMALL_STATE(140)] = 1163, + [SMALL_STATE(133)] = 535, + [SMALL_STATE(134)] = 635, + [SMALL_STATE(135)] = 735, + [SMALL_STATE(136)] = 835, + [SMALL_STATE(137)] = 935, + [SMALL_STATE(138)] = 999, + [SMALL_STATE(139)] = 1099, + [SMALL_STATE(140)] = 1199, [SMALL_STATE(141)] = 1263, [SMALL_STATE(142)] = 1363, [SMALL_STATE(143)] = 1461, @@ -35266,1367 +36056,1403 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(175)] = 4510, [SMALL_STATE(176)] = 4605, [SMALL_STATE(177)] = 4700, - [SMALL_STATE(178)] = 4755, - [SMALL_STATE(179)] = 4808, - [SMALL_STATE(180)] = 4861, - [SMALL_STATE(181)] = 4914, - [SMALL_STATE(182)] = 4966, - [SMALL_STATE(183)] = 5018, - [SMALL_STATE(184)] = 5070, - [SMALL_STATE(185)] = 5122, - [SMALL_STATE(186)] = 5174, - [SMALL_STATE(187)] = 5226, - [SMALL_STATE(188)] = 5278, - [SMALL_STATE(189)] = 5330, - [SMALL_STATE(190)] = 5382, - [SMALL_STATE(191)] = 5434, - [SMALL_STATE(192)] = 5486, - [SMALL_STATE(193)] = 5538, - [SMALL_STATE(194)] = 5590, - [SMALL_STATE(195)] = 5642, - [SMALL_STATE(196)] = 5694, - [SMALL_STATE(197)] = 5746, - [SMALL_STATE(198)] = 5800, - [SMALL_STATE(199)] = 5856, - [SMALL_STATE(200)] = 5912, - [SMALL_STATE(201)] = 5965, - [SMALL_STATE(202)] = 6018, - [SMALL_STATE(203)] = 6112, - [SMALL_STATE(204)] = 6160, - [SMALL_STATE(205)] = 6208, - [SMALL_STATE(206)] = 6255, - [SMALL_STATE(207)] = 6302, - [SMALL_STATE(208)] = 6349, - [SMALL_STATE(209)] = 6396, - [SMALL_STATE(210)] = 6443, - [SMALL_STATE(211)] = 6490, - [SMALL_STATE(212)] = 6537, - [SMALL_STATE(213)] = 6584, - [SMALL_STATE(214)] = 6633, - [SMALL_STATE(215)] = 6680, - [SMALL_STATE(216)] = 6727, - [SMALL_STATE(217)] = 6814, - [SMALL_STATE(218)] = 6861, - [SMALL_STATE(219)] = 6908, - [SMALL_STATE(220)] = 6955, - [SMALL_STATE(221)] = 7002, - [SMALL_STATE(222)] = 7049, - [SMALL_STATE(223)] = 7096, - [SMALL_STATE(224)] = 7143, - [SMALL_STATE(225)] = 7190, - [SMALL_STATE(226)] = 7239, - [SMALL_STATE(227)] = 7290, - [SMALL_STATE(228)] = 7337, - [SMALL_STATE(229)] = 7384, - [SMALL_STATE(230)] = 7441, - [SMALL_STATE(231)] = 7498, - [SMALL_STATE(232)] = 7559, - [SMALL_STATE(233)] = 7620, - [SMALL_STATE(234)] = 7689, - [SMALL_STATE(235)] = 7756, - [SMALL_STATE(236)] = 7821, - [SMALL_STATE(237)] = 7892, - [SMALL_STATE(238)] = 7963, - [SMALL_STATE(239)] = 8034, - [SMALL_STATE(240)] = 8105, - [SMALL_STATE(241)] = 8152, - [SMALL_STATE(242)] = 8231, - [SMALL_STATE(243)] = 8310, - [SMALL_STATE(244)] = 8357, - [SMALL_STATE(245)] = 8442, - [SMALL_STATE(246)] = 8525, - [SMALL_STATE(247)] = 8572, - [SMALL_STATE(248)] = 8623, - [SMALL_STATE(249)] = 8674, - [SMALL_STATE(250)] = 8721, - [SMALL_STATE(251)] = 8768, - [SMALL_STATE(252)] = 8815, - [SMALL_STATE(253)] = 8862, - [SMALL_STATE(254)] = 8909, - [SMALL_STATE(255)] = 8958, - [SMALL_STATE(256)] = 9005, - [SMALL_STATE(257)] = 9054, - [SMALL_STATE(258)] = 9104, - [SMALL_STATE(259)] = 9152, - [SMALL_STATE(260)] = 9198, - [SMALL_STATE(261)] = 9244, - [SMALL_STATE(262)] = 9294, - [SMALL_STATE(263)] = 9346, - [SMALL_STATE(264)] = 9398, - [SMALL_STATE(265)] = 9443, - [SMALL_STATE(266)] = 9492, - [SMALL_STATE(267)] = 9541, - [SMALL_STATE(268)] = 9589, - [SMALL_STATE(269)] = 9639, - [SMALL_STATE(270)] = 9689, - [SMALL_STATE(271)] = 9734, - [SMALL_STATE(272)] = 9781, - [SMALL_STATE(273)] = 9828, - [SMALL_STATE(274)] = 9871, - [SMALL_STATE(275)] = 9913, - [SMALL_STATE(276)] = 9955, - [SMALL_STATE(277)] = 9997, - [SMALL_STATE(278)] = 10039, - [SMALL_STATE(279)] = 10081, - [SMALL_STATE(280)] = 10122, - [SMALL_STATE(281)] = 10163, - [SMALL_STATE(282)] = 10204, - [SMALL_STATE(283)] = 10245, - [SMALL_STATE(284)] = 10286, - [SMALL_STATE(285)] = 10327, - [SMALL_STATE(286)] = 10368, - [SMALL_STATE(287)] = 10409, - [SMALL_STATE(288)] = 10450, - [SMALL_STATE(289)] = 10491, - [SMALL_STATE(290)] = 10532, - [SMALL_STATE(291)] = 10573, - [SMALL_STATE(292)] = 10614, - [SMALL_STATE(293)] = 10655, - [SMALL_STATE(294)] = 10696, - [SMALL_STATE(295)] = 10737, - [SMALL_STATE(296)] = 10782, - [SMALL_STATE(297)] = 10823, - [SMALL_STATE(298)] = 10866, - [SMALL_STATE(299)] = 10907, - [SMALL_STATE(300)] = 10948, - [SMALL_STATE(301)] = 10995, - [SMALL_STATE(302)] = 11044, - [SMALL_STATE(303)] = 11091, - [SMALL_STATE(304)] = 11132, - [SMALL_STATE(305)] = 11173, - [SMALL_STATE(306)] = 11216, - [SMALL_STATE(307)] = 11257, - [SMALL_STATE(308)] = 11298, - [SMALL_STATE(309)] = 11339, - [SMALL_STATE(310)] = 11388, - [SMALL_STATE(311)] = 11429, - [SMALL_STATE(312)] = 11470, - [SMALL_STATE(313)] = 11511, - [SMALL_STATE(314)] = 11552, - [SMALL_STATE(315)] = 11593, - [SMALL_STATE(316)] = 11633, - [SMALL_STATE(317)] = 11673, - [SMALL_STATE(318)] = 11713, - [SMALL_STATE(319)] = 11754, - [SMALL_STATE(320)] = 11817, - [SMALL_STATE(321)] = 11858, - [SMALL_STATE(322)] = 11901, - [SMALL_STATE(323)] = 11964, - [SMALL_STATE(324)] = 12041, - [SMALL_STATE(325)] = 12084, - [SMALL_STATE(326)] = 12133, - [SMALL_STATE(327)] = 12182, - [SMALL_STATE(328)] = 12235, - [SMALL_STATE(329)] = 12288, - [SMALL_STATE(330)] = 12349, - [SMALL_STATE(331)] = 12408, - [SMALL_STATE(332)] = 12453, - [SMALL_STATE(333)] = 12510, - [SMALL_STATE(334)] = 12573, - [SMALL_STATE(335)] = 12616, - [SMALL_STATE(336)] = 12689, - [SMALL_STATE(337)] = 12764, - [SMALL_STATE(338)] = 12809, - [SMALL_STATE(339)] = 12878, - [SMALL_STATE(340)] = 12941, - [SMALL_STATE(341)] = 13010, - [SMALL_STATE(342)] = 13046, - [SMALL_STATE(343)] = 13125, - [SMALL_STATE(344)] = 13204, - [SMALL_STATE(345)] = 13283, - [SMALL_STATE(346)] = 13358, - [SMALL_STATE(347)] = 13437, - [SMALL_STATE(348)] = 13474, - [SMALL_STATE(349)] = 13548, - [SMALL_STATE(350)] = 13624, - [SMALL_STATE(351)] = 13672, - [SMALL_STATE(352)] = 13720, - [SMALL_STATE(353)] = 13796, - [SMALL_STATE(354)] = 13850, - [SMALL_STATE(355)] = 13908, - [SMALL_STATE(356)] = 13944, - [SMALL_STATE(357)] = 14008, - [SMALL_STATE(358)] = 14084, - [SMALL_STATE(359)] = 14148, - [SMALL_STATE(360)] = 14218, - [SMALL_STATE(361)] = 14286, - [SMALL_STATE(362)] = 14330, - [SMALL_STATE(363)] = 14388, - [SMALL_STATE(364)] = 14426, - [SMALL_STATE(365)] = 14462, - [SMALL_STATE(366)] = 14500, - [SMALL_STATE(367)] = 14544, - [SMALL_STATE(368)] = 14596, - [SMALL_STATE(369)] = 14654, - [SMALL_STATE(370)] = 14730, - [SMALL_STATE(371)] = 14806, - [SMALL_STATE(372)] = 14864, - [SMALL_STATE(373)] = 14940, - [SMALL_STATE(374)] = 14978, - [SMALL_STATE(375)] = 15050, - [SMALL_STATE(376)] = 15106, - [SMALL_STATE(377)] = 15182, - [SMALL_STATE(378)] = 15218, - [SMALL_STATE(379)] = 15294, - [SMALL_STATE(380)] = 15370, - [SMALL_STATE(381)] = 15446, - [SMALL_STATE(382)] = 15522, - [SMALL_STATE(383)] = 15555, - [SMALL_STATE(384)] = 15628, - [SMALL_STATE(385)] = 15701, - [SMALL_STATE(386)] = 15736, - [SMALL_STATE(387)] = 15773, - [SMALL_STATE(388)] = 15820, - [SMALL_STATE(389)] = 15863, - [SMALL_STATE(390)] = 15920, - [SMALL_STATE(391)] = 15955, - [SMALL_STATE(392)] = 16018, - [SMALL_STATE(393)] = 16055, - [SMALL_STATE(394)] = 16122, - [SMALL_STATE(395)] = 16179, - [SMALL_STATE(396)] = 16226, - [SMALL_STATE(397)] = 16283, - [SMALL_STATE(398)] = 16352, - [SMALL_STATE(399)] = 16415, - [SMALL_STATE(400)] = 16470, - [SMALL_STATE(401)] = 16523, - [SMALL_STATE(402)] = 16560, - [SMALL_STATE(403)] = 16603, - [SMALL_STATE(404)] = 16674, - [SMALL_STATE(405)] = 16747, - [SMALL_STATE(406)] = 16798, - [SMALL_STATE(407)] = 16871, - [SMALL_STATE(408)] = 16944, - [SMALL_STATE(409)] = 17017, - [SMALL_STATE(410)] = 17090, - [SMALL_STATE(411)] = 17147, - [SMALL_STATE(412)] = 17220, - [SMALL_STATE(413)] = 17276, - [SMALL_STATE(414)] = 17334, - [SMALL_STATE(415)] = 17392, - [SMALL_STATE(416)] = 17425, - [SMALL_STATE(417)] = 17458, - [SMALL_STATE(418)] = 17488, - [SMALL_STATE(419)] = 17518, - [SMALL_STATE(420)] = 17543, - [SMALL_STATE(421)] = 17568, - [SMALL_STATE(422)] = 17593, - [SMALL_STATE(423)] = 17618, - [SMALL_STATE(424)] = 17643, - [SMALL_STATE(425)] = 17668, - [SMALL_STATE(426)] = 17693, - [SMALL_STATE(427)] = 17718, - [SMALL_STATE(428)] = 17743, - [SMALL_STATE(429)] = 17768, - [SMALL_STATE(430)] = 17793, - [SMALL_STATE(431)] = 17818, - [SMALL_STATE(432)] = 17843, - [SMALL_STATE(433)] = 17868, - [SMALL_STATE(434)] = 17893, - [SMALL_STATE(435)] = 17918, - [SMALL_STATE(436)] = 17943, - [SMALL_STATE(437)] = 17968, - [SMALL_STATE(438)] = 17988, - [SMALL_STATE(439)] = 18008, - [SMALL_STATE(440)] = 18027, - [SMALL_STATE(441)] = 18046, - [SMALL_STATE(442)] = 18077, - [SMALL_STATE(443)] = 18096, - [SMALL_STATE(444)] = 18115, - [SMALL_STATE(445)] = 18134, - [SMALL_STATE(446)] = 18153, - [SMALL_STATE(447)] = 18172, - [SMALL_STATE(448)] = 18191, - [SMALL_STATE(449)] = 18210, - [SMALL_STATE(450)] = 18229, - [SMALL_STATE(451)] = 18248, - [SMALL_STATE(452)] = 18267, - [SMALL_STATE(453)] = 18286, - [SMALL_STATE(454)] = 18305, - [SMALL_STATE(455)] = 18324, - [SMALL_STATE(456)] = 18343, - [SMALL_STATE(457)] = 18374, - [SMALL_STATE(458)] = 18393, - [SMALL_STATE(459)] = 18412, - [SMALL_STATE(460)] = 18431, - [SMALL_STATE(461)] = 18450, - [SMALL_STATE(462)] = 18469, - [SMALL_STATE(463)] = 18490, - [SMALL_STATE(464)] = 18509, - [SMALL_STATE(465)] = 18528, - [SMALL_STATE(466)] = 18547, - [SMALL_STATE(467)] = 18566, - [SMALL_STATE(468)] = 18585, - [SMALL_STATE(469)] = 18604, - [SMALL_STATE(470)] = 18635, - [SMALL_STATE(471)] = 18654, - [SMALL_STATE(472)] = 18673, - [SMALL_STATE(473)] = 18692, - [SMALL_STATE(474)] = 18711, - [SMALL_STATE(475)] = 18730, - [SMALL_STATE(476)] = 18749, - [SMALL_STATE(477)] = 18768, - [SMALL_STATE(478)] = 18787, - [SMALL_STATE(479)] = 18806, - [SMALL_STATE(480)] = 18825, - [SMALL_STATE(481)] = 18844, - [SMALL_STATE(482)] = 18863, - [SMALL_STATE(483)] = 18882, - [SMALL_STATE(484)] = 18901, - [SMALL_STATE(485)] = 18932, - [SMALL_STATE(486)] = 18951, - [SMALL_STATE(487)] = 18970, - [SMALL_STATE(488)] = 19001, - [SMALL_STATE(489)] = 19020, - [SMALL_STATE(490)] = 19039, - [SMALL_STATE(491)] = 19058, - [SMALL_STATE(492)] = 19077, - [SMALL_STATE(493)] = 19096, - [SMALL_STATE(494)] = 19127, - [SMALL_STATE(495)] = 19146, - [SMALL_STATE(496)] = 19165, - [SMALL_STATE(497)] = 19184, - [SMALL_STATE(498)] = 19203, - [SMALL_STATE(499)] = 19222, - [SMALL_STATE(500)] = 19243, - [SMALL_STATE(501)] = 19262, - [SMALL_STATE(502)] = 19282, - [SMALL_STATE(503)] = 19302, - [SMALL_STATE(504)] = 19326, - [SMALL_STATE(505)] = 19350, - [SMALL_STATE(506)] = 19370, - [SMALL_STATE(507)] = 19394, - [SMALL_STATE(508)] = 19414, - [SMALL_STATE(509)] = 19438, - [SMALL_STATE(510)] = 19458, - [SMALL_STATE(511)] = 19480, - [SMALL_STATE(512)] = 19500, - [SMALL_STATE(513)] = 19520, - [SMALL_STATE(514)] = 19548, - [SMALL_STATE(515)] = 19568, - [SMALL_STATE(516)] = 19590, - [SMALL_STATE(517)] = 19612, - [SMALL_STATE(518)] = 19640, - [SMALL_STATE(519)] = 19668, - [SMALL_STATE(520)] = 19687, - [SMALL_STATE(521)] = 19706, - [SMALL_STATE(522)] = 19725, - [SMALL_STATE(523)] = 19744, - [SMALL_STATE(524)] = 19773, - [SMALL_STATE(525)] = 19792, - [SMALL_STATE(526)] = 19811, - [SMALL_STATE(527)] = 19840, - [SMALL_STATE(528)] = 19869, - [SMALL_STATE(529)] = 19888, - [SMALL_STATE(530)] = 19907, - [SMALL_STATE(531)] = 19926, - [SMALL_STATE(532)] = 19945, - [SMALL_STATE(533)] = 19964, - [SMALL_STATE(534)] = 19990, - [SMALL_STATE(535)] = 20010, - [SMALL_STATE(536)] = 20036, - [SMALL_STATE(537)] = 20062, - [SMALL_STATE(538)] = 20088, - [SMALL_STATE(539)] = 20116, - [SMALL_STATE(540)] = 20142, - [SMALL_STATE(541)] = 20165, - [SMALL_STATE(542)] = 20188, - [SMALL_STATE(543)] = 20209, - [SMALL_STATE(544)] = 20230, - [SMALL_STATE(545)] = 20251, - [SMALL_STATE(546)] = 20272, - [SMALL_STATE(547)] = 20291, - [SMALL_STATE(548)] = 20314, - [SMALL_STATE(549)] = 20337, - [SMALL_STATE(550)] = 20362, - [SMALL_STATE(551)] = 20387, - [SMALL_STATE(552)] = 20408, - [SMALL_STATE(553)] = 20433, - [SMALL_STATE(554)] = 20458, - [SMALL_STATE(555)] = 20481, - [SMALL_STATE(556)] = 20504, - [SMALL_STATE(557)] = 20529, - [SMALL_STATE(558)] = 20554, - [SMALL_STATE(559)] = 20579, - [SMALL_STATE(560)] = 20604, - [SMALL_STATE(561)] = 20629, - [SMALL_STATE(562)] = 20654, - [SMALL_STATE(563)] = 20668, - [SMALL_STATE(564)] = 20688, - [SMALL_STATE(565)] = 20708, - [SMALL_STATE(566)] = 20728, - [SMALL_STATE(567)] = 20742, - [SMALL_STATE(568)] = 20764, - [SMALL_STATE(569)] = 20782, - [SMALL_STATE(570)] = 20800, - [SMALL_STATE(571)] = 20820, - [SMALL_STATE(572)] = 20840, - [SMALL_STATE(573)] = 20860, - [SMALL_STATE(574)] = 20880, - [SMALL_STATE(575)] = 20900, - [SMALL_STATE(576)] = 20920, - [SMALL_STATE(577)] = 20940, - [SMALL_STATE(578)] = 20960, - [SMALL_STATE(579)] = 20980, - [SMALL_STATE(580)] = 21000, - [SMALL_STATE(581)] = 21020, - [SMALL_STATE(582)] = 21040, - [SMALL_STATE(583)] = 21060, - [SMALL_STATE(584)] = 21080, - [SMALL_STATE(585)] = 21100, - [SMALL_STATE(586)] = 21120, - [SMALL_STATE(587)] = 21140, - [SMALL_STATE(588)] = 21160, - [SMALL_STATE(589)] = 21180, - [SMALL_STATE(590)] = 21198, - [SMALL_STATE(591)] = 21218, - [SMALL_STATE(592)] = 21238, - [SMALL_STATE(593)] = 21254, - [SMALL_STATE(594)] = 21272, - [SMALL_STATE(595)] = 21292, - [SMALL_STATE(596)] = 21312, - [SMALL_STATE(597)] = 21331, - [SMALL_STATE(598)] = 21350, - [SMALL_STATE(599)] = 21369, - [SMALL_STATE(600)] = 21384, - [SMALL_STATE(601)] = 21403, - [SMALL_STATE(602)] = 21422, - [SMALL_STATE(603)] = 21441, - [SMALL_STATE(604)] = 21460, - [SMALL_STATE(605)] = 21477, - [SMALL_STATE(606)] = 21496, - [SMALL_STATE(607)] = 21515, - [SMALL_STATE(608)] = 21534, - [SMALL_STATE(609)] = 21553, - [SMALL_STATE(610)] = 21572, - [SMALL_STATE(611)] = 21586, - [SMALL_STATE(612)] = 21602, - [SMALL_STATE(613)] = 21616, - [SMALL_STATE(614)] = 21632, - [SMALL_STATE(615)] = 21648, - [SMALL_STATE(616)] = 21662, - [SMALL_STATE(617)] = 21678, - [SMALL_STATE(618)] = 21694, - [SMALL_STATE(619)] = 21710, - [SMALL_STATE(620)] = 21726, - [SMALL_STATE(621)] = 21742, - [SMALL_STATE(622)] = 21758, - [SMALL_STATE(623)] = 21774, - [SMALL_STATE(624)] = 21790, - [SMALL_STATE(625)] = 21804, - [SMALL_STATE(626)] = 21820, - [SMALL_STATE(627)] = 21834, - [SMALL_STATE(628)] = 21850, - [SMALL_STATE(629)] = 21866, - [SMALL_STATE(630)] = 21882, - [SMALL_STATE(631)] = 21898, - [SMALL_STATE(632)] = 21912, - [SMALL_STATE(633)] = 21928, - [SMALL_STATE(634)] = 21944, - [SMALL_STATE(635)] = 21960, - [SMALL_STATE(636)] = 21976, - [SMALL_STATE(637)] = 21992, - [SMALL_STATE(638)] = 22005, - [SMALL_STATE(639)] = 22018, - [SMALL_STATE(640)] = 22029, - [SMALL_STATE(641)] = 22040, - [SMALL_STATE(642)] = 22051, - [SMALL_STATE(643)] = 22064, - [SMALL_STATE(644)] = 22077, - [SMALL_STATE(645)] = 22088, - [SMALL_STATE(646)] = 22101, - [SMALL_STATE(647)] = 22114, - [SMALL_STATE(648)] = 22127, - [SMALL_STATE(649)] = 22140, - [SMALL_STATE(650)] = 22153, - [SMALL_STATE(651)] = 22166, - [SMALL_STATE(652)] = 22179, - [SMALL_STATE(653)] = 22192, - [SMALL_STATE(654)] = 22205, - [SMALL_STATE(655)] = 22218, - [SMALL_STATE(656)] = 22229, - [SMALL_STATE(657)] = 22240, - [SMALL_STATE(658)] = 22253, - [SMALL_STATE(659)] = 22266, - [SMALL_STATE(660)] = 22279, - [SMALL_STATE(661)] = 22292, - [SMALL_STATE(662)] = 22305, - [SMALL_STATE(663)] = 22318, - [SMALL_STATE(664)] = 22331, - [SMALL_STATE(665)] = 22344, - [SMALL_STATE(666)] = 22357, - [SMALL_STATE(667)] = 22368, - [SMALL_STATE(668)] = 22381, - [SMALL_STATE(669)] = 22394, - [SMALL_STATE(670)] = 22405, - [SMALL_STATE(671)] = 22416, - [SMALL_STATE(672)] = 22429, - [SMALL_STATE(673)] = 22440, - [SMALL_STATE(674)] = 22453, - [SMALL_STATE(675)] = 22466, - [SMALL_STATE(676)] = 22479, - [SMALL_STATE(677)] = 22492, - [SMALL_STATE(678)] = 22503, - [SMALL_STATE(679)] = 22514, - [SMALL_STATE(680)] = 22527, - [SMALL_STATE(681)] = 22540, - [SMALL_STATE(682)] = 22553, - [SMALL_STATE(683)] = 22566, - [SMALL_STATE(684)] = 22579, - [SMALL_STATE(685)] = 22592, - [SMALL_STATE(686)] = 22605, - [SMALL_STATE(687)] = 22618, - [SMALL_STATE(688)] = 22631, - [SMALL_STATE(689)] = 22642, - [SMALL_STATE(690)] = 22653, - [SMALL_STATE(691)] = 22664, - [SMALL_STATE(692)] = 22677, - [SMALL_STATE(693)] = 22690, - [SMALL_STATE(694)] = 22700, - [SMALL_STATE(695)] = 22710, - [SMALL_STATE(696)] = 22720, - [SMALL_STATE(697)] = 22730, - [SMALL_STATE(698)] = 22740, - [SMALL_STATE(699)] = 22750, - [SMALL_STATE(700)] = 22760, - [SMALL_STATE(701)] = 22770, - [SMALL_STATE(702)] = 22780, - [SMALL_STATE(703)] = 22790, - [SMALL_STATE(704)] = 22800, - [SMALL_STATE(705)] = 22810, - [SMALL_STATE(706)] = 22820, - [SMALL_STATE(707)] = 22830, - [SMALL_STATE(708)] = 22840, - [SMALL_STATE(709)] = 22850, - [SMALL_STATE(710)] = 22860, - [SMALL_STATE(711)] = 22870, - [SMALL_STATE(712)] = 22880, - [SMALL_STATE(713)] = 22890, - [SMALL_STATE(714)] = 22900, - [SMALL_STATE(715)] = 22910, - [SMALL_STATE(716)] = 22920, - [SMALL_STATE(717)] = 22930, - [SMALL_STATE(718)] = 22940, - [SMALL_STATE(719)] = 22950, - [SMALL_STATE(720)] = 22960, - [SMALL_STATE(721)] = 22970, - [SMALL_STATE(722)] = 22980, - [SMALL_STATE(723)] = 22990, - [SMALL_STATE(724)] = 23000, - [SMALL_STATE(725)] = 23010, - [SMALL_STATE(726)] = 23020, - [SMALL_STATE(727)] = 23030, - [SMALL_STATE(728)] = 23040, - [SMALL_STATE(729)] = 23050, - [SMALL_STATE(730)] = 23060, - [SMALL_STATE(731)] = 23070, - [SMALL_STATE(732)] = 23080, - [SMALL_STATE(733)] = 23090, - [SMALL_STATE(734)] = 23100, - [SMALL_STATE(735)] = 23110, - [SMALL_STATE(736)] = 23120, - [SMALL_STATE(737)] = 23130, - [SMALL_STATE(738)] = 23140, - [SMALL_STATE(739)] = 23150, - [SMALL_STATE(740)] = 23160, - [SMALL_STATE(741)] = 23170, - [SMALL_STATE(742)] = 23180, - [SMALL_STATE(743)] = 23190, - [SMALL_STATE(744)] = 23200, - [SMALL_STATE(745)] = 23210, - [SMALL_STATE(746)] = 23220, - [SMALL_STATE(747)] = 23230, - [SMALL_STATE(748)] = 23240, - [SMALL_STATE(749)] = 23250, - [SMALL_STATE(750)] = 23260, - [SMALL_STATE(751)] = 23270, - [SMALL_STATE(752)] = 23280, - [SMALL_STATE(753)] = 23290, - [SMALL_STATE(754)] = 23300, - [SMALL_STATE(755)] = 23310, - [SMALL_STATE(756)] = 23320, - [SMALL_STATE(757)] = 23330, - [SMALL_STATE(758)] = 23340, - [SMALL_STATE(759)] = 23350, - [SMALL_STATE(760)] = 23360, - [SMALL_STATE(761)] = 23370, - [SMALL_STATE(762)] = 23380, - [SMALL_STATE(763)] = 23390, - [SMALL_STATE(764)] = 23400, - [SMALL_STATE(765)] = 23410, - [SMALL_STATE(766)] = 23420, - [SMALL_STATE(767)] = 23430, - [SMALL_STATE(768)] = 23440, - [SMALL_STATE(769)] = 23450, - [SMALL_STATE(770)] = 23460, - [SMALL_STATE(771)] = 23470, - [SMALL_STATE(772)] = 23480, - [SMALL_STATE(773)] = 23490, - [SMALL_STATE(774)] = 23500, - [SMALL_STATE(775)] = 23510, - [SMALL_STATE(776)] = 23520, + [SMALL_STATE(178)] = 4756, + [SMALL_STATE(179)] = 4810, + [SMALL_STATE(180)] = 4864, + [SMALL_STATE(181)] = 4918, + [SMALL_STATE(182)] = 4971, + [SMALL_STATE(183)] = 5024, + [SMALL_STATE(184)] = 5077, + [SMALL_STATE(185)] = 5130, + [SMALL_STATE(186)] = 5183, + [SMALL_STATE(187)] = 5236, + [SMALL_STATE(188)] = 5289, + [SMALL_STATE(189)] = 5342, + [SMALL_STATE(190)] = 5395, + [SMALL_STATE(191)] = 5448, + [SMALL_STATE(192)] = 5501, + [SMALL_STATE(193)] = 5554, + [SMALL_STATE(194)] = 5607, + [SMALL_STATE(195)] = 5660, + [SMALL_STATE(196)] = 5713, + [SMALL_STATE(197)] = 5769, + [SMALL_STATE(198)] = 5825, + [SMALL_STATE(199)] = 5877, + [SMALL_STATE(200)] = 5931, + [SMALL_STATE(201)] = 5984, + [SMALL_STATE(202)] = 6037, + [SMALL_STATE(203)] = 6085, + [SMALL_STATE(204)] = 6179, + [SMALL_STATE(205)] = 6227, + [SMALL_STATE(206)] = 6274, + [SMALL_STATE(207)] = 6321, + [SMALL_STATE(208)] = 6368, + [SMALL_STATE(209)] = 6415, + [SMALL_STATE(210)] = 6466, + [SMALL_STATE(211)] = 6513, + [SMALL_STATE(212)] = 6560, + [SMALL_STATE(213)] = 6607, + [SMALL_STATE(214)] = 6654, + [SMALL_STATE(215)] = 6701, + [SMALL_STATE(216)] = 6758, + [SMALL_STATE(217)] = 6805, + [SMALL_STATE(218)] = 6852, + [SMALL_STATE(219)] = 6899, + [SMALL_STATE(220)] = 6948, + [SMALL_STATE(221)] = 6995, + [SMALL_STATE(222)] = 7042, + [SMALL_STATE(223)] = 7099, + [SMALL_STATE(224)] = 7146, + [SMALL_STATE(225)] = 7193, + [SMALL_STATE(226)] = 7254, + [SMALL_STATE(227)] = 7301, + [SMALL_STATE(228)] = 7348, + [SMALL_STATE(229)] = 7395, + [SMALL_STATE(230)] = 7442, + [SMALL_STATE(231)] = 7503, + [SMALL_STATE(232)] = 7572, + [SMALL_STATE(233)] = 7619, + [SMALL_STATE(234)] = 7668, + [SMALL_STATE(235)] = 7735, + [SMALL_STATE(236)] = 7784, + [SMALL_STATE(237)] = 7833, + [SMALL_STATE(238)] = 7898, + [SMALL_STATE(239)] = 7945, + [SMALL_STATE(240)] = 7992, + [SMALL_STATE(241)] = 8039, + [SMALL_STATE(242)] = 8086, + [SMALL_STATE(243)] = 8133, + [SMALL_STATE(244)] = 8180, + [SMALL_STATE(245)] = 8227, + [SMALL_STATE(246)] = 8274, + [SMALL_STATE(247)] = 8361, + [SMALL_STATE(248)] = 8412, + [SMALL_STATE(249)] = 8463, + [SMALL_STATE(250)] = 8510, + [SMALL_STATE(251)] = 8557, + [SMALL_STATE(252)] = 8640, + [SMALL_STATE(253)] = 8725, + [SMALL_STATE(254)] = 8796, + [SMALL_STATE(255)] = 8875, + [SMALL_STATE(256)] = 8954, + [SMALL_STATE(257)] = 9025, + [SMALL_STATE(258)] = 9096, + [SMALL_STATE(259)] = 9167, + [SMALL_STATE(260)] = 9219, + [SMALL_STATE(261)] = 9267, + [SMALL_STATE(262)] = 9313, + [SMALL_STATE(263)] = 9359, + [SMALL_STATE(264)] = 9409, + [SMALL_STATE(265)] = 9461, + [SMALL_STATE(266)] = 9511, + [SMALL_STATE(267)] = 9556, + [SMALL_STATE(268)] = 9605, + [SMALL_STATE(269)] = 9654, + [SMALL_STATE(270)] = 9702, + [SMALL_STATE(271)] = 9752, + [SMALL_STATE(272)] = 9802, + [SMALL_STATE(273)] = 9849, + [SMALL_STATE(274)] = 9892, + [SMALL_STATE(275)] = 9939, + [SMALL_STATE(276)] = 9982, + [SMALL_STATE(277)] = 10025, + [SMALL_STATE(278)] = 10068, + [SMALL_STATE(279)] = 10113, + [SMALL_STATE(280)] = 10155, + [SMALL_STATE(281)] = 10197, + [SMALL_STATE(282)] = 10238, + [SMALL_STATE(283)] = 10281, + [SMALL_STATE(284)] = 10322, + [SMALL_STATE(285)] = 10363, + [SMALL_STATE(286)] = 10404, + [SMALL_STATE(287)] = 10445, + [SMALL_STATE(288)] = 10486, + [SMALL_STATE(289)] = 10527, + [SMALL_STATE(290)] = 10568, + [SMALL_STATE(291)] = 10609, + [SMALL_STATE(292)] = 10650, + [SMALL_STATE(293)] = 10691, + [SMALL_STATE(294)] = 10732, + [SMALL_STATE(295)] = 10773, + [SMALL_STATE(296)] = 10822, + [SMALL_STATE(297)] = 10863, + [SMALL_STATE(298)] = 10904, + [SMALL_STATE(299)] = 10945, + [SMALL_STATE(300)] = 10986, + [SMALL_STATE(301)] = 11027, + [SMALL_STATE(302)] = 11068, + [SMALL_STATE(303)] = 11109, + [SMALL_STATE(304)] = 11150, + [SMALL_STATE(305)] = 11191, + [SMALL_STATE(306)] = 11240, + [SMALL_STATE(307)] = 11283, + [SMALL_STATE(308)] = 11324, + [SMALL_STATE(309)] = 11365, + [SMALL_STATE(310)] = 11412, + [SMALL_STATE(311)] = 11453, + [SMALL_STATE(312)] = 11494, + [SMALL_STATE(313)] = 11535, + [SMALL_STATE(314)] = 11576, + [SMALL_STATE(315)] = 11617, + [SMALL_STATE(316)] = 11664, + [SMALL_STATE(317)] = 11709, + [SMALL_STATE(318)] = 11750, + [SMALL_STATE(319)] = 11791, + [SMALL_STATE(320)] = 11831, + [SMALL_STATE(321)] = 11871, + [SMALL_STATE(322)] = 11911, + [SMALL_STATE(323)] = 11984, + [SMALL_STATE(324)] = 12053, + [SMALL_STATE(325)] = 12096, + [SMALL_STATE(326)] = 12137, + [SMALL_STATE(327)] = 12178, + [SMALL_STATE(328)] = 12255, + [SMALL_STATE(329)] = 12304, + [SMALL_STATE(330)] = 12347, + [SMALL_STATE(331)] = 12396, + [SMALL_STATE(332)] = 12439, + [SMALL_STATE(333)] = 12514, + [SMALL_STATE(334)] = 12567, + [SMALL_STATE(335)] = 12612, + [SMALL_STATE(336)] = 12681, + [SMALL_STATE(337)] = 12744, + [SMALL_STATE(338)] = 12797, + [SMALL_STATE(339)] = 12860, + [SMALL_STATE(340)] = 12921, + [SMALL_STATE(341)] = 12984, + [SMALL_STATE(342)] = 13047, + [SMALL_STATE(343)] = 13104, + [SMALL_STATE(344)] = 13163, + [SMALL_STATE(345)] = 13208, + [SMALL_STATE(346)] = 13244, + [SMALL_STATE(347)] = 13319, + [SMALL_STATE(348)] = 13398, + [SMALL_STATE(349)] = 13435, + [SMALL_STATE(350)] = 13514, + [SMALL_STATE(351)] = 13593, + [SMALL_STATE(352)] = 13672, + [SMALL_STATE(353)] = 13748, + [SMALL_STATE(354)] = 13786, + [SMALL_STATE(355)] = 13844, + [SMALL_STATE(356)] = 13902, + [SMALL_STATE(357)] = 13960, + [SMALL_STATE(358)] = 14012, + [SMALL_STATE(359)] = 14066, + [SMALL_STATE(360)] = 14122, + [SMALL_STATE(361)] = 14170, + [SMALL_STATE(362)] = 14218, + [SMALL_STATE(363)] = 14262, + [SMALL_STATE(364)] = 14306, + [SMALL_STATE(365)] = 14382, + [SMALL_STATE(366)] = 14458, + [SMALL_STATE(367)] = 14496, + [SMALL_STATE(368)] = 14572, + [SMALL_STATE(369)] = 14648, + [SMALL_STATE(370)] = 14720, + [SMALL_STATE(371)] = 14756, + [SMALL_STATE(372)] = 14832, + [SMALL_STATE(373)] = 14906, + [SMALL_STATE(374)] = 14942, + [SMALL_STATE(375)] = 14978, + [SMALL_STATE(376)] = 15016, + [SMALL_STATE(377)] = 15092, + [SMALL_STATE(378)] = 15150, + [SMALL_STATE(379)] = 15226, + [SMALL_STATE(380)] = 15302, + [SMALL_STATE(381)] = 15370, + [SMALL_STATE(382)] = 15446, + [SMALL_STATE(383)] = 15522, + [SMALL_STATE(384)] = 15586, + [SMALL_STATE(385)] = 15650, + [SMALL_STATE(386)] = 15720, + [SMALL_STATE(387)] = 15763, + [SMALL_STATE(388)] = 15832, + [SMALL_STATE(389)] = 15905, + [SMALL_STATE(390)] = 15958, + [SMALL_STATE(391)] = 16031, + [SMALL_STATE(392)] = 16082, + [SMALL_STATE(393)] = 16139, + [SMALL_STATE(394)] = 16196, + [SMALL_STATE(395)] = 16231, + [SMALL_STATE(396)] = 16288, + [SMALL_STATE(397)] = 16361, + [SMALL_STATE(398)] = 16416, + [SMALL_STATE(399)] = 16473, + [SMALL_STATE(400)] = 16536, + [SMALL_STATE(401)] = 16579, + [SMALL_STATE(402)] = 16626, + [SMALL_STATE(403)] = 16689, + [SMALL_STATE(404)] = 16762, + [SMALL_STATE(405)] = 16835, + [SMALL_STATE(406)] = 16902, + [SMALL_STATE(407)] = 16973, + [SMALL_STATE(408)] = 17046, + [SMALL_STATE(409)] = 17083, + [SMALL_STATE(410)] = 17120, + [SMALL_STATE(411)] = 17157, + [SMALL_STATE(412)] = 17204, + [SMALL_STATE(413)] = 17239, + [SMALL_STATE(414)] = 17312, + [SMALL_STATE(415)] = 17345, + [SMALL_STATE(416)] = 17418, + [SMALL_STATE(417)] = 17476, + [SMALL_STATE(418)] = 17534, + [SMALL_STATE(419)] = 17590, + [SMALL_STATE(420)] = 17623, + [SMALL_STATE(421)] = 17656, + [SMALL_STATE(422)] = 17688, + [SMALL_STATE(423)] = 17720, + [SMALL_STATE(424)] = 17752, + [SMALL_STATE(425)] = 17782, + [SMALL_STATE(426)] = 17812, + [SMALL_STATE(427)] = 17844, + [SMALL_STATE(428)] = 17874, + [SMALL_STATE(429)] = 17899, + [SMALL_STATE(430)] = 17924, + [SMALL_STATE(431)] = 17949, + [SMALL_STATE(432)] = 17974, + [SMALL_STATE(433)] = 17999, + [SMALL_STATE(434)] = 18024, + [SMALL_STATE(435)] = 18049, + [SMALL_STATE(436)] = 18074, + [SMALL_STATE(437)] = 18099, + [SMALL_STATE(438)] = 18124, + [SMALL_STATE(439)] = 18149, + [SMALL_STATE(440)] = 18174, + [SMALL_STATE(441)] = 18199, + [SMALL_STATE(442)] = 18224, + [SMALL_STATE(443)] = 18249, + [SMALL_STATE(444)] = 18274, + [SMALL_STATE(445)] = 18299, + [SMALL_STATE(446)] = 18324, + [SMALL_STATE(447)] = 18344, + [SMALL_STATE(448)] = 18364, + [SMALL_STATE(449)] = 18383, + [SMALL_STATE(450)] = 18414, + [SMALL_STATE(451)] = 18433, + [SMALL_STATE(452)] = 18452, + [SMALL_STATE(453)] = 18471, + [SMALL_STATE(454)] = 18490, + [SMALL_STATE(455)] = 18511, + [SMALL_STATE(456)] = 18530, + [SMALL_STATE(457)] = 18549, + [SMALL_STATE(458)] = 18568, + [SMALL_STATE(459)] = 18587, + [SMALL_STATE(460)] = 18606, + [SMALL_STATE(461)] = 18625, + [SMALL_STATE(462)] = 18644, + [SMALL_STATE(463)] = 18675, + [SMALL_STATE(464)] = 18694, + [SMALL_STATE(465)] = 18713, + [SMALL_STATE(466)] = 18732, + [SMALL_STATE(467)] = 18751, + [SMALL_STATE(468)] = 18782, + [SMALL_STATE(469)] = 18813, + [SMALL_STATE(470)] = 18844, + [SMALL_STATE(471)] = 18863, + [SMALL_STATE(472)] = 18882, + [SMALL_STATE(473)] = 18901, + [SMALL_STATE(474)] = 18920, + [SMALL_STATE(475)] = 18939, + [SMALL_STATE(476)] = 18958, + [SMALL_STATE(477)] = 18977, + [SMALL_STATE(478)] = 18996, + [SMALL_STATE(479)] = 19015, + [SMALL_STATE(480)] = 19034, + [SMALL_STATE(481)] = 19053, + [SMALL_STATE(482)] = 19084, + [SMALL_STATE(483)] = 19103, + [SMALL_STATE(484)] = 19122, + [SMALL_STATE(485)] = 19143, + [SMALL_STATE(486)] = 19162, + [SMALL_STATE(487)] = 19181, + [SMALL_STATE(488)] = 19200, + [SMALL_STATE(489)] = 19219, + [SMALL_STATE(490)] = 19238, + [SMALL_STATE(491)] = 19257, + [SMALL_STATE(492)] = 19276, + [SMALL_STATE(493)] = 19295, + [SMALL_STATE(494)] = 19314, + [SMALL_STATE(495)] = 19333, + [SMALL_STATE(496)] = 19352, + [SMALL_STATE(497)] = 19371, + [SMALL_STATE(498)] = 19390, + [SMALL_STATE(499)] = 19409, + [SMALL_STATE(500)] = 19428, + [SMALL_STATE(501)] = 19447, + [SMALL_STATE(502)] = 19466, + [SMALL_STATE(503)] = 19485, + [SMALL_STATE(504)] = 19504, + [SMALL_STATE(505)] = 19523, + [SMALL_STATE(506)] = 19542, + [SMALL_STATE(507)] = 19561, + [SMALL_STATE(508)] = 19580, + [SMALL_STATE(509)] = 19599, + [SMALL_STATE(510)] = 19618, + [SMALL_STATE(511)] = 19637, + [SMALL_STATE(512)] = 19656, + [SMALL_STATE(513)] = 19675, + [SMALL_STATE(514)] = 19697, + [SMALL_STATE(515)] = 19717, + [SMALL_STATE(516)] = 19737, + [SMALL_STATE(517)] = 19757, + [SMALL_STATE(518)] = 19777, + [SMALL_STATE(519)] = 19797, + [SMALL_STATE(520)] = 19819, + [SMALL_STATE(521)] = 19847, + [SMALL_STATE(522)] = 19875, + [SMALL_STATE(523)] = 19895, + [SMALL_STATE(524)] = 19915, + [SMALL_STATE(525)] = 19939, + [SMALL_STATE(526)] = 19963, + [SMALL_STATE(527)] = 19991, + [SMALL_STATE(528)] = 20015, + [SMALL_STATE(529)] = 20039, + [SMALL_STATE(530)] = 20061, + [SMALL_STATE(531)] = 20081, + [SMALL_STATE(532)] = 20110, + [SMALL_STATE(533)] = 20129, + [SMALL_STATE(534)] = 20148, + [SMALL_STATE(535)] = 20167, + [SMALL_STATE(536)] = 20186, + [SMALL_STATE(537)] = 20205, + [SMALL_STATE(538)] = 20224, + [SMALL_STATE(539)] = 20243, + [SMALL_STATE(540)] = 20262, + [SMALL_STATE(541)] = 20281, + [SMALL_STATE(542)] = 20310, + [SMALL_STATE(543)] = 20329, + [SMALL_STATE(544)] = 20348, + [SMALL_STATE(545)] = 20377, + [SMALL_STATE(546)] = 20405, + [SMALL_STATE(547)] = 20431, + [SMALL_STATE(548)] = 20457, + [SMALL_STATE(549)] = 20477, + [SMALL_STATE(550)] = 20503, + [SMALL_STATE(551)] = 20529, + [SMALL_STATE(552)] = 20555, + [SMALL_STATE(553)] = 20576, + [SMALL_STATE(554)] = 20601, + [SMALL_STATE(555)] = 20624, + [SMALL_STATE(556)] = 20649, + [SMALL_STATE(557)] = 20674, + [SMALL_STATE(558)] = 20699, + [SMALL_STATE(559)] = 20724, + [SMALL_STATE(560)] = 20749, + [SMALL_STATE(561)] = 20772, + [SMALL_STATE(562)] = 20797, + [SMALL_STATE(563)] = 20818, + [SMALL_STATE(564)] = 20839, + [SMALL_STATE(565)] = 20860, + [SMALL_STATE(566)] = 20881, + [SMALL_STATE(567)] = 20900, + [SMALL_STATE(568)] = 20923, + [SMALL_STATE(569)] = 20946, + [SMALL_STATE(570)] = 20971, + [SMALL_STATE(571)] = 20996, + [SMALL_STATE(572)] = 21021, + [SMALL_STATE(573)] = 21044, + [SMALL_STATE(574)] = 21067, + [SMALL_STATE(575)] = 21087, + [SMALL_STATE(576)] = 21107, + [SMALL_STATE(577)] = 21129, + [SMALL_STATE(578)] = 21147, + [SMALL_STATE(579)] = 21165, + [SMALL_STATE(580)] = 21183, + [SMALL_STATE(581)] = 21201, + [SMALL_STATE(582)] = 21221, + [SMALL_STATE(583)] = 21241, + [SMALL_STATE(584)] = 21261, + [SMALL_STATE(585)] = 21281, + [SMALL_STATE(586)] = 21301, + [SMALL_STATE(587)] = 21321, + [SMALL_STATE(588)] = 21341, + [SMALL_STATE(589)] = 21361, + [SMALL_STATE(590)] = 21375, + [SMALL_STATE(591)] = 21395, + [SMALL_STATE(592)] = 21415, + [SMALL_STATE(593)] = 21435, + [SMALL_STATE(594)] = 21455, + [SMALL_STATE(595)] = 21469, + [SMALL_STATE(596)] = 21489, + [SMALL_STATE(597)] = 21509, + [SMALL_STATE(598)] = 21529, + [SMALL_STATE(599)] = 21549, + [SMALL_STATE(600)] = 21569, + [SMALL_STATE(601)] = 21589, + [SMALL_STATE(602)] = 21609, + [SMALL_STATE(603)] = 21629, + [SMALL_STATE(604)] = 21649, + [SMALL_STATE(605)] = 21669, + [SMALL_STATE(606)] = 21689, + [SMALL_STATE(607)] = 21705, + [SMALL_STATE(608)] = 21725, + [SMALL_STATE(609)] = 21744, + [SMALL_STATE(610)] = 21763, + [SMALL_STATE(611)] = 21782, + [SMALL_STATE(612)] = 21801, + [SMALL_STATE(613)] = 21820, + [SMALL_STATE(614)] = 21839, + [SMALL_STATE(615)] = 21858, + [SMALL_STATE(616)] = 21875, + [SMALL_STATE(617)] = 21894, + [SMALL_STATE(618)] = 21913, + [SMALL_STATE(619)] = 21932, + [SMALL_STATE(620)] = 21951, + [SMALL_STATE(621)] = 21966, + [SMALL_STATE(622)] = 21985, + [SMALL_STATE(623)] = 22001, + [SMALL_STATE(624)] = 22017, + [SMALL_STATE(625)] = 22033, + [SMALL_STATE(626)] = 22047, + [SMALL_STATE(627)] = 22063, + [SMALL_STATE(628)] = 22079, + [SMALL_STATE(629)] = 22095, + [SMALL_STATE(630)] = 22111, + [SMALL_STATE(631)] = 22127, + [SMALL_STATE(632)] = 22143, + [SMALL_STATE(633)] = 22159, + [SMALL_STATE(634)] = 22173, + [SMALL_STATE(635)] = 22189, + [SMALL_STATE(636)] = 22205, + [SMALL_STATE(637)] = 22221, + [SMALL_STATE(638)] = 22235, + [SMALL_STATE(639)] = 22249, + [SMALL_STATE(640)] = 22265, + [SMALL_STATE(641)] = 22279, + [SMALL_STATE(642)] = 22295, + [SMALL_STATE(643)] = 22311, + [SMALL_STATE(644)] = 22325, + [SMALL_STATE(645)] = 22341, + [SMALL_STATE(646)] = 22357, + [SMALL_STATE(647)] = 22373, + [SMALL_STATE(648)] = 22389, + [SMALL_STATE(649)] = 22405, + [SMALL_STATE(650)] = 22416, + [SMALL_STATE(651)] = 22429, + [SMALL_STATE(652)] = 22442, + [SMALL_STATE(653)] = 22455, + [SMALL_STATE(654)] = 22466, + [SMALL_STATE(655)] = 22477, + [SMALL_STATE(656)] = 22490, + [SMALL_STATE(657)] = 22503, + [SMALL_STATE(658)] = 22516, + [SMALL_STATE(659)] = 22529, + [SMALL_STATE(660)] = 22542, + [SMALL_STATE(661)] = 22555, + [SMALL_STATE(662)] = 22568, + [SMALL_STATE(663)] = 22579, + [SMALL_STATE(664)] = 22592, + [SMALL_STATE(665)] = 22603, + [SMALL_STATE(666)] = 22616, + [SMALL_STATE(667)] = 22629, + [SMALL_STATE(668)] = 22642, + [SMALL_STATE(669)] = 22655, + [SMALL_STATE(670)] = 22668, + [SMALL_STATE(671)] = 22681, + [SMALL_STATE(672)] = 22694, + [SMALL_STATE(673)] = 22707, + [SMALL_STATE(674)] = 22720, + [SMALL_STATE(675)] = 22733, + [SMALL_STATE(676)] = 22746, + [SMALL_STATE(677)] = 22757, + [SMALL_STATE(678)] = 22770, + [SMALL_STATE(679)] = 22783, + [SMALL_STATE(680)] = 22796, + [SMALL_STATE(681)] = 22807, + [SMALL_STATE(682)] = 22820, + [SMALL_STATE(683)] = 22833, + [SMALL_STATE(684)] = 22844, + [SMALL_STATE(685)] = 22855, + [SMALL_STATE(686)] = 22866, + [SMALL_STATE(687)] = 22879, + [SMALL_STATE(688)] = 22892, + [SMALL_STATE(689)] = 22905, + [SMALL_STATE(690)] = 22916, + [SMALL_STATE(691)] = 22929, + [SMALL_STATE(692)] = 22942, + [SMALL_STATE(693)] = 22955, + [SMALL_STATE(694)] = 22968, + [SMALL_STATE(695)] = 22981, + [SMALL_STATE(696)] = 22992, + [SMALL_STATE(697)] = 23003, + [SMALL_STATE(698)] = 23016, + [SMALL_STATE(699)] = 23027, + [SMALL_STATE(700)] = 23038, + [SMALL_STATE(701)] = 23051, + [SMALL_STATE(702)] = 23064, + [SMALL_STATE(703)] = 23077, + [SMALL_STATE(704)] = 23090, + [SMALL_STATE(705)] = 23103, + [SMALL_STATE(706)] = 23113, + [SMALL_STATE(707)] = 23123, + [SMALL_STATE(708)] = 23133, + [SMALL_STATE(709)] = 23143, + [SMALL_STATE(710)] = 23153, + [SMALL_STATE(711)] = 23163, + [SMALL_STATE(712)] = 23173, + [SMALL_STATE(713)] = 23183, + [SMALL_STATE(714)] = 23193, + [SMALL_STATE(715)] = 23203, + [SMALL_STATE(716)] = 23213, + [SMALL_STATE(717)] = 23223, + [SMALL_STATE(718)] = 23233, + [SMALL_STATE(719)] = 23243, + [SMALL_STATE(720)] = 23253, + [SMALL_STATE(721)] = 23263, + [SMALL_STATE(722)] = 23273, + [SMALL_STATE(723)] = 23283, + [SMALL_STATE(724)] = 23293, + [SMALL_STATE(725)] = 23303, + [SMALL_STATE(726)] = 23313, + [SMALL_STATE(727)] = 23323, + [SMALL_STATE(728)] = 23333, + [SMALL_STATE(729)] = 23343, + [SMALL_STATE(730)] = 23353, + [SMALL_STATE(731)] = 23363, + [SMALL_STATE(732)] = 23373, + [SMALL_STATE(733)] = 23383, + [SMALL_STATE(734)] = 23393, + [SMALL_STATE(735)] = 23403, + [SMALL_STATE(736)] = 23413, + [SMALL_STATE(737)] = 23423, + [SMALL_STATE(738)] = 23433, + [SMALL_STATE(739)] = 23443, + [SMALL_STATE(740)] = 23453, + [SMALL_STATE(741)] = 23463, + [SMALL_STATE(742)] = 23473, + [SMALL_STATE(743)] = 23483, + [SMALL_STATE(744)] = 23493, + [SMALL_STATE(745)] = 23503, + [SMALL_STATE(746)] = 23513, + [SMALL_STATE(747)] = 23523, + [SMALL_STATE(748)] = 23533, + [SMALL_STATE(749)] = 23543, + [SMALL_STATE(750)] = 23553, + [SMALL_STATE(751)] = 23563, + [SMALL_STATE(752)] = 23573, + [SMALL_STATE(753)] = 23583, + [SMALL_STATE(754)] = 23593, + [SMALL_STATE(755)] = 23603, + [SMALL_STATE(756)] = 23613, + [SMALL_STATE(757)] = 23623, + [SMALL_STATE(758)] = 23633, + [SMALL_STATE(759)] = 23643, + [SMALL_STATE(760)] = 23653, + [SMALL_STATE(761)] = 23663, + [SMALL_STATE(762)] = 23673, + [SMALL_STATE(763)] = 23683, + [SMALL_STATE(764)] = 23693, + [SMALL_STATE(765)] = 23703, + [SMALL_STATE(766)] = 23713, + [SMALL_STATE(767)] = 23723, + [SMALL_STATE(768)] = 23733, + [SMALL_STATE(769)] = 23743, + [SMALL_STATE(770)] = 23753, + [SMALL_STATE(771)] = 23763, + [SMALL_STATE(772)] = 23773, + [SMALL_STATE(773)] = 23783, + [SMALL_STATE(774)] = 23793, + [SMALL_STATE(775)] = 23803, + [SMALL_STATE(776)] = 23813, + [SMALL_STATE(777)] = 23823, + [SMALL_STATE(778)] = 23833, + [SMALL_STATE(779)] = 23843, + [SMALL_STATE(780)] = 23853, + [SMALL_STATE(781)] = 23863, + [SMALL_STATE(782)] = 23873, + [SMALL_STATE(783)] = 23883, + [SMALL_STATE(784)] = 23893, + [SMALL_STATE(785)] = 23903, + [SMALL_STATE(786)] = 23913, + [SMALL_STATE(787)] = 23923, + [SMALL_STATE(788)] = 23933, + [SMALL_STATE(789)] = 23943, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(499), - [78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(501), - [81] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(710), - [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(711), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(454), + [78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(518), + [81] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(714), + [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(713), [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(712), - [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(713), - [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(502), - [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(714), - [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(505), - [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(586), - [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(507), - [108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(509), - [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(21), - [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(535), + [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(709), + [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(522), + [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(516), + [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(605), + [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(515), + [108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(530), + [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(12), + [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(547), [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(11), - [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(511), - [123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(718), - [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(512), - [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(514), - [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(127), - [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(132), - [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(417), - [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(251), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(723), - [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(725), - [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(90), - [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(9), - [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(71), - [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(6), - [162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), - [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(754), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_coordinate, 1, 0, 0), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_identifier, 2, 0, 0), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_identifier, 2, 0, 0), - [245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1, 0, 0), - [247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1, 0, 0), - [249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_identifier, 1, 0, 0), - [251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_identifier, 1, 0, 0), - [253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), - [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(129), - [258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), - [260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 1, 0, 0), - [262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 1, 0, 0), - [264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_identifier, 2, 0, 0), - [266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_identifier, 2, 0, 0), - [268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_identifier, 1, 0, 0), - [270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_identifier, 1, 0, 0), - [272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variable_identifier, 1, 0, 0), REDUCE(sym_program_name_literal, 1, 0, 0), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(514), + [123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(717), + [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(517), + [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(523), + [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(126), + [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(137), + [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(425), + [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(721), + [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(421), + [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(109), + [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(9), + [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(102), + [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3), + [165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), + [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(705), + [170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_coordinate, 1, 0, 0), + [240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), + [248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(130), + [251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), + [253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_identifier, 1, 0, 0), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_identifier, 1, 0, 0), + [259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1, 0, 0), + [261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1, 0, 0), + [263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_identifier, 2, 0, 0), + [265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_identifier, 2, 0, 0), + [267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_identifier, 2, 0, 0), + [269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_identifier, 2, 0, 0), + [271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 1, 0, 0), + [273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 1, 0, 0), + [275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_identifier, 1, 0, 0), + [277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_identifier, 1, 0, 0), + [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variable_identifier, 2, 0, 0), REDUCE(sym_program_name_literal, 2, 0, 0), - [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), - [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_statement, 1, 0, 0), - [314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_statement, 1, 0, 0), - [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), - [320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), - [322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), - [324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), - [326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branch, 3, 0, 0), - [328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branch, 3, 0, 0), - [330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_statement, 3, 0, 0), - [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_statement, 3, 0, 0), - [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0), - [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0), - [338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 6, 0, 14), - [340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 6, 0, 14), - [342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), - [346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 4, 0, 35), - [348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 4, 0, 35), - [350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 5, 0, 0), - [352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 5, 0, 0), - [354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 8), - [356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 8), - [358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 10, 0, 49), - [360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 10, 0, 49), - [362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 31), - [364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 31), - [366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 14), - [368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 14), - [370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2, 0, 0), - [372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 2, 0, 0), - [374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 4, 0, 0), - [376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 4, 0, 0), - [378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 9, 0, 48), - [380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 9, 0, 48), - [382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1, 0, 0), - [384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable, 1, 0, 0), - [386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_index_repeat1, 2, 0, 0), - [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_index_repeat1, 2, 0, 0), SHIFT_REPEAT(203), - [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_index_repeat1, 2, 0, 0), - [393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_index, 1, 0, 0), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_index, 1, 0, 0), - [399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_index, 2, 0, 0), - [401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_index, 2, 0, 0), - [403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_constant, 3, 0, 0), - [405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_constant, 3, 0, 0), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_component_expression, 3, 0, 8), - [411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_expression, 3, 0, 8), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decimal_digit, 1, 0, 0), - [461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_digit, 1, 0, 0), - [463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_index_repeat1, 1, 0, 0), - [465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_index_repeat1, 1, 0, 0), - [467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_product_group_literal, 2, 0, 0), - [469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_product_group_literal, 2, 0, 0), - [471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_affine_group_literal, 5, 0, 0), - [473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_affine_group_literal, 5, 0, 0), - [475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_literal, 2, 0, 0), - [477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_literal, 2, 0, 0), - [479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signed_literal, 2, 0, 0), - [481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_literal, 2, 0, 0), - [483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scalar_literal, 2, 0, 0), - [485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar_literal, 2, 0, 0), - [487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 2, 0, 0), - [489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 2, 0, 0), - [491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_literal, 2, 0, 0), - [493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_literal, 2, 0, 0), - [495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature_literal, 2, 0, 0), - [497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature_literal, 2, 0, 0), - [499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 2, 0, 9), - [501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 2, 0, 9), - [503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 6, 0, 0), - [505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 6, 0, 0), - [507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 5, 0, 33), - [509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 5, 0, 33), - [511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, 0, 39), - [513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, 0, 39), - [515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), - [517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), - [519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 5, 0, 0), - [521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 5, 0, 0), - [523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_height, 3, 0, 0), - [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_height, 3, 0, 0), - [527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 4, 0, 33), - [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 4, 0, 33), - [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 4, 0, 14), - [533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 4, 0, 14), - [535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_caller, 3, 0, 0), - [537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_caller, 3, 0, 0), - [539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_free_function_call, 2, 0, 0), - [541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_free_function_call, 2, 0, 0), - [543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 33), - [545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 33), - [547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 25), - [549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 25), - [551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 15), - [553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 15), - [555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_signer, 3, 0, 0), - [557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_signer, 3, 0, 0), - [559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 33), - [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 33), - [563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 24), - [565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 24), - [567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 23), - [569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 23), - [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 22), - [573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 22), - [575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 21), - [577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 21), - [579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 20), - [581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 20), - [583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 19), - [585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 19), - [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 33), - [589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 33), - [591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 18), - [593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 18), - [595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 3, 0, 14), - [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3, 0, 14), - [599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 17), - [601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 17), - [603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 16), - [605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 16), - [607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 4, 0, 0), - [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 4, 0, 0), - [611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_component_expression, 3, 0, 8), - [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_component_expression, 3, 0, 8), - [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_function_call, 4, 0, 0), - [617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_function_call, 4, 0, 0), - [619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_call, 4, 0, 8), - [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_call, 4, 0, 8), - [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_expression, 1, 0, 0), - [633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 2, 0, 0), - [635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2, 0, 0), - [637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 14), - [639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 14), - [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_expression, 3, 0, 14), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(264), - [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_variable_identifier, 2, 0, 0), REDUCE(sym_program_name_literal, 2, 0, 0), - [651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_variable_identifier, 1, 0, 0), REDUCE(sym_program_name_literal, 1, 0, 0), - [654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_index_repeat1, 2, 0, 0), SHIFT_REPEAT(278), - [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_else, 1, 0, 0), - [663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_else, 1, 0, 0), - [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_operator, 1, 0, 0), - [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_operator, 1, 0, 0), - [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_if, 1, 0, 0), - [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_if, 1, 0, 0), - [673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(317), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(317), - [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__postfix_expression, 1, 0, 0), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__postfix_expression, 3, 0, 14), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), - [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_arrow, 1, 0, 0), - [727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_arrow, 1, 0, 0), - [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2, 0, 14), - [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_initializer, 3, 0, 32), - [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), - [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), - [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), - [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), - [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), - [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_conditional, 1, 0, 8), - [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(622), - [856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(594), - [859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(595), - [862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(579), - [865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(570), - [868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(571), - [871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(575), - [874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(585), - [880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), - [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_coordinate, 2, 0, 0), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 28), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 27), - [932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 12), - [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 30), - [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 10), - [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 3, 0, 3), - [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 9, 0, 46), - [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 4, 0, 5), - [944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 42), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 41), - [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 4, 0, 6), - [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 13), - [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 38), - [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 29), - [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 37), - [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 36), - [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 7), - [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 26), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 4), - [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 5, 0, 40), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 4, 0, 6), - [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 26), - [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 27), - [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 11), - [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 2), - [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 7, 0, 11), - [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 3, 0, 2), - [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 28), - [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 7, 0, 4), - [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 4), - [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 29), - [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 30), - [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, 0, 2), - [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 12), - [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 6, 0, 11), - [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 11), - [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 10), - [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 6), - [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 10, 0, 46), - [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_locator, 3, 0, 0), - [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_locator, 3, 0, 0), - [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 3, 0, 3), - [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 11), - [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 7), - [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 5), - [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 5, 0, 4), - [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 13), - [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declarations, 3, 0, 0), - [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, 0, 2), - [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 6, 0, 2), - [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 7, 0, 31), - [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapping_declaration, 7, 0, 0), - [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 6, 0, 4), - [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 2), - [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 4, 0, 3), - [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 4), - [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 5, 0, 2), - [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 7, 0, 47), - [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 4), - [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 36), - [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 11), - [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 8, 0, 11), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 37), - [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, 0, 0), - [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 9, 0, 38), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 2), - [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 4, 0, 4), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 5, 0, 11), - [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 9, 0, 42), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declarations, 2, 0, 0), - [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 1, 0, 0), - [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 9, 0, 41), - [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 6, 0, 45), - [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 6, 0, 44), - [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 4, 0, 2), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_untyped_future_type, 1, 0, 0), - [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_untyped_future_type, 1, 0, 0), - [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_item, 1, 0, 0), - [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_type, 1, 0, 0), - [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_type, 1, 0, 0), - [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_type, 1, 0, 0), - [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_type, 1, 0, 0), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_type, 1, 0, 0), - [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_type, 1, 0, 0), - [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_type, 1, 0, 0), - [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_group_type, 1, 0, 0), - [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_type, 1, 0, 0), - [1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signed_type, 1, 0, 0), - [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(522), - [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(522), - [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar_type, 1, 0, 0), - [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scalar_type, 1, 0, 0), - [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_type, 1, 0, 0), - [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_type, 1, 0, 0), - [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_type, 1, 0, 0), - [1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_type, 1, 0, 0), - [1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type, 1, 0, 0), - [1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_type, 1, 0, 0), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variable_identifier, 1, 0, 0), REDUCE(sym_program_name_literal, 1, 0, 0), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variable_identifier, 2, 0, 0), REDUCE(sym_program_name_literal, 2, 0, 0), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_statement, 1, 0, 0), + [321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_statement, 1, 0, 0), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branch, 3, 0, 0), + [327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branch, 3, 0, 0), + [329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), + [335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), + [337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 9, 0, 48), + [339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 9, 0, 48), + [341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 4, 0, 0), + [343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 4, 0, 0), + [345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), + [349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_statement, 3, 0, 0), + [351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_statement, 3, 0, 0), + [353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 14), + [355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 14), + [357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0), + [359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0), + [361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 10, 0, 49), + [363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 10, 0, 49), + [365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 5, 0, 0), + [367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 5, 0, 0), + [369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2, 0, 0), + [371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 2, 0, 0), + [373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 31), + [375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 31), + [377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 6, 0, 14), + [379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 6, 0, 14), + [381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 8), + [383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 8), + [385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 4, 0, 35), + [387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 4, 0, 35), + [389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_index, 1, 0, 0), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_index, 1, 0, 0), + [395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_index, 2, 0, 0), + [397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_index, 2, 0, 0), + [399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1, 0, 0), + [401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable, 1, 0, 0), + [403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_index_repeat1, 2, 0, 0), + [405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_index_repeat1, 2, 0, 0), SHIFT_REPEAT(204), + [408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_index_repeat1, 2, 0, 0), + [410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_component_expression, 3, 0, 8), + [412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_expression, 3, 0, 8), + [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_constant, 3, 0, 0), + [418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_constant, 3, 0, 0), + [420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_index_repeat1, 1, 0, 0), + [422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_index_repeat1, 1, 0, 0), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), + [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), + [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), + [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), + [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), + [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), + [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), + [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decimal_digit, 1, 0, 0), + [472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_digit, 1, 0, 0), + [474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signed_literal, 2, 0, 0), + [476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_literal, 2, 0, 0), + [478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_literal, 2, 0, 0), + [480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_literal, 2, 0, 0), + [482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_product_group_literal, 2, 0, 0), + [484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_product_group_literal, 2, 0, 0), + [486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 15), + [488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 15), + [490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scalar_literal, 2, 0, 0), + [492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar_literal, 2, 0, 0), + [494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 2, 0, 0), + [496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 2, 0, 0), + [498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_literal, 2, 0, 0), + [500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_literal, 2, 0, 0), + [502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature_literal, 2, 0, 0), + [504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature_literal, 2, 0, 0), + [506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_function_call, 4, 0, 0), + [508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_function_call, 4, 0, 0), + [510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 24), + [512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 24), + [514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), + [516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), + [518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 4, 0, 0), + [520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 4, 0, 0), + [522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 3, 0, 14), + [524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3, 0, 14), + [526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 2, 0, 9), + [528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 2, 0, 9), + [530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 33), + [532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 33), + [534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 33), + [536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 33), + [538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), + [540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), + [542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_signer, 3, 0, 0), + [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_signer, 3, 0, 0), + [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 23), + [548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 23), + [550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_height, 3, 0, 0), + [552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_height, 3, 0, 0), + [554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_call, 4, 0, 8), + [556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_call, 4, 0, 8), + [558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_free_function_call, 2, 0, 0), + [564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_free_function_call, 2, 0, 0), + [566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 22), + [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 22), + [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), + [572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), + [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_expression, 1, 0, 0), + [580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 21), + [582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 21), + [584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 25), + [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 25), + [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 14), + [590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 14), + [592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_expression, 3, 0, 14), + [594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 20), + [596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 20), + [598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 2, 0, 0), + [600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2, 0, 0), + [602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_caller, 3, 0, 0), + [604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_caller, 3, 0, 0), + [606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_affine_group_literal, 5, 0, 0), + [608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_affine_group_literal, 5, 0, 0), + [610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 33), + [612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 33), + [614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 4, 0, 14), + [616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 4, 0, 14), + [618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 4, 0, 33), + [620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 4, 0, 33), + [622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 5, 0, 0), + [624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 5, 0, 0), + [626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_component_expression, 3, 0, 8), + [628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_component_expression, 3, 0, 8), + [630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, 0, 39), + [632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, 0, 39), + [634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 5, 0, 33), + [636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 5, 0, 33), + [638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 6, 0, 0), + [640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 6, 0, 0), + [642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 16), + [644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 16), + [646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 17), + [648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 17), + [650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 19), + [652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 19), + [654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 3, 0, 18), + [656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 3, 0, 18), + [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_variable_identifier, 1, 0, 0), REDUCE(sym_program_name_literal, 1, 0, 0), + [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(266), + [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_variable_identifier, 2, 0, 0), REDUCE(sym_program_name_literal, 2, 0, 0), + [669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_index_repeat1, 2, 0, 0), SHIFT_REPEAT(279), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_operator, 1, 0, 0), + [678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_operator, 1, 0, 0), + [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_if, 1, 0, 0), + [682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_if, 1, 0, 0), + [684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_else, 1, 0, 0), + [686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_else, 1, 0, 0), + [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__postfix_expression, 1, 0, 0), + [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__postfix_expression, 3, 0, 14), + [696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(321), + [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(321), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_arrow, 1, 0, 0), + [742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_arrow, 1, 0, 0), + [744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2, 0, 14), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_initializer, 3, 0, 32), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_conditional, 1, 0, 8), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(648), + [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(581), + [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(582), + [899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(583), + [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(584), + [905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(585), + [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(586), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(587), + [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), SHIFT_REPEAT(588), + [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 2, 0, 0), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_coordinate, 2, 0, 0), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(767), + [948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(456), + [951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), + [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(466), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 41), + [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 30), + [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 7), + [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 4, 0, 6), + [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 12), + [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 9, 0, 46), + [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 13), + [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 26), + [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 27), + [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 28), + [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 42), + [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 29), + [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 3, 0, 3), + [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 10), + [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 4, 0, 5), + [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 36), + [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 37), + [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 38), + [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 6, 0, 4), + [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), + [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 6), + [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 26), + [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 27), + [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 11), + [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_untyped_future_type, 1, 0, 0), + [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_untyped_future_type, 1, 0, 0), + [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 7, 0, 11), + [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_safe_nonascii, 1, 0, 0), + [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 28), + [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 4, 0, 4), + [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 11), + [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 29), + [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 30), + [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declarations, 2, 0, 0), + [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 5, 0, 11), + [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 4), + [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_line_terminator, 2, 0, 0), + [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 3, 0, 2), + [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, 0, 2), + [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, 0, 0), + [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 5, 0, 5), + [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 4, 0, 6), + [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 5, 0, 2), + [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 5, 0, 4), + [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 4), + [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_items_block_repeat1, 1, 0, 0), + [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_item, 1, 0, 0), + [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 4, 0, 3), + [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declarations, 3, 0, 0), + [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, 0, 2), + [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 4, 0, 2), + [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_locator, 3, 0, 0), + [1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_locator, 3, 0, 0), + [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 10, 0, 46), + [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 7, 0, 31), + [1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 7, 0, 47), + [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 5, 0, 40), + [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 7, 0, 13), + [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 36), + [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 11), + [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 8, 0, 11), + [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 2), + [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 8, 0, 37), + [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 7, 0, 4), + [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 2), + [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 9, 0, 38), + [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 4), + [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 4), + [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 6, 0, 2), + [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 12), + [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 2), + [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_declaration, 6, 0, 11), + [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 7), + [1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 11), + [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 6, 0, 10), + [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapping_declaration, 7, 0, 0), + [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 3, 0, 3), + [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 6, 0, 44), + [1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finalizer, 6, 0, 45), + [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 9, 0, 41), + [1142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_declaration, 9, 0, 42), [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_type, 1, 0, 0), - [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), [1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_future_type, 1, 0, 0), - [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), - [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), - [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_future_type, 8, 0, 0), - [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typed_future_type, 8, 0, 0), - [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), - [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), - [1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), - [1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), - [1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 0), - [1176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 0), - [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_future_type, 9, 0, 0), - [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typed_future_type, 9, 0, 0), - [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_future_type, 6, 0, 0), - [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typed_future_type, 6, 0, 0), - [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), - [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), - [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type, 3, 0, 0), - [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_type, 3, 0, 0), - [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0), - [1208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(585), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [1229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [1231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(592), - [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(592), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 1, 0, 0), - [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, 0, 0), - [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_name_literal, 1, 0, 0), - [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_name_literal, 2, 0, 0), - [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2, 0, 34), - [1267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2, 0, 34), SHIFT_REPEAT(69), - [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), - [1274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(630), - [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2, 0, 0), - [1283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(517), - [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_expression_repeat1, 2, 0, 0), - [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(554), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_or_identifiers_repeat1, 2, 0, 0), - [1307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_or_identifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(573), - [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_initializer, 1, 0, 0), - [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_component_declarations_repeat1, 2, 0, 0), - [1342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_component_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declarations, 1, 0, 0), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_typed_future_type_repeat1, 2, 0, 0), - [1359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_typed_future_type_repeat1, 2, 0, 0), SHIFT_REPEAT(158), - [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3, 0, 0), - [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_program_id, 3, 0, 1), - [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_id, 3, 0, 1), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declaration, 4, 0, 0), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 5, 0, 0), - [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, 0, 0), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declaration, 3, 0, 0), - [1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4, 0, 0), - [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, 0, 0), - [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_call, 4, 0, 32), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_items_block, 3, 0, 0), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_type, 1, 0, 0), - [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_items_block, 2, 0, 0), - [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_or_identifiers, 4, 0, 0), - [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_or_identifiers, 1, 0, 0), - [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_equal_call, 6, 0, 43), - [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_this_program_id, 3, 0, 1), - [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_declaration, 3, 0, 0), - [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_not_equal_call, 6, 0, 43), - [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), - [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_or_identifiers, 5, 0, 0), - [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_equal_call, 7, 0, 43), - [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), - [1572] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_not_equal_call, 7, 0, 43), - [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 1, 0, 0), + [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar_type, 1, 0, 0), + [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scalar_type, 1, 0, 0), + [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_type, 1, 0, 0), + [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_group_type, 1, 0, 0), + [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_type, 1, 0, 0), + [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_type, 1, 0, 0), + [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_type, 1, 0, 0), + [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_type, 1, 0, 0), + [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_type, 1, 0, 0), + [1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_type, 1, 0, 0), + [1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type, 1, 0, 0), + [1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_type, 1, 0, 0), + [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_type, 1, 0, 0), + [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_type, 1, 0, 0), + [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_type, 1, 0, 0), + [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_type, 1, 0, 0), + [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [1188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_type, 1, 0, 0), + [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signed_type, 1, 0, 0), + [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_future_type, 9, 0, 0), + [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typed_future_type, 9, 0, 0), + [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_future_type, 8, 0, 0), + [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typed_future_type, 8, 0, 0), + [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), + [1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), + [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type, 3, 0, 0), + [1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_type, 3, 0, 0), + [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_future_type, 6, 0, 0), + [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typed_future_type, 6, 0, 0), + [1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), + [1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), + [1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), + [1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), + [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 0), + [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 0), + [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), + [1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), + [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0), + [1266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(588), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [1287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(606), + [1290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constant_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(606), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [1295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_name_literal, 1, 0, 0), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_name_literal, 2, 0, 0), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 1, 0, 0), + [1307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, 0, 0), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [1315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [1319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(623), + [1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), + [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2, 0, 34), + [1326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2, 0, 34), SHIFT_REPEAT(46), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_initializer, 1, 0, 0), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2, 0, 0), + [1365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(526), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_or_identifiers_repeat1, 2, 0, 0), + [1380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_or_identifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(598), + [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_component_declarations_repeat1, 2, 0, 0), + [1385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_component_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(520), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_typed_future_type_repeat1, 2, 0, 0), + [1394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_typed_future_type_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declarations, 1, 0, 0), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_expression_repeat1, 2, 0, 0), + [1409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(560), + [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declaration, 4, 0, 0), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0), + [1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_program_id, 3, 0, 1), + [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_id, 3, 0, 1), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3, 0, 0), + [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_component_declaration, 3, 0, 0), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 5, 0, 0), + [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, 0, 0), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, 0, 0), + [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4, 0, 0), + [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), + [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_not_equal_call, 6, 0, 43), + [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_equal_call, 6, 0, 43), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_type, 1, 0, 0), + [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_call, 4, 0, 32), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_or_identifiers, 5, 0, 0), + [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_items_block, 3, 0, 0), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [1540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_equal_call, 7, 0, 43), + [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_not_equal_call, 7, 0, 43), + [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_items_block, 2, 0, 0), + [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_or_identifiers, 1, 0, 0), + [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_this_program_id, 3, 0, 1), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program_declaration, 3, 0, 0), + [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), + [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_or_identifiers, 4, 0, 0), + [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), + [1622] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 1, 0, 0), }; #ifdef __cplusplus