From 42af87f8bdba15278286e2891b430c1b7ab30cff Mon Sep 17 00:00:00 2001 From: "Timothy J. Aveni" Date: Sun, 13 Sep 2026 16:30:17 -0700 Subject: [PATCH] Fix supervised credentials and declare typed RPC records for canvas placement --- grammar/QuixosCapability.g4 | 6 + src/bindings/index.ts | 1 + .../generated/QuixosCapability.interp | 5 +- .../generated/QuixosCapability.tokens | 112 +- .../generated/QuixosCapabilityLexer.interp | 5 +- .../generated/QuixosCapabilityLexer.tokens | 112 +- .../generated/QuixosCapabilityLexer.ts | 817 +++---- .../generated/QuixosCapabilityParser.ts | 1968 +++++++++-------- .../generated/QuixosCapabilityVisitor.ts | 7 + src/capability-language/parser.ts | 5 + src/capability-model/types.ts | 1 + src/capability-model/validation.ts | 18 +- test/capability-language.test.ts | 11 + 13 files changed, 1618 insertions(+), 1450 deletions(-) diff --git a/grammar/QuixosCapability.g4 b/grammar/QuixosCapability.g4 index 5c9d526..2555174 100644 --- a/grammar/QuixosCapability.g4 +++ b/grammar/QuixosCapability.g4 @@ -280,6 +280,11 @@ valueType | INTERFACE_REF LT identifier GT | OPTIONAL LT valueType GT | LIST LT valueType GT + | RECORD LBRACE recordField* RBRACE + ; + +recordField + : identifier COLON valueType SEMI ; scalarType @@ -410,6 +415,7 @@ ATOM_REF: 'atom-ref'; INTERFACE_REF: 'interface-ref'; OPTIONAL: 'optional'; LIST: 'list'; +RECORD: 'record'; BOOL: 'bool'; BYTES: 'bytes'; DOUBLE: 'double'; diff --git a/src/bindings/index.ts b/src/bindings/index.ts index 7c6512c..c004b88 100644 --- a/src/bindings/index.ts +++ b/src/bindings/index.ts @@ -37,6 +37,7 @@ export const generateTypeScriptBindings = ( case "object-ref": return `QxObjectRef<${q(value.expectation.kind === "atom" ? `atom:${value.expectation.atomId}` : `interface:${value.expectation.interfaceRevisionId}`)}>`; case "optional": return `(${type(value.value)} | null)`; case "list": return `Array<${type(value.value)}>`; + case "record": return `{ ${Object.entries(value.fields).map(([name, field]) => `${q(name)}: ${type(field)}`).join("; ")} }`; case "message": { if (!options.messages?.[value.descriptorId]) throw new Error(`Missing TypeScript message binding for ${value.descriptorId}`); if (!messages.has(value.descriptorId)) messages.set(value.descriptorId, `message${messages.size}`); diff --git a/src/capability-language/generated/QuixosCapability.interp b/src/capability-language/generated/QuixosCapability.interp index a1ea532..b9a41e7 100644 --- a/src/capability-language/generated/QuixosCapability.interp +++ b/src/capability-language/generated/QuixosCapability.interp @@ -78,6 +78,7 @@ null 'interface-ref' 'optional' 'list' +'record' 'bool' 'bytes' 'double' @@ -190,6 +191,7 @@ ATOM_REF INTERFACE_REF OPTIONAL LIST +RECORD BOOL BYTES DOUBLE @@ -273,6 +275,7 @@ dependencyBindingBlock dependencyBinding constructorBindingDecl valueType +recordField scalarType cardinality jsonLiteral @@ -284,4 +287,4 @@ stringLiteral atn: -[4, 1, 109, 805, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 3, 0, 129, 8, 0, 1, 1, 1, 1, 1, 1, 5, 1, 134, 8, 1, 10, 1, 12, 1, 137, 9, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 5, 3, 155, 8, 3, 10, 3, 12, 3, 158, 9, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 168, 8, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 180, 8, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 3, 8, 199, 8, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 207, 8, 9, 1, 9, 1, 9, 1, 10, 5, 10, 212, 8, 10, 10, 10, 12, 10, 215, 9, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 5, 10, 225, 8, 10, 10, 10, 12, 10, 228, 9, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 3, 11, 235, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 5, 13, 260, 8, 13, 10, 13, 12, 13, 263, 9, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 286, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 296, 8, 15, 1, 15, 1, 15, 5, 15, 300, 8, 15, 10, 15, 12, 15, 303, 9, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 331, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 337, 8, 17, 1, 18, 5, 18, 340, 8, 18, 10, 18, 12, 18, 343, 9, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 353, 8, 18, 1, 18, 1, 18, 5, 18, 357, 8, 18, 10, 18, 12, 18, 360, 9, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 3, 19, 367, 8, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 380, 8, 20, 1, 20, 1, 20, 1, 20, 3, 20, 385, 8, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 398, 8, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 411, 8, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 426, 8, 25, 1, 25, 3, 25, 429, 8, 25, 1, 26, 1, 26, 1, 26, 5, 26, 434, 8, 26, 10, 26, 12, 26, 437, 9, 26, 1, 27, 1, 27, 1, 27, 5, 27, 442, 8, 27, 10, 27, 12, 27, 445, 9, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 484, 8, 28, 1, 28, 1, 28, 3, 28, 488, 8, 28, 1, 29, 1, 29, 1, 29, 1, 29, 5, 29, 494, 8, 29, 10, 29, 12, 29, 497, 9, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 3, 32, 508, 8, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 3, 33, 522, 8, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 532, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 550, 8, 36, 1, 36, 1, 36, 3, 36, 554, 8, 36, 1, 36, 3, 36, 557, 8, 36, 1, 36, 1, 36, 3, 36, 561, 8, 36, 1, 36, 3, 36, 564, 8, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 574, 8, 37, 1, 37, 1, 37, 3, 37, 578, 8, 37, 1, 37, 1, 37, 5, 37, 582, 8, 37, 10, 37, 12, 37, 585, 9, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 593, 8, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 630, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 649, 8, 43, 3, 43, 651, 8, 43, 1, 44, 1, 44, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 5, 46, 660, 8, 46, 10, 46, 12, 46, 663, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 677, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 693, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 707, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 717, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 726, 8, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 755, 8, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 769, 8, 52, 1, 53, 1, 53, 1, 53, 1, 53, 5, 53, 775, 8, 53, 10, 53, 12, 53, 778, 9, 53, 3, 53, 780, 8, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 792, 8, 55, 10, 55, 12, 55, 795, 9, 55, 3, 55, 797, 8, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 0, 0, 58, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 0, 7, 1, 0, 60, 64, 2, 0, 55, 59, 61, 62, 2, 0, 55, 56, 61, 62, 2, 0, 57, 59, 61, 62, 1, 0, 79, 86, 1, 0, 67, 70, 2, 0, 34, 34, 105, 105, 844, 0, 128, 1, 0, 0, 0, 2, 130, 1, 0, 0, 0, 4, 140, 1, 0, 0, 0, 6, 144, 1, 0, 0, 0, 8, 167, 1, 0, 0, 0, 10, 179, 1, 0, 0, 0, 12, 181, 1, 0, 0, 0, 14, 188, 1, 0, 0, 0, 16, 198, 1, 0, 0, 0, 18, 200, 1, 0, 0, 0, 20, 213, 1, 0, 0, 0, 22, 234, 1, 0, 0, 0, 24, 236, 1, 0, 0, 0, 26, 251, 1, 0, 0, 0, 28, 285, 1, 0, 0, 0, 30, 287, 1, 0, 0, 0, 32, 330, 1, 0, 0, 0, 34, 336, 1, 0, 0, 0, 36, 341, 1, 0, 0, 0, 38, 366, 1, 0, 0, 0, 40, 368, 1, 0, 0, 0, 42, 388, 1, 0, 0, 0, 44, 401, 1, 0, 0, 0, 46, 414, 1, 0, 0, 0, 48, 417, 1, 0, 0, 0, 50, 428, 1, 0, 0, 0, 52, 430, 1, 0, 0, 0, 54, 438, 1, 0, 0, 0, 56, 487, 1, 0, 0, 0, 58, 489, 1, 0, 0, 0, 60, 500, 1, 0, 0, 0, 62, 502, 1, 0, 0, 0, 64, 507, 1, 0, 0, 0, 66, 509, 1, 0, 0, 0, 68, 531, 1, 0, 0, 0, 70, 533, 1, 0, 0, 0, 72, 542, 1, 0, 0, 0, 74, 567, 1, 0, 0, 0, 76, 592, 1, 0, 0, 0, 78, 594, 1, 0, 0, 0, 80, 608, 1, 0, 0, 0, 82, 614, 1, 0, 0, 0, 84, 629, 1, 0, 0, 0, 86, 650, 1, 0, 0, 0, 88, 652, 1, 0, 0, 0, 90, 654, 1, 0, 0, 0, 92, 656, 1, 0, 0, 0, 94, 716, 1, 0, 0, 0, 96, 718, 1, 0, 0, 0, 98, 754, 1, 0, 0, 0, 100, 756, 1, 0, 0, 0, 102, 758, 1, 0, 0, 0, 104, 768, 1, 0, 0, 0, 106, 770, 1, 0, 0, 0, 108, 783, 1, 0, 0, 0, 110, 787, 1, 0, 0, 0, 112, 800, 1, 0, 0, 0, 114, 802, 1, 0, 0, 0, 116, 117, 3, 6, 3, 0, 117, 118, 5, 0, 0, 1, 118, 129, 1, 0, 0, 0, 119, 120, 3, 20, 10, 0, 120, 121, 5, 0, 0, 1, 121, 129, 1, 0, 0, 0, 122, 123, 3, 36, 18, 0, 123, 124, 5, 0, 0, 1, 124, 129, 1, 0, 0, 0, 125, 126, 3, 2, 1, 0, 126, 127, 5, 0, 0, 1, 127, 129, 1, 0, 0, 0, 128, 116, 1, 0, 0, 0, 128, 119, 1, 0, 0, 0, 128, 122, 1, 0, 0, 0, 128, 125, 1, 0, 0, 0, 129, 1, 1, 0, 0, 0, 130, 131, 5, 2, 0, 0, 131, 135, 5, 95, 0, 0, 132, 134, 3, 8, 4, 0, 133, 132, 1, 0, 0, 0, 134, 137, 1, 0, 0, 0, 135, 133, 1, 0, 0, 0, 135, 136, 1, 0, 0, 0, 136, 138, 1, 0, 0, 0, 137, 135, 1, 0, 0, 0, 138, 139, 5, 96, 0, 0, 139, 3, 1, 0, 0, 0, 140, 141, 5, 3, 0, 0, 141, 142, 3, 114, 57, 0, 142, 143, 5, 92, 0, 0, 143, 5, 1, 0, 0, 0, 144, 145, 5, 1, 0, 0, 145, 146, 3, 112, 56, 0, 146, 147, 5, 43, 0, 0, 147, 148, 3, 114, 57, 0, 148, 149, 5, 37, 0, 0, 149, 150, 3, 114, 57, 0, 150, 151, 5, 36, 0, 0, 151, 152, 3, 114, 57, 0, 152, 156, 5, 95, 0, 0, 153, 155, 3, 8, 4, 0, 154, 153, 1, 0, 0, 0, 155, 158, 1, 0, 0, 0, 156, 154, 1, 0, 0, 0, 156, 157, 1, 0, 0, 0, 157, 159, 1, 0, 0, 0, 158, 156, 1, 0, 0, 0, 159, 160, 5, 96, 0, 0, 160, 7, 1, 0, 0, 0, 161, 168, 3, 4, 2, 0, 162, 168, 3, 18, 9, 0, 163, 168, 3, 10, 5, 0, 164, 168, 3, 62, 31, 0, 165, 168, 3, 74, 37, 0, 166, 168, 3, 96, 48, 0, 167, 161, 1, 0, 0, 0, 167, 162, 1, 0, 0, 0, 167, 163, 1, 0, 0, 0, 167, 164, 1, 0, 0, 0, 167, 165, 1, 0, 0, 0, 167, 166, 1, 0, 0, 0, 168, 9, 1, 0, 0, 0, 169, 170, 5, 3, 0, 0, 170, 171, 5, 6, 0, 0, 171, 172, 3, 112, 56, 0, 172, 173, 5, 92, 0, 0, 173, 180, 1, 0, 0, 0, 174, 175, 5, 3, 0, 0, 175, 176, 5, 8, 0, 0, 176, 177, 3, 112, 56, 0, 177, 178, 5, 92, 0, 0, 178, 180, 1, 0, 0, 0, 179, 169, 1, 0, 0, 0, 179, 174, 1, 0, 0, 0, 180, 11, 1, 0, 0, 0, 181, 182, 5, 4, 0, 0, 182, 183, 5, 5, 0, 0, 183, 184, 3, 112, 56, 0, 184, 185, 5, 43, 0, 0, 185, 186, 3, 114, 57, 0, 186, 187, 5, 92, 0, 0, 187, 13, 1, 0, 0, 0, 188, 189, 5, 4, 0, 0, 189, 190, 5, 6, 0, 0, 190, 191, 3, 112, 56, 0, 191, 192, 5, 37, 0, 0, 192, 193, 3, 114, 57, 0, 193, 194, 5, 92, 0, 0, 194, 15, 1, 0, 0, 0, 195, 199, 3, 10, 5, 0, 196, 199, 3, 12, 6, 0, 197, 199, 3, 14, 7, 0, 198, 195, 1, 0, 0, 0, 198, 196, 1, 0, 0, 0, 198, 197, 1, 0, 0, 0, 199, 17, 1, 0, 0, 0, 200, 201, 5, 5, 0, 0, 201, 202, 3, 112, 56, 0, 202, 203, 5, 43, 0, 0, 203, 206, 3, 114, 57, 0, 204, 205, 5, 44, 0, 0, 205, 207, 3, 114, 57, 0, 206, 204, 1, 0, 0, 0, 206, 207, 1, 0, 0, 0, 207, 208, 1, 0, 0, 0, 208, 209, 5, 92, 0, 0, 209, 19, 1, 0, 0, 0, 210, 212, 3, 16, 8, 0, 211, 210, 1, 0, 0, 0, 212, 215, 1, 0, 0, 0, 213, 211, 1, 0, 0, 0, 213, 214, 1, 0, 0, 0, 214, 216, 1, 0, 0, 0, 215, 213, 1, 0, 0, 0, 216, 217, 5, 6, 0, 0, 217, 218, 3, 112, 56, 0, 218, 219, 5, 43, 0, 0, 219, 220, 3, 114, 57, 0, 220, 221, 5, 37, 0, 0, 221, 222, 3, 114, 57, 0, 222, 226, 5, 95, 0, 0, 223, 225, 3, 22, 11, 0, 224, 223, 1, 0, 0, 0, 225, 228, 1, 0, 0, 0, 226, 224, 1, 0, 0, 0, 226, 227, 1, 0, 0, 0, 227, 229, 1, 0, 0, 0, 228, 226, 1, 0, 0, 0, 229, 230, 5, 96, 0, 0, 230, 21, 1, 0, 0, 0, 231, 235, 3, 26, 13, 0, 232, 235, 3, 30, 15, 0, 233, 235, 3, 24, 12, 0, 234, 231, 1, 0, 0, 0, 234, 232, 1, 0, 0, 0, 234, 233, 1, 0, 0, 0, 235, 23, 1, 0, 0, 0, 236, 237, 5, 11, 0, 0, 237, 238, 3, 112, 56, 0, 238, 239, 5, 43, 0, 0, 239, 240, 3, 114, 57, 0, 240, 241, 5, 91, 0, 0, 241, 242, 3, 98, 49, 0, 242, 243, 5, 90, 0, 0, 243, 244, 3, 98, 49, 0, 244, 245, 5, 95, 0, 0, 245, 246, 5, 60, 0, 0, 246, 247, 5, 43, 0, 0, 247, 248, 3, 114, 57, 0, 248, 249, 5, 92, 0, 0, 249, 250, 5, 96, 0, 0, 250, 25, 1, 0, 0, 0, 251, 252, 5, 9, 0, 0, 252, 253, 3, 112, 56, 0, 253, 254, 5, 43, 0, 0, 254, 255, 3, 114, 57, 0, 255, 256, 5, 91, 0, 0, 256, 257, 3, 98, 49, 0, 257, 261, 5, 95, 0, 0, 258, 260, 3, 28, 14, 0, 259, 258, 1, 0, 0, 0, 260, 263, 1, 0, 0, 0, 261, 259, 1, 0, 0, 0, 261, 262, 1, 0, 0, 0, 262, 264, 1, 0, 0, 0, 263, 261, 1, 0, 0, 0, 264, 265, 5, 96, 0, 0, 265, 27, 1, 0, 0, 0, 266, 267, 5, 50, 0, 0, 267, 268, 5, 43, 0, 0, 268, 269, 3, 114, 57, 0, 269, 270, 5, 92, 0, 0, 270, 286, 1, 0, 0, 0, 271, 272, 5, 51, 0, 0, 272, 273, 5, 43, 0, 0, 273, 274, 3, 114, 57, 0, 274, 275, 5, 92, 0, 0, 275, 286, 1, 0, 0, 0, 276, 277, 5, 52, 0, 0, 277, 278, 5, 53, 0, 0, 278, 279, 5, 43, 0, 0, 279, 280, 3, 114, 57, 0, 280, 281, 5, 54, 0, 0, 281, 282, 5, 43, 0, 0, 282, 283, 3, 114, 57, 0, 283, 284, 5, 92, 0, 0, 284, 286, 1, 0, 0, 0, 285, 266, 1, 0, 0, 0, 285, 271, 1, 0, 0, 0, 285, 276, 1, 0, 0, 0, 286, 29, 1, 0, 0, 0, 287, 288, 5, 10, 0, 0, 288, 289, 3, 112, 56, 0, 289, 290, 5, 43, 0, 0, 290, 291, 3, 114, 57, 0, 291, 292, 5, 91, 0, 0, 292, 293, 3, 102, 51, 0, 293, 295, 3, 34, 17, 0, 294, 296, 5, 71, 0, 0, 295, 294, 1, 0, 0, 0, 295, 296, 1, 0, 0, 0, 296, 297, 1, 0, 0, 0, 297, 301, 5, 95, 0, 0, 298, 300, 3, 32, 16, 0, 299, 298, 1, 0, 0, 0, 300, 303, 1, 0, 0, 0, 301, 299, 1, 0, 0, 0, 301, 302, 1, 0, 0, 0, 302, 304, 1, 0, 0, 0, 303, 301, 1, 0, 0, 0, 304, 305, 5, 96, 0, 0, 305, 31, 1, 0, 0, 0, 306, 307, 5, 57, 0, 0, 307, 308, 5, 43, 0, 0, 308, 309, 3, 114, 57, 0, 309, 310, 5, 92, 0, 0, 310, 331, 1, 0, 0, 0, 311, 312, 5, 58, 0, 0, 312, 313, 5, 43, 0, 0, 313, 314, 3, 114, 57, 0, 314, 315, 5, 92, 0, 0, 315, 331, 1, 0, 0, 0, 316, 317, 5, 59, 0, 0, 317, 318, 5, 43, 0, 0, 318, 319, 3, 114, 57, 0, 319, 320, 5, 92, 0, 0, 320, 331, 1, 0, 0, 0, 321, 322, 5, 52, 0, 0, 322, 323, 5, 53, 0, 0, 323, 324, 5, 43, 0, 0, 324, 325, 3, 114, 57, 0, 325, 326, 5, 54, 0, 0, 326, 327, 5, 43, 0, 0, 327, 328, 3, 114, 57, 0, 328, 329, 5, 92, 0, 0, 329, 331, 1, 0, 0, 0, 330, 306, 1, 0, 0, 0, 330, 311, 1, 0, 0, 0, 330, 316, 1, 0, 0, 0, 330, 321, 1, 0, 0, 0, 331, 33, 1, 0, 0, 0, 332, 333, 5, 5, 0, 0, 333, 337, 3, 112, 56, 0, 334, 335, 5, 6, 0, 0, 335, 337, 3, 112, 56, 0, 336, 332, 1, 0, 0, 0, 336, 334, 1, 0, 0, 0, 337, 35, 1, 0, 0, 0, 338, 340, 3, 16, 8, 0, 339, 338, 1, 0, 0, 0, 340, 343, 1, 0, 0, 0, 341, 339, 1, 0, 0, 0, 341, 342, 1, 0, 0, 0, 342, 344, 1, 0, 0, 0, 343, 341, 1, 0, 0, 0, 344, 345, 5, 8, 0, 0, 345, 346, 3, 112, 56, 0, 346, 347, 5, 43, 0, 0, 347, 348, 3, 114, 57, 0, 348, 349, 5, 37, 0, 0, 349, 352, 3, 114, 57, 0, 350, 351, 5, 38, 0, 0, 351, 353, 5, 103, 0, 0, 352, 350, 1, 0, 0, 0, 352, 353, 1, 0, 0, 0, 353, 354, 1, 0, 0, 0, 354, 358, 5, 95, 0, 0, 355, 357, 3, 38, 19, 0, 356, 355, 1, 0, 0, 0, 357, 360, 1, 0, 0, 0, 358, 356, 1, 0, 0, 0, 358, 359, 1, 0, 0, 0, 359, 361, 1, 0, 0, 0, 360, 358, 1, 0, 0, 0, 361, 362, 5, 96, 0, 0, 362, 37, 1, 0, 0, 0, 363, 367, 3, 40, 20, 0, 364, 367, 3, 42, 21, 0, 365, 367, 3, 44, 22, 0, 366, 363, 1, 0, 0, 0, 366, 364, 1, 0, 0, 0, 366, 365, 1, 0, 0, 0, 367, 39, 1, 0, 0, 0, 368, 369, 5, 11, 0, 0, 369, 370, 3, 112, 56, 0, 370, 371, 5, 43, 0, 0, 371, 372, 3, 114, 57, 0, 372, 373, 5, 91, 0, 0, 373, 374, 3, 98, 49, 0, 374, 375, 5, 90, 0, 0, 375, 376, 3, 98, 49, 0, 376, 377, 5, 45, 0, 0, 377, 379, 3, 48, 24, 0, 378, 380, 3, 46, 23, 0, 379, 378, 1, 0, 0, 0, 379, 380, 1, 0, 0, 0, 380, 381, 1, 0, 0, 0, 381, 382, 5, 47, 0, 0, 382, 384, 3, 50, 25, 0, 383, 385, 3, 54, 27, 0, 384, 383, 1, 0, 0, 0, 384, 385, 1, 0, 0, 0, 385, 386, 1, 0, 0, 0, 386, 387, 5, 92, 0, 0, 387, 41, 1, 0, 0, 0, 388, 389, 5, 12, 0, 0, 389, 390, 3, 112, 56, 0, 390, 391, 5, 43, 0, 0, 391, 392, 3, 114, 57, 0, 392, 393, 5, 91, 0, 0, 393, 394, 3, 98, 49, 0, 394, 395, 5, 90, 0, 0, 395, 397, 3, 98, 49, 0, 396, 398, 3, 54, 27, 0, 397, 396, 1, 0, 0, 0, 397, 398, 1, 0, 0, 0, 398, 399, 1, 0, 0, 0, 399, 400, 5, 92, 0, 0, 400, 43, 1, 0, 0, 0, 401, 402, 5, 13, 0, 0, 402, 403, 3, 112, 56, 0, 403, 404, 5, 43, 0, 0, 404, 405, 3, 114, 57, 0, 405, 406, 5, 14, 0, 0, 406, 407, 3, 112, 56, 0, 407, 408, 5, 91, 0, 0, 408, 410, 3, 98, 49, 0, 409, 411, 3, 54, 27, 0, 410, 409, 1, 0, 0, 0, 410, 411, 1, 0, 0, 0, 411, 412, 1, 0, 0, 0, 412, 413, 5, 92, 0, 0, 413, 45, 1, 0, 0, 0, 414, 415, 5, 46, 0, 0, 415, 416, 3, 98, 49, 0, 416, 47, 1, 0, 0, 0, 417, 418, 7, 0, 0, 0, 418, 49, 1, 0, 0, 0, 419, 429, 5, 49, 0, 0, 420, 421, 5, 5, 0, 0, 421, 429, 3, 112, 56, 0, 422, 423, 5, 7, 0, 0, 423, 425, 5, 97, 0, 0, 424, 426, 3, 52, 26, 0, 425, 424, 1, 0, 0, 0, 425, 426, 1, 0, 0, 0, 426, 427, 1, 0, 0, 0, 427, 429, 5, 98, 0, 0, 428, 419, 1, 0, 0, 0, 428, 420, 1, 0, 0, 0, 428, 422, 1, 0, 0, 0, 429, 51, 1, 0, 0, 0, 430, 435, 3, 112, 56, 0, 431, 432, 5, 93, 0, 0, 432, 434, 3, 112, 56, 0, 433, 431, 1, 0, 0, 0, 434, 437, 1, 0, 0, 0, 435, 433, 1, 0, 0, 0, 435, 436, 1, 0, 0, 0, 436, 53, 1, 0, 0, 0, 437, 435, 1, 0, 0, 0, 438, 439, 5, 48, 0, 0, 439, 443, 5, 95, 0, 0, 440, 442, 3, 56, 28, 0, 441, 440, 1, 0, 0, 0, 442, 445, 1, 0, 0, 0, 443, 441, 1, 0, 0, 0, 443, 444, 1, 0, 0, 0, 444, 446, 1, 0, 0, 0, 445, 443, 1, 0, 0, 0, 446, 447, 5, 96, 0, 0, 447, 55, 1, 0, 0, 0, 448, 449, 5, 22, 0, 0, 449, 450, 3, 112, 56, 0, 450, 451, 5, 43, 0, 0, 451, 452, 3, 114, 57, 0, 452, 453, 5, 91, 0, 0, 453, 454, 3, 98, 49, 0, 454, 455, 3, 58, 29, 0, 455, 456, 5, 92, 0, 0, 456, 488, 1, 0, 0, 0, 457, 458, 5, 23, 0, 0, 458, 459, 3, 112, 56, 0, 459, 460, 5, 43, 0, 0, 460, 461, 3, 114, 57, 0, 461, 462, 5, 91, 0, 0, 462, 463, 3, 102, 51, 0, 463, 464, 3, 34, 17, 0, 464, 465, 3, 58, 29, 0, 465, 466, 5, 92, 0, 0, 466, 488, 1, 0, 0, 0, 467, 468, 5, 6, 0, 0, 468, 469, 3, 112, 56, 0, 469, 470, 5, 43, 0, 0, 470, 471, 3, 114, 57, 0, 471, 472, 5, 91, 0, 0, 472, 473, 3, 112, 56, 0, 473, 474, 5, 92, 0, 0, 474, 488, 1, 0, 0, 0, 475, 476, 5, 13, 0, 0, 476, 477, 3, 112, 56, 0, 477, 478, 5, 43, 0, 0, 478, 479, 3, 114, 57, 0, 479, 480, 5, 91, 0, 0, 480, 483, 3, 112, 56, 0, 481, 482, 5, 15, 0, 0, 482, 484, 3, 98, 49, 0, 483, 481, 1, 0, 0, 0, 483, 484, 1, 0, 0, 0, 484, 485, 1, 0, 0, 0, 485, 486, 5, 92, 0, 0, 486, 488, 1, 0, 0, 0, 487, 448, 1, 0, 0, 0, 487, 457, 1, 0, 0, 0, 487, 467, 1, 0, 0, 0, 487, 475, 1, 0, 0, 0, 488, 57, 1, 0, 0, 0, 489, 490, 5, 97, 0, 0, 490, 495, 3, 60, 30, 0, 491, 492, 5, 93, 0, 0, 492, 494, 3, 60, 30, 0, 493, 491, 1, 0, 0, 0, 494, 497, 1, 0, 0, 0, 495, 493, 1, 0, 0, 0, 495, 496, 1, 0, 0, 0, 496, 498, 1, 0, 0, 0, 497, 495, 1, 0, 0, 0, 498, 499, 5, 98, 0, 0, 499, 59, 1, 0, 0, 0, 500, 501, 7, 1, 0, 0, 501, 61, 1, 0, 0, 0, 502, 503, 5, 21, 0, 0, 503, 504, 3, 64, 32, 0, 504, 63, 1, 0, 0, 0, 505, 508, 3, 66, 33, 0, 506, 508, 3, 70, 35, 0, 507, 505, 1, 0, 0, 0, 507, 506, 1, 0, 0, 0, 508, 65, 1, 0, 0, 0, 509, 510, 5, 22, 0, 0, 510, 511, 3, 112, 56, 0, 511, 512, 5, 43, 0, 0, 512, 513, 3, 114, 57, 0, 513, 514, 5, 31, 0, 0, 514, 515, 3, 112, 56, 0, 515, 516, 5, 91, 0, 0, 516, 517, 3, 98, 49, 0, 517, 518, 5, 32, 0, 0, 518, 521, 3, 68, 34, 0, 519, 520, 5, 33, 0, 0, 520, 522, 3, 104, 52, 0, 521, 519, 1, 0, 0, 0, 521, 522, 1, 0, 0, 0, 522, 523, 1, 0, 0, 0, 523, 524, 5, 92, 0, 0, 524, 67, 1, 0, 0, 0, 525, 532, 5, 65, 0, 0, 526, 527, 5, 66, 0, 0, 527, 528, 5, 99, 0, 0, 528, 529, 3, 98, 49, 0, 529, 530, 5, 100, 0, 0, 530, 532, 1, 0, 0, 0, 531, 525, 1, 0, 0, 0, 531, 526, 1, 0, 0, 0, 532, 69, 1, 0, 0, 0, 533, 534, 5, 23, 0, 0, 534, 535, 3, 112, 56, 0, 535, 536, 5, 43, 0, 0, 536, 537, 3, 114, 57, 0, 537, 538, 5, 95, 0, 0, 538, 539, 3, 72, 36, 0, 539, 540, 3, 72, 36, 0, 540, 541, 5, 96, 0, 0, 541, 71, 1, 0, 0, 0, 542, 543, 3, 34, 17, 0, 543, 544, 5, 24, 0, 0, 544, 545, 3, 112, 56, 0, 545, 546, 5, 43, 0, 0, 546, 547, 3, 114, 57, 0, 547, 549, 3, 102, 51, 0, 548, 550, 5, 71, 0, 0, 549, 548, 1, 0, 0, 0, 549, 550, 1, 0, 0, 0, 550, 553, 1, 0, 0, 0, 551, 552, 5, 39, 0, 0, 552, 554, 3, 114, 57, 0, 553, 551, 1, 0, 0, 0, 553, 554, 1, 0, 0, 0, 554, 556, 1, 0, 0, 0, 555, 557, 5, 40, 0, 0, 556, 555, 1, 0, 0, 0, 556, 557, 1, 0, 0, 0, 557, 560, 1, 0, 0, 0, 558, 559, 5, 41, 0, 0, 559, 561, 3, 114, 57, 0, 560, 558, 1, 0, 0, 0, 560, 561, 1, 0, 0, 0, 561, 563, 1, 0, 0, 0, 562, 564, 5, 42, 0, 0, 563, 562, 1, 0, 0, 0, 563, 564, 1, 0, 0, 0, 564, 565, 1, 0, 0, 0, 565, 566, 5, 92, 0, 0, 566, 73, 1, 0, 0, 0, 567, 568, 5, 16, 0, 0, 568, 569, 3, 112, 56, 0, 569, 570, 5, 17, 0, 0, 570, 573, 3, 112, 56, 0, 571, 572, 5, 43, 0, 0, 572, 574, 3, 114, 57, 0, 573, 571, 1, 0, 0, 0, 573, 574, 1, 0, 0, 0, 574, 577, 1, 0, 0, 0, 575, 576, 5, 38, 0, 0, 576, 578, 5, 103, 0, 0, 577, 575, 1, 0, 0, 0, 577, 578, 1, 0, 0, 0, 578, 579, 1, 0, 0, 0, 579, 583, 5, 95, 0, 0, 580, 582, 3, 76, 38, 0, 581, 580, 1, 0, 0, 0, 582, 585, 1, 0, 0, 0, 583, 581, 1, 0, 0, 0, 583, 584, 1, 0, 0, 0, 584, 586, 1, 0, 0, 0, 585, 583, 1, 0, 0, 0, 586, 587, 5, 96, 0, 0, 587, 75, 1, 0, 0, 0, 588, 589, 5, 20, 0, 0, 589, 593, 3, 64, 32, 0, 590, 593, 3, 80, 40, 0, 591, 593, 3, 78, 39, 0, 592, 588, 1, 0, 0, 0, 592, 590, 1, 0, 0, 0, 592, 591, 1, 0, 0, 0, 593, 77, 1, 0, 0, 0, 594, 595, 5, 28, 0, 0, 595, 596, 3, 112, 56, 0, 596, 597, 5, 29, 0, 0, 597, 598, 5, 30, 0, 0, 598, 599, 5, 26, 0, 0, 599, 600, 5, 13, 0, 0, 600, 601, 3, 112, 56, 0, 601, 602, 5, 27, 0, 0, 602, 603, 5, 23, 0, 0, 603, 604, 3, 112, 56, 0, 604, 605, 5, 94, 0, 0, 605, 606, 3, 112, 56, 0, 606, 607, 5, 92, 0, 0, 607, 79, 1, 0, 0, 0, 608, 609, 5, 18, 0, 0, 609, 610, 3, 82, 41, 0, 610, 611, 5, 19, 0, 0, 611, 612, 3, 86, 43, 0, 612, 613, 5, 92, 0, 0, 613, 81, 1, 0, 0, 0, 614, 615, 3, 112, 56, 0, 615, 616, 5, 94, 0, 0, 616, 617, 3, 84, 42, 0, 617, 83, 1, 0, 0, 0, 618, 630, 3, 112, 56, 0, 619, 630, 5, 60, 0, 0, 620, 630, 5, 50, 0, 0, 621, 630, 5, 51, 0, 0, 622, 630, 5, 57, 0, 0, 623, 630, 5, 58, 0, 0, 624, 630, 5, 59, 0, 0, 625, 630, 5, 61, 0, 0, 626, 630, 5, 62, 0, 0, 627, 630, 5, 63, 0, 0, 628, 630, 5, 64, 0, 0, 629, 618, 1, 0, 0, 0, 629, 619, 1, 0, 0, 0, 629, 620, 1, 0, 0, 0, 629, 621, 1, 0, 0, 0, 629, 622, 1, 0, 0, 0, 629, 623, 1, 0, 0, 0, 629, 624, 1, 0, 0, 0, 629, 625, 1, 0, 0, 0, 629, 626, 1, 0, 0, 0, 629, 627, 1, 0, 0, 0, 629, 628, 1, 0, 0, 0, 630, 85, 1, 0, 0, 0, 631, 632, 5, 22, 0, 0, 632, 633, 3, 112, 56, 0, 633, 634, 5, 94, 0, 0, 634, 635, 3, 88, 44, 0, 635, 651, 1, 0, 0, 0, 636, 637, 5, 23, 0, 0, 637, 638, 3, 112, 56, 0, 638, 639, 5, 94, 0, 0, 639, 640, 3, 112, 56, 0, 640, 641, 5, 94, 0, 0, 641, 642, 3, 90, 45, 0, 642, 651, 1, 0, 0, 0, 643, 644, 5, 8, 0, 0, 644, 645, 3, 112, 56, 0, 645, 646, 5, 94, 0, 0, 646, 648, 3, 112, 56, 0, 647, 649, 3, 92, 46, 0, 648, 647, 1, 0, 0, 0, 648, 649, 1, 0, 0, 0, 649, 651, 1, 0, 0, 0, 650, 631, 1, 0, 0, 0, 650, 636, 1, 0, 0, 0, 650, 643, 1, 0, 0, 0, 651, 87, 1, 0, 0, 0, 652, 653, 7, 2, 0, 0, 653, 89, 1, 0, 0, 0, 654, 655, 7, 3, 0, 0, 655, 91, 1, 0, 0, 0, 656, 657, 5, 25, 0, 0, 657, 661, 5, 95, 0, 0, 658, 660, 3, 94, 47, 0, 659, 658, 1, 0, 0, 0, 660, 663, 1, 0, 0, 0, 661, 659, 1, 0, 0, 0, 661, 662, 1, 0, 0, 0, 662, 664, 1, 0, 0, 0, 663, 661, 1, 0, 0, 0, 664, 665, 5, 96, 0, 0, 665, 93, 1, 0, 0, 0, 666, 667, 3, 112, 56, 0, 667, 668, 5, 19, 0, 0, 668, 669, 5, 22, 0, 0, 669, 676, 3, 112, 56, 0, 670, 671, 5, 27, 0, 0, 671, 672, 5, 23, 0, 0, 672, 673, 3, 112, 56, 0, 673, 674, 5, 94, 0, 0, 674, 675, 3, 112, 56, 0, 675, 677, 1, 0, 0, 0, 676, 670, 1, 0, 0, 0, 676, 677, 1, 0, 0, 0, 677, 678, 1, 0, 0, 0, 678, 679, 5, 92, 0, 0, 679, 717, 1, 0, 0, 0, 680, 681, 3, 112, 56, 0, 681, 682, 5, 19, 0, 0, 682, 683, 5, 23, 0, 0, 683, 684, 3, 112, 56, 0, 684, 685, 5, 94, 0, 0, 685, 692, 3, 112, 56, 0, 686, 687, 5, 27, 0, 0, 687, 688, 5, 23, 0, 0, 688, 689, 3, 112, 56, 0, 689, 690, 5, 94, 0, 0, 690, 691, 3, 112, 56, 0, 691, 693, 1, 0, 0, 0, 692, 686, 1, 0, 0, 0, 692, 693, 1, 0, 0, 0, 693, 694, 1, 0, 0, 0, 694, 695, 5, 92, 0, 0, 695, 717, 1, 0, 0, 0, 696, 697, 3, 112, 56, 0, 697, 698, 5, 19, 0, 0, 698, 699, 5, 6, 0, 0, 699, 706, 3, 112, 56, 0, 700, 701, 5, 27, 0, 0, 701, 702, 5, 23, 0, 0, 702, 703, 3, 112, 56, 0, 703, 704, 5, 94, 0, 0, 704, 705, 3, 112, 56, 0, 705, 707, 1, 0, 0, 0, 706, 700, 1, 0, 0, 0, 706, 707, 1, 0, 0, 0, 707, 708, 1, 0, 0, 0, 708, 709, 5, 92, 0, 0, 709, 717, 1, 0, 0, 0, 710, 711, 3, 112, 56, 0, 711, 712, 5, 19, 0, 0, 712, 713, 5, 13, 0, 0, 713, 714, 3, 112, 56, 0, 714, 715, 5, 92, 0, 0, 715, 717, 1, 0, 0, 0, 716, 666, 1, 0, 0, 0, 716, 680, 1, 0, 0, 0, 716, 696, 1, 0, 0, 0, 716, 710, 1, 0, 0, 0, 717, 95, 1, 0, 0, 0, 718, 719, 5, 13, 0, 0, 719, 720, 3, 112, 56, 0, 720, 721, 5, 19, 0, 0, 721, 722, 3, 112, 56, 0, 722, 723, 5, 94, 0, 0, 723, 725, 3, 112, 56, 0, 724, 726, 3, 92, 46, 0, 725, 724, 1, 0, 0, 0, 725, 726, 1, 0, 0, 0, 726, 727, 1, 0, 0, 0, 727, 728, 5, 92, 0, 0, 728, 97, 1, 0, 0, 0, 729, 755, 3, 100, 50, 0, 730, 755, 5, 72, 0, 0, 731, 755, 5, 73, 0, 0, 732, 733, 5, 74, 0, 0, 733, 755, 3, 114, 57, 0, 734, 735, 5, 75, 0, 0, 735, 736, 5, 101, 0, 0, 736, 737, 3, 112, 56, 0, 737, 738, 5, 102, 0, 0, 738, 755, 1, 0, 0, 0, 739, 740, 5, 76, 0, 0, 740, 741, 5, 101, 0, 0, 741, 742, 3, 112, 56, 0, 742, 743, 5, 102, 0, 0, 743, 755, 1, 0, 0, 0, 744, 745, 5, 77, 0, 0, 745, 746, 5, 101, 0, 0, 746, 747, 3, 98, 49, 0, 747, 748, 5, 102, 0, 0, 748, 755, 1, 0, 0, 0, 749, 750, 5, 78, 0, 0, 750, 751, 5, 101, 0, 0, 751, 752, 3, 98, 49, 0, 752, 753, 5, 102, 0, 0, 753, 755, 1, 0, 0, 0, 754, 729, 1, 0, 0, 0, 754, 730, 1, 0, 0, 0, 754, 731, 1, 0, 0, 0, 754, 732, 1, 0, 0, 0, 754, 734, 1, 0, 0, 0, 754, 739, 1, 0, 0, 0, 754, 744, 1, 0, 0, 0, 754, 749, 1, 0, 0, 0, 755, 99, 1, 0, 0, 0, 756, 757, 7, 4, 0, 0, 757, 101, 1, 0, 0, 0, 758, 759, 7, 5, 0, 0, 759, 103, 1, 0, 0, 0, 760, 769, 3, 114, 57, 0, 761, 769, 5, 103, 0, 0, 762, 769, 5, 104, 0, 0, 763, 769, 5, 87, 0, 0, 764, 769, 5, 88, 0, 0, 765, 769, 5, 89, 0, 0, 766, 769, 3, 106, 53, 0, 767, 769, 3, 110, 55, 0, 768, 760, 1, 0, 0, 0, 768, 761, 1, 0, 0, 0, 768, 762, 1, 0, 0, 0, 768, 763, 1, 0, 0, 0, 768, 764, 1, 0, 0, 0, 768, 765, 1, 0, 0, 0, 768, 766, 1, 0, 0, 0, 768, 767, 1, 0, 0, 0, 769, 105, 1, 0, 0, 0, 770, 779, 5, 95, 0, 0, 771, 776, 3, 108, 54, 0, 772, 773, 5, 93, 0, 0, 773, 775, 3, 108, 54, 0, 774, 772, 1, 0, 0, 0, 775, 778, 1, 0, 0, 0, 776, 774, 1, 0, 0, 0, 776, 777, 1, 0, 0, 0, 777, 780, 1, 0, 0, 0, 778, 776, 1, 0, 0, 0, 779, 771, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 781, 1, 0, 0, 0, 781, 782, 5, 96, 0, 0, 782, 107, 1, 0, 0, 0, 783, 784, 3, 114, 57, 0, 784, 785, 5, 91, 0, 0, 785, 786, 3, 104, 52, 0, 786, 109, 1, 0, 0, 0, 787, 796, 5, 97, 0, 0, 788, 793, 3, 104, 52, 0, 789, 790, 5, 93, 0, 0, 790, 792, 3, 104, 52, 0, 791, 789, 1, 0, 0, 0, 792, 795, 1, 0, 0, 0, 793, 791, 1, 0, 0, 0, 793, 794, 1, 0, 0, 0, 794, 797, 1, 0, 0, 0, 795, 793, 1, 0, 0, 0, 796, 788, 1, 0, 0, 0, 796, 797, 1, 0, 0, 0, 797, 798, 1, 0, 0, 0, 798, 799, 5, 98, 0, 0, 799, 111, 1, 0, 0, 0, 800, 801, 7, 6, 0, 0, 801, 113, 1, 0, 0, 0, 802, 803, 5, 106, 0, 0, 803, 115, 1, 0, 0, 0, 58, 128, 135, 156, 167, 179, 198, 206, 213, 226, 234, 261, 285, 295, 301, 330, 336, 341, 352, 358, 366, 379, 384, 397, 410, 425, 428, 435, 443, 483, 487, 495, 507, 521, 531, 549, 553, 556, 560, 563, 573, 577, 583, 592, 629, 648, 650, 661, 676, 692, 706, 716, 725, 754, 768, 776, 779, 793, 796] \ No newline at end of file +[4, 1, 110, 821, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 3, 0, 131, 8, 0, 1, 1, 1, 1, 1, 1, 5, 1, 136, 8, 1, 10, 1, 12, 1, 139, 9, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 5, 3, 157, 8, 3, 10, 3, 12, 3, 160, 9, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 170, 8, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 182, 8, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 3, 8, 201, 8, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 209, 8, 9, 1, 9, 1, 9, 1, 10, 5, 10, 214, 8, 10, 10, 10, 12, 10, 217, 9, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 5, 10, 227, 8, 10, 10, 10, 12, 10, 230, 9, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 3, 11, 237, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 5, 13, 262, 8, 13, 10, 13, 12, 13, 265, 9, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 288, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 298, 8, 15, 1, 15, 1, 15, 5, 15, 302, 8, 15, 10, 15, 12, 15, 305, 9, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 333, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 339, 8, 17, 1, 18, 5, 18, 342, 8, 18, 10, 18, 12, 18, 345, 9, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 355, 8, 18, 1, 18, 1, 18, 5, 18, 359, 8, 18, 10, 18, 12, 18, 362, 9, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 3, 19, 369, 8, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 382, 8, 20, 1, 20, 1, 20, 1, 20, 3, 20, 387, 8, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 400, 8, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 413, 8, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 428, 8, 25, 1, 25, 3, 25, 431, 8, 25, 1, 26, 1, 26, 1, 26, 5, 26, 436, 8, 26, 10, 26, 12, 26, 439, 9, 26, 1, 27, 1, 27, 1, 27, 5, 27, 444, 8, 27, 10, 27, 12, 27, 447, 9, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 486, 8, 28, 1, 28, 1, 28, 3, 28, 490, 8, 28, 1, 29, 1, 29, 1, 29, 1, 29, 5, 29, 496, 8, 29, 10, 29, 12, 29, 499, 9, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 3, 32, 510, 8, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 3, 33, 524, 8, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 534, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 552, 8, 36, 1, 36, 1, 36, 3, 36, 556, 8, 36, 1, 36, 3, 36, 559, 8, 36, 1, 36, 1, 36, 3, 36, 563, 8, 36, 1, 36, 3, 36, 566, 8, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 576, 8, 37, 1, 37, 1, 37, 3, 37, 580, 8, 37, 1, 37, 1, 37, 5, 37, 584, 8, 37, 10, 37, 12, 37, 587, 9, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 595, 8, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 632, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 651, 8, 43, 3, 43, 653, 8, 43, 1, 44, 1, 44, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 5, 46, 662, 8, 46, 10, 46, 12, 46, 665, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 679, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 695, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 709, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 719, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 728, 8, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 760, 8, 49, 10, 49, 12, 49, 763, 9, 49, 1, 49, 3, 49, 766, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 785, 8, 53, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 791, 8, 54, 10, 54, 12, 54, 794, 9, 54, 3, 54, 796, 8, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 808, 8, 56, 10, 56, 12, 56, 811, 9, 56, 3, 56, 813, 8, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 0, 0, 59, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 0, 7, 1, 0, 60, 64, 2, 0, 55, 59, 61, 62, 2, 0, 55, 56, 61, 62, 2, 0, 57, 59, 61, 62, 1, 0, 80, 87, 1, 0, 67, 70, 2, 0, 34, 34, 106, 106, 861, 0, 130, 1, 0, 0, 0, 2, 132, 1, 0, 0, 0, 4, 142, 1, 0, 0, 0, 6, 146, 1, 0, 0, 0, 8, 169, 1, 0, 0, 0, 10, 181, 1, 0, 0, 0, 12, 183, 1, 0, 0, 0, 14, 190, 1, 0, 0, 0, 16, 200, 1, 0, 0, 0, 18, 202, 1, 0, 0, 0, 20, 215, 1, 0, 0, 0, 22, 236, 1, 0, 0, 0, 24, 238, 1, 0, 0, 0, 26, 253, 1, 0, 0, 0, 28, 287, 1, 0, 0, 0, 30, 289, 1, 0, 0, 0, 32, 332, 1, 0, 0, 0, 34, 338, 1, 0, 0, 0, 36, 343, 1, 0, 0, 0, 38, 368, 1, 0, 0, 0, 40, 370, 1, 0, 0, 0, 42, 390, 1, 0, 0, 0, 44, 403, 1, 0, 0, 0, 46, 416, 1, 0, 0, 0, 48, 419, 1, 0, 0, 0, 50, 430, 1, 0, 0, 0, 52, 432, 1, 0, 0, 0, 54, 440, 1, 0, 0, 0, 56, 489, 1, 0, 0, 0, 58, 491, 1, 0, 0, 0, 60, 502, 1, 0, 0, 0, 62, 504, 1, 0, 0, 0, 64, 509, 1, 0, 0, 0, 66, 511, 1, 0, 0, 0, 68, 533, 1, 0, 0, 0, 70, 535, 1, 0, 0, 0, 72, 544, 1, 0, 0, 0, 74, 569, 1, 0, 0, 0, 76, 594, 1, 0, 0, 0, 78, 596, 1, 0, 0, 0, 80, 610, 1, 0, 0, 0, 82, 616, 1, 0, 0, 0, 84, 631, 1, 0, 0, 0, 86, 652, 1, 0, 0, 0, 88, 654, 1, 0, 0, 0, 90, 656, 1, 0, 0, 0, 92, 658, 1, 0, 0, 0, 94, 718, 1, 0, 0, 0, 96, 720, 1, 0, 0, 0, 98, 765, 1, 0, 0, 0, 100, 767, 1, 0, 0, 0, 102, 772, 1, 0, 0, 0, 104, 774, 1, 0, 0, 0, 106, 784, 1, 0, 0, 0, 108, 786, 1, 0, 0, 0, 110, 799, 1, 0, 0, 0, 112, 803, 1, 0, 0, 0, 114, 816, 1, 0, 0, 0, 116, 818, 1, 0, 0, 0, 118, 119, 3, 6, 3, 0, 119, 120, 5, 0, 0, 1, 120, 131, 1, 0, 0, 0, 121, 122, 3, 20, 10, 0, 122, 123, 5, 0, 0, 1, 123, 131, 1, 0, 0, 0, 124, 125, 3, 36, 18, 0, 125, 126, 5, 0, 0, 1, 126, 131, 1, 0, 0, 0, 127, 128, 3, 2, 1, 0, 128, 129, 5, 0, 0, 1, 129, 131, 1, 0, 0, 0, 130, 118, 1, 0, 0, 0, 130, 121, 1, 0, 0, 0, 130, 124, 1, 0, 0, 0, 130, 127, 1, 0, 0, 0, 131, 1, 1, 0, 0, 0, 132, 133, 5, 2, 0, 0, 133, 137, 5, 96, 0, 0, 134, 136, 3, 8, 4, 0, 135, 134, 1, 0, 0, 0, 136, 139, 1, 0, 0, 0, 137, 135, 1, 0, 0, 0, 137, 138, 1, 0, 0, 0, 138, 140, 1, 0, 0, 0, 139, 137, 1, 0, 0, 0, 140, 141, 5, 97, 0, 0, 141, 3, 1, 0, 0, 0, 142, 143, 5, 3, 0, 0, 143, 144, 3, 116, 58, 0, 144, 145, 5, 93, 0, 0, 145, 5, 1, 0, 0, 0, 146, 147, 5, 1, 0, 0, 147, 148, 3, 114, 57, 0, 148, 149, 5, 43, 0, 0, 149, 150, 3, 116, 58, 0, 150, 151, 5, 37, 0, 0, 151, 152, 3, 116, 58, 0, 152, 153, 5, 36, 0, 0, 153, 154, 3, 116, 58, 0, 154, 158, 5, 96, 0, 0, 155, 157, 3, 8, 4, 0, 156, 155, 1, 0, 0, 0, 157, 160, 1, 0, 0, 0, 158, 156, 1, 0, 0, 0, 158, 159, 1, 0, 0, 0, 159, 161, 1, 0, 0, 0, 160, 158, 1, 0, 0, 0, 161, 162, 5, 97, 0, 0, 162, 7, 1, 0, 0, 0, 163, 170, 3, 4, 2, 0, 164, 170, 3, 18, 9, 0, 165, 170, 3, 10, 5, 0, 166, 170, 3, 62, 31, 0, 167, 170, 3, 74, 37, 0, 168, 170, 3, 96, 48, 0, 169, 163, 1, 0, 0, 0, 169, 164, 1, 0, 0, 0, 169, 165, 1, 0, 0, 0, 169, 166, 1, 0, 0, 0, 169, 167, 1, 0, 0, 0, 169, 168, 1, 0, 0, 0, 170, 9, 1, 0, 0, 0, 171, 172, 5, 3, 0, 0, 172, 173, 5, 6, 0, 0, 173, 174, 3, 114, 57, 0, 174, 175, 5, 93, 0, 0, 175, 182, 1, 0, 0, 0, 176, 177, 5, 3, 0, 0, 177, 178, 5, 8, 0, 0, 178, 179, 3, 114, 57, 0, 179, 180, 5, 93, 0, 0, 180, 182, 1, 0, 0, 0, 181, 171, 1, 0, 0, 0, 181, 176, 1, 0, 0, 0, 182, 11, 1, 0, 0, 0, 183, 184, 5, 4, 0, 0, 184, 185, 5, 5, 0, 0, 185, 186, 3, 114, 57, 0, 186, 187, 5, 43, 0, 0, 187, 188, 3, 116, 58, 0, 188, 189, 5, 93, 0, 0, 189, 13, 1, 0, 0, 0, 190, 191, 5, 4, 0, 0, 191, 192, 5, 6, 0, 0, 192, 193, 3, 114, 57, 0, 193, 194, 5, 37, 0, 0, 194, 195, 3, 116, 58, 0, 195, 196, 5, 93, 0, 0, 196, 15, 1, 0, 0, 0, 197, 201, 3, 10, 5, 0, 198, 201, 3, 12, 6, 0, 199, 201, 3, 14, 7, 0, 200, 197, 1, 0, 0, 0, 200, 198, 1, 0, 0, 0, 200, 199, 1, 0, 0, 0, 201, 17, 1, 0, 0, 0, 202, 203, 5, 5, 0, 0, 203, 204, 3, 114, 57, 0, 204, 205, 5, 43, 0, 0, 205, 208, 3, 116, 58, 0, 206, 207, 5, 44, 0, 0, 207, 209, 3, 116, 58, 0, 208, 206, 1, 0, 0, 0, 208, 209, 1, 0, 0, 0, 209, 210, 1, 0, 0, 0, 210, 211, 5, 93, 0, 0, 211, 19, 1, 0, 0, 0, 212, 214, 3, 16, 8, 0, 213, 212, 1, 0, 0, 0, 214, 217, 1, 0, 0, 0, 215, 213, 1, 0, 0, 0, 215, 216, 1, 0, 0, 0, 216, 218, 1, 0, 0, 0, 217, 215, 1, 0, 0, 0, 218, 219, 5, 6, 0, 0, 219, 220, 3, 114, 57, 0, 220, 221, 5, 43, 0, 0, 221, 222, 3, 116, 58, 0, 222, 223, 5, 37, 0, 0, 223, 224, 3, 116, 58, 0, 224, 228, 5, 96, 0, 0, 225, 227, 3, 22, 11, 0, 226, 225, 1, 0, 0, 0, 227, 230, 1, 0, 0, 0, 228, 226, 1, 0, 0, 0, 228, 229, 1, 0, 0, 0, 229, 231, 1, 0, 0, 0, 230, 228, 1, 0, 0, 0, 231, 232, 5, 97, 0, 0, 232, 21, 1, 0, 0, 0, 233, 237, 3, 26, 13, 0, 234, 237, 3, 30, 15, 0, 235, 237, 3, 24, 12, 0, 236, 233, 1, 0, 0, 0, 236, 234, 1, 0, 0, 0, 236, 235, 1, 0, 0, 0, 237, 23, 1, 0, 0, 0, 238, 239, 5, 11, 0, 0, 239, 240, 3, 114, 57, 0, 240, 241, 5, 43, 0, 0, 241, 242, 3, 116, 58, 0, 242, 243, 5, 92, 0, 0, 243, 244, 3, 98, 49, 0, 244, 245, 5, 91, 0, 0, 245, 246, 3, 98, 49, 0, 246, 247, 5, 96, 0, 0, 247, 248, 5, 60, 0, 0, 248, 249, 5, 43, 0, 0, 249, 250, 3, 116, 58, 0, 250, 251, 5, 93, 0, 0, 251, 252, 5, 97, 0, 0, 252, 25, 1, 0, 0, 0, 253, 254, 5, 9, 0, 0, 254, 255, 3, 114, 57, 0, 255, 256, 5, 43, 0, 0, 256, 257, 3, 116, 58, 0, 257, 258, 5, 92, 0, 0, 258, 259, 3, 98, 49, 0, 259, 263, 5, 96, 0, 0, 260, 262, 3, 28, 14, 0, 261, 260, 1, 0, 0, 0, 262, 265, 1, 0, 0, 0, 263, 261, 1, 0, 0, 0, 263, 264, 1, 0, 0, 0, 264, 266, 1, 0, 0, 0, 265, 263, 1, 0, 0, 0, 266, 267, 5, 97, 0, 0, 267, 27, 1, 0, 0, 0, 268, 269, 5, 50, 0, 0, 269, 270, 5, 43, 0, 0, 270, 271, 3, 116, 58, 0, 271, 272, 5, 93, 0, 0, 272, 288, 1, 0, 0, 0, 273, 274, 5, 51, 0, 0, 274, 275, 5, 43, 0, 0, 275, 276, 3, 116, 58, 0, 276, 277, 5, 93, 0, 0, 277, 288, 1, 0, 0, 0, 278, 279, 5, 52, 0, 0, 279, 280, 5, 53, 0, 0, 280, 281, 5, 43, 0, 0, 281, 282, 3, 116, 58, 0, 282, 283, 5, 54, 0, 0, 283, 284, 5, 43, 0, 0, 284, 285, 3, 116, 58, 0, 285, 286, 5, 93, 0, 0, 286, 288, 1, 0, 0, 0, 287, 268, 1, 0, 0, 0, 287, 273, 1, 0, 0, 0, 287, 278, 1, 0, 0, 0, 288, 29, 1, 0, 0, 0, 289, 290, 5, 10, 0, 0, 290, 291, 3, 114, 57, 0, 291, 292, 5, 43, 0, 0, 292, 293, 3, 116, 58, 0, 293, 294, 5, 92, 0, 0, 294, 295, 3, 104, 52, 0, 295, 297, 3, 34, 17, 0, 296, 298, 5, 71, 0, 0, 297, 296, 1, 0, 0, 0, 297, 298, 1, 0, 0, 0, 298, 299, 1, 0, 0, 0, 299, 303, 5, 96, 0, 0, 300, 302, 3, 32, 16, 0, 301, 300, 1, 0, 0, 0, 302, 305, 1, 0, 0, 0, 303, 301, 1, 0, 0, 0, 303, 304, 1, 0, 0, 0, 304, 306, 1, 0, 0, 0, 305, 303, 1, 0, 0, 0, 306, 307, 5, 97, 0, 0, 307, 31, 1, 0, 0, 0, 308, 309, 5, 57, 0, 0, 309, 310, 5, 43, 0, 0, 310, 311, 3, 116, 58, 0, 311, 312, 5, 93, 0, 0, 312, 333, 1, 0, 0, 0, 313, 314, 5, 58, 0, 0, 314, 315, 5, 43, 0, 0, 315, 316, 3, 116, 58, 0, 316, 317, 5, 93, 0, 0, 317, 333, 1, 0, 0, 0, 318, 319, 5, 59, 0, 0, 319, 320, 5, 43, 0, 0, 320, 321, 3, 116, 58, 0, 321, 322, 5, 93, 0, 0, 322, 333, 1, 0, 0, 0, 323, 324, 5, 52, 0, 0, 324, 325, 5, 53, 0, 0, 325, 326, 5, 43, 0, 0, 326, 327, 3, 116, 58, 0, 327, 328, 5, 54, 0, 0, 328, 329, 5, 43, 0, 0, 329, 330, 3, 116, 58, 0, 330, 331, 5, 93, 0, 0, 331, 333, 1, 0, 0, 0, 332, 308, 1, 0, 0, 0, 332, 313, 1, 0, 0, 0, 332, 318, 1, 0, 0, 0, 332, 323, 1, 0, 0, 0, 333, 33, 1, 0, 0, 0, 334, 335, 5, 5, 0, 0, 335, 339, 3, 114, 57, 0, 336, 337, 5, 6, 0, 0, 337, 339, 3, 114, 57, 0, 338, 334, 1, 0, 0, 0, 338, 336, 1, 0, 0, 0, 339, 35, 1, 0, 0, 0, 340, 342, 3, 16, 8, 0, 341, 340, 1, 0, 0, 0, 342, 345, 1, 0, 0, 0, 343, 341, 1, 0, 0, 0, 343, 344, 1, 0, 0, 0, 344, 346, 1, 0, 0, 0, 345, 343, 1, 0, 0, 0, 346, 347, 5, 8, 0, 0, 347, 348, 3, 114, 57, 0, 348, 349, 5, 43, 0, 0, 349, 350, 3, 116, 58, 0, 350, 351, 5, 37, 0, 0, 351, 354, 3, 116, 58, 0, 352, 353, 5, 38, 0, 0, 353, 355, 5, 104, 0, 0, 354, 352, 1, 0, 0, 0, 354, 355, 1, 0, 0, 0, 355, 356, 1, 0, 0, 0, 356, 360, 5, 96, 0, 0, 357, 359, 3, 38, 19, 0, 358, 357, 1, 0, 0, 0, 359, 362, 1, 0, 0, 0, 360, 358, 1, 0, 0, 0, 360, 361, 1, 0, 0, 0, 361, 363, 1, 0, 0, 0, 362, 360, 1, 0, 0, 0, 363, 364, 5, 97, 0, 0, 364, 37, 1, 0, 0, 0, 365, 369, 3, 40, 20, 0, 366, 369, 3, 42, 21, 0, 367, 369, 3, 44, 22, 0, 368, 365, 1, 0, 0, 0, 368, 366, 1, 0, 0, 0, 368, 367, 1, 0, 0, 0, 369, 39, 1, 0, 0, 0, 370, 371, 5, 11, 0, 0, 371, 372, 3, 114, 57, 0, 372, 373, 5, 43, 0, 0, 373, 374, 3, 116, 58, 0, 374, 375, 5, 92, 0, 0, 375, 376, 3, 98, 49, 0, 376, 377, 5, 91, 0, 0, 377, 378, 3, 98, 49, 0, 378, 379, 5, 45, 0, 0, 379, 381, 3, 48, 24, 0, 380, 382, 3, 46, 23, 0, 381, 380, 1, 0, 0, 0, 381, 382, 1, 0, 0, 0, 382, 383, 1, 0, 0, 0, 383, 384, 5, 47, 0, 0, 384, 386, 3, 50, 25, 0, 385, 387, 3, 54, 27, 0, 386, 385, 1, 0, 0, 0, 386, 387, 1, 0, 0, 0, 387, 388, 1, 0, 0, 0, 388, 389, 5, 93, 0, 0, 389, 41, 1, 0, 0, 0, 390, 391, 5, 12, 0, 0, 391, 392, 3, 114, 57, 0, 392, 393, 5, 43, 0, 0, 393, 394, 3, 116, 58, 0, 394, 395, 5, 92, 0, 0, 395, 396, 3, 98, 49, 0, 396, 397, 5, 91, 0, 0, 397, 399, 3, 98, 49, 0, 398, 400, 3, 54, 27, 0, 399, 398, 1, 0, 0, 0, 399, 400, 1, 0, 0, 0, 400, 401, 1, 0, 0, 0, 401, 402, 5, 93, 0, 0, 402, 43, 1, 0, 0, 0, 403, 404, 5, 13, 0, 0, 404, 405, 3, 114, 57, 0, 405, 406, 5, 43, 0, 0, 406, 407, 3, 116, 58, 0, 407, 408, 5, 14, 0, 0, 408, 409, 3, 114, 57, 0, 409, 410, 5, 92, 0, 0, 410, 412, 3, 98, 49, 0, 411, 413, 3, 54, 27, 0, 412, 411, 1, 0, 0, 0, 412, 413, 1, 0, 0, 0, 413, 414, 1, 0, 0, 0, 414, 415, 5, 93, 0, 0, 415, 45, 1, 0, 0, 0, 416, 417, 5, 46, 0, 0, 417, 418, 3, 98, 49, 0, 418, 47, 1, 0, 0, 0, 419, 420, 7, 0, 0, 0, 420, 49, 1, 0, 0, 0, 421, 431, 5, 49, 0, 0, 422, 423, 5, 5, 0, 0, 423, 431, 3, 114, 57, 0, 424, 425, 5, 7, 0, 0, 425, 427, 5, 98, 0, 0, 426, 428, 3, 52, 26, 0, 427, 426, 1, 0, 0, 0, 427, 428, 1, 0, 0, 0, 428, 429, 1, 0, 0, 0, 429, 431, 5, 99, 0, 0, 430, 421, 1, 0, 0, 0, 430, 422, 1, 0, 0, 0, 430, 424, 1, 0, 0, 0, 431, 51, 1, 0, 0, 0, 432, 437, 3, 114, 57, 0, 433, 434, 5, 94, 0, 0, 434, 436, 3, 114, 57, 0, 435, 433, 1, 0, 0, 0, 436, 439, 1, 0, 0, 0, 437, 435, 1, 0, 0, 0, 437, 438, 1, 0, 0, 0, 438, 53, 1, 0, 0, 0, 439, 437, 1, 0, 0, 0, 440, 441, 5, 48, 0, 0, 441, 445, 5, 96, 0, 0, 442, 444, 3, 56, 28, 0, 443, 442, 1, 0, 0, 0, 444, 447, 1, 0, 0, 0, 445, 443, 1, 0, 0, 0, 445, 446, 1, 0, 0, 0, 446, 448, 1, 0, 0, 0, 447, 445, 1, 0, 0, 0, 448, 449, 5, 97, 0, 0, 449, 55, 1, 0, 0, 0, 450, 451, 5, 22, 0, 0, 451, 452, 3, 114, 57, 0, 452, 453, 5, 43, 0, 0, 453, 454, 3, 116, 58, 0, 454, 455, 5, 92, 0, 0, 455, 456, 3, 98, 49, 0, 456, 457, 3, 58, 29, 0, 457, 458, 5, 93, 0, 0, 458, 490, 1, 0, 0, 0, 459, 460, 5, 23, 0, 0, 460, 461, 3, 114, 57, 0, 461, 462, 5, 43, 0, 0, 462, 463, 3, 116, 58, 0, 463, 464, 5, 92, 0, 0, 464, 465, 3, 104, 52, 0, 465, 466, 3, 34, 17, 0, 466, 467, 3, 58, 29, 0, 467, 468, 5, 93, 0, 0, 468, 490, 1, 0, 0, 0, 469, 470, 5, 6, 0, 0, 470, 471, 3, 114, 57, 0, 471, 472, 5, 43, 0, 0, 472, 473, 3, 116, 58, 0, 473, 474, 5, 92, 0, 0, 474, 475, 3, 114, 57, 0, 475, 476, 5, 93, 0, 0, 476, 490, 1, 0, 0, 0, 477, 478, 5, 13, 0, 0, 478, 479, 3, 114, 57, 0, 479, 480, 5, 43, 0, 0, 480, 481, 3, 116, 58, 0, 481, 482, 5, 92, 0, 0, 482, 485, 3, 114, 57, 0, 483, 484, 5, 15, 0, 0, 484, 486, 3, 98, 49, 0, 485, 483, 1, 0, 0, 0, 485, 486, 1, 0, 0, 0, 486, 487, 1, 0, 0, 0, 487, 488, 5, 93, 0, 0, 488, 490, 1, 0, 0, 0, 489, 450, 1, 0, 0, 0, 489, 459, 1, 0, 0, 0, 489, 469, 1, 0, 0, 0, 489, 477, 1, 0, 0, 0, 490, 57, 1, 0, 0, 0, 491, 492, 5, 98, 0, 0, 492, 497, 3, 60, 30, 0, 493, 494, 5, 94, 0, 0, 494, 496, 3, 60, 30, 0, 495, 493, 1, 0, 0, 0, 496, 499, 1, 0, 0, 0, 497, 495, 1, 0, 0, 0, 497, 498, 1, 0, 0, 0, 498, 500, 1, 0, 0, 0, 499, 497, 1, 0, 0, 0, 500, 501, 5, 99, 0, 0, 501, 59, 1, 0, 0, 0, 502, 503, 7, 1, 0, 0, 503, 61, 1, 0, 0, 0, 504, 505, 5, 21, 0, 0, 505, 506, 3, 64, 32, 0, 506, 63, 1, 0, 0, 0, 507, 510, 3, 66, 33, 0, 508, 510, 3, 70, 35, 0, 509, 507, 1, 0, 0, 0, 509, 508, 1, 0, 0, 0, 510, 65, 1, 0, 0, 0, 511, 512, 5, 22, 0, 0, 512, 513, 3, 114, 57, 0, 513, 514, 5, 43, 0, 0, 514, 515, 3, 116, 58, 0, 515, 516, 5, 31, 0, 0, 516, 517, 3, 114, 57, 0, 517, 518, 5, 92, 0, 0, 518, 519, 3, 98, 49, 0, 519, 520, 5, 32, 0, 0, 520, 523, 3, 68, 34, 0, 521, 522, 5, 33, 0, 0, 522, 524, 3, 106, 53, 0, 523, 521, 1, 0, 0, 0, 523, 524, 1, 0, 0, 0, 524, 525, 1, 0, 0, 0, 525, 526, 5, 93, 0, 0, 526, 67, 1, 0, 0, 0, 527, 534, 5, 65, 0, 0, 528, 529, 5, 66, 0, 0, 529, 530, 5, 100, 0, 0, 530, 531, 3, 98, 49, 0, 531, 532, 5, 101, 0, 0, 532, 534, 1, 0, 0, 0, 533, 527, 1, 0, 0, 0, 533, 528, 1, 0, 0, 0, 534, 69, 1, 0, 0, 0, 535, 536, 5, 23, 0, 0, 536, 537, 3, 114, 57, 0, 537, 538, 5, 43, 0, 0, 538, 539, 3, 116, 58, 0, 539, 540, 5, 96, 0, 0, 540, 541, 3, 72, 36, 0, 541, 542, 3, 72, 36, 0, 542, 543, 5, 97, 0, 0, 543, 71, 1, 0, 0, 0, 544, 545, 3, 34, 17, 0, 545, 546, 5, 24, 0, 0, 546, 547, 3, 114, 57, 0, 547, 548, 5, 43, 0, 0, 548, 549, 3, 116, 58, 0, 549, 551, 3, 104, 52, 0, 550, 552, 5, 71, 0, 0, 551, 550, 1, 0, 0, 0, 551, 552, 1, 0, 0, 0, 552, 555, 1, 0, 0, 0, 553, 554, 5, 39, 0, 0, 554, 556, 3, 116, 58, 0, 555, 553, 1, 0, 0, 0, 555, 556, 1, 0, 0, 0, 556, 558, 1, 0, 0, 0, 557, 559, 5, 40, 0, 0, 558, 557, 1, 0, 0, 0, 558, 559, 1, 0, 0, 0, 559, 562, 1, 0, 0, 0, 560, 561, 5, 41, 0, 0, 561, 563, 3, 116, 58, 0, 562, 560, 1, 0, 0, 0, 562, 563, 1, 0, 0, 0, 563, 565, 1, 0, 0, 0, 564, 566, 5, 42, 0, 0, 565, 564, 1, 0, 0, 0, 565, 566, 1, 0, 0, 0, 566, 567, 1, 0, 0, 0, 567, 568, 5, 93, 0, 0, 568, 73, 1, 0, 0, 0, 569, 570, 5, 16, 0, 0, 570, 571, 3, 114, 57, 0, 571, 572, 5, 17, 0, 0, 572, 575, 3, 114, 57, 0, 573, 574, 5, 43, 0, 0, 574, 576, 3, 116, 58, 0, 575, 573, 1, 0, 0, 0, 575, 576, 1, 0, 0, 0, 576, 579, 1, 0, 0, 0, 577, 578, 5, 38, 0, 0, 578, 580, 5, 104, 0, 0, 579, 577, 1, 0, 0, 0, 579, 580, 1, 0, 0, 0, 580, 581, 1, 0, 0, 0, 581, 585, 5, 96, 0, 0, 582, 584, 3, 76, 38, 0, 583, 582, 1, 0, 0, 0, 584, 587, 1, 0, 0, 0, 585, 583, 1, 0, 0, 0, 585, 586, 1, 0, 0, 0, 586, 588, 1, 0, 0, 0, 587, 585, 1, 0, 0, 0, 588, 589, 5, 97, 0, 0, 589, 75, 1, 0, 0, 0, 590, 591, 5, 20, 0, 0, 591, 595, 3, 64, 32, 0, 592, 595, 3, 80, 40, 0, 593, 595, 3, 78, 39, 0, 594, 590, 1, 0, 0, 0, 594, 592, 1, 0, 0, 0, 594, 593, 1, 0, 0, 0, 595, 77, 1, 0, 0, 0, 596, 597, 5, 28, 0, 0, 597, 598, 3, 114, 57, 0, 598, 599, 5, 29, 0, 0, 599, 600, 5, 30, 0, 0, 600, 601, 5, 26, 0, 0, 601, 602, 5, 13, 0, 0, 602, 603, 3, 114, 57, 0, 603, 604, 5, 27, 0, 0, 604, 605, 5, 23, 0, 0, 605, 606, 3, 114, 57, 0, 606, 607, 5, 95, 0, 0, 607, 608, 3, 114, 57, 0, 608, 609, 5, 93, 0, 0, 609, 79, 1, 0, 0, 0, 610, 611, 5, 18, 0, 0, 611, 612, 3, 82, 41, 0, 612, 613, 5, 19, 0, 0, 613, 614, 3, 86, 43, 0, 614, 615, 5, 93, 0, 0, 615, 81, 1, 0, 0, 0, 616, 617, 3, 114, 57, 0, 617, 618, 5, 95, 0, 0, 618, 619, 3, 84, 42, 0, 619, 83, 1, 0, 0, 0, 620, 632, 3, 114, 57, 0, 621, 632, 5, 60, 0, 0, 622, 632, 5, 50, 0, 0, 623, 632, 5, 51, 0, 0, 624, 632, 5, 57, 0, 0, 625, 632, 5, 58, 0, 0, 626, 632, 5, 59, 0, 0, 627, 632, 5, 61, 0, 0, 628, 632, 5, 62, 0, 0, 629, 632, 5, 63, 0, 0, 630, 632, 5, 64, 0, 0, 631, 620, 1, 0, 0, 0, 631, 621, 1, 0, 0, 0, 631, 622, 1, 0, 0, 0, 631, 623, 1, 0, 0, 0, 631, 624, 1, 0, 0, 0, 631, 625, 1, 0, 0, 0, 631, 626, 1, 0, 0, 0, 631, 627, 1, 0, 0, 0, 631, 628, 1, 0, 0, 0, 631, 629, 1, 0, 0, 0, 631, 630, 1, 0, 0, 0, 632, 85, 1, 0, 0, 0, 633, 634, 5, 22, 0, 0, 634, 635, 3, 114, 57, 0, 635, 636, 5, 95, 0, 0, 636, 637, 3, 88, 44, 0, 637, 653, 1, 0, 0, 0, 638, 639, 5, 23, 0, 0, 639, 640, 3, 114, 57, 0, 640, 641, 5, 95, 0, 0, 641, 642, 3, 114, 57, 0, 642, 643, 5, 95, 0, 0, 643, 644, 3, 90, 45, 0, 644, 653, 1, 0, 0, 0, 645, 646, 5, 8, 0, 0, 646, 647, 3, 114, 57, 0, 647, 648, 5, 95, 0, 0, 648, 650, 3, 114, 57, 0, 649, 651, 3, 92, 46, 0, 650, 649, 1, 0, 0, 0, 650, 651, 1, 0, 0, 0, 651, 653, 1, 0, 0, 0, 652, 633, 1, 0, 0, 0, 652, 638, 1, 0, 0, 0, 652, 645, 1, 0, 0, 0, 653, 87, 1, 0, 0, 0, 654, 655, 7, 2, 0, 0, 655, 89, 1, 0, 0, 0, 656, 657, 7, 3, 0, 0, 657, 91, 1, 0, 0, 0, 658, 659, 5, 25, 0, 0, 659, 663, 5, 96, 0, 0, 660, 662, 3, 94, 47, 0, 661, 660, 1, 0, 0, 0, 662, 665, 1, 0, 0, 0, 663, 661, 1, 0, 0, 0, 663, 664, 1, 0, 0, 0, 664, 666, 1, 0, 0, 0, 665, 663, 1, 0, 0, 0, 666, 667, 5, 97, 0, 0, 667, 93, 1, 0, 0, 0, 668, 669, 3, 114, 57, 0, 669, 670, 5, 19, 0, 0, 670, 671, 5, 22, 0, 0, 671, 678, 3, 114, 57, 0, 672, 673, 5, 27, 0, 0, 673, 674, 5, 23, 0, 0, 674, 675, 3, 114, 57, 0, 675, 676, 5, 95, 0, 0, 676, 677, 3, 114, 57, 0, 677, 679, 1, 0, 0, 0, 678, 672, 1, 0, 0, 0, 678, 679, 1, 0, 0, 0, 679, 680, 1, 0, 0, 0, 680, 681, 5, 93, 0, 0, 681, 719, 1, 0, 0, 0, 682, 683, 3, 114, 57, 0, 683, 684, 5, 19, 0, 0, 684, 685, 5, 23, 0, 0, 685, 686, 3, 114, 57, 0, 686, 687, 5, 95, 0, 0, 687, 694, 3, 114, 57, 0, 688, 689, 5, 27, 0, 0, 689, 690, 5, 23, 0, 0, 690, 691, 3, 114, 57, 0, 691, 692, 5, 95, 0, 0, 692, 693, 3, 114, 57, 0, 693, 695, 1, 0, 0, 0, 694, 688, 1, 0, 0, 0, 694, 695, 1, 0, 0, 0, 695, 696, 1, 0, 0, 0, 696, 697, 5, 93, 0, 0, 697, 719, 1, 0, 0, 0, 698, 699, 3, 114, 57, 0, 699, 700, 5, 19, 0, 0, 700, 701, 5, 6, 0, 0, 701, 708, 3, 114, 57, 0, 702, 703, 5, 27, 0, 0, 703, 704, 5, 23, 0, 0, 704, 705, 3, 114, 57, 0, 705, 706, 5, 95, 0, 0, 706, 707, 3, 114, 57, 0, 707, 709, 1, 0, 0, 0, 708, 702, 1, 0, 0, 0, 708, 709, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 711, 5, 93, 0, 0, 711, 719, 1, 0, 0, 0, 712, 713, 3, 114, 57, 0, 713, 714, 5, 19, 0, 0, 714, 715, 5, 13, 0, 0, 715, 716, 3, 114, 57, 0, 716, 717, 5, 93, 0, 0, 717, 719, 1, 0, 0, 0, 718, 668, 1, 0, 0, 0, 718, 682, 1, 0, 0, 0, 718, 698, 1, 0, 0, 0, 718, 712, 1, 0, 0, 0, 719, 95, 1, 0, 0, 0, 720, 721, 5, 13, 0, 0, 721, 722, 3, 114, 57, 0, 722, 723, 5, 19, 0, 0, 723, 724, 3, 114, 57, 0, 724, 725, 5, 95, 0, 0, 725, 727, 3, 114, 57, 0, 726, 728, 3, 92, 46, 0, 727, 726, 1, 0, 0, 0, 727, 728, 1, 0, 0, 0, 728, 729, 1, 0, 0, 0, 729, 730, 5, 93, 0, 0, 730, 97, 1, 0, 0, 0, 731, 766, 3, 102, 51, 0, 732, 766, 5, 72, 0, 0, 733, 766, 5, 73, 0, 0, 734, 735, 5, 74, 0, 0, 735, 766, 3, 116, 58, 0, 736, 737, 5, 75, 0, 0, 737, 738, 5, 102, 0, 0, 738, 739, 3, 114, 57, 0, 739, 740, 5, 103, 0, 0, 740, 766, 1, 0, 0, 0, 741, 742, 5, 76, 0, 0, 742, 743, 5, 102, 0, 0, 743, 744, 3, 114, 57, 0, 744, 745, 5, 103, 0, 0, 745, 766, 1, 0, 0, 0, 746, 747, 5, 77, 0, 0, 747, 748, 5, 102, 0, 0, 748, 749, 3, 98, 49, 0, 749, 750, 5, 103, 0, 0, 750, 766, 1, 0, 0, 0, 751, 752, 5, 78, 0, 0, 752, 753, 5, 102, 0, 0, 753, 754, 3, 98, 49, 0, 754, 755, 5, 103, 0, 0, 755, 766, 1, 0, 0, 0, 756, 757, 5, 79, 0, 0, 757, 761, 5, 96, 0, 0, 758, 760, 3, 100, 50, 0, 759, 758, 1, 0, 0, 0, 760, 763, 1, 0, 0, 0, 761, 759, 1, 0, 0, 0, 761, 762, 1, 0, 0, 0, 762, 764, 1, 0, 0, 0, 763, 761, 1, 0, 0, 0, 764, 766, 5, 97, 0, 0, 765, 731, 1, 0, 0, 0, 765, 732, 1, 0, 0, 0, 765, 733, 1, 0, 0, 0, 765, 734, 1, 0, 0, 0, 765, 736, 1, 0, 0, 0, 765, 741, 1, 0, 0, 0, 765, 746, 1, 0, 0, 0, 765, 751, 1, 0, 0, 0, 765, 756, 1, 0, 0, 0, 766, 99, 1, 0, 0, 0, 767, 768, 3, 114, 57, 0, 768, 769, 5, 92, 0, 0, 769, 770, 3, 98, 49, 0, 770, 771, 5, 93, 0, 0, 771, 101, 1, 0, 0, 0, 772, 773, 7, 4, 0, 0, 773, 103, 1, 0, 0, 0, 774, 775, 7, 5, 0, 0, 775, 105, 1, 0, 0, 0, 776, 785, 3, 116, 58, 0, 777, 785, 5, 104, 0, 0, 778, 785, 5, 105, 0, 0, 779, 785, 5, 88, 0, 0, 780, 785, 5, 89, 0, 0, 781, 785, 5, 90, 0, 0, 782, 785, 3, 108, 54, 0, 783, 785, 3, 112, 56, 0, 784, 776, 1, 0, 0, 0, 784, 777, 1, 0, 0, 0, 784, 778, 1, 0, 0, 0, 784, 779, 1, 0, 0, 0, 784, 780, 1, 0, 0, 0, 784, 781, 1, 0, 0, 0, 784, 782, 1, 0, 0, 0, 784, 783, 1, 0, 0, 0, 785, 107, 1, 0, 0, 0, 786, 795, 5, 96, 0, 0, 787, 792, 3, 110, 55, 0, 788, 789, 5, 94, 0, 0, 789, 791, 3, 110, 55, 0, 790, 788, 1, 0, 0, 0, 791, 794, 1, 0, 0, 0, 792, 790, 1, 0, 0, 0, 792, 793, 1, 0, 0, 0, 793, 796, 1, 0, 0, 0, 794, 792, 1, 0, 0, 0, 795, 787, 1, 0, 0, 0, 795, 796, 1, 0, 0, 0, 796, 797, 1, 0, 0, 0, 797, 798, 5, 97, 0, 0, 798, 109, 1, 0, 0, 0, 799, 800, 3, 116, 58, 0, 800, 801, 5, 92, 0, 0, 801, 802, 3, 106, 53, 0, 802, 111, 1, 0, 0, 0, 803, 812, 5, 98, 0, 0, 804, 809, 3, 106, 53, 0, 805, 806, 5, 94, 0, 0, 806, 808, 3, 106, 53, 0, 807, 805, 1, 0, 0, 0, 808, 811, 1, 0, 0, 0, 809, 807, 1, 0, 0, 0, 809, 810, 1, 0, 0, 0, 810, 813, 1, 0, 0, 0, 811, 809, 1, 0, 0, 0, 812, 804, 1, 0, 0, 0, 812, 813, 1, 0, 0, 0, 813, 814, 1, 0, 0, 0, 814, 815, 5, 99, 0, 0, 815, 113, 1, 0, 0, 0, 816, 817, 7, 6, 0, 0, 817, 115, 1, 0, 0, 0, 818, 819, 5, 107, 0, 0, 819, 117, 1, 0, 0, 0, 59, 130, 137, 158, 169, 181, 200, 208, 215, 228, 236, 263, 287, 297, 303, 332, 338, 343, 354, 360, 368, 381, 386, 399, 412, 427, 430, 437, 445, 485, 489, 497, 509, 523, 533, 551, 555, 558, 562, 565, 575, 579, 585, 594, 631, 650, 652, 663, 678, 694, 708, 718, 727, 761, 765, 784, 792, 795, 809, 812] \ No newline at end of file diff --git a/src/capability-language/generated/QuixosCapability.tokens b/src/capability-language/generated/QuixosCapability.tokens index 9616524..8571c0b 100644 --- a/src/capability-language/generated/QuixosCapability.tokens +++ b/src/capability-language/generated/QuixosCapability.tokens @@ -76,37 +76,38 @@ ATOM_REF=75 INTERFACE_REF=76 OPTIONAL=77 LIST=78 -BOOL=79 -BYTES=80 -DOUBLE=81 -INT32=82 -INT64=83 -STRING=84 -UINT32=85 -UINT64=86 -TRUE=87 -FALSE=88 -NULL=89 -ARROW=90 -COLON=91 -SEMI=92 -COMMA=93 -DOT=94 -LBRACE=95 -RBRACE=96 -LBRACK=97 -RBRACK=98 -LPAREN=99 -RPAREN=100 -LT=101 -GT=102 -INTEGER=103 -JSON_NUMBER=104 -IDENTIFIER=105 -STRING_LITERAL=106 -LINE_COMMENT=107 -BLOCK_COMMENT=108 -WS=109 +RECORD=79 +BOOL=80 +BYTES=81 +DOUBLE=82 +INT32=83 +INT64=84 +STRING=85 +UINT32=86 +UINT64=87 +TRUE=88 +FALSE=89 +NULL=90 +ARROW=91 +COLON=92 +SEMI=93 +COMMA=94 +DOT=95 +LBRACE=96 +RBRACE=97 +LBRACK=98 +RBRACK=99 +LPAREN=100 +RPAREN=101 +LT=102 +GT=103 +INTEGER=104 +JSON_NUMBER=105 +IDENTIFIER=106 +STRING_LITERAL=107 +LINE_COMMENT=108 +BLOCK_COMMENT=109 +WS=110 'workspace'=1 'fragment'=2 'import'=3 @@ -185,27 +186,28 @@ WS=109 'interface-ref'=76 'optional'=77 'list'=78 -'bool'=79 -'bytes'=80 -'double'=81 -'int32'=82 -'int64'=83 -'string'=84 -'uint32'=85 -'uint64'=86 -'true'=87 -'false'=88 -'null'=89 -'->'=90 -':'=91 -';'=92 -','=93 -'.'=94 -'{'=95 -'}'=96 -'['=97 -']'=98 -'('=99 -')'=100 -'<'=101 -'>'=102 +'record'=79 +'bool'=80 +'bytes'=81 +'double'=82 +'int32'=83 +'int64'=84 +'string'=85 +'uint32'=86 +'uint64'=87 +'true'=88 +'false'=89 +'null'=90 +'->'=91 +':'=92 +';'=93 +','=94 +'.'=95 +'{'=96 +'}'=97 +'['=98 +']'=99 +'('=100 +')'=101 +'<'=102 +'>'=103 diff --git a/src/capability-language/generated/QuixosCapabilityLexer.interp b/src/capability-language/generated/QuixosCapabilityLexer.interp index 955014b..094257a 100644 --- a/src/capability-language/generated/QuixosCapabilityLexer.interp +++ b/src/capability-language/generated/QuixosCapabilityLexer.interp @@ -78,6 +78,7 @@ null 'interface-ref' 'optional' 'list' +'record' 'bool' 'bytes' 'double' @@ -190,6 +191,7 @@ ATOM_REF INTERFACE_REF OPTIONAL LIST +RECORD BOOL BYTES DOUBLE @@ -301,6 +303,7 @@ ATOM_REF INTERFACE_REF OPTIONAL LIST +RECORD BOOL BYTES DOUBLE @@ -343,4 +346,4 @@ mode names: DEFAULT_MODE atn: -[4, 0, 109, 1047, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 91, 1, 91, 1, 92, 1, 92, 1, 93, 1, 93, 1, 94, 1, 94, 1, 95, 1, 95, 1, 96, 1, 96, 1, 97, 1, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 100, 1, 100, 1, 101, 1, 101, 1, 102, 3, 102, 948, 8, 102, 1, 102, 4, 102, 951, 8, 102, 11, 102, 12, 102, 952, 1, 103, 3, 103, 956, 8, 103, 1, 103, 1, 103, 1, 103, 5, 103, 961, 8, 103, 10, 103, 12, 103, 964, 9, 103, 3, 103, 966, 8, 103, 1, 103, 1, 103, 4, 103, 970, 8, 103, 11, 103, 12, 103, 971, 3, 103, 974, 8, 103, 1, 103, 1, 103, 3, 103, 978, 8, 103, 1, 103, 4, 103, 981, 8, 103, 11, 103, 12, 103, 982, 3, 103, 985, 8, 103, 1, 104, 1, 104, 5, 104, 989, 8, 104, 10, 104, 12, 104, 992, 9, 104, 1, 105, 1, 105, 1, 105, 5, 105, 997, 8, 105, 10, 105, 12, 105, 1000, 9, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1012, 8, 106, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 5, 108, 1020, 8, 108, 10, 108, 12, 108, 1023, 9, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 5, 109, 1031, 8, 109, 10, 109, 12, 109, 1034, 9, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 4, 110, 1042, 8, 110, 11, 110, 12, 110, 1043, 1, 110, 1, 110, 1, 1032, 0, 111, 1, 1, 3, 2, 5, 3, 7, 4, 9, 5, 11, 6, 13, 7, 15, 8, 17, 9, 19, 10, 21, 11, 23, 12, 25, 13, 27, 14, 29, 15, 31, 16, 33, 17, 35, 18, 37, 19, 39, 20, 41, 21, 43, 22, 45, 23, 47, 24, 49, 25, 51, 26, 53, 27, 55, 28, 57, 29, 59, 30, 61, 31, 63, 32, 65, 33, 67, 34, 69, 35, 71, 36, 73, 37, 75, 38, 77, 39, 79, 40, 81, 41, 83, 42, 85, 43, 87, 44, 89, 45, 91, 46, 93, 47, 95, 48, 97, 49, 99, 50, 101, 51, 103, 52, 105, 53, 107, 54, 109, 55, 111, 56, 113, 57, 115, 58, 117, 59, 119, 60, 121, 61, 123, 62, 125, 63, 127, 64, 129, 65, 131, 66, 133, 67, 135, 68, 137, 69, 139, 70, 141, 71, 143, 72, 145, 73, 147, 74, 149, 75, 151, 76, 153, 77, 155, 78, 157, 79, 159, 80, 161, 81, 163, 82, 165, 83, 167, 84, 169, 85, 171, 86, 173, 87, 175, 88, 177, 89, 179, 90, 181, 91, 183, 92, 185, 93, 187, 94, 189, 95, 191, 96, 193, 97, 195, 98, 197, 99, 199, 100, 201, 101, 203, 102, 205, 103, 207, 104, 209, 105, 211, 106, 213, 0, 215, 0, 217, 107, 219, 108, 221, 109, 1, 0, 11, 1, 0, 48, 57, 1, 0, 49, 57, 2, 0, 69, 69, 101, 101, 2, 0, 43, 43, 45, 45, 3, 0, 65, 90, 95, 95, 97, 122, 4, 0, 48, 57, 65, 90, 95, 95, 97, 122, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 8, 0, 34, 34, 47, 47, 92, 92, 98, 98, 102, 102, 110, 110, 114, 114, 116, 116, 3, 0, 48, 57, 65, 70, 97, 102, 2, 0, 10, 10, 13, 13, 3, 0, 9, 10, 13, 13, 32, 32, 1061, 0, 1, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 5, 1, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 11, 1, 0, 0, 0, 0, 13, 1, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 17, 1, 0, 0, 0, 0, 19, 1, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 27, 1, 0, 0, 0, 0, 29, 1, 0, 0, 0, 0, 31, 1, 0, 0, 0, 0, 33, 1, 0, 0, 0, 0, 35, 1, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 39, 1, 0, 0, 0, 0, 41, 1, 0, 0, 0, 0, 43, 1, 0, 0, 0, 0, 45, 1, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 49, 1, 0, 0, 0, 0, 51, 1, 0, 0, 0, 0, 53, 1, 0, 0, 0, 0, 55, 1, 0, 0, 0, 0, 57, 1, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 61, 1, 0, 0, 0, 0, 63, 1, 0, 0, 0, 0, 65, 1, 0, 0, 0, 0, 67, 1, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 71, 1, 0, 0, 0, 0, 73, 1, 0, 0, 0, 0, 75, 1, 0, 0, 0, 0, 77, 1, 0, 0, 0, 0, 79, 1, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 85, 1, 0, 0, 0, 0, 87, 1, 0, 0, 0, 0, 89, 1, 0, 0, 0, 0, 91, 1, 0, 0, 0, 0, 93, 1, 0, 0, 0, 0, 95, 1, 0, 0, 0, 0, 97, 1, 0, 0, 0, 0, 99, 1, 0, 0, 0, 0, 101, 1, 0, 0, 0, 0, 103, 1, 0, 0, 0, 0, 105, 1, 0, 0, 0, 0, 107, 1, 0, 0, 0, 0, 109, 1, 0, 0, 0, 0, 111, 1, 0, 0, 0, 0, 113, 1, 0, 0, 0, 0, 115, 1, 0, 0, 0, 0, 117, 1, 0, 0, 0, 0, 119, 1, 0, 0, 0, 0, 121, 1, 0, 0, 0, 0, 123, 1, 0, 0, 0, 0, 125, 1, 0, 0, 0, 0, 127, 1, 0, 0, 0, 0, 129, 1, 0, 0, 0, 0, 131, 1, 0, 0, 0, 0, 133, 1, 0, 0, 0, 0, 135, 1, 0, 0, 0, 0, 137, 1, 0, 0, 0, 0, 139, 1, 0, 0, 0, 0, 141, 1, 0, 0, 0, 0, 143, 1, 0, 0, 0, 0, 145, 1, 0, 0, 0, 0, 147, 1, 0, 0, 0, 0, 149, 1, 0, 0, 0, 0, 151, 1, 0, 0, 0, 0, 153, 1, 0, 0, 0, 0, 155, 1, 0, 0, 0, 0, 157, 1, 0, 0, 0, 0, 159, 1, 0, 0, 0, 0, 161, 1, 0, 0, 0, 0, 163, 1, 0, 0, 0, 0, 165, 1, 0, 0, 0, 0, 167, 1, 0, 0, 0, 0, 169, 1, 0, 0, 0, 0, 171, 1, 0, 0, 0, 0, 173, 1, 0, 0, 0, 0, 175, 1, 0, 0, 0, 0, 177, 1, 0, 0, 0, 0, 179, 1, 0, 0, 0, 0, 181, 1, 0, 0, 0, 0, 183, 1, 0, 0, 0, 0, 185, 1, 0, 0, 0, 0, 187, 1, 0, 0, 0, 0, 189, 1, 0, 0, 0, 0, 191, 1, 0, 0, 0, 0, 193, 1, 0, 0, 0, 0, 195, 1, 0, 0, 0, 0, 197, 1, 0, 0, 0, 0, 199, 1, 0, 0, 0, 0, 201, 1, 0, 0, 0, 0, 203, 1, 0, 0, 0, 0, 205, 1, 0, 0, 0, 0, 207, 1, 0, 0, 0, 0, 209, 1, 0, 0, 0, 0, 211, 1, 0, 0, 0, 0, 217, 1, 0, 0, 0, 0, 219, 1, 0, 0, 0, 0, 221, 1, 0, 0, 0, 1, 223, 1, 0, 0, 0, 3, 233, 1, 0, 0, 0, 5, 242, 1, 0, 0, 0, 7, 249, 1, 0, 0, 0, 9, 258, 1, 0, 0, 0, 11, 263, 1, 0, 0, 0, 13, 273, 1, 0, 0, 0, 15, 284, 1, 0, 0, 0, 17, 292, 1, 0, 0, 0, 19, 298, 1, 0, 0, 0, 21, 307, 1, 0, 0, 0, 23, 317, 1, 0, 0, 0, 25, 326, 1, 0, 0, 0, 27, 338, 1, 0, 0, 0, 29, 349, 1, 0, 0, 0, 31, 355, 1, 0, 0, 0, 33, 363, 1, 0, 0, 0, 35, 366, 1, 0, 0, 0, 37, 371, 1, 0, 0, 0, 39, 374, 1, 0, 0, 0, 41, 382, 1, 0, 0, 0, 43, 389, 1, 0, 0, 0, 45, 395, 1, 0, 0, 0, 47, 400, 1, 0, 0, 0, 49, 411, 1, 0, 0, 0, 51, 416, 1, 0, 0, 0, 53, 422, 1, 0, 0, 0, 55, 426, 1, 0, 0, 0, 57, 438, 1, 0, 0, 0, 59, 441, 1, 0, 0, 0, 61, 448, 1, 0, 0, 0, 63, 451, 1, 0, 0, 0, 65, 458, 1, 0, 0, 0, 67, 466, 1, 0, 0, 0, 69, 473, 1, 0, 0, 0, 71, 484, 1, 0, 0, 0, 73, 491, 1, 0, 0, 0, 75, 500, 1, 0, 0, 0, 77, 515, 1, 0, 0, 0, 79, 525, 1, 0, 0, 0, 81, 538, 1, 0, 0, 0, 83, 544, 1, 0, 0, 0, 85, 561, 1, 0, 0, 0, 87, 564, 1, 0, 0, 0, 89, 568, 1, 0, 0, 0, 91, 573, 1, 0, 0, 0, 93, 579, 1, 0, 0, 0, 95, 588, 1, 0, 0, 0, 97, 597, 1, 0, 0, 0, 99, 601, 1, 0, 0, 0, 101, 605, 1, 0, 0, 0, 103, 609, 1, 0, 0, 0, 105, 615, 1, 0, 0, 0, 107, 621, 1, 0, 0, 0, 109, 626, 1, 0, 0, 0, 111, 631, 1, 0, 0, 0, 113, 637, 1, 0, 0, 0, 115, 645, 1, 0, 0, 0, 117, 653, 1, 0, 0, 0, 119, 664, 1, 0, 0, 0, 121, 669, 1, 0, 0, 0, 123, 681, 1, 0, 0, 0, 125, 692, 1, 0, 0, 0, 127, 702, 1, 0, 0, 0, 129, 714, 1, 0, 0, 0, 131, 734, 1, 0, 0, 0, 133, 739, 1, 0, 0, 0, 135, 752, 1, 0, 0, 0, 137, 764, 1, 0, 0, 0, 139, 776, 1, 0, 0, 0, 141, 781, 1, 0, 0, 0, 143, 789, 1, 0, 0, 0, 145, 794, 1, 0, 0, 0, 147, 807, 1, 0, 0, 0, 149, 815, 1, 0, 0, 0, 151, 824, 1, 0, 0, 0, 153, 838, 1, 0, 0, 0, 155, 847, 1, 0, 0, 0, 157, 852, 1, 0, 0, 0, 159, 857, 1, 0, 0, 0, 161, 863, 1, 0, 0, 0, 163, 870, 1, 0, 0, 0, 165, 876, 1, 0, 0, 0, 167, 882, 1, 0, 0, 0, 169, 889, 1, 0, 0, 0, 171, 896, 1, 0, 0, 0, 173, 903, 1, 0, 0, 0, 175, 908, 1, 0, 0, 0, 177, 914, 1, 0, 0, 0, 179, 919, 1, 0, 0, 0, 181, 922, 1, 0, 0, 0, 183, 924, 1, 0, 0, 0, 185, 926, 1, 0, 0, 0, 187, 928, 1, 0, 0, 0, 189, 930, 1, 0, 0, 0, 191, 932, 1, 0, 0, 0, 193, 934, 1, 0, 0, 0, 195, 936, 1, 0, 0, 0, 197, 938, 1, 0, 0, 0, 199, 940, 1, 0, 0, 0, 201, 942, 1, 0, 0, 0, 203, 944, 1, 0, 0, 0, 205, 947, 1, 0, 0, 0, 207, 955, 1, 0, 0, 0, 209, 986, 1, 0, 0, 0, 211, 993, 1, 0, 0, 0, 213, 1003, 1, 0, 0, 0, 215, 1013, 1, 0, 0, 0, 217, 1015, 1, 0, 0, 0, 219, 1026, 1, 0, 0, 0, 221, 1041, 1, 0, 0, 0, 223, 224, 5, 119, 0, 0, 224, 225, 5, 111, 0, 0, 225, 226, 5, 114, 0, 0, 226, 227, 5, 107, 0, 0, 227, 228, 5, 115, 0, 0, 228, 229, 5, 112, 0, 0, 229, 230, 5, 97, 0, 0, 230, 231, 5, 99, 0, 0, 231, 232, 5, 101, 0, 0, 232, 2, 1, 0, 0, 0, 233, 234, 5, 102, 0, 0, 234, 235, 5, 114, 0, 0, 235, 236, 5, 97, 0, 0, 236, 237, 5, 103, 0, 0, 237, 238, 5, 109, 0, 0, 238, 239, 5, 101, 0, 0, 239, 240, 5, 110, 0, 0, 240, 241, 5, 116, 0, 0, 241, 4, 1, 0, 0, 0, 242, 243, 5, 105, 0, 0, 243, 244, 5, 109, 0, 0, 244, 245, 5, 112, 0, 0, 245, 246, 5, 111, 0, 0, 246, 247, 5, 114, 0, 0, 247, 248, 5, 116, 0, 0, 248, 6, 1, 0, 0, 0, 249, 250, 5, 101, 0, 0, 250, 251, 5, 120, 0, 0, 251, 252, 5, 116, 0, 0, 252, 253, 5, 101, 0, 0, 253, 254, 5, 114, 0, 0, 254, 255, 5, 110, 0, 0, 255, 256, 5, 97, 0, 0, 256, 257, 5, 108, 0, 0, 257, 8, 1, 0, 0, 0, 258, 259, 5, 97, 0, 0, 259, 260, 5, 116, 0, 0, 260, 261, 5, 111, 0, 0, 261, 262, 5, 109, 0, 0, 262, 10, 1, 0, 0, 0, 263, 264, 5, 105, 0, 0, 264, 265, 5, 110, 0, 0, 265, 266, 5, 116, 0, 0, 266, 267, 5, 101, 0, 0, 267, 268, 5, 114, 0, 0, 268, 269, 5, 102, 0, 0, 269, 270, 5, 97, 0, 0, 270, 271, 5, 99, 0, 0, 271, 272, 5, 101, 0, 0, 272, 12, 1, 0, 0, 0, 273, 274, 5, 105, 0, 0, 274, 275, 5, 110, 0, 0, 275, 276, 5, 116, 0, 0, 276, 277, 5, 101, 0, 0, 277, 278, 5, 114, 0, 0, 278, 279, 5, 102, 0, 0, 279, 280, 5, 97, 0, 0, 280, 281, 5, 99, 0, 0, 281, 282, 5, 101, 0, 0, 282, 283, 5, 115, 0, 0, 283, 14, 1, 0, 0, 0, 284, 285, 5, 112, 0, 0, 285, 286, 5, 97, 0, 0, 286, 287, 5, 99, 0, 0, 287, 288, 5, 107, 0, 0, 288, 289, 5, 97, 0, 0, 289, 290, 5, 103, 0, 0, 290, 291, 5, 101, 0, 0, 291, 16, 1, 0, 0, 0, 292, 293, 5, 118, 0, 0, 293, 294, 5, 97, 0, 0, 294, 295, 5, 108, 0, 0, 295, 296, 5, 117, 0, 0, 296, 297, 5, 101, 0, 0, 297, 18, 1, 0, 0, 0, 298, 299, 5, 114, 0, 0, 299, 300, 5, 101, 0, 0, 300, 301, 5, 108, 0, 0, 301, 302, 5, 97, 0, 0, 302, 303, 5, 116, 0, 0, 303, 304, 5, 105, 0, 0, 304, 305, 5, 111, 0, 0, 305, 306, 5, 110, 0, 0, 306, 20, 1, 0, 0, 0, 307, 308, 5, 111, 0, 0, 308, 309, 5, 112, 0, 0, 309, 310, 5, 101, 0, 0, 310, 311, 5, 114, 0, 0, 311, 312, 5, 97, 0, 0, 312, 313, 5, 116, 0, 0, 313, 314, 5, 105, 0, 0, 314, 315, 5, 111, 0, 0, 315, 316, 5, 110, 0, 0, 316, 22, 1, 0, 0, 0, 317, 318, 5, 102, 0, 0, 318, 319, 5, 117, 0, 0, 319, 320, 5, 110, 0, 0, 320, 321, 5, 99, 0, 0, 321, 322, 5, 116, 0, 0, 322, 323, 5, 105, 0, 0, 323, 324, 5, 111, 0, 0, 324, 325, 5, 110, 0, 0, 325, 24, 1, 0, 0, 0, 326, 327, 5, 99, 0, 0, 327, 328, 5, 111, 0, 0, 328, 329, 5, 110, 0, 0, 329, 330, 5, 115, 0, 0, 330, 331, 5, 116, 0, 0, 331, 332, 5, 114, 0, 0, 332, 333, 5, 117, 0, 0, 333, 334, 5, 99, 0, 0, 334, 335, 5, 116, 0, 0, 335, 336, 5, 111, 0, 0, 336, 337, 5, 114, 0, 0, 337, 26, 1, 0, 0, 0, 338, 339, 5, 99, 0, 0, 339, 340, 5, 111, 0, 0, 340, 341, 5, 110, 0, 0, 341, 342, 5, 115, 0, 0, 342, 343, 5, 116, 0, 0, 343, 344, 5, 114, 0, 0, 344, 345, 5, 117, 0, 0, 345, 346, 5, 99, 0, 0, 346, 347, 5, 116, 0, 0, 347, 348, 5, 115, 0, 0, 348, 28, 1, 0, 0, 0, 349, 350, 5, 105, 0, 0, 350, 351, 5, 110, 0, 0, 351, 352, 5, 112, 0, 0, 352, 353, 5, 117, 0, 0, 353, 354, 5, 116, 0, 0, 354, 30, 1, 0, 0, 0, 355, 356, 5, 99, 0, 0, 356, 357, 5, 111, 0, 0, 357, 358, 5, 110, 0, 0, 358, 359, 5, 102, 0, 0, 359, 360, 5, 111, 0, 0, 360, 361, 5, 114, 0, 0, 361, 362, 5, 109, 0, 0, 362, 32, 1, 0, 0, 0, 363, 364, 5, 97, 0, 0, 364, 365, 5, 115, 0, 0, 365, 34, 1, 0, 0, 0, 366, 367, 5, 98, 0, 0, 367, 368, 5, 105, 0, 0, 368, 369, 5, 110, 0, 0, 369, 370, 5, 100, 0, 0, 370, 36, 1, 0, 0, 0, 371, 372, 5, 116, 0, 0, 372, 373, 5, 111, 0, 0, 373, 38, 1, 0, 0, 0, 374, 375, 5, 112, 0, 0, 375, 376, 5, 114, 0, 0, 376, 377, 5, 105, 0, 0, 377, 378, 5, 118, 0, 0, 378, 379, 5, 97, 0, 0, 379, 380, 5, 116, 0, 0, 380, 381, 5, 101, 0, 0, 381, 40, 1, 0, 0, 0, 382, 383, 5, 115, 0, 0, 383, 384, 5, 104, 0, 0, 384, 385, 5, 97, 0, 0, 385, 386, 5, 114, 0, 0, 386, 387, 5, 101, 0, 0, 387, 388, 5, 100, 0, 0, 388, 42, 1, 0, 0, 0, 389, 390, 5, 115, 0, 0, 390, 391, 5, 116, 0, 0, 391, 392, 5, 97, 0, 0, 392, 393, 5, 116, 0, 0, 393, 394, 5, 101, 0, 0, 394, 44, 1, 0, 0, 0, 395, 396, 5, 101, 0, 0, 396, 397, 5, 100, 0, 0, 397, 398, 5, 103, 0, 0, 398, 399, 5, 101, 0, 0, 399, 46, 1, 0, 0, 0, 400, 401, 5, 112, 0, 0, 401, 402, 5, 114, 0, 0, 402, 403, 5, 111, 0, 0, 403, 404, 5, 106, 0, 0, 404, 405, 5, 101, 0, 0, 405, 406, 5, 99, 0, 0, 406, 407, 5, 116, 0, 0, 407, 408, 5, 105, 0, 0, 408, 409, 5, 111, 0, 0, 409, 410, 5, 110, 0, 0, 410, 48, 1, 0, 0, 0, 411, 412, 5, 119, 0, 0, 412, 413, 5, 105, 0, 0, 413, 414, 5, 116, 0, 0, 414, 415, 5, 104, 0, 0, 415, 50, 1, 0, 0, 0, 416, 417, 5, 117, 0, 0, 417, 418, 5, 115, 0, 0, 418, 419, 5, 105, 0, 0, 419, 420, 5, 110, 0, 0, 420, 421, 5, 103, 0, 0, 421, 52, 1, 0, 0, 0, 422, 423, 5, 118, 0, 0, 423, 424, 5, 105, 0, 0, 424, 425, 5, 97, 0, 0, 425, 54, 1, 0, 0, 0, 426, 427, 5, 109, 0, 0, 427, 428, 5, 97, 0, 0, 428, 429, 5, 116, 0, 0, 429, 430, 5, 101, 0, 0, 430, 431, 5, 114, 0, 0, 431, 432, 5, 105, 0, 0, 432, 433, 5, 97, 0, 0, 433, 434, 5, 108, 0, 0, 434, 435, 5, 105, 0, 0, 435, 436, 5, 122, 0, 0, 436, 437, 5, 101, 0, 0, 437, 56, 1, 0, 0, 0, 438, 439, 5, 105, 0, 0, 439, 440, 5, 102, 0, 0, 440, 58, 1, 0, 0, 0, 441, 442, 5, 97, 0, 0, 442, 443, 5, 98, 0, 0, 443, 444, 5, 115, 0, 0, 444, 445, 5, 101, 0, 0, 445, 446, 5, 110, 0, 0, 446, 447, 5, 116, 0, 0, 447, 60, 1, 0, 0, 0, 448, 449, 5, 111, 0, 0, 449, 450, 5, 110, 0, 0, 450, 62, 1, 0, 0, 0, 451, 452, 5, 112, 0, 0, 452, 453, 5, 111, 0, 0, 453, 454, 5, 108, 0, 0, 454, 455, 5, 105, 0, 0, 455, 456, 5, 99, 0, 0, 456, 457, 5, 121, 0, 0, 457, 64, 1, 0, 0, 0, 458, 459, 5, 100, 0, 0, 459, 460, 5, 101, 0, 0, 460, 461, 5, 102, 0, 0, 461, 462, 5, 97, 0, 0, 462, 463, 5, 117, 0, 0, 463, 464, 5, 108, 0, 0, 464, 465, 5, 116, 0, 0, 465, 66, 1, 0, 0, 0, 466, 467, 5, 115, 0, 0, 467, 468, 5, 111, 0, 0, 468, 469, 5, 117, 0, 0, 469, 470, 5, 114, 0, 0, 470, 471, 5, 99, 0, 0, 471, 472, 5, 101, 0, 0, 472, 68, 1, 0, 0, 0, 473, 474, 5, 114, 0, 0, 474, 475, 5, 101, 0, 0, 475, 476, 5, 112, 0, 0, 476, 477, 5, 111, 0, 0, 477, 478, 5, 115, 0, 0, 478, 479, 5, 105, 0, 0, 479, 480, 5, 116, 0, 0, 480, 481, 5, 111, 0, 0, 481, 482, 5, 114, 0, 0, 482, 483, 5, 121, 0, 0, 483, 70, 1, 0, 0, 0, 484, 485, 5, 99, 0, 0, 485, 486, 5, 111, 0, 0, 486, 487, 5, 109, 0, 0, 487, 488, 5, 109, 0, 0, 488, 489, 5, 105, 0, 0, 489, 490, 5, 116, 0, 0, 490, 72, 1, 0, 0, 0, 491, 492, 5, 114, 0, 0, 492, 493, 5, 101, 0, 0, 493, 494, 5, 118, 0, 0, 494, 495, 5, 105, 0, 0, 495, 496, 5, 115, 0, 0, 496, 497, 5, 105, 0, 0, 497, 498, 5, 111, 0, 0, 498, 499, 5, 110, 0, 0, 499, 74, 1, 0, 0, 0, 500, 501, 5, 115, 0, 0, 501, 502, 5, 101, 0, 0, 502, 503, 5, 109, 0, 0, 503, 504, 5, 97, 0, 0, 504, 505, 5, 110, 0, 0, 505, 506, 5, 116, 0, 0, 506, 507, 5, 105, 0, 0, 507, 508, 5, 99, 0, 0, 508, 509, 5, 45, 0, 0, 509, 510, 5, 109, 0, 0, 510, 511, 5, 97, 0, 0, 511, 512, 5, 106, 0, 0, 512, 513, 5, 111, 0, 0, 513, 514, 5, 114, 0, 0, 514, 76, 1, 0, 0, 0, 515, 516, 5, 111, 0, 0, 516, 517, 5, 110, 0, 0, 517, 518, 5, 45, 0, 0, 518, 519, 5, 100, 0, 0, 519, 520, 5, 101, 0, 0, 520, 521, 5, 108, 0, 0, 521, 522, 5, 101, 0, 0, 522, 523, 5, 116, 0, 0, 523, 524, 5, 101, 0, 0, 524, 78, 1, 0, 0, 0, 525, 526, 5, 114, 0, 0, 526, 527, 5, 101, 0, 0, 527, 528, 5, 116, 0, 0, 528, 529, 5, 97, 0, 0, 529, 530, 5, 105, 0, 0, 530, 531, 5, 110, 0, 0, 531, 532, 5, 45, 0, 0, 532, 533, 5, 111, 0, 0, 533, 534, 5, 116, 0, 0, 534, 535, 5, 104, 0, 0, 535, 536, 5, 101, 0, 0, 536, 537, 5, 114, 0, 0, 537, 80, 1, 0, 0, 0, 538, 539, 5, 107, 0, 0, 539, 540, 5, 101, 0, 0, 540, 541, 5, 121, 0, 0, 541, 542, 5, 101, 0, 0, 542, 543, 5, 100, 0, 0, 543, 82, 1, 0, 0, 0, 544, 545, 5, 112, 0, 0, 545, 546, 5, 117, 0, 0, 546, 547, 5, 98, 0, 0, 547, 548, 5, 108, 0, 0, 548, 549, 5, 105, 0, 0, 549, 550, 5, 99, 0, 0, 550, 551, 5, 45, 0, 0, 551, 552, 5, 116, 0, 0, 552, 553, 5, 114, 0, 0, 553, 554, 5, 97, 0, 0, 554, 555, 5, 118, 0, 0, 555, 556, 5, 101, 0, 0, 556, 557, 5, 114, 0, 0, 557, 558, 5, 115, 0, 0, 558, 559, 5, 97, 0, 0, 559, 560, 5, 108, 0, 0, 560, 84, 1, 0, 0, 0, 561, 562, 5, 105, 0, 0, 562, 563, 5, 100, 0, 0, 563, 86, 1, 0, 0, 0, 564, 565, 5, 100, 0, 0, 565, 566, 5, 111, 0, 0, 566, 567, 5, 99, 0, 0, 567, 88, 1, 0, 0, 0, 568, 569, 5, 109, 0, 0, 569, 570, 5, 111, 0, 0, 570, 571, 5, 100, 0, 0, 571, 572, 5, 101, 0, 0, 572, 90, 1, 0, 0, 0, 573, 574, 5, 101, 0, 0, 574, 575, 5, 109, 0, 0, 575, 576, 5, 105, 0, 0, 576, 577, 5, 116, 0, 0, 577, 578, 5, 115, 0, 0, 578, 92, 1, 0, 0, 0, 579, 580, 5, 114, 0, 0, 580, 581, 5, 101, 0, 0, 581, 582, 5, 99, 0, 0, 582, 583, 5, 101, 0, 0, 583, 584, 5, 105, 0, 0, 584, 585, 5, 118, 0, 0, 585, 586, 5, 101, 0, 0, 586, 587, 5, 114, 0, 0, 587, 94, 1, 0, 0, 0, 588, 589, 5, 114, 0, 0, 589, 590, 5, 101, 0, 0, 590, 591, 5, 113, 0, 0, 591, 592, 5, 117, 0, 0, 592, 593, 5, 105, 0, 0, 593, 594, 5, 114, 0, 0, 594, 595, 5, 101, 0, 0, 595, 596, 5, 115, 0, 0, 596, 96, 1, 0, 0, 0, 597, 598, 5, 97, 0, 0, 598, 599, 5, 110, 0, 0, 599, 600, 5, 121, 0, 0, 600, 98, 1, 0, 0, 0, 601, 602, 5, 103, 0, 0, 602, 603, 5, 101, 0, 0, 603, 604, 5, 116, 0, 0, 604, 100, 1, 0, 0, 0, 605, 606, 5, 115, 0, 0, 606, 607, 5, 101, 0, 0, 607, 608, 5, 116, 0, 0, 608, 102, 1, 0, 0, 0, 609, 610, 5, 119, 0, 0, 610, 611, 5, 97, 0, 0, 611, 612, 5, 116, 0, 0, 612, 613, 5, 99, 0, 0, 613, 614, 5, 104, 0, 0, 614, 104, 1, 0, 0, 0, 615, 616, 5, 115, 0, 0, 616, 617, 5, 116, 0, 0, 617, 618, 5, 97, 0, 0, 618, 619, 5, 114, 0, 0, 619, 620, 5, 116, 0, 0, 620, 106, 1, 0, 0, 0, 621, 622, 5, 115, 0, 0, 622, 623, 5, 116, 0, 0, 623, 624, 5, 111, 0, 0, 624, 625, 5, 112, 0, 0, 625, 108, 1, 0, 0, 0, 626, 627, 5, 114, 0, 0, 627, 628, 5, 101, 0, 0, 628, 629, 5, 97, 0, 0, 629, 630, 5, 100, 0, 0, 630, 110, 1, 0, 0, 0, 631, 632, 5, 119, 0, 0, 632, 633, 5, 114, 0, 0, 633, 634, 5, 105, 0, 0, 634, 635, 5, 116, 0, 0, 635, 636, 5, 101, 0, 0, 636, 112, 1, 0, 0, 0, 637, 638, 5, 114, 0, 0, 638, 639, 5, 101, 0, 0, 639, 640, 5, 115, 0, 0, 640, 641, 5, 111, 0, 0, 641, 642, 5, 108, 0, 0, 642, 643, 5, 118, 0, 0, 643, 644, 5, 101, 0, 0, 644, 114, 1, 0, 0, 0, 645, 646, 5, 99, 0, 0, 646, 647, 5, 111, 0, 0, 647, 648, 5, 110, 0, 0, 648, 649, 5, 110, 0, 0, 649, 650, 5, 101, 0, 0, 650, 651, 5, 99, 0, 0, 651, 652, 5, 116, 0, 0, 652, 116, 1, 0, 0, 0, 653, 654, 5, 100, 0, 0, 654, 655, 5, 105, 0, 0, 655, 656, 5, 115, 0, 0, 656, 657, 5, 99, 0, 0, 657, 658, 5, 111, 0, 0, 658, 659, 5, 110, 0, 0, 659, 660, 5, 110, 0, 0, 660, 661, 5, 101, 0, 0, 661, 662, 5, 99, 0, 0, 662, 663, 5, 116, 0, 0, 663, 118, 1, 0, 0, 0, 664, 665, 5, 99, 0, 0, 665, 666, 5, 97, 0, 0, 666, 667, 5, 108, 0, 0, 667, 668, 5, 108, 0, 0, 668, 120, 1, 0, 0, 0, 669, 670, 5, 119, 0, 0, 670, 671, 5, 97, 0, 0, 671, 672, 5, 116, 0, 0, 672, 673, 5, 99, 0, 0, 673, 674, 5, 104, 0, 0, 674, 675, 5, 45, 0, 0, 675, 676, 5, 115, 0, 0, 676, 677, 5, 116, 0, 0, 677, 678, 5, 97, 0, 0, 678, 679, 5, 114, 0, 0, 679, 680, 5, 116, 0, 0, 680, 122, 1, 0, 0, 0, 681, 682, 5, 119, 0, 0, 682, 683, 5, 97, 0, 0, 683, 684, 5, 116, 0, 0, 684, 685, 5, 99, 0, 0, 685, 686, 5, 104, 0, 0, 686, 687, 5, 45, 0, 0, 687, 688, 5, 115, 0, 0, 688, 689, 5, 116, 0, 0, 689, 690, 5, 111, 0, 0, 690, 691, 5, 112, 0, 0, 691, 124, 1, 0, 0, 0, 692, 693, 5, 115, 0, 0, 693, 694, 5, 117, 0, 0, 694, 695, 5, 98, 0, 0, 695, 696, 5, 115, 0, 0, 696, 697, 5, 99, 0, 0, 697, 698, 5, 114, 0, 0, 698, 699, 5, 105, 0, 0, 699, 700, 5, 98, 0, 0, 700, 701, 5, 101, 0, 0, 701, 126, 1, 0, 0, 0, 702, 703, 5, 117, 0, 0, 703, 704, 5, 110, 0, 0, 704, 705, 5, 115, 0, 0, 705, 706, 5, 117, 0, 0, 706, 707, 5, 98, 0, 0, 707, 708, 5, 115, 0, 0, 708, 709, 5, 99, 0, 0, 709, 710, 5, 114, 0, 0, 710, 711, 5, 105, 0, 0, 711, 712, 5, 98, 0, 0, 712, 713, 5, 101, 0, 0, 713, 128, 1, 0, 0, 0, 714, 715, 5, 111, 0, 0, 715, 716, 5, 112, 0, 0, 716, 717, 5, 116, 0, 0, 717, 718, 5, 105, 0, 0, 718, 719, 5, 109, 0, 0, 719, 720, 5, 105, 0, 0, 720, 721, 5, 115, 0, 0, 721, 722, 5, 116, 0, 0, 722, 723, 5, 105, 0, 0, 723, 724, 5, 99, 0, 0, 724, 725, 5, 45, 0, 0, 725, 726, 5, 114, 0, 0, 726, 727, 5, 101, 0, 0, 727, 728, 5, 103, 0, 0, 728, 729, 5, 105, 0, 0, 729, 730, 5, 115, 0, 0, 730, 731, 5, 116, 0, 0, 731, 732, 5, 101, 0, 0, 732, 733, 5, 114, 0, 0, 733, 130, 1, 0, 0, 0, 734, 735, 5, 99, 0, 0, 735, 736, 5, 114, 0, 0, 736, 737, 5, 100, 0, 0, 737, 738, 5, 116, 0, 0, 738, 132, 1, 0, 0, 0, 739, 740, 5, 111, 0, 0, 740, 741, 5, 112, 0, 0, 741, 742, 5, 116, 0, 0, 742, 743, 5, 105, 0, 0, 743, 744, 5, 111, 0, 0, 744, 745, 5, 110, 0, 0, 745, 746, 5, 97, 0, 0, 746, 747, 5, 108, 0, 0, 747, 748, 5, 45, 0, 0, 748, 749, 5, 111, 0, 0, 749, 750, 5, 110, 0, 0, 750, 751, 5, 101, 0, 0, 751, 134, 1, 0, 0, 0, 752, 753, 5, 101, 0, 0, 753, 754, 5, 120, 0, 0, 754, 755, 5, 97, 0, 0, 755, 756, 5, 99, 0, 0, 756, 757, 5, 116, 0, 0, 757, 758, 5, 108, 0, 0, 758, 759, 5, 121, 0, 0, 759, 760, 5, 45, 0, 0, 760, 761, 5, 111, 0, 0, 761, 762, 5, 110, 0, 0, 762, 763, 5, 101, 0, 0, 763, 136, 1, 0, 0, 0, 764, 765, 5, 109, 0, 0, 765, 766, 5, 97, 0, 0, 766, 767, 5, 110, 0, 0, 767, 768, 5, 121, 0, 0, 768, 769, 5, 45, 0, 0, 769, 770, 5, 117, 0, 0, 770, 771, 5, 110, 0, 0, 771, 772, 5, 105, 0, 0, 772, 773, 5, 113, 0, 0, 773, 774, 5, 117, 0, 0, 774, 775, 5, 101, 0, 0, 775, 138, 1, 0, 0, 0, 776, 777, 5, 109, 0, 0, 777, 778, 5, 97, 0, 0, 778, 779, 5, 110, 0, 0, 779, 780, 5, 121, 0, 0, 780, 140, 1, 0, 0, 0, 781, 782, 5, 111, 0, 0, 782, 783, 5, 114, 0, 0, 783, 784, 5, 100, 0, 0, 784, 785, 5, 101, 0, 0, 785, 786, 5, 114, 0, 0, 786, 787, 5, 101, 0, 0, 787, 788, 5, 100, 0, 0, 788, 142, 1, 0, 0, 0, 789, 790, 5, 117, 0, 0, 790, 791, 5, 110, 0, 0, 791, 792, 5, 105, 0, 0, 792, 793, 5, 116, 0, 0, 793, 144, 1, 0, 0, 0, 794, 795, 5, 119, 0, 0, 795, 796, 5, 97, 0, 0, 796, 797, 5, 116, 0, 0, 797, 798, 5, 99, 0, 0, 798, 799, 5, 104, 0, 0, 799, 800, 5, 45, 0, 0, 800, 801, 5, 104, 0, 0, 801, 802, 5, 97, 0, 0, 802, 803, 5, 110, 0, 0, 803, 804, 5, 100, 0, 0, 804, 805, 5, 108, 0, 0, 805, 806, 5, 101, 0, 0, 806, 146, 1, 0, 0, 0, 807, 808, 5, 109, 0, 0, 808, 809, 5, 101, 0, 0, 809, 810, 5, 115, 0, 0, 810, 811, 5, 115, 0, 0, 811, 812, 5, 97, 0, 0, 812, 813, 5, 103, 0, 0, 813, 814, 5, 101, 0, 0, 814, 148, 1, 0, 0, 0, 815, 816, 5, 97, 0, 0, 816, 817, 5, 116, 0, 0, 817, 818, 5, 111, 0, 0, 818, 819, 5, 109, 0, 0, 819, 820, 5, 45, 0, 0, 820, 821, 5, 114, 0, 0, 821, 822, 5, 101, 0, 0, 822, 823, 5, 102, 0, 0, 823, 150, 1, 0, 0, 0, 824, 825, 5, 105, 0, 0, 825, 826, 5, 110, 0, 0, 826, 827, 5, 116, 0, 0, 827, 828, 5, 101, 0, 0, 828, 829, 5, 114, 0, 0, 829, 830, 5, 102, 0, 0, 830, 831, 5, 97, 0, 0, 831, 832, 5, 99, 0, 0, 832, 833, 5, 101, 0, 0, 833, 834, 5, 45, 0, 0, 834, 835, 5, 114, 0, 0, 835, 836, 5, 101, 0, 0, 836, 837, 5, 102, 0, 0, 837, 152, 1, 0, 0, 0, 838, 839, 5, 111, 0, 0, 839, 840, 5, 112, 0, 0, 840, 841, 5, 116, 0, 0, 841, 842, 5, 105, 0, 0, 842, 843, 5, 111, 0, 0, 843, 844, 5, 110, 0, 0, 844, 845, 5, 97, 0, 0, 845, 846, 5, 108, 0, 0, 846, 154, 1, 0, 0, 0, 847, 848, 5, 108, 0, 0, 848, 849, 5, 105, 0, 0, 849, 850, 5, 115, 0, 0, 850, 851, 5, 116, 0, 0, 851, 156, 1, 0, 0, 0, 852, 853, 5, 98, 0, 0, 853, 854, 5, 111, 0, 0, 854, 855, 5, 111, 0, 0, 855, 856, 5, 108, 0, 0, 856, 158, 1, 0, 0, 0, 857, 858, 5, 98, 0, 0, 858, 859, 5, 121, 0, 0, 859, 860, 5, 116, 0, 0, 860, 861, 5, 101, 0, 0, 861, 862, 5, 115, 0, 0, 862, 160, 1, 0, 0, 0, 863, 864, 5, 100, 0, 0, 864, 865, 5, 111, 0, 0, 865, 866, 5, 117, 0, 0, 866, 867, 5, 98, 0, 0, 867, 868, 5, 108, 0, 0, 868, 869, 5, 101, 0, 0, 869, 162, 1, 0, 0, 0, 870, 871, 5, 105, 0, 0, 871, 872, 5, 110, 0, 0, 872, 873, 5, 116, 0, 0, 873, 874, 5, 51, 0, 0, 874, 875, 5, 50, 0, 0, 875, 164, 1, 0, 0, 0, 876, 877, 5, 105, 0, 0, 877, 878, 5, 110, 0, 0, 878, 879, 5, 116, 0, 0, 879, 880, 5, 54, 0, 0, 880, 881, 5, 52, 0, 0, 881, 166, 1, 0, 0, 0, 882, 883, 5, 115, 0, 0, 883, 884, 5, 116, 0, 0, 884, 885, 5, 114, 0, 0, 885, 886, 5, 105, 0, 0, 886, 887, 5, 110, 0, 0, 887, 888, 5, 103, 0, 0, 888, 168, 1, 0, 0, 0, 889, 890, 5, 117, 0, 0, 890, 891, 5, 105, 0, 0, 891, 892, 5, 110, 0, 0, 892, 893, 5, 116, 0, 0, 893, 894, 5, 51, 0, 0, 894, 895, 5, 50, 0, 0, 895, 170, 1, 0, 0, 0, 896, 897, 5, 117, 0, 0, 897, 898, 5, 105, 0, 0, 898, 899, 5, 110, 0, 0, 899, 900, 5, 116, 0, 0, 900, 901, 5, 54, 0, 0, 901, 902, 5, 52, 0, 0, 902, 172, 1, 0, 0, 0, 903, 904, 5, 116, 0, 0, 904, 905, 5, 114, 0, 0, 905, 906, 5, 117, 0, 0, 906, 907, 5, 101, 0, 0, 907, 174, 1, 0, 0, 0, 908, 909, 5, 102, 0, 0, 909, 910, 5, 97, 0, 0, 910, 911, 5, 108, 0, 0, 911, 912, 5, 115, 0, 0, 912, 913, 5, 101, 0, 0, 913, 176, 1, 0, 0, 0, 914, 915, 5, 110, 0, 0, 915, 916, 5, 117, 0, 0, 916, 917, 5, 108, 0, 0, 917, 918, 5, 108, 0, 0, 918, 178, 1, 0, 0, 0, 919, 920, 5, 45, 0, 0, 920, 921, 5, 62, 0, 0, 921, 180, 1, 0, 0, 0, 922, 923, 5, 58, 0, 0, 923, 182, 1, 0, 0, 0, 924, 925, 5, 59, 0, 0, 925, 184, 1, 0, 0, 0, 926, 927, 5, 44, 0, 0, 927, 186, 1, 0, 0, 0, 928, 929, 5, 46, 0, 0, 929, 188, 1, 0, 0, 0, 930, 931, 5, 123, 0, 0, 931, 190, 1, 0, 0, 0, 932, 933, 5, 125, 0, 0, 933, 192, 1, 0, 0, 0, 934, 935, 5, 91, 0, 0, 935, 194, 1, 0, 0, 0, 936, 937, 5, 93, 0, 0, 937, 196, 1, 0, 0, 0, 938, 939, 5, 40, 0, 0, 939, 198, 1, 0, 0, 0, 940, 941, 5, 41, 0, 0, 941, 200, 1, 0, 0, 0, 942, 943, 5, 60, 0, 0, 943, 202, 1, 0, 0, 0, 944, 945, 5, 62, 0, 0, 945, 204, 1, 0, 0, 0, 946, 948, 5, 45, 0, 0, 947, 946, 1, 0, 0, 0, 947, 948, 1, 0, 0, 0, 948, 950, 1, 0, 0, 0, 949, 951, 7, 0, 0, 0, 950, 949, 1, 0, 0, 0, 951, 952, 1, 0, 0, 0, 952, 950, 1, 0, 0, 0, 952, 953, 1, 0, 0, 0, 953, 206, 1, 0, 0, 0, 954, 956, 5, 45, 0, 0, 955, 954, 1, 0, 0, 0, 955, 956, 1, 0, 0, 0, 956, 965, 1, 0, 0, 0, 957, 966, 5, 48, 0, 0, 958, 962, 7, 1, 0, 0, 959, 961, 7, 0, 0, 0, 960, 959, 1, 0, 0, 0, 961, 964, 1, 0, 0, 0, 962, 960, 1, 0, 0, 0, 962, 963, 1, 0, 0, 0, 963, 966, 1, 0, 0, 0, 964, 962, 1, 0, 0, 0, 965, 957, 1, 0, 0, 0, 965, 958, 1, 0, 0, 0, 966, 973, 1, 0, 0, 0, 967, 969, 5, 46, 0, 0, 968, 970, 7, 0, 0, 0, 969, 968, 1, 0, 0, 0, 970, 971, 1, 0, 0, 0, 971, 969, 1, 0, 0, 0, 971, 972, 1, 0, 0, 0, 972, 974, 1, 0, 0, 0, 973, 967, 1, 0, 0, 0, 973, 974, 1, 0, 0, 0, 974, 984, 1, 0, 0, 0, 975, 977, 7, 2, 0, 0, 976, 978, 7, 3, 0, 0, 977, 976, 1, 0, 0, 0, 977, 978, 1, 0, 0, 0, 978, 980, 1, 0, 0, 0, 979, 981, 7, 0, 0, 0, 980, 979, 1, 0, 0, 0, 981, 982, 1, 0, 0, 0, 982, 980, 1, 0, 0, 0, 982, 983, 1, 0, 0, 0, 983, 985, 1, 0, 0, 0, 984, 975, 1, 0, 0, 0, 984, 985, 1, 0, 0, 0, 985, 208, 1, 0, 0, 0, 986, 990, 7, 4, 0, 0, 987, 989, 7, 5, 0, 0, 988, 987, 1, 0, 0, 0, 989, 992, 1, 0, 0, 0, 990, 988, 1, 0, 0, 0, 990, 991, 1, 0, 0, 0, 991, 210, 1, 0, 0, 0, 992, 990, 1, 0, 0, 0, 993, 998, 5, 34, 0, 0, 994, 997, 3, 213, 106, 0, 995, 997, 8, 6, 0, 0, 996, 994, 1, 0, 0, 0, 996, 995, 1, 0, 0, 0, 997, 1000, 1, 0, 0, 0, 998, 996, 1, 0, 0, 0, 998, 999, 1, 0, 0, 0, 999, 1001, 1, 0, 0, 0, 1000, 998, 1, 0, 0, 0, 1001, 1002, 5, 34, 0, 0, 1002, 212, 1, 0, 0, 0, 1003, 1011, 5, 92, 0, 0, 1004, 1012, 7, 7, 0, 0, 1005, 1006, 5, 117, 0, 0, 1006, 1007, 3, 215, 107, 0, 1007, 1008, 3, 215, 107, 0, 1008, 1009, 3, 215, 107, 0, 1009, 1010, 3, 215, 107, 0, 1010, 1012, 1, 0, 0, 0, 1011, 1004, 1, 0, 0, 0, 1011, 1005, 1, 0, 0, 0, 1012, 214, 1, 0, 0, 0, 1013, 1014, 7, 8, 0, 0, 1014, 216, 1, 0, 0, 0, 1015, 1016, 5, 47, 0, 0, 1016, 1017, 5, 47, 0, 0, 1017, 1021, 1, 0, 0, 0, 1018, 1020, 8, 9, 0, 0, 1019, 1018, 1, 0, 0, 0, 1020, 1023, 1, 0, 0, 0, 1021, 1019, 1, 0, 0, 0, 1021, 1022, 1, 0, 0, 0, 1022, 1024, 1, 0, 0, 0, 1023, 1021, 1, 0, 0, 0, 1024, 1025, 6, 108, 0, 0, 1025, 218, 1, 0, 0, 0, 1026, 1027, 5, 47, 0, 0, 1027, 1028, 5, 42, 0, 0, 1028, 1032, 1, 0, 0, 0, 1029, 1031, 9, 0, 0, 0, 1030, 1029, 1, 0, 0, 0, 1031, 1034, 1, 0, 0, 0, 1032, 1033, 1, 0, 0, 0, 1032, 1030, 1, 0, 0, 0, 1033, 1035, 1, 0, 0, 0, 1034, 1032, 1, 0, 0, 0, 1035, 1036, 5, 42, 0, 0, 1036, 1037, 5, 47, 0, 0, 1037, 1038, 1, 0, 0, 0, 1038, 1039, 6, 109, 0, 0, 1039, 220, 1, 0, 0, 0, 1040, 1042, 7, 10, 0, 0, 1041, 1040, 1, 0, 0, 0, 1042, 1043, 1, 0, 0, 0, 1043, 1041, 1, 0, 0, 0, 1043, 1044, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 1046, 6, 110, 0, 0, 1046, 222, 1, 0, 0, 0, 18, 0, 947, 952, 955, 962, 965, 971, 973, 977, 982, 984, 990, 996, 998, 1011, 1021, 1032, 1043, 1, 0, 1, 0] \ No newline at end of file +[4, 0, 110, 1056, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 92, 1, 92, 1, 93, 1, 93, 1, 94, 1, 94, 1, 95, 1, 95, 1, 96, 1, 96, 1, 97, 1, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 100, 1, 100, 1, 101, 1, 101, 1, 102, 1, 102, 1, 103, 3, 103, 957, 8, 103, 1, 103, 4, 103, 960, 8, 103, 11, 103, 12, 103, 961, 1, 104, 3, 104, 965, 8, 104, 1, 104, 1, 104, 1, 104, 5, 104, 970, 8, 104, 10, 104, 12, 104, 973, 9, 104, 3, 104, 975, 8, 104, 1, 104, 1, 104, 4, 104, 979, 8, 104, 11, 104, 12, 104, 980, 3, 104, 983, 8, 104, 1, 104, 1, 104, 3, 104, 987, 8, 104, 1, 104, 4, 104, 990, 8, 104, 11, 104, 12, 104, 991, 3, 104, 994, 8, 104, 1, 105, 1, 105, 5, 105, 998, 8, 105, 10, 105, 12, 105, 1001, 9, 105, 1, 106, 1, 106, 1, 106, 5, 106, 1006, 8, 106, 10, 106, 12, 106, 1009, 9, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 1021, 8, 107, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 5, 109, 1029, 8, 109, 10, 109, 12, 109, 1032, 9, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 5, 110, 1040, 8, 110, 10, 110, 12, 110, 1043, 9, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 4, 111, 1051, 8, 111, 11, 111, 12, 111, 1052, 1, 111, 1, 111, 1, 1041, 0, 112, 1, 1, 3, 2, 5, 3, 7, 4, 9, 5, 11, 6, 13, 7, 15, 8, 17, 9, 19, 10, 21, 11, 23, 12, 25, 13, 27, 14, 29, 15, 31, 16, 33, 17, 35, 18, 37, 19, 39, 20, 41, 21, 43, 22, 45, 23, 47, 24, 49, 25, 51, 26, 53, 27, 55, 28, 57, 29, 59, 30, 61, 31, 63, 32, 65, 33, 67, 34, 69, 35, 71, 36, 73, 37, 75, 38, 77, 39, 79, 40, 81, 41, 83, 42, 85, 43, 87, 44, 89, 45, 91, 46, 93, 47, 95, 48, 97, 49, 99, 50, 101, 51, 103, 52, 105, 53, 107, 54, 109, 55, 111, 56, 113, 57, 115, 58, 117, 59, 119, 60, 121, 61, 123, 62, 125, 63, 127, 64, 129, 65, 131, 66, 133, 67, 135, 68, 137, 69, 139, 70, 141, 71, 143, 72, 145, 73, 147, 74, 149, 75, 151, 76, 153, 77, 155, 78, 157, 79, 159, 80, 161, 81, 163, 82, 165, 83, 167, 84, 169, 85, 171, 86, 173, 87, 175, 88, 177, 89, 179, 90, 181, 91, 183, 92, 185, 93, 187, 94, 189, 95, 191, 96, 193, 97, 195, 98, 197, 99, 199, 100, 201, 101, 203, 102, 205, 103, 207, 104, 209, 105, 211, 106, 213, 107, 215, 0, 217, 0, 219, 108, 221, 109, 223, 110, 1, 0, 11, 1, 0, 48, 57, 1, 0, 49, 57, 2, 0, 69, 69, 101, 101, 2, 0, 43, 43, 45, 45, 3, 0, 65, 90, 95, 95, 97, 122, 4, 0, 48, 57, 65, 90, 95, 95, 97, 122, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 8, 0, 34, 34, 47, 47, 92, 92, 98, 98, 102, 102, 110, 110, 114, 114, 116, 116, 3, 0, 48, 57, 65, 70, 97, 102, 2, 0, 10, 10, 13, 13, 3, 0, 9, 10, 13, 13, 32, 32, 1070, 0, 1, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 5, 1, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 11, 1, 0, 0, 0, 0, 13, 1, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 17, 1, 0, 0, 0, 0, 19, 1, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 27, 1, 0, 0, 0, 0, 29, 1, 0, 0, 0, 0, 31, 1, 0, 0, 0, 0, 33, 1, 0, 0, 0, 0, 35, 1, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 39, 1, 0, 0, 0, 0, 41, 1, 0, 0, 0, 0, 43, 1, 0, 0, 0, 0, 45, 1, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 49, 1, 0, 0, 0, 0, 51, 1, 0, 0, 0, 0, 53, 1, 0, 0, 0, 0, 55, 1, 0, 0, 0, 0, 57, 1, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 61, 1, 0, 0, 0, 0, 63, 1, 0, 0, 0, 0, 65, 1, 0, 0, 0, 0, 67, 1, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 71, 1, 0, 0, 0, 0, 73, 1, 0, 0, 0, 0, 75, 1, 0, 0, 0, 0, 77, 1, 0, 0, 0, 0, 79, 1, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 85, 1, 0, 0, 0, 0, 87, 1, 0, 0, 0, 0, 89, 1, 0, 0, 0, 0, 91, 1, 0, 0, 0, 0, 93, 1, 0, 0, 0, 0, 95, 1, 0, 0, 0, 0, 97, 1, 0, 0, 0, 0, 99, 1, 0, 0, 0, 0, 101, 1, 0, 0, 0, 0, 103, 1, 0, 0, 0, 0, 105, 1, 0, 0, 0, 0, 107, 1, 0, 0, 0, 0, 109, 1, 0, 0, 0, 0, 111, 1, 0, 0, 0, 0, 113, 1, 0, 0, 0, 0, 115, 1, 0, 0, 0, 0, 117, 1, 0, 0, 0, 0, 119, 1, 0, 0, 0, 0, 121, 1, 0, 0, 0, 0, 123, 1, 0, 0, 0, 0, 125, 1, 0, 0, 0, 0, 127, 1, 0, 0, 0, 0, 129, 1, 0, 0, 0, 0, 131, 1, 0, 0, 0, 0, 133, 1, 0, 0, 0, 0, 135, 1, 0, 0, 0, 0, 137, 1, 0, 0, 0, 0, 139, 1, 0, 0, 0, 0, 141, 1, 0, 0, 0, 0, 143, 1, 0, 0, 0, 0, 145, 1, 0, 0, 0, 0, 147, 1, 0, 0, 0, 0, 149, 1, 0, 0, 0, 0, 151, 1, 0, 0, 0, 0, 153, 1, 0, 0, 0, 0, 155, 1, 0, 0, 0, 0, 157, 1, 0, 0, 0, 0, 159, 1, 0, 0, 0, 0, 161, 1, 0, 0, 0, 0, 163, 1, 0, 0, 0, 0, 165, 1, 0, 0, 0, 0, 167, 1, 0, 0, 0, 0, 169, 1, 0, 0, 0, 0, 171, 1, 0, 0, 0, 0, 173, 1, 0, 0, 0, 0, 175, 1, 0, 0, 0, 0, 177, 1, 0, 0, 0, 0, 179, 1, 0, 0, 0, 0, 181, 1, 0, 0, 0, 0, 183, 1, 0, 0, 0, 0, 185, 1, 0, 0, 0, 0, 187, 1, 0, 0, 0, 0, 189, 1, 0, 0, 0, 0, 191, 1, 0, 0, 0, 0, 193, 1, 0, 0, 0, 0, 195, 1, 0, 0, 0, 0, 197, 1, 0, 0, 0, 0, 199, 1, 0, 0, 0, 0, 201, 1, 0, 0, 0, 0, 203, 1, 0, 0, 0, 0, 205, 1, 0, 0, 0, 0, 207, 1, 0, 0, 0, 0, 209, 1, 0, 0, 0, 0, 211, 1, 0, 0, 0, 0, 213, 1, 0, 0, 0, 0, 219, 1, 0, 0, 0, 0, 221, 1, 0, 0, 0, 0, 223, 1, 0, 0, 0, 1, 225, 1, 0, 0, 0, 3, 235, 1, 0, 0, 0, 5, 244, 1, 0, 0, 0, 7, 251, 1, 0, 0, 0, 9, 260, 1, 0, 0, 0, 11, 265, 1, 0, 0, 0, 13, 275, 1, 0, 0, 0, 15, 286, 1, 0, 0, 0, 17, 294, 1, 0, 0, 0, 19, 300, 1, 0, 0, 0, 21, 309, 1, 0, 0, 0, 23, 319, 1, 0, 0, 0, 25, 328, 1, 0, 0, 0, 27, 340, 1, 0, 0, 0, 29, 351, 1, 0, 0, 0, 31, 357, 1, 0, 0, 0, 33, 365, 1, 0, 0, 0, 35, 368, 1, 0, 0, 0, 37, 373, 1, 0, 0, 0, 39, 376, 1, 0, 0, 0, 41, 384, 1, 0, 0, 0, 43, 391, 1, 0, 0, 0, 45, 397, 1, 0, 0, 0, 47, 402, 1, 0, 0, 0, 49, 413, 1, 0, 0, 0, 51, 418, 1, 0, 0, 0, 53, 424, 1, 0, 0, 0, 55, 428, 1, 0, 0, 0, 57, 440, 1, 0, 0, 0, 59, 443, 1, 0, 0, 0, 61, 450, 1, 0, 0, 0, 63, 453, 1, 0, 0, 0, 65, 460, 1, 0, 0, 0, 67, 468, 1, 0, 0, 0, 69, 475, 1, 0, 0, 0, 71, 486, 1, 0, 0, 0, 73, 493, 1, 0, 0, 0, 75, 502, 1, 0, 0, 0, 77, 517, 1, 0, 0, 0, 79, 527, 1, 0, 0, 0, 81, 540, 1, 0, 0, 0, 83, 546, 1, 0, 0, 0, 85, 563, 1, 0, 0, 0, 87, 566, 1, 0, 0, 0, 89, 570, 1, 0, 0, 0, 91, 575, 1, 0, 0, 0, 93, 581, 1, 0, 0, 0, 95, 590, 1, 0, 0, 0, 97, 599, 1, 0, 0, 0, 99, 603, 1, 0, 0, 0, 101, 607, 1, 0, 0, 0, 103, 611, 1, 0, 0, 0, 105, 617, 1, 0, 0, 0, 107, 623, 1, 0, 0, 0, 109, 628, 1, 0, 0, 0, 111, 633, 1, 0, 0, 0, 113, 639, 1, 0, 0, 0, 115, 647, 1, 0, 0, 0, 117, 655, 1, 0, 0, 0, 119, 666, 1, 0, 0, 0, 121, 671, 1, 0, 0, 0, 123, 683, 1, 0, 0, 0, 125, 694, 1, 0, 0, 0, 127, 704, 1, 0, 0, 0, 129, 716, 1, 0, 0, 0, 131, 736, 1, 0, 0, 0, 133, 741, 1, 0, 0, 0, 135, 754, 1, 0, 0, 0, 137, 766, 1, 0, 0, 0, 139, 778, 1, 0, 0, 0, 141, 783, 1, 0, 0, 0, 143, 791, 1, 0, 0, 0, 145, 796, 1, 0, 0, 0, 147, 809, 1, 0, 0, 0, 149, 817, 1, 0, 0, 0, 151, 826, 1, 0, 0, 0, 153, 840, 1, 0, 0, 0, 155, 849, 1, 0, 0, 0, 157, 854, 1, 0, 0, 0, 159, 861, 1, 0, 0, 0, 161, 866, 1, 0, 0, 0, 163, 872, 1, 0, 0, 0, 165, 879, 1, 0, 0, 0, 167, 885, 1, 0, 0, 0, 169, 891, 1, 0, 0, 0, 171, 898, 1, 0, 0, 0, 173, 905, 1, 0, 0, 0, 175, 912, 1, 0, 0, 0, 177, 917, 1, 0, 0, 0, 179, 923, 1, 0, 0, 0, 181, 928, 1, 0, 0, 0, 183, 931, 1, 0, 0, 0, 185, 933, 1, 0, 0, 0, 187, 935, 1, 0, 0, 0, 189, 937, 1, 0, 0, 0, 191, 939, 1, 0, 0, 0, 193, 941, 1, 0, 0, 0, 195, 943, 1, 0, 0, 0, 197, 945, 1, 0, 0, 0, 199, 947, 1, 0, 0, 0, 201, 949, 1, 0, 0, 0, 203, 951, 1, 0, 0, 0, 205, 953, 1, 0, 0, 0, 207, 956, 1, 0, 0, 0, 209, 964, 1, 0, 0, 0, 211, 995, 1, 0, 0, 0, 213, 1002, 1, 0, 0, 0, 215, 1012, 1, 0, 0, 0, 217, 1022, 1, 0, 0, 0, 219, 1024, 1, 0, 0, 0, 221, 1035, 1, 0, 0, 0, 223, 1050, 1, 0, 0, 0, 225, 226, 5, 119, 0, 0, 226, 227, 5, 111, 0, 0, 227, 228, 5, 114, 0, 0, 228, 229, 5, 107, 0, 0, 229, 230, 5, 115, 0, 0, 230, 231, 5, 112, 0, 0, 231, 232, 5, 97, 0, 0, 232, 233, 5, 99, 0, 0, 233, 234, 5, 101, 0, 0, 234, 2, 1, 0, 0, 0, 235, 236, 5, 102, 0, 0, 236, 237, 5, 114, 0, 0, 237, 238, 5, 97, 0, 0, 238, 239, 5, 103, 0, 0, 239, 240, 5, 109, 0, 0, 240, 241, 5, 101, 0, 0, 241, 242, 5, 110, 0, 0, 242, 243, 5, 116, 0, 0, 243, 4, 1, 0, 0, 0, 244, 245, 5, 105, 0, 0, 245, 246, 5, 109, 0, 0, 246, 247, 5, 112, 0, 0, 247, 248, 5, 111, 0, 0, 248, 249, 5, 114, 0, 0, 249, 250, 5, 116, 0, 0, 250, 6, 1, 0, 0, 0, 251, 252, 5, 101, 0, 0, 252, 253, 5, 120, 0, 0, 253, 254, 5, 116, 0, 0, 254, 255, 5, 101, 0, 0, 255, 256, 5, 114, 0, 0, 256, 257, 5, 110, 0, 0, 257, 258, 5, 97, 0, 0, 258, 259, 5, 108, 0, 0, 259, 8, 1, 0, 0, 0, 260, 261, 5, 97, 0, 0, 261, 262, 5, 116, 0, 0, 262, 263, 5, 111, 0, 0, 263, 264, 5, 109, 0, 0, 264, 10, 1, 0, 0, 0, 265, 266, 5, 105, 0, 0, 266, 267, 5, 110, 0, 0, 267, 268, 5, 116, 0, 0, 268, 269, 5, 101, 0, 0, 269, 270, 5, 114, 0, 0, 270, 271, 5, 102, 0, 0, 271, 272, 5, 97, 0, 0, 272, 273, 5, 99, 0, 0, 273, 274, 5, 101, 0, 0, 274, 12, 1, 0, 0, 0, 275, 276, 5, 105, 0, 0, 276, 277, 5, 110, 0, 0, 277, 278, 5, 116, 0, 0, 278, 279, 5, 101, 0, 0, 279, 280, 5, 114, 0, 0, 280, 281, 5, 102, 0, 0, 281, 282, 5, 97, 0, 0, 282, 283, 5, 99, 0, 0, 283, 284, 5, 101, 0, 0, 284, 285, 5, 115, 0, 0, 285, 14, 1, 0, 0, 0, 286, 287, 5, 112, 0, 0, 287, 288, 5, 97, 0, 0, 288, 289, 5, 99, 0, 0, 289, 290, 5, 107, 0, 0, 290, 291, 5, 97, 0, 0, 291, 292, 5, 103, 0, 0, 292, 293, 5, 101, 0, 0, 293, 16, 1, 0, 0, 0, 294, 295, 5, 118, 0, 0, 295, 296, 5, 97, 0, 0, 296, 297, 5, 108, 0, 0, 297, 298, 5, 117, 0, 0, 298, 299, 5, 101, 0, 0, 299, 18, 1, 0, 0, 0, 300, 301, 5, 114, 0, 0, 301, 302, 5, 101, 0, 0, 302, 303, 5, 108, 0, 0, 303, 304, 5, 97, 0, 0, 304, 305, 5, 116, 0, 0, 305, 306, 5, 105, 0, 0, 306, 307, 5, 111, 0, 0, 307, 308, 5, 110, 0, 0, 308, 20, 1, 0, 0, 0, 309, 310, 5, 111, 0, 0, 310, 311, 5, 112, 0, 0, 311, 312, 5, 101, 0, 0, 312, 313, 5, 114, 0, 0, 313, 314, 5, 97, 0, 0, 314, 315, 5, 116, 0, 0, 315, 316, 5, 105, 0, 0, 316, 317, 5, 111, 0, 0, 317, 318, 5, 110, 0, 0, 318, 22, 1, 0, 0, 0, 319, 320, 5, 102, 0, 0, 320, 321, 5, 117, 0, 0, 321, 322, 5, 110, 0, 0, 322, 323, 5, 99, 0, 0, 323, 324, 5, 116, 0, 0, 324, 325, 5, 105, 0, 0, 325, 326, 5, 111, 0, 0, 326, 327, 5, 110, 0, 0, 327, 24, 1, 0, 0, 0, 328, 329, 5, 99, 0, 0, 329, 330, 5, 111, 0, 0, 330, 331, 5, 110, 0, 0, 331, 332, 5, 115, 0, 0, 332, 333, 5, 116, 0, 0, 333, 334, 5, 114, 0, 0, 334, 335, 5, 117, 0, 0, 335, 336, 5, 99, 0, 0, 336, 337, 5, 116, 0, 0, 337, 338, 5, 111, 0, 0, 338, 339, 5, 114, 0, 0, 339, 26, 1, 0, 0, 0, 340, 341, 5, 99, 0, 0, 341, 342, 5, 111, 0, 0, 342, 343, 5, 110, 0, 0, 343, 344, 5, 115, 0, 0, 344, 345, 5, 116, 0, 0, 345, 346, 5, 114, 0, 0, 346, 347, 5, 117, 0, 0, 347, 348, 5, 99, 0, 0, 348, 349, 5, 116, 0, 0, 349, 350, 5, 115, 0, 0, 350, 28, 1, 0, 0, 0, 351, 352, 5, 105, 0, 0, 352, 353, 5, 110, 0, 0, 353, 354, 5, 112, 0, 0, 354, 355, 5, 117, 0, 0, 355, 356, 5, 116, 0, 0, 356, 30, 1, 0, 0, 0, 357, 358, 5, 99, 0, 0, 358, 359, 5, 111, 0, 0, 359, 360, 5, 110, 0, 0, 360, 361, 5, 102, 0, 0, 361, 362, 5, 111, 0, 0, 362, 363, 5, 114, 0, 0, 363, 364, 5, 109, 0, 0, 364, 32, 1, 0, 0, 0, 365, 366, 5, 97, 0, 0, 366, 367, 5, 115, 0, 0, 367, 34, 1, 0, 0, 0, 368, 369, 5, 98, 0, 0, 369, 370, 5, 105, 0, 0, 370, 371, 5, 110, 0, 0, 371, 372, 5, 100, 0, 0, 372, 36, 1, 0, 0, 0, 373, 374, 5, 116, 0, 0, 374, 375, 5, 111, 0, 0, 375, 38, 1, 0, 0, 0, 376, 377, 5, 112, 0, 0, 377, 378, 5, 114, 0, 0, 378, 379, 5, 105, 0, 0, 379, 380, 5, 118, 0, 0, 380, 381, 5, 97, 0, 0, 381, 382, 5, 116, 0, 0, 382, 383, 5, 101, 0, 0, 383, 40, 1, 0, 0, 0, 384, 385, 5, 115, 0, 0, 385, 386, 5, 104, 0, 0, 386, 387, 5, 97, 0, 0, 387, 388, 5, 114, 0, 0, 388, 389, 5, 101, 0, 0, 389, 390, 5, 100, 0, 0, 390, 42, 1, 0, 0, 0, 391, 392, 5, 115, 0, 0, 392, 393, 5, 116, 0, 0, 393, 394, 5, 97, 0, 0, 394, 395, 5, 116, 0, 0, 395, 396, 5, 101, 0, 0, 396, 44, 1, 0, 0, 0, 397, 398, 5, 101, 0, 0, 398, 399, 5, 100, 0, 0, 399, 400, 5, 103, 0, 0, 400, 401, 5, 101, 0, 0, 401, 46, 1, 0, 0, 0, 402, 403, 5, 112, 0, 0, 403, 404, 5, 114, 0, 0, 404, 405, 5, 111, 0, 0, 405, 406, 5, 106, 0, 0, 406, 407, 5, 101, 0, 0, 407, 408, 5, 99, 0, 0, 408, 409, 5, 116, 0, 0, 409, 410, 5, 105, 0, 0, 410, 411, 5, 111, 0, 0, 411, 412, 5, 110, 0, 0, 412, 48, 1, 0, 0, 0, 413, 414, 5, 119, 0, 0, 414, 415, 5, 105, 0, 0, 415, 416, 5, 116, 0, 0, 416, 417, 5, 104, 0, 0, 417, 50, 1, 0, 0, 0, 418, 419, 5, 117, 0, 0, 419, 420, 5, 115, 0, 0, 420, 421, 5, 105, 0, 0, 421, 422, 5, 110, 0, 0, 422, 423, 5, 103, 0, 0, 423, 52, 1, 0, 0, 0, 424, 425, 5, 118, 0, 0, 425, 426, 5, 105, 0, 0, 426, 427, 5, 97, 0, 0, 427, 54, 1, 0, 0, 0, 428, 429, 5, 109, 0, 0, 429, 430, 5, 97, 0, 0, 430, 431, 5, 116, 0, 0, 431, 432, 5, 101, 0, 0, 432, 433, 5, 114, 0, 0, 433, 434, 5, 105, 0, 0, 434, 435, 5, 97, 0, 0, 435, 436, 5, 108, 0, 0, 436, 437, 5, 105, 0, 0, 437, 438, 5, 122, 0, 0, 438, 439, 5, 101, 0, 0, 439, 56, 1, 0, 0, 0, 440, 441, 5, 105, 0, 0, 441, 442, 5, 102, 0, 0, 442, 58, 1, 0, 0, 0, 443, 444, 5, 97, 0, 0, 444, 445, 5, 98, 0, 0, 445, 446, 5, 115, 0, 0, 446, 447, 5, 101, 0, 0, 447, 448, 5, 110, 0, 0, 448, 449, 5, 116, 0, 0, 449, 60, 1, 0, 0, 0, 450, 451, 5, 111, 0, 0, 451, 452, 5, 110, 0, 0, 452, 62, 1, 0, 0, 0, 453, 454, 5, 112, 0, 0, 454, 455, 5, 111, 0, 0, 455, 456, 5, 108, 0, 0, 456, 457, 5, 105, 0, 0, 457, 458, 5, 99, 0, 0, 458, 459, 5, 121, 0, 0, 459, 64, 1, 0, 0, 0, 460, 461, 5, 100, 0, 0, 461, 462, 5, 101, 0, 0, 462, 463, 5, 102, 0, 0, 463, 464, 5, 97, 0, 0, 464, 465, 5, 117, 0, 0, 465, 466, 5, 108, 0, 0, 466, 467, 5, 116, 0, 0, 467, 66, 1, 0, 0, 0, 468, 469, 5, 115, 0, 0, 469, 470, 5, 111, 0, 0, 470, 471, 5, 117, 0, 0, 471, 472, 5, 114, 0, 0, 472, 473, 5, 99, 0, 0, 473, 474, 5, 101, 0, 0, 474, 68, 1, 0, 0, 0, 475, 476, 5, 114, 0, 0, 476, 477, 5, 101, 0, 0, 477, 478, 5, 112, 0, 0, 478, 479, 5, 111, 0, 0, 479, 480, 5, 115, 0, 0, 480, 481, 5, 105, 0, 0, 481, 482, 5, 116, 0, 0, 482, 483, 5, 111, 0, 0, 483, 484, 5, 114, 0, 0, 484, 485, 5, 121, 0, 0, 485, 70, 1, 0, 0, 0, 486, 487, 5, 99, 0, 0, 487, 488, 5, 111, 0, 0, 488, 489, 5, 109, 0, 0, 489, 490, 5, 109, 0, 0, 490, 491, 5, 105, 0, 0, 491, 492, 5, 116, 0, 0, 492, 72, 1, 0, 0, 0, 493, 494, 5, 114, 0, 0, 494, 495, 5, 101, 0, 0, 495, 496, 5, 118, 0, 0, 496, 497, 5, 105, 0, 0, 497, 498, 5, 115, 0, 0, 498, 499, 5, 105, 0, 0, 499, 500, 5, 111, 0, 0, 500, 501, 5, 110, 0, 0, 501, 74, 1, 0, 0, 0, 502, 503, 5, 115, 0, 0, 503, 504, 5, 101, 0, 0, 504, 505, 5, 109, 0, 0, 505, 506, 5, 97, 0, 0, 506, 507, 5, 110, 0, 0, 507, 508, 5, 116, 0, 0, 508, 509, 5, 105, 0, 0, 509, 510, 5, 99, 0, 0, 510, 511, 5, 45, 0, 0, 511, 512, 5, 109, 0, 0, 512, 513, 5, 97, 0, 0, 513, 514, 5, 106, 0, 0, 514, 515, 5, 111, 0, 0, 515, 516, 5, 114, 0, 0, 516, 76, 1, 0, 0, 0, 517, 518, 5, 111, 0, 0, 518, 519, 5, 110, 0, 0, 519, 520, 5, 45, 0, 0, 520, 521, 5, 100, 0, 0, 521, 522, 5, 101, 0, 0, 522, 523, 5, 108, 0, 0, 523, 524, 5, 101, 0, 0, 524, 525, 5, 116, 0, 0, 525, 526, 5, 101, 0, 0, 526, 78, 1, 0, 0, 0, 527, 528, 5, 114, 0, 0, 528, 529, 5, 101, 0, 0, 529, 530, 5, 116, 0, 0, 530, 531, 5, 97, 0, 0, 531, 532, 5, 105, 0, 0, 532, 533, 5, 110, 0, 0, 533, 534, 5, 45, 0, 0, 534, 535, 5, 111, 0, 0, 535, 536, 5, 116, 0, 0, 536, 537, 5, 104, 0, 0, 537, 538, 5, 101, 0, 0, 538, 539, 5, 114, 0, 0, 539, 80, 1, 0, 0, 0, 540, 541, 5, 107, 0, 0, 541, 542, 5, 101, 0, 0, 542, 543, 5, 121, 0, 0, 543, 544, 5, 101, 0, 0, 544, 545, 5, 100, 0, 0, 545, 82, 1, 0, 0, 0, 546, 547, 5, 112, 0, 0, 547, 548, 5, 117, 0, 0, 548, 549, 5, 98, 0, 0, 549, 550, 5, 108, 0, 0, 550, 551, 5, 105, 0, 0, 551, 552, 5, 99, 0, 0, 552, 553, 5, 45, 0, 0, 553, 554, 5, 116, 0, 0, 554, 555, 5, 114, 0, 0, 555, 556, 5, 97, 0, 0, 556, 557, 5, 118, 0, 0, 557, 558, 5, 101, 0, 0, 558, 559, 5, 114, 0, 0, 559, 560, 5, 115, 0, 0, 560, 561, 5, 97, 0, 0, 561, 562, 5, 108, 0, 0, 562, 84, 1, 0, 0, 0, 563, 564, 5, 105, 0, 0, 564, 565, 5, 100, 0, 0, 565, 86, 1, 0, 0, 0, 566, 567, 5, 100, 0, 0, 567, 568, 5, 111, 0, 0, 568, 569, 5, 99, 0, 0, 569, 88, 1, 0, 0, 0, 570, 571, 5, 109, 0, 0, 571, 572, 5, 111, 0, 0, 572, 573, 5, 100, 0, 0, 573, 574, 5, 101, 0, 0, 574, 90, 1, 0, 0, 0, 575, 576, 5, 101, 0, 0, 576, 577, 5, 109, 0, 0, 577, 578, 5, 105, 0, 0, 578, 579, 5, 116, 0, 0, 579, 580, 5, 115, 0, 0, 580, 92, 1, 0, 0, 0, 581, 582, 5, 114, 0, 0, 582, 583, 5, 101, 0, 0, 583, 584, 5, 99, 0, 0, 584, 585, 5, 101, 0, 0, 585, 586, 5, 105, 0, 0, 586, 587, 5, 118, 0, 0, 587, 588, 5, 101, 0, 0, 588, 589, 5, 114, 0, 0, 589, 94, 1, 0, 0, 0, 590, 591, 5, 114, 0, 0, 591, 592, 5, 101, 0, 0, 592, 593, 5, 113, 0, 0, 593, 594, 5, 117, 0, 0, 594, 595, 5, 105, 0, 0, 595, 596, 5, 114, 0, 0, 596, 597, 5, 101, 0, 0, 597, 598, 5, 115, 0, 0, 598, 96, 1, 0, 0, 0, 599, 600, 5, 97, 0, 0, 600, 601, 5, 110, 0, 0, 601, 602, 5, 121, 0, 0, 602, 98, 1, 0, 0, 0, 603, 604, 5, 103, 0, 0, 604, 605, 5, 101, 0, 0, 605, 606, 5, 116, 0, 0, 606, 100, 1, 0, 0, 0, 607, 608, 5, 115, 0, 0, 608, 609, 5, 101, 0, 0, 609, 610, 5, 116, 0, 0, 610, 102, 1, 0, 0, 0, 611, 612, 5, 119, 0, 0, 612, 613, 5, 97, 0, 0, 613, 614, 5, 116, 0, 0, 614, 615, 5, 99, 0, 0, 615, 616, 5, 104, 0, 0, 616, 104, 1, 0, 0, 0, 617, 618, 5, 115, 0, 0, 618, 619, 5, 116, 0, 0, 619, 620, 5, 97, 0, 0, 620, 621, 5, 114, 0, 0, 621, 622, 5, 116, 0, 0, 622, 106, 1, 0, 0, 0, 623, 624, 5, 115, 0, 0, 624, 625, 5, 116, 0, 0, 625, 626, 5, 111, 0, 0, 626, 627, 5, 112, 0, 0, 627, 108, 1, 0, 0, 0, 628, 629, 5, 114, 0, 0, 629, 630, 5, 101, 0, 0, 630, 631, 5, 97, 0, 0, 631, 632, 5, 100, 0, 0, 632, 110, 1, 0, 0, 0, 633, 634, 5, 119, 0, 0, 634, 635, 5, 114, 0, 0, 635, 636, 5, 105, 0, 0, 636, 637, 5, 116, 0, 0, 637, 638, 5, 101, 0, 0, 638, 112, 1, 0, 0, 0, 639, 640, 5, 114, 0, 0, 640, 641, 5, 101, 0, 0, 641, 642, 5, 115, 0, 0, 642, 643, 5, 111, 0, 0, 643, 644, 5, 108, 0, 0, 644, 645, 5, 118, 0, 0, 645, 646, 5, 101, 0, 0, 646, 114, 1, 0, 0, 0, 647, 648, 5, 99, 0, 0, 648, 649, 5, 111, 0, 0, 649, 650, 5, 110, 0, 0, 650, 651, 5, 110, 0, 0, 651, 652, 5, 101, 0, 0, 652, 653, 5, 99, 0, 0, 653, 654, 5, 116, 0, 0, 654, 116, 1, 0, 0, 0, 655, 656, 5, 100, 0, 0, 656, 657, 5, 105, 0, 0, 657, 658, 5, 115, 0, 0, 658, 659, 5, 99, 0, 0, 659, 660, 5, 111, 0, 0, 660, 661, 5, 110, 0, 0, 661, 662, 5, 110, 0, 0, 662, 663, 5, 101, 0, 0, 663, 664, 5, 99, 0, 0, 664, 665, 5, 116, 0, 0, 665, 118, 1, 0, 0, 0, 666, 667, 5, 99, 0, 0, 667, 668, 5, 97, 0, 0, 668, 669, 5, 108, 0, 0, 669, 670, 5, 108, 0, 0, 670, 120, 1, 0, 0, 0, 671, 672, 5, 119, 0, 0, 672, 673, 5, 97, 0, 0, 673, 674, 5, 116, 0, 0, 674, 675, 5, 99, 0, 0, 675, 676, 5, 104, 0, 0, 676, 677, 5, 45, 0, 0, 677, 678, 5, 115, 0, 0, 678, 679, 5, 116, 0, 0, 679, 680, 5, 97, 0, 0, 680, 681, 5, 114, 0, 0, 681, 682, 5, 116, 0, 0, 682, 122, 1, 0, 0, 0, 683, 684, 5, 119, 0, 0, 684, 685, 5, 97, 0, 0, 685, 686, 5, 116, 0, 0, 686, 687, 5, 99, 0, 0, 687, 688, 5, 104, 0, 0, 688, 689, 5, 45, 0, 0, 689, 690, 5, 115, 0, 0, 690, 691, 5, 116, 0, 0, 691, 692, 5, 111, 0, 0, 692, 693, 5, 112, 0, 0, 693, 124, 1, 0, 0, 0, 694, 695, 5, 115, 0, 0, 695, 696, 5, 117, 0, 0, 696, 697, 5, 98, 0, 0, 697, 698, 5, 115, 0, 0, 698, 699, 5, 99, 0, 0, 699, 700, 5, 114, 0, 0, 700, 701, 5, 105, 0, 0, 701, 702, 5, 98, 0, 0, 702, 703, 5, 101, 0, 0, 703, 126, 1, 0, 0, 0, 704, 705, 5, 117, 0, 0, 705, 706, 5, 110, 0, 0, 706, 707, 5, 115, 0, 0, 707, 708, 5, 117, 0, 0, 708, 709, 5, 98, 0, 0, 709, 710, 5, 115, 0, 0, 710, 711, 5, 99, 0, 0, 711, 712, 5, 114, 0, 0, 712, 713, 5, 105, 0, 0, 713, 714, 5, 98, 0, 0, 714, 715, 5, 101, 0, 0, 715, 128, 1, 0, 0, 0, 716, 717, 5, 111, 0, 0, 717, 718, 5, 112, 0, 0, 718, 719, 5, 116, 0, 0, 719, 720, 5, 105, 0, 0, 720, 721, 5, 109, 0, 0, 721, 722, 5, 105, 0, 0, 722, 723, 5, 115, 0, 0, 723, 724, 5, 116, 0, 0, 724, 725, 5, 105, 0, 0, 725, 726, 5, 99, 0, 0, 726, 727, 5, 45, 0, 0, 727, 728, 5, 114, 0, 0, 728, 729, 5, 101, 0, 0, 729, 730, 5, 103, 0, 0, 730, 731, 5, 105, 0, 0, 731, 732, 5, 115, 0, 0, 732, 733, 5, 116, 0, 0, 733, 734, 5, 101, 0, 0, 734, 735, 5, 114, 0, 0, 735, 130, 1, 0, 0, 0, 736, 737, 5, 99, 0, 0, 737, 738, 5, 114, 0, 0, 738, 739, 5, 100, 0, 0, 739, 740, 5, 116, 0, 0, 740, 132, 1, 0, 0, 0, 741, 742, 5, 111, 0, 0, 742, 743, 5, 112, 0, 0, 743, 744, 5, 116, 0, 0, 744, 745, 5, 105, 0, 0, 745, 746, 5, 111, 0, 0, 746, 747, 5, 110, 0, 0, 747, 748, 5, 97, 0, 0, 748, 749, 5, 108, 0, 0, 749, 750, 5, 45, 0, 0, 750, 751, 5, 111, 0, 0, 751, 752, 5, 110, 0, 0, 752, 753, 5, 101, 0, 0, 753, 134, 1, 0, 0, 0, 754, 755, 5, 101, 0, 0, 755, 756, 5, 120, 0, 0, 756, 757, 5, 97, 0, 0, 757, 758, 5, 99, 0, 0, 758, 759, 5, 116, 0, 0, 759, 760, 5, 108, 0, 0, 760, 761, 5, 121, 0, 0, 761, 762, 5, 45, 0, 0, 762, 763, 5, 111, 0, 0, 763, 764, 5, 110, 0, 0, 764, 765, 5, 101, 0, 0, 765, 136, 1, 0, 0, 0, 766, 767, 5, 109, 0, 0, 767, 768, 5, 97, 0, 0, 768, 769, 5, 110, 0, 0, 769, 770, 5, 121, 0, 0, 770, 771, 5, 45, 0, 0, 771, 772, 5, 117, 0, 0, 772, 773, 5, 110, 0, 0, 773, 774, 5, 105, 0, 0, 774, 775, 5, 113, 0, 0, 775, 776, 5, 117, 0, 0, 776, 777, 5, 101, 0, 0, 777, 138, 1, 0, 0, 0, 778, 779, 5, 109, 0, 0, 779, 780, 5, 97, 0, 0, 780, 781, 5, 110, 0, 0, 781, 782, 5, 121, 0, 0, 782, 140, 1, 0, 0, 0, 783, 784, 5, 111, 0, 0, 784, 785, 5, 114, 0, 0, 785, 786, 5, 100, 0, 0, 786, 787, 5, 101, 0, 0, 787, 788, 5, 114, 0, 0, 788, 789, 5, 101, 0, 0, 789, 790, 5, 100, 0, 0, 790, 142, 1, 0, 0, 0, 791, 792, 5, 117, 0, 0, 792, 793, 5, 110, 0, 0, 793, 794, 5, 105, 0, 0, 794, 795, 5, 116, 0, 0, 795, 144, 1, 0, 0, 0, 796, 797, 5, 119, 0, 0, 797, 798, 5, 97, 0, 0, 798, 799, 5, 116, 0, 0, 799, 800, 5, 99, 0, 0, 800, 801, 5, 104, 0, 0, 801, 802, 5, 45, 0, 0, 802, 803, 5, 104, 0, 0, 803, 804, 5, 97, 0, 0, 804, 805, 5, 110, 0, 0, 805, 806, 5, 100, 0, 0, 806, 807, 5, 108, 0, 0, 807, 808, 5, 101, 0, 0, 808, 146, 1, 0, 0, 0, 809, 810, 5, 109, 0, 0, 810, 811, 5, 101, 0, 0, 811, 812, 5, 115, 0, 0, 812, 813, 5, 115, 0, 0, 813, 814, 5, 97, 0, 0, 814, 815, 5, 103, 0, 0, 815, 816, 5, 101, 0, 0, 816, 148, 1, 0, 0, 0, 817, 818, 5, 97, 0, 0, 818, 819, 5, 116, 0, 0, 819, 820, 5, 111, 0, 0, 820, 821, 5, 109, 0, 0, 821, 822, 5, 45, 0, 0, 822, 823, 5, 114, 0, 0, 823, 824, 5, 101, 0, 0, 824, 825, 5, 102, 0, 0, 825, 150, 1, 0, 0, 0, 826, 827, 5, 105, 0, 0, 827, 828, 5, 110, 0, 0, 828, 829, 5, 116, 0, 0, 829, 830, 5, 101, 0, 0, 830, 831, 5, 114, 0, 0, 831, 832, 5, 102, 0, 0, 832, 833, 5, 97, 0, 0, 833, 834, 5, 99, 0, 0, 834, 835, 5, 101, 0, 0, 835, 836, 5, 45, 0, 0, 836, 837, 5, 114, 0, 0, 837, 838, 5, 101, 0, 0, 838, 839, 5, 102, 0, 0, 839, 152, 1, 0, 0, 0, 840, 841, 5, 111, 0, 0, 841, 842, 5, 112, 0, 0, 842, 843, 5, 116, 0, 0, 843, 844, 5, 105, 0, 0, 844, 845, 5, 111, 0, 0, 845, 846, 5, 110, 0, 0, 846, 847, 5, 97, 0, 0, 847, 848, 5, 108, 0, 0, 848, 154, 1, 0, 0, 0, 849, 850, 5, 108, 0, 0, 850, 851, 5, 105, 0, 0, 851, 852, 5, 115, 0, 0, 852, 853, 5, 116, 0, 0, 853, 156, 1, 0, 0, 0, 854, 855, 5, 114, 0, 0, 855, 856, 5, 101, 0, 0, 856, 857, 5, 99, 0, 0, 857, 858, 5, 111, 0, 0, 858, 859, 5, 114, 0, 0, 859, 860, 5, 100, 0, 0, 860, 158, 1, 0, 0, 0, 861, 862, 5, 98, 0, 0, 862, 863, 5, 111, 0, 0, 863, 864, 5, 111, 0, 0, 864, 865, 5, 108, 0, 0, 865, 160, 1, 0, 0, 0, 866, 867, 5, 98, 0, 0, 867, 868, 5, 121, 0, 0, 868, 869, 5, 116, 0, 0, 869, 870, 5, 101, 0, 0, 870, 871, 5, 115, 0, 0, 871, 162, 1, 0, 0, 0, 872, 873, 5, 100, 0, 0, 873, 874, 5, 111, 0, 0, 874, 875, 5, 117, 0, 0, 875, 876, 5, 98, 0, 0, 876, 877, 5, 108, 0, 0, 877, 878, 5, 101, 0, 0, 878, 164, 1, 0, 0, 0, 879, 880, 5, 105, 0, 0, 880, 881, 5, 110, 0, 0, 881, 882, 5, 116, 0, 0, 882, 883, 5, 51, 0, 0, 883, 884, 5, 50, 0, 0, 884, 166, 1, 0, 0, 0, 885, 886, 5, 105, 0, 0, 886, 887, 5, 110, 0, 0, 887, 888, 5, 116, 0, 0, 888, 889, 5, 54, 0, 0, 889, 890, 5, 52, 0, 0, 890, 168, 1, 0, 0, 0, 891, 892, 5, 115, 0, 0, 892, 893, 5, 116, 0, 0, 893, 894, 5, 114, 0, 0, 894, 895, 5, 105, 0, 0, 895, 896, 5, 110, 0, 0, 896, 897, 5, 103, 0, 0, 897, 170, 1, 0, 0, 0, 898, 899, 5, 117, 0, 0, 899, 900, 5, 105, 0, 0, 900, 901, 5, 110, 0, 0, 901, 902, 5, 116, 0, 0, 902, 903, 5, 51, 0, 0, 903, 904, 5, 50, 0, 0, 904, 172, 1, 0, 0, 0, 905, 906, 5, 117, 0, 0, 906, 907, 5, 105, 0, 0, 907, 908, 5, 110, 0, 0, 908, 909, 5, 116, 0, 0, 909, 910, 5, 54, 0, 0, 910, 911, 5, 52, 0, 0, 911, 174, 1, 0, 0, 0, 912, 913, 5, 116, 0, 0, 913, 914, 5, 114, 0, 0, 914, 915, 5, 117, 0, 0, 915, 916, 5, 101, 0, 0, 916, 176, 1, 0, 0, 0, 917, 918, 5, 102, 0, 0, 918, 919, 5, 97, 0, 0, 919, 920, 5, 108, 0, 0, 920, 921, 5, 115, 0, 0, 921, 922, 5, 101, 0, 0, 922, 178, 1, 0, 0, 0, 923, 924, 5, 110, 0, 0, 924, 925, 5, 117, 0, 0, 925, 926, 5, 108, 0, 0, 926, 927, 5, 108, 0, 0, 927, 180, 1, 0, 0, 0, 928, 929, 5, 45, 0, 0, 929, 930, 5, 62, 0, 0, 930, 182, 1, 0, 0, 0, 931, 932, 5, 58, 0, 0, 932, 184, 1, 0, 0, 0, 933, 934, 5, 59, 0, 0, 934, 186, 1, 0, 0, 0, 935, 936, 5, 44, 0, 0, 936, 188, 1, 0, 0, 0, 937, 938, 5, 46, 0, 0, 938, 190, 1, 0, 0, 0, 939, 940, 5, 123, 0, 0, 940, 192, 1, 0, 0, 0, 941, 942, 5, 125, 0, 0, 942, 194, 1, 0, 0, 0, 943, 944, 5, 91, 0, 0, 944, 196, 1, 0, 0, 0, 945, 946, 5, 93, 0, 0, 946, 198, 1, 0, 0, 0, 947, 948, 5, 40, 0, 0, 948, 200, 1, 0, 0, 0, 949, 950, 5, 41, 0, 0, 950, 202, 1, 0, 0, 0, 951, 952, 5, 60, 0, 0, 952, 204, 1, 0, 0, 0, 953, 954, 5, 62, 0, 0, 954, 206, 1, 0, 0, 0, 955, 957, 5, 45, 0, 0, 956, 955, 1, 0, 0, 0, 956, 957, 1, 0, 0, 0, 957, 959, 1, 0, 0, 0, 958, 960, 7, 0, 0, 0, 959, 958, 1, 0, 0, 0, 960, 961, 1, 0, 0, 0, 961, 959, 1, 0, 0, 0, 961, 962, 1, 0, 0, 0, 962, 208, 1, 0, 0, 0, 963, 965, 5, 45, 0, 0, 964, 963, 1, 0, 0, 0, 964, 965, 1, 0, 0, 0, 965, 974, 1, 0, 0, 0, 966, 975, 5, 48, 0, 0, 967, 971, 7, 1, 0, 0, 968, 970, 7, 0, 0, 0, 969, 968, 1, 0, 0, 0, 970, 973, 1, 0, 0, 0, 971, 969, 1, 0, 0, 0, 971, 972, 1, 0, 0, 0, 972, 975, 1, 0, 0, 0, 973, 971, 1, 0, 0, 0, 974, 966, 1, 0, 0, 0, 974, 967, 1, 0, 0, 0, 975, 982, 1, 0, 0, 0, 976, 978, 5, 46, 0, 0, 977, 979, 7, 0, 0, 0, 978, 977, 1, 0, 0, 0, 979, 980, 1, 0, 0, 0, 980, 978, 1, 0, 0, 0, 980, 981, 1, 0, 0, 0, 981, 983, 1, 0, 0, 0, 982, 976, 1, 0, 0, 0, 982, 983, 1, 0, 0, 0, 983, 993, 1, 0, 0, 0, 984, 986, 7, 2, 0, 0, 985, 987, 7, 3, 0, 0, 986, 985, 1, 0, 0, 0, 986, 987, 1, 0, 0, 0, 987, 989, 1, 0, 0, 0, 988, 990, 7, 0, 0, 0, 989, 988, 1, 0, 0, 0, 990, 991, 1, 0, 0, 0, 991, 989, 1, 0, 0, 0, 991, 992, 1, 0, 0, 0, 992, 994, 1, 0, 0, 0, 993, 984, 1, 0, 0, 0, 993, 994, 1, 0, 0, 0, 994, 210, 1, 0, 0, 0, 995, 999, 7, 4, 0, 0, 996, 998, 7, 5, 0, 0, 997, 996, 1, 0, 0, 0, 998, 1001, 1, 0, 0, 0, 999, 997, 1, 0, 0, 0, 999, 1000, 1, 0, 0, 0, 1000, 212, 1, 0, 0, 0, 1001, 999, 1, 0, 0, 0, 1002, 1007, 5, 34, 0, 0, 1003, 1006, 3, 215, 107, 0, 1004, 1006, 8, 6, 0, 0, 1005, 1003, 1, 0, 0, 0, 1005, 1004, 1, 0, 0, 0, 1006, 1009, 1, 0, 0, 0, 1007, 1005, 1, 0, 0, 0, 1007, 1008, 1, 0, 0, 0, 1008, 1010, 1, 0, 0, 0, 1009, 1007, 1, 0, 0, 0, 1010, 1011, 5, 34, 0, 0, 1011, 214, 1, 0, 0, 0, 1012, 1020, 5, 92, 0, 0, 1013, 1021, 7, 7, 0, 0, 1014, 1015, 5, 117, 0, 0, 1015, 1016, 3, 217, 108, 0, 1016, 1017, 3, 217, 108, 0, 1017, 1018, 3, 217, 108, 0, 1018, 1019, 3, 217, 108, 0, 1019, 1021, 1, 0, 0, 0, 1020, 1013, 1, 0, 0, 0, 1020, 1014, 1, 0, 0, 0, 1021, 216, 1, 0, 0, 0, 1022, 1023, 7, 8, 0, 0, 1023, 218, 1, 0, 0, 0, 1024, 1025, 5, 47, 0, 0, 1025, 1026, 5, 47, 0, 0, 1026, 1030, 1, 0, 0, 0, 1027, 1029, 8, 9, 0, 0, 1028, 1027, 1, 0, 0, 0, 1029, 1032, 1, 0, 0, 0, 1030, 1028, 1, 0, 0, 0, 1030, 1031, 1, 0, 0, 0, 1031, 1033, 1, 0, 0, 0, 1032, 1030, 1, 0, 0, 0, 1033, 1034, 6, 109, 0, 0, 1034, 220, 1, 0, 0, 0, 1035, 1036, 5, 47, 0, 0, 1036, 1037, 5, 42, 0, 0, 1037, 1041, 1, 0, 0, 0, 1038, 1040, 9, 0, 0, 0, 1039, 1038, 1, 0, 0, 0, 1040, 1043, 1, 0, 0, 0, 1041, 1042, 1, 0, 0, 0, 1041, 1039, 1, 0, 0, 0, 1042, 1044, 1, 0, 0, 0, 1043, 1041, 1, 0, 0, 0, 1044, 1045, 5, 42, 0, 0, 1045, 1046, 5, 47, 0, 0, 1046, 1047, 1, 0, 0, 0, 1047, 1048, 6, 110, 0, 0, 1048, 222, 1, 0, 0, 0, 1049, 1051, 7, 10, 0, 0, 1050, 1049, 1, 0, 0, 0, 1051, 1052, 1, 0, 0, 0, 1052, 1050, 1, 0, 0, 0, 1052, 1053, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1055, 6, 111, 0, 0, 1055, 224, 1, 0, 0, 0, 18, 0, 956, 961, 964, 971, 974, 980, 982, 986, 991, 993, 999, 1005, 1007, 1020, 1030, 1041, 1052, 1, 0, 1, 0] \ No newline at end of file diff --git a/src/capability-language/generated/QuixosCapabilityLexer.tokens b/src/capability-language/generated/QuixosCapabilityLexer.tokens index 9616524..8571c0b 100644 --- a/src/capability-language/generated/QuixosCapabilityLexer.tokens +++ b/src/capability-language/generated/QuixosCapabilityLexer.tokens @@ -76,37 +76,38 @@ ATOM_REF=75 INTERFACE_REF=76 OPTIONAL=77 LIST=78 -BOOL=79 -BYTES=80 -DOUBLE=81 -INT32=82 -INT64=83 -STRING=84 -UINT32=85 -UINT64=86 -TRUE=87 -FALSE=88 -NULL=89 -ARROW=90 -COLON=91 -SEMI=92 -COMMA=93 -DOT=94 -LBRACE=95 -RBRACE=96 -LBRACK=97 -RBRACK=98 -LPAREN=99 -RPAREN=100 -LT=101 -GT=102 -INTEGER=103 -JSON_NUMBER=104 -IDENTIFIER=105 -STRING_LITERAL=106 -LINE_COMMENT=107 -BLOCK_COMMENT=108 -WS=109 +RECORD=79 +BOOL=80 +BYTES=81 +DOUBLE=82 +INT32=83 +INT64=84 +STRING=85 +UINT32=86 +UINT64=87 +TRUE=88 +FALSE=89 +NULL=90 +ARROW=91 +COLON=92 +SEMI=93 +COMMA=94 +DOT=95 +LBRACE=96 +RBRACE=97 +LBRACK=98 +RBRACK=99 +LPAREN=100 +RPAREN=101 +LT=102 +GT=103 +INTEGER=104 +JSON_NUMBER=105 +IDENTIFIER=106 +STRING_LITERAL=107 +LINE_COMMENT=108 +BLOCK_COMMENT=109 +WS=110 'workspace'=1 'fragment'=2 'import'=3 @@ -185,27 +186,28 @@ WS=109 'interface-ref'=76 'optional'=77 'list'=78 -'bool'=79 -'bytes'=80 -'double'=81 -'int32'=82 -'int64'=83 -'string'=84 -'uint32'=85 -'uint64'=86 -'true'=87 -'false'=88 -'null'=89 -'->'=90 -':'=91 -';'=92 -','=93 -'.'=94 -'{'=95 -'}'=96 -'['=97 -']'=98 -'('=99 -')'=100 -'<'=101 -'>'=102 +'record'=79 +'bool'=80 +'bytes'=81 +'double'=82 +'int32'=83 +'int64'=84 +'string'=85 +'uint32'=86 +'uint64'=87 +'true'=88 +'false'=89 +'null'=90 +'->'=91 +':'=92 +';'=93 +','=94 +'.'=95 +'{'=96 +'}'=97 +'['=98 +']'=99 +'('=100 +')'=101 +'<'=102 +'>'=103 diff --git a/src/capability-language/generated/QuixosCapabilityLexer.ts b/src/capability-language/generated/QuixosCapabilityLexer.ts index 97b2045..21de55e 100644 --- a/src/capability-language/generated/QuixosCapabilityLexer.ts +++ b/src/capability-language/generated/QuixosCapabilityLexer.ts @@ -82,37 +82,38 @@ export class QuixosCapabilityLexer extends antlr.Lexer { public static readonly INTERFACE_REF = 76; public static readonly OPTIONAL = 77; public static readonly LIST = 78; - public static readonly BOOL = 79; - public static readonly BYTES = 80; - public static readonly DOUBLE = 81; - public static readonly INT32 = 82; - public static readonly INT64 = 83; - public static readonly STRING = 84; - public static readonly UINT32 = 85; - public static readonly UINT64 = 86; - public static readonly TRUE = 87; - public static readonly FALSE = 88; - public static readonly NULL = 89; - public static readonly ARROW = 90; - public static readonly COLON = 91; - public static readonly SEMI = 92; - public static readonly COMMA = 93; - public static readonly DOT = 94; - public static readonly LBRACE = 95; - public static readonly RBRACE = 96; - public static readonly LBRACK = 97; - public static readonly RBRACK = 98; - public static readonly LPAREN = 99; - public static readonly RPAREN = 100; - public static readonly LT = 101; - public static readonly GT = 102; - public static readonly INTEGER = 103; - public static readonly JSON_NUMBER = 104; - public static readonly IDENTIFIER = 105; - public static readonly STRING_LITERAL = 106; - public static readonly LINE_COMMENT = 107; - public static readonly BLOCK_COMMENT = 108; - public static readonly WS = 109; + public static readonly RECORD = 79; + public static readonly BOOL = 80; + public static readonly BYTES = 81; + public static readonly DOUBLE = 82; + public static readonly INT32 = 83; + public static readonly INT64 = 84; + public static readonly STRING = 85; + public static readonly UINT32 = 86; + public static readonly UINT64 = 87; + public static readonly TRUE = 88; + public static readonly FALSE = 89; + public static readonly NULL = 90; + public static readonly ARROW = 91; + public static readonly COLON = 92; + public static readonly SEMI = 93; + public static readonly COMMA = 94; + public static readonly DOT = 95; + public static readonly LBRACE = 96; + public static readonly RBRACE = 97; + public static readonly LBRACK = 98; + public static readonly RBRACK = 99; + public static readonly LPAREN = 100; + public static readonly RPAREN = 101; + public static readonly LT = 102; + public static readonly GT = 103; + public static readonly INTEGER = 104; + public static readonly JSON_NUMBER = 105; + public static readonly IDENTIFIER = 106; + public static readonly STRING_LITERAL = 107; + public static readonly LINE_COMMENT = 108; + public static readonly BLOCK_COMMENT = 109; + public static readonly WS = 110; public static readonly channelNames = [ "DEFAULT_TOKEN_CHANNEL", "HIDDEN" @@ -133,10 +134,10 @@ export class QuixosCapabilityLexer extends antlr.Lexer { "'watch-stop'", "'subscribe'", "'unsubscribe'", "'optimistic-register'", "'crdt'", "'optional-one'", "'exactly-one'", "'many-unique'", "'many'", "'ordered'", "'unit'", "'watch-handle'", "'message'", "'atom-ref'", - "'interface-ref'", "'optional'", "'list'", "'bool'", "'bytes'", - "'double'", "'int32'", "'int64'", "'string'", "'uint32'", "'uint64'", - "'true'", "'false'", "'null'", "'->'", "':'", "';'", "','", "'.'", - "'{'", "'}'", "'['", "']'", "'('", "')'", "'<'", "'>'" + "'interface-ref'", "'optional'", "'list'", "'record'", "'bool'", + "'bytes'", "'double'", "'int32'", "'int64'", "'string'", "'uint32'", + "'uint64'", "'true'", "'false'", "'null'", "'->'", "':'", "';'", + "','", "'.'", "'{'", "'}'", "'['", "']'", "'('", "')'", "'<'", "'>'" ]; public static readonly symbolicNames = [ @@ -152,12 +153,12 @@ export class QuixosCapabilityLexer extends antlr.Lexer { "DISCONNECT", "CALL", "WATCH_START", "WATCH_STOP", "SUBSCRIBE", "UNSUBSCRIBE", "OPTIMISTIC_REGISTER", "CRDT", "OPTIONAL_ONE", "EXACTLY_ONE", "MANY_UNIQUE", "MANY", "ORDERED", "UNIT", "WATCH_HANDLE", "MESSAGE", - "ATOM_REF", "INTERFACE_REF", "OPTIONAL", "LIST", "BOOL", "BYTES", - "DOUBLE", "INT32", "INT64", "STRING", "UINT32", "UINT64", "TRUE", - "FALSE", "NULL", "ARROW", "COLON", "SEMI", "COMMA", "DOT", "LBRACE", - "RBRACE", "LBRACK", "RBRACK", "LPAREN", "RPAREN", "LT", "GT", "INTEGER", - "JSON_NUMBER", "IDENTIFIER", "STRING_LITERAL", "LINE_COMMENT", "BLOCK_COMMENT", - "WS" + "ATOM_REF", "INTERFACE_REF", "OPTIONAL", "LIST", "RECORD", "BOOL", + "BYTES", "DOUBLE", "INT32", "INT64", "STRING", "UINT32", "UINT64", + "TRUE", "FALSE", "NULL", "ARROW", "COLON", "SEMI", "COMMA", "DOT", + "LBRACE", "RBRACE", "LBRACK", "RBRACK", "LPAREN", "RPAREN", "LT", + "GT", "INTEGER", "JSON_NUMBER", "IDENTIFIER", "STRING_LITERAL", + "LINE_COMMENT", "BLOCK_COMMENT", "WS" ]; public static readonly modeNames = [ @@ -177,12 +178,12 @@ export class QuixosCapabilityLexer extends antlr.Lexer { "DISCONNECT", "CALL", "WATCH_START", "WATCH_STOP", "SUBSCRIBE", "UNSUBSCRIBE", "OPTIMISTIC_REGISTER", "CRDT", "OPTIONAL_ONE", "EXACTLY_ONE", "MANY_UNIQUE", "MANY", "ORDERED", "UNIT", "WATCH_HANDLE", "MESSAGE", - "ATOM_REF", "INTERFACE_REF", "OPTIONAL", "LIST", "BOOL", "BYTES", - "DOUBLE", "INT32", "INT64", "STRING", "UINT32", "UINT64", "TRUE", - "FALSE", "NULL", "ARROW", "COLON", "SEMI", "COMMA", "DOT", "LBRACE", - "RBRACE", "LBRACK", "RBRACK", "LPAREN", "RPAREN", "LT", "GT", "INTEGER", - "JSON_NUMBER", "IDENTIFIER", "STRING_LITERAL", "ESC", "HEX", "LINE_COMMENT", - "BLOCK_COMMENT", "WS", + "ATOM_REF", "INTERFACE_REF", "OPTIONAL", "LIST", "RECORD", "BOOL", + "BYTES", "DOUBLE", "INT32", "INT64", "STRING", "UINT32", "UINT64", + "TRUE", "FALSE", "NULL", "ARROW", "COLON", "SEMI", "COMMA", "DOT", + "LBRACE", "RBRACE", "LBRACK", "RBRACK", "LPAREN", "RPAREN", "LT", + "GT", "INTEGER", "JSON_NUMBER", "IDENTIFIER", "STRING_LITERAL", + "ESC", "HEX", "LINE_COMMENT", "BLOCK_COMMENT", "WS", ]; @@ -204,7 +205,7 @@ export class QuixosCapabilityLexer extends antlr.Lexer { public get modeNames(): string[] { return QuixosCapabilityLexer.modeNames; } public static readonly _serializedATN: number[] = [ - 4,0,109,1047,6,-1,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7, + 4,0,110,1056,6,-1,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7, 5,2,6,7,6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12, 2,13,7,13,2,14,7,14,2,15,7,15,2,16,7,16,2,17,7,17,2,18,7,18,2,19, 7,19,2,20,7,20,2,21,7,21,2,22,7,22,2,23,7,23,2,24,7,24,2,25,7,25, @@ -221,364 +222,368 @@ export class QuixosCapabilityLexer extends antlr.Lexer { 2,91,7,91,2,92,7,92,2,93,7,93,2,94,7,94,2,95,7,95,2,96,7,96,2,97, 7,97,2,98,7,98,2,99,7,99,2,100,7,100,2,101,7,101,2,102,7,102,2,103, 7,103,2,104,7,104,2,105,7,105,2,106,7,106,2,107,7,107,2,108,7,108, - 2,109,7,109,2,110,7,110,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0, - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2, - 1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,5,1,5, - 1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,6,1,6,1,6,1,6,1,6,1,6,1,6,1,6, - 1,6,1,6,1,6,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,8,1,8,1,8,1,8,1,8, - 1,8,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,10,1,10,1,10,1,10,1,10, - 1,10,1,10,1,10,1,10,1,10,1,11,1,11,1,11,1,11,1,11,1,11,1,11,1,11, - 1,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12, - 1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,14,1,14, - 1,14,1,14,1,14,1,14,1,15,1,15,1,15,1,15,1,15,1,15,1,15,1,15,1,16, - 1,16,1,16,1,17,1,17,1,17,1,17,1,17,1,18,1,18,1,18,1,19,1,19,1,19, - 1,19,1,19,1,19,1,19,1,19,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,21, - 1,21,1,21,1,21,1,21,1,21,1,22,1,22,1,22,1,22,1,22,1,23,1,23,1,23, - 1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,24,1,24,1,24,1,24,1,24, - 1,25,1,25,1,25,1,25,1,25,1,25,1,26,1,26,1,26,1,26,1,27,1,27,1,27, - 1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,28,1,28,1,28,1,29, - 1,29,1,29,1,29,1,29,1,29,1,29,1,30,1,30,1,30,1,31,1,31,1,31,1,31, - 1,31,1,31,1,31,1,32,1,32,1,32,1,32,1,32,1,32,1,32,1,32,1,33,1,33, - 1,33,1,33,1,33,1,33,1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34, - 1,34,1,34,1,34,1,35,1,35,1,35,1,35,1,35,1,35,1,35,1,36,1,36,1,36, - 1,36,1,36,1,36,1,36,1,36,1,36,1,37,1,37,1,37,1,37,1,37,1,37,1,37, - 1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,38,1,38,1,38,1,38,1,38, - 1,38,1,38,1,38,1,38,1,38,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39, - 1,39,1,39,1,39,1,39,1,39,1,40,1,40,1,40,1,40,1,40,1,40,1,41,1,41, - 1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41, - 1,41,1,41,1,42,1,42,1,42,1,43,1,43,1,43,1,43,1,44,1,44,1,44,1,44, - 1,44,1,45,1,45,1,45,1,45,1,45,1,45,1,46,1,46,1,46,1,46,1,46,1,46, - 1,46,1,46,1,46,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,48, - 1,48,1,48,1,48,1,49,1,49,1,49,1,49,1,50,1,50,1,50,1,50,1,51,1,51, - 1,51,1,51,1,51,1,51,1,52,1,52,1,52,1,52,1,52,1,52,1,53,1,53,1,53, - 1,53,1,53,1,54,1,54,1,54,1,54,1,54,1,55,1,55,1,55,1,55,1,55,1,55, - 1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,57,1,57,1,57,1,57,1,57, - 1,57,1,57,1,57,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58, - 1,58,1,59,1,59,1,59,1,59,1,59,1,60,1,60,1,60,1,60,1,60,1,60,1,60, - 1,60,1,60,1,60,1,60,1,60,1,61,1,61,1,61,1,61,1,61,1,61,1,61,1,61, - 1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62, - 1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,64, - 1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64, - 1,64,1,64,1,64,1,64,1,64,1,64,1,65,1,65,1,65,1,65,1,65,1,66,1,66, - 1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,67,1,67, - 1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,68,1,68,1,68, - 1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,69,1,69,1,69,1,69, - 1,69,1,70,1,70,1,70,1,70,1,70,1,70,1,70,1,70,1,71,1,71,1,71,1,71, - 1,71,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, - 1,72,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,74,1,74,1,74,1,74, - 1,74,1,74,1,74,1,74,1,74,1,75,1,75,1,75,1,75,1,75,1,75,1,75,1,75, - 1,75,1,75,1,75,1,75,1,75,1,75,1,76,1,76,1,76,1,76,1,76,1,76,1,76, - 1,76,1,76,1,77,1,77,1,77,1,77,1,77,1,78,1,78,1,78,1,78,1,78,1,79, - 1,79,1,79,1,79,1,79,1,79,1,80,1,80,1,80,1,80,1,80,1,80,1,80,1,81, - 1,81,1,81,1,81,1,81,1,81,1,82,1,82,1,82,1,82,1,82,1,82,1,83,1,83, - 1,83,1,83,1,83,1,83,1,83,1,84,1,84,1,84,1,84,1,84,1,84,1,84,1,85, - 1,85,1,85,1,85,1,85,1,85,1,85,1,86,1,86,1,86,1,86,1,86,1,87,1,87, - 1,87,1,87,1,87,1,87,1,88,1,88,1,88,1,88,1,88,1,89,1,89,1,89,1,90, - 1,90,1,91,1,91,1,92,1,92,1,93,1,93,1,94,1,94,1,95,1,95,1,96,1,96, - 1,97,1,97,1,98,1,98,1,99,1,99,1,100,1,100,1,101,1,101,1,102,3,102, - 948,8,102,1,102,4,102,951,8,102,11,102,12,102,952,1,103,3,103,956, - 8,103,1,103,1,103,1,103,5,103,961,8,103,10,103,12,103,964,9,103, - 3,103,966,8,103,1,103,1,103,4,103,970,8,103,11,103,12,103,971,3, - 103,974,8,103,1,103,1,103,3,103,978,8,103,1,103,4,103,981,8,103, - 11,103,12,103,982,3,103,985,8,103,1,104,1,104,5,104,989,8,104,10, - 104,12,104,992,9,104,1,105,1,105,1,105,5,105,997,8,105,10,105,12, - 105,1000,9,105,1,105,1,105,1,106,1,106,1,106,1,106,1,106,1,106,1, - 106,1,106,3,106,1012,8,106,1,107,1,107,1,108,1,108,1,108,1,108,5, - 108,1020,8,108,10,108,12,108,1023,9,108,1,108,1,108,1,109,1,109, - 1,109,1,109,5,109,1031,8,109,10,109,12,109,1034,9,109,1,109,1,109, - 1,109,1,109,1,109,1,110,4,110,1042,8,110,11,110,12,110,1043,1,110, - 1,110,1,1032,0,111,1,1,3,2,5,3,7,4,9,5,11,6,13,7,15,8,17,9,19,10, - 21,11,23,12,25,13,27,14,29,15,31,16,33,17,35,18,37,19,39,20,41,21, - 43,22,45,23,47,24,49,25,51,26,53,27,55,28,57,29,59,30,61,31,63,32, - 65,33,67,34,69,35,71,36,73,37,75,38,77,39,79,40,81,41,83,42,85,43, - 87,44,89,45,91,46,93,47,95,48,97,49,99,50,101,51,103,52,105,53,107, - 54,109,55,111,56,113,57,115,58,117,59,119,60,121,61,123,62,125,63, - 127,64,129,65,131,66,133,67,135,68,137,69,139,70,141,71,143,72,145, - 73,147,74,149,75,151,76,153,77,155,78,157,79,159,80,161,81,163,82, - 165,83,167,84,169,85,171,86,173,87,175,88,177,89,179,90,181,91,183, - 92,185,93,187,94,189,95,191,96,193,97,195,98,197,99,199,100,201, - 101,203,102,205,103,207,104,209,105,211,106,213,0,215,0,217,107, - 219,108,221,109,1,0,11,1,0,48,57,1,0,49,57,2,0,69,69,101,101,2,0, - 43,43,45,45,3,0,65,90,95,95,97,122,4,0,48,57,65,90,95,95,97,122, - 4,0,10,10,13,13,34,34,92,92,8,0,34,34,47,47,92,92,98,98,102,102, - 110,110,114,114,116,116,3,0,48,57,65,70,97,102,2,0,10,10,13,13,3, - 0,9,10,13,13,32,32,1061,0,1,1,0,0,0,0,3,1,0,0,0,0,5,1,0,0,0,0,7, - 1,0,0,0,0,9,1,0,0,0,0,11,1,0,0,0,0,13,1,0,0,0,0,15,1,0,0,0,0,17, - 1,0,0,0,0,19,1,0,0,0,0,21,1,0,0,0,0,23,1,0,0,0,0,25,1,0,0,0,0,27, - 1,0,0,0,0,29,1,0,0,0,0,31,1,0,0,0,0,33,1,0,0,0,0,35,1,0,0,0,0,37, - 1,0,0,0,0,39,1,0,0,0,0,41,1,0,0,0,0,43,1,0,0,0,0,45,1,0,0,0,0,47, - 1,0,0,0,0,49,1,0,0,0,0,51,1,0,0,0,0,53,1,0,0,0,0,55,1,0,0,0,0,57, - 1,0,0,0,0,59,1,0,0,0,0,61,1,0,0,0,0,63,1,0,0,0,0,65,1,0,0,0,0,67, - 1,0,0,0,0,69,1,0,0,0,0,71,1,0,0,0,0,73,1,0,0,0,0,75,1,0,0,0,0,77, - 1,0,0,0,0,79,1,0,0,0,0,81,1,0,0,0,0,83,1,0,0,0,0,85,1,0,0,0,0,87, - 1,0,0,0,0,89,1,0,0,0,0,91,1,0,0,0,0,93,1,0,0,0,0,95,1,0,0,0,0,97, - 1,0,0,0,0,99,1,0,0,0,0,101,1,0,0,0,0,103,1,0,0,0,0,105,1,0,0,0,0, - 107,1,0,0,0,0,109,1,0,0,0,0,111,1,0,0,0,0,113,1,0,0,0,0,115,1,0, - 0,0,0,117,1,0,0,0,0,119,1,0,0,0,0,121,1,0,0,0,0,123,1,0,0,0,0,125, - 1,0,0,0,0,127,1,0,0,0,0,129,1,0,0,0,0,131,1,0,0,0,0,133,1,0,0,0, - 0,135,1,0,0,0,0,137,1,0,0,0,0,139,1,0,0,0,0,141,1,0,0,0,0,143,1, - 0,0,0,0,145,1,0,0,0,0,147,1,0,0,0,0,149,1,0,0,0,0,151,1,0,0,0,0, - 153,1,0,0,0,0,155,1,0,0,0,0,157,1,0,0,0,0,159,1,0,0,0,0,161,1,0, - 0,0,0,163,1,0,0,0,0,165,1,0,0,0,0,167,1,0,0,0,0,169,1,0,0,0,0,171, - 1,0,0,0,0,173,1,0,0,0,0,175,1,0,0,0,0,177,1,0,0,0,0,179,1,0,0,0, - 0,181,1,0,0,0,0,183,1,0,0,0,0,185,1,0,0,0,0,187,1,0,0,0,0,189,1, - 0,0,0,0,191,1,0,0,0,0,193,1,0,0,0,0,195,1,0,0,0,0,197,1,0,0,0,0, - 199,1,0,0,0,0,201,1,0,0,0,0,203,1,0,0,0,0,205,1,0,0,0,0,207,1,0, - 0,0,0,209,1,0,0,0,0,211,1,0,0,0,0,217,1,0,0,0,0,219,1,0,0,0,0,221, - 1,0,0,0,1,223,1,0,0,0,3,233,1,0,0,0,5,242,1,0,0,0,7,249,1,0,0,0, - 9,258,1,0,0,0,11,263,1,0,0,0,13,273,1,0,0,0,15,284,1,0,0,0,17,292, - 1,0,0,0,19,298,1,0,0,0,21,307,1,0,0,0,23,317,1,0,0,0,25,326,1,0, - 0,0,27,338,1,0,0,0,29,349,1,0,0,0,31,355,1,0,0,0,33,363,1,0,0,0, - 35,366,1,0,0,0,37,371,1,0,0,0,39,374,1,0,0,0,41,382,1,0,0,0,43,389, - 1,0,0,0,45,395,1,0,0,0,47,400,1,0,0,0,49,411,1,0,0,0,51,416,1,0, - 0,0,53,422,1,0,0,0,55,426,1,0,0,0,57,438,1,0,0,0,59,441,1,0,0,0, - 61,448,1,0,0,0,63,451,1,0,0,0,65,458,1,0,0,0,67,466,1,0,0,0,69,473, - 1,0,0,0,71,484,1,0,0,0,73,491,1,0,0,0,75,500,1,0,0,0,77,515,1,0, - 0,0,79,525,1,0,0,0,81,538,1,0,0,0,83,544,1,0,0,0,85,561,1,0,0,0, - 87,564,1,0,0,0,89,568,1,0,0,0,91,573,1,0,0,0,93,579,1,0,0,0,95,588, - 1,0,0,0,97,597,1,0,0,0,99,601,1,0,0,0,101,605,1,0,0,0,103,609,1, - 0,0,0,105,615,1,0,0,0,107,621,1,0,0,0,109,626,1,0,0,0,111,631,1, - 0,0,0,113,637,1,0,0,0,115,645,1,0,0,0,117,653,1,0,0,0,119,664,1, - 0,0,0,121,669,1,0,0,0,123,681,1,0,0,0,125,692,1,0,0,0,127,702,1, - 0,0,0,129,714,1,0,0,0,131,734,1,0,0,0,133,739,1,0,0,0,135,752,1, - 0,0,0,137,764,1,0,0,0,139,776,1,0,0,0,141,781,1,0,0,0,143,789,1, - 0,0,0,145,794,1,0,0,0,147,807,1,0,0,0,149,815,1,0,0,0,151,824,1, - 0,0,0,153,838,1,0,0,0,155,847,1,0,0,0,157,852,1,0,0,0,159,857,1, - 0,0,0,161,863,1,0,0,0,163,870,1,0,0,0,165,876,1,0,0,0,167,882,1, - 0,0,0,169,889,1,0,0,0,171,896,1,0,0,0,173,903,1,0,0,0,175,908,1, - 0,0,0,177,914,1,0,0,0,179,919,1,0,0,0,181,922,1,0,0,0,183,924,1, - 0,0,0,185,926,1,0,0,0,187,928,1,0,0,0,189,930,1,0,0,0,191,932,1, - 0,0,0,193,934,1,0,0,0,195,936,1,0,0,0,197,938,1,0,0,0,199,940,1, - 0,0,0,201,942,1,0,0,0,203,944,1,0,0,0,205,947,1,0,0,0,207,955,1, - 0,0,0,209,986,1,0,0,0,211,993,1,0,0,0,213,1003,1,0,0,0,215,1013, - 1,0,0,0,217,1015,1,0,0,0,219,1026,1,0,0,0,221,1041,1,0,0,0,223,224, - 5,119,0,0,224,225,5,111,0,0,225,226,5,114,0,0,226,227,5,107,0,0, - 227,228,5,115,0,0,228,229,5,112,0,0,229,230,5,97,0,0,230,231,5,99, - 0,0,231,232,5,101,0,0,232,2,1,0,0,0,233,234,5,102,0,0,234,235,5, - 114,0,0,235,236,5,97,0,0,236,237,5,103,0,0,237,238,5,109,0,0,238, - 239,5,101,0,0,239,240,5,110,0,0,240,241,5,116,0,0,241,4,1,0,0,0, - 242,243,5,105,0,0,243,244,5,109,0,0,244,245,5,112,0,0,245,246,5, - 111,0,0,246,247,5,114,0,0,247,248,5,116,0,0,248,6,1,0,0,0,249,250, - 5,101,0,0,250,251,5,120,0,0,251,252,5,116,0,0,252,253,5,101,0,0, - 253,254,5,114,0,0,254,255,5,110,0,0,255,256,5,97,0,0,256,257,5,108, - 0,0,257,8,1,0,0,0,258,259,5,97,0,0,259,260,5,116,0,0,260,261,5,111, - 0,0,261,262,5,109,0,0,262,10,1,0,0,0,263,264,5,105,0,0,264,265,5, - 110,0,0,265,266,5,116,0,0,266,267,5,101,0,0,267,268,5,114,0,0,268, - 269,5,102,0,0,269,270,5,97,0,0,270,271,5,99,0,0,271,272,5,101,0, - 0,272,12,1,0,0,0,273,274,5,105,0,0,274,275,5,110,0,0,275,276,5,116, - 0,0,276,277,5,101,0,0,277,278,5,114,0,0,278,279,5,102,0,0,279,280, - 5,97,0,0,280,281,5,99,0,0,281,282,5,101,0,0,282,283,5,115,0,0,283, - 14,1,0,0,0,284,285,5,112,0,0,285,286,5,97,0,0,286,287,5,99,0,0,287, - 288,5,107,0,0,288,289,5,97,0,0,289,290,5,103,0,0,290,291,5,101,0, - 0,291,16,1,0,0,0,292,293,5,118,0,0,293,294,5,97,0,0,294,295,5,108, - 0,0,295,296,5,117,0,0,296,297,5,101,0,0,297,18,1,0,0,0,298,299,5, - 114,0,0,299,300,5,101,0,0,300,301,5,108,0,0,301,302,5,97,0,0,302, - 303,5,116,0,0,303,304,5,105,0,0,304,305,5,111,0,0,305,306,5,110, - 0,0,306,20,1,0,0,0,307,308,5,111,0,0,308,309,5,112,0,0,309,310,5, - 101,0,0,310,311,5,114,0,0,311,312,5,97,0,0,312,313,5,116,0,0,313, - 314,5,105,0,0,314,315,5,111,0,0,315,316,5,110,0,0,316,22,1,0,0,0, - 317,318,5,102,0,0,318,319,5,117,0,0,319,320,5,110,0,0,320,321,5, - 99,0,0,321,322,5,116,0,0,322,323,5,105,0,0,323,324,5,111,0,0,324, - 325,5,110,0,0,325,24,1,0,0,0,326,327,5,99,0,0,327,328,5,111,0,0, - 328,329,5,110,0,0,329,330,5,115,0,0,330,331,5,116,0,0,331,332,5, - 114,0,0,332,333,5,117,0,0,333,334,5,99,0,0,334,335,5,116,0,0,335, - 336,5,111,0,0,336,337,5,114,0,0,337,26,1,0,0,0,338,339,5,99,0,0, - 339,340,5,111,0,0,340,341,5,110,0,0,341,342,5,115,0,0,342,343,5, - 116,0,0,343,344,5,114,0,0,344,345,5,117,0,0,345,346,5,99,0,0,346, - 347,5,116,0,0,347,348,5,115,0,0,348,28,1,0,0,0,349,350,5,105,0,0, - 350,351,5,110,0,0,351,352,5,112,0,0,352,353,5,117,0,0,353,354,5, - 116,0,0,354,30,1,0,0,0,355,356,5,99,0,0,356,357,5,111,0,0,357,358, - 5,110,0,0,358,359,5,102,0,0,359,360,5,111,0,0,360,361,5,114,0,0, - 361,362,5,109,0,0,362,32,1,0,0,0,363,364,5,97,0,0,364,365,5,115, - 0,0,365,34,1,0,0,0,366,367,5,98,0,0,367,368,5,105,0,0,368,369,5, - 110,0,0,369,370,5,100,0,0,370,36,1,0,0,0,371,372,5,116,0,0,372,373, - 5,111,0,0,373,38,1,0,0,0,374,375,5,112,0,0,375,376,5,114,0,0,376, - 377,5,105,0,0,377,378,5,118,0,0,378,379,5,97,0,0,379,380,5,116,0, - 0,380,381,5,101,0,0,381,40,1,0,0,0,382,383,5,115,0,0,383,384,5,104, - 0,0,384,385,5,97,0,0,385,386,5,114,0,0,386,387,5,101,0,0,387,388, - 5,100,0,0,388,42,1,0,0,0,389,390,5,115,0,0,390,391,5,116,0,0,391, - 392,5,97,0,0,392,393,5,116,0,0,393,394,5,101,0,0,394,44,1,0,0,0, - 395,396,5,101,0,0,396,397,5,100,0,0,397,398,5,103,0,0,398,399,5, - 101,0,0,399,46,1,0,0,0,400,401,5,112,0,0,401,402,5,114,0,0,402,403, - 5,111,0,0,403,404,5,106,0,0,404,405,5,101,0,0,405,406,5,99,0,0,406, - 407,5,116,0,0,407,408,5,105,0,0,408,409,5,111,0,0,409,410,5,110, - 0,0,410,48,1,0,0,0,411,412,5,119,0,0,412,413,5,105,0,0,413,414,5, - 116,0,0,414,415,5,104,0,0,415,50,1,0,0,0,416,417,5,117,0,0,417,418, - 5,115,0,0,418,419,5,105,0,0,419,420,5,110,0,0,420,421,5,103,0,0, - 421,52,1,0,0,0,422,423,5,118,0,0,423,424,5,105,0,0,424,425,5,97, - 0,0,425,54,1,0,0,0,426,427,5,109,0,0,427,428,5,97,0,0,428,429,5, - 116,0,0,429,430,5,101,0,0,430,431,5,114,0,0,431,432,5,105,0,0,432, - 433,5,97,0,0,433,434,5,108,0,0,434,435,5,105,0,0,435,436,5,122,0, - 0,436,437,5,101,0,0,437,56,1,0,0,0,438,439,5,105,0,0,439,440,5,102, - 0,0,440,58,1,0,0,0,441,442,5,97,0,0,442,443,5,98,0,0,443,444,5,115, - 0,0,444,445,5,101,0,0,445,446,5,110,0,0,446,447,5,116,0,0,447,60, - 1,0,0,0,448,449,5,111,0,0,449,450,5,110,0,0,450,62,1,0,0,0,451,452, - 5,112,0,0,452,453,5,111,0,0,453,454,5,108,0,0,454,455,5,105,0,0, - 455,456,5,99,0,0,456,457,5,121,0,0,457,64,1,0,0,0,458,459,5,100, - 0,0,459,460,5,101,0,0,460,461,5,102,0,0,461,462,5,97,0,0,462,463, - 5,117,0,0,463,464,5,108,0,0,464,465,5,116,0,0,465,66,1,0,0,0,466, - 467,5,115,0,0,467,468,5,111,0,0,468,469,5,117,0,0,469,470,5,114, - 0,0,470,471,5,99,0,0,471,472,5,101,0,0,472,68,1,0,0,0,473,474,5, - 114,0,0,474,475,5,101,0,0,475,476,5,112,0,0,476,477,5,111,0,0,477, - 478,5,115,0,0,478,479,5,105,0,0,479,480,5,116,0,0,480,481,5,111, - 0,0,481,482,5,114,0,0,482,483,5,121,0,0,483,70,1,0,0,0,484,485,5, - 99,0,0,485,486,5,111,0,0,486,487,5,109,0,0,487,488,5,109,0,0,488, - 489,5,105,0,0,489,490,5,116,0,0,490,72,1,0,0,0,491,492,5,114,0,0, - 492,493,5,101,0,0,493,494,5,118,0,0,494,495,5,105,0,0,495,496,5, - 115,0,0,496,497,5,105,0,0,497,498,5,111,0,0,498,499,5,110,0,0,499, - 74,1,0,0,0,500,501,5,115,0,0,501,502,5,101,0,0,502,503,5,109,0,0, - 503,504,5,97,0,0,504,505,5,110,0,0,505,506,5,116,0,0,506,507,5,105, - 0,0,507,508,5,99,0,0,508,509,5,45,0,0,509,510,5,109,0,0,510,511, - 5,97,0,0,511,512,5,106,0,0,512,513,5,111,0,0,513,514,5,114,0,0,514, - 76,1,0,0,0,515,516,5,111,0,0,516,517,5,110,0,0,517,518,5,45,0,0, - 518,519,5,100,0,0,519,520,5,101,0,0,520,521,5,108,0,0,521,522,5, - 101,0,0,522,523,5,116,0,0,523,524,5,101,0,0,524,78,1,0,0,0,525,526, - 5,114,0,0,526,527,5,101,0,0,527,528,5,116,0,0,528,529,5,97,0,0,529, - 530,5,105,0,0,530,531,5,110,0,0,531,532,5,45,0,0,532,533,5,111,0, - 0,533,534,5,116,0,0,534,535,5,104,0,0,535,536,5,101,0,0,536,537, - 5,114,0,0,537,80,1,0,0,0,538,539,5,107,0,0,539,540,5,101,0,0,540, - 541,5,121,0,0,541,542,5,101,0,0,542,543,5,100,0,0,543,82,1,0,0,0, - 544,545,5,112,0,0,545,546,5,117,0,0,546,547,5,98,0,0,547,548,5,108, - 0,0,548,549,5,105,0,0,549,550,5,99,0,0,550,551,5,45,0,0,551,552, - 5,116,0,0,552,553,5,114,0,0,553,554,5,97,0,0,554,555,5,118,0,0,555, - 556,5,101,0,0,556,557,5,114,0,0,557,558,5,115,0,0,558,559,5,97,0, - 0,559,560,5,108,0,0,560,84,1,0,0,0,561,562,5,105,0,0,562,563,5,100, - 0,0,563,86,1,0,0,0,564,565,5,100,0,0,565,566,5,111,0,0,566,567,5, - 99,0,0,567,88,1,0,0,0,568,569,5,109,0,0,569,570,5,111,0,0,570,571, - 5,100,0,0,571,572,5,101,0,0,572,90,1,0,0,0,573,574,5,101,0,0,574, - 575,5,109,0,0,575,576,5,105,0,0,576,577,5,116,0,0,577,578,5,115, - 0,0,578,92,1,0,0,0,579,580,5,114,0,0,580,581,5,101,0,0,581,582,5, - 99,0,0,582,583,5,101,0,0,583,584,5,105,0,0,584,585,5,118,0,0,585, - 586,5,101,0,0,586,587,5,114,0,0,587,94,1,0,0,0,588,589,5,114,0,0, - 589,590,5,101,0,0,590,591,5,113,0,0,591,592,5,117,0,0,592,593,5, - 105,0,0,593,594,5,114,0,0,594,595,5,101,0,0,595,596,5,115,0,0,596, - 96,1,0,0,0,597,598,5,97,0,0,598,599,5,110,0,0,599,600,5,121,0,0, - 600,98,1,0,0,0,601,602,5,103,0,0,602,603,5,101,0,0,603,604,5,116, - 0,0,604,100,1,0,0,0,605,606,5,115,0,0,606,607,5,101,0,0,607,608, - 5,116,0,0,608,102,1,0,0,0,609,610,5,119,0,0,610,611,5,97,0,0,611, - 612,5,116,0,0,612,613,5,99,0,0,613,614,5,104,0,0,614,104,1,0,0,0, - 615,616,5,115,0,0,616,617,5,116,0,0,617,618,5,97,0,0,618,619,5,114, - 0,0,619,620,5,116,0,0,620,106,1,0,0,0,621,622,5,115,0,0,622,623, - 5,116,0,0,623,624,5,111,0,0,624,625,5,112,0,0,625,108,1,0,0,0,626, - 627,5,114,0,0,627,628,5,101,0,0,628,629,5,97,0,0,629,630,5,100,0, - 0,630,110,1,0,0,0,631,632,5,119,0,0,632,633,5,114,0,0,633,634,5, - 105,0,0,634,635,5,116,0,0,635,636,5,101,0,0,636,112,1,0,0,0,637, - 638,5,114,0,0,638,639,5,101,0,0,639,640,5,115,0,0,640,641,5,111, - 0,0,641,642,5,108,0,0,642,643,5,118,0,0,643,644,5,101,0,0,644,114, - 1,0,0,0,645,646,5,99,0,0,646,647,5,111,0,0,647,648,5,110,0,0,648, - 649,5,110,0,0,649,650,5,101,0,0,650,651,5,99,0,0,651,652,5,116,0, - 0,652,116,1,0,0,0,653,654,5,100,0,0,654,655,5,105,0,0,655,656,5, - 115,0,0,656,657,5,99,0,0,657,658,5,111,0,0,658,659,5,110,0,0,659, - 660,5,110,0,0,660,661,5,101,0,0,661,662,5,99,0,0,662,663,5,116,0, - 0,663,118,1,0,0,0,664,665,5,99,0,0,665,666,5,97,0,0,666,667,5,108, - 0,0,667,668,5,108,0,0,668,120,1,0,0,0,669,670,5,119,0,0,670,671, - 5,97,0,0,671,672,5,116,0,0,672,673,5,99,0,0,673,674,5,104,0,0,674, - 675,5,45,0,0,675,676,5,115,0,0,676,677,5,116,0,0,677,678,5,97,0, - 0,678,679,5,114,0,0,679,680,5,116,0,0,680,122,1,0,0,0,681,682,5, - 119,0,0,682,683,5,97,0,0,683,684,5,116,0,0,684,685,5,99,0,0,685, - 686,5,104,0,0,686,687,5,45,0,0,687,688,5,115,0,0,688,689,5,116,0, - 0,689,690,5,111,0,0,690,691,5,112,0,0,691,124,1,0,0,0,692,693,5, - 115,0,0,693,694,5,117,0,0,694,695,5,98,0,0,695,696,5,115,0,0,696, - 697,5,99,0,0,697,698,5,114,0,0,698,699,5,105,0,0,699,700,5,98,0, - 0,700,701,5,101,0,0,701,126,1,0,0,0,702,703,5,117,0,0,703,704,5, - 110,0,0,704,705,5,115,0,0,705,706,5,117,0,0,706,707,5,98,0,0,707, - 708,5,115,0,0,708,709,5,99,0,0,709,710,5,114,0,0,710,711,5,105,0, - 0,711,712,5,98,0,0,712,713,5,101,0,0,713,128,1,0,0,0,714,715,5,111, - 0,0,715,716,5,112,0,0,716,717,5,116,0,0,717,718,5,105,0,0,718,719, - 5,109,0,0,719,720,5,105,0,0,720,721,5,115,0,0,721,722,5,116,0,0, - 722,723,5,105,0,0,723,724,5,99,0,0,724,725,5,45,0,0,725,726,5,114, - 0,0,726,727,5,101,0,0,727,728,5,103,0,0,728,729,5,105,0,0,729,730, - 5,115,0,0,730,731,5,116,0,0,731,732,5,101,0,0,732,733,5,114,0,0, - 733,130,1,0,0,0,734,735,5,99,0,0,735,736,5,114,0,0,736,737,5,100, - 0,0,737,738,5,116,0,0,738,132,1,0,0,0,739,740,5,111,0,0,740,741, - 5,112,0,0,741,742,5,116,0,0,742,743,5,105,0,0,743,744,5,111,0,0, - 744,745,5,110,0,0,745,746,5,97,0,0,746,747,5,108,0,0,747,748,5,45, - 0,0,748,749,5,111,0,0,749,750,5,110,0,0,750,751,5,101,0,0,751,134, - 1,0,0,0,752,753,5,101,0,0,753,754,5,120,0,0,754,755,5,97,0,0,755, - 756,5,99,0,0,756,757,5,116,0,0,757,758,5,108,0,0,758,759,5,121,0, - 0,759,760,5,45,0,0,760,761,5,111,0,0,761,762,5,110,0,0,762,763,5, - 101,0,0,763,136,1,0,0,0,764,765,5,109,0,0,765,766,5,97,0,0,766,767, - 5,110,0,0,767,768,5,121,0,0,768,769,5,45,0,0,769,770,5,117,0,0,770, - 771,5,110,0,0,771,772,5,105,0,0,772,773,5,113,0,0,773,774,5,117, - 0,0,774,775,5,101,0,0,775,138,1,0,0,0,776,777,5,109,0,0,777,778, - 5,97,0,0,778,779,5,110,0,0,779,780,5,121,0,0,780,140,1,0,0,0,781, - 782,5,111,0,0,782,783,5,114,0,0,783,784,5,100,0,0,784,785,5,101, - 0,0,785,786,5,114,0,0,786,787,5,101,0,0,787,788,5,100,0,0,788,142, - 1,0,0,0,789,790,5,117,0,0,790,791,5,110,0,0,791,792,5,105,0,0,792, - 793,5,116,0,0,793,144,1,0,0,0,794,795,5,119,0,0,795,796,5,97,0,0, - 796,797,5,116,0,0,797,798,5,99,0,0,798,799,5,104,0,0,799,800,5,45, - 0,0,800,801,5,104,0,0,801,802,5,97,0,0,802,803,5,110,0,0,803,804, - 5,100,0,0,804,805,5,108,0,0,805,806,5,101,0,0,806,146,1,0,0,0,807, - 808,5,109,0,0,808,809,5,101,0,0,809,810,5,115,0,0,810,811,5,115, - 0,0,811,812,5,97,0,0,812,813,5,103,0,0,813,814,5,101,0,0,814,148, - 1,0,0,0,815,816,5,97,0,0,816,817,5,116,0,0,817,818,5,111,0,0,818, - 819,5,109,0,0,819,820,5,45,0,0,820,821,5,114,0,0,821,822,5,101,0, - 0,822,823,5,102,0,0,823,150,1,0,0,0,824,825,5,105,0,0,825,826,5, - 110,0,0,826,827,5,116,0,0,827,828,5,101,0,0,828,829,5,114,0,0,829, - 830,5,102,0,0,830,831,5,97,0,0,831,832,5,99,0,0,832,833,5,101,0, - 0,833,834,5,45,0,0,834,835,5,114,0,0,835,836,5,101,0,0,836,837,5, - 102,0,0,837,152,1,0,0,0,838,839,5,111,0,0,839,840,5,112,0,0,840, - 841,5,116,0,0,841,842,5,105,0,0,842,843,5,111,0,0,843,844,5,110, - 0,0,844,845,5,97,0,0,845,846,5,108,0,0,846,154,1,0,0,0,847,848,5, - 108,0,0,848,849,5,105,0,0,849,850,5,115,0,0,850,851,5,116,0,0,851, - 156,1,0,0,0,852,853,5,98,0,0,853,854,5,111,0,0,854,855,5,111,0,0, - 855,856,5,108,0,0,856,158,1,0,0,0,857,858,5,98,0,0,858,859,5,121, - 0,0,859,860,5,116,0,0,860,861,5,101,0,0,861,862,5,115,0,0,862,160, - 1,0,0,0,863,864,5,100,0,0,864,865,5,111,0,0,865,866,5,117,0,0,866, - 867,5,98,0,0,867,868,5,108,0,0,868,869,5,101,0,0,869,162,1,0,0,0, - 870,871,5,105,0,0,871,872,5,110,0,0,872,873,5,116,0,0,873,874,5, - 51,0,0,874,875,5,50,0,0,875,164,1,0,0,0,876,877,5,105,0,0,877,878, - 5,110,0,0,878,879,5,116,0,0,879,880,5,54,0,0,880,881,5,52,0,0,881, - 166,1,0,0,0,882,883,5,115,0,0,883,884,5,116,0,0,884,885,5,114,0, - 0,885,886,5,105,0,0,886,887,5,110,0,0,887,888,5,103,0,0,888,168, - 1,0,0,0,889,890,5,117,0,0,890,891,5,105,0,0,891,892,5,110,0,0,892, - 893,5,116,0,0,893,894,5,51,0,0,894,895,5,50,0,0,895,170,1,0,0,0, - 896,897,5,117,0,0,897,898,5,105,0,0,898,899,5,110,0,0,899,900,5, - 116,0,0,900,901,5,54,0,0,901,902,5,52,0,0,902,172,1,0,0,0,903,904, - 5,116,0,0,904,905,5,114,0,0,905,906,5,117,0,0,906,907,5,101,0,0, - 907,174,1,0,0,0,908,909,5,102,0,0,909,910,5,97,0,0,910,911,5,108, - 0,0,911,912,5,115,0,0,912,913,5,101,0,0,913,176,1,0,0,0,914,915, - 5,110,0,0,915,916,5,117,0,0,916,917,5,108,0,0,917,918,5,108,0,0, - 918,178,1,0,0,0,919,920,5,45,0,0,920,921,5,62,0,0,921,180,1,0,0, - 0,922,923,5,58,0,0,923,182,1,0,0,0,924,925,5,59,0,0,925,184,1,0, - 0,0,926,927,5,44,0,0,927,186,1,0,0,0,928,929,5,46,0,0,929,188,1, - 0,0,0,930,931,5,123,0,0,931,190,1,0,0,0,932,933,5,125,0,0,933,192, - 1,0,0,0,934,935,5,91,0,0,935,194,1,0,0,0,936,937,5,93,0,0,937,196, - 1,0,0,0,938,939,5,40,0,0,939,198,1,0,0,0,940,941,5,41,0,0,941,200, - 1,0,0,0,942,943,5,60,0,0,943,202,1,0,0,0,944,945,5,62,0,0,945,204, - 1,0,0,0,946,948,5,45,0,0,947,946,1,0,0,0,947,948,1,0,0,0,948,950, - 1,0,0,0,949,951,7,0,0,0,950,949,1,0,0,0,951,952,1,0,0,0,952,950, - 1,0,0,0,952,953,1,0,0,0,953,206,1,0,0,0,954,956,5,45,0,0,955,954, - 1,0,0,0,955,956,1,0,0,0,956,965,1,0,0,0,957,966,5,48,0,0,958,962, - 7,1,0,0,959,961,7,0,0,0,960,959,1,0,0,0,961,964,1,0,0,0,962,960, - 1,0,0,0,962,963,1,0,0,0,963,966,1,0,0,0,964,962,1,0,0,0,965,957, - 1,0,0,0,965,958,1,0,0,0,966,973,1,0,0,0,967,969,5,46,0,0,968,970, - 7,0,0,0,969,968,1,0,0,0,970,971,1,0,0,0,971,969,1,0,0,0,971,972, - 1,0,0,0,972,974,1,0,0,0,973,967,1,0,0,0,973,974,1,0,0,0,974,984, - 1,0,0,0,975,977,7,2,0,0,976,978,7,3,0,0,977,976,1,0,0,0,977,978, - 1,0,0,0,978,980,1,0,0,0,979,981,7,0,0,0,980,979,1,0,0,0,981,982, - 1,0,0,0,982,980,1,0,0,0,982,983,1,0,0,0,983,985,1,0,0,0,984,975, - 1,0,0,0,984,985,1,0,0,0,985,208,1,0,0,0,986,990,7,4,0,0,987,989, - 7,5,0,0,988,987,1,0,0,0,989,992,1,0,0,0,990,988,1,0,0,0,990,991, - 1,0,0,0,991,210,1,0,0,0,992,990,1,0,0,0,993,998,5,34,0,0,994,997, - 3,213,106,0,995,997,8,6,0,0,996,994,1,0,0,0,996,995,1,0,0,0,997, - 1000,1,0,0,0,998,996,1,0,0,0,998,999,1,0,0,0,999,1001,1,0,0,0,1000, - 998,1,0,0,0,1001,1002,5,34,0,0,1002,212,1,0,0,0,1003,1011,5,92,0, - 0,1004,1012,7,7,0,0,1005,1006,5,117,0,0,1006,1007,3,215,107,0,1007, - 1008,3,215,107,0,1008,1009,3,215,107,0,1009,1010,3,215,107,0,1010, - 1012,1,0,0,0,1011,1004,1,0,0,0,1011,1005,1,0,0,0,1012,214,1,0,0, - 0,1013,1014,7,8,0,0,1014,216,1,0,0,0,1015,1016,5,47,0,0,1016,1017, - 5,47,0,0,1017,1021,1,0,0,0,1018,1020,8,9,0,0,1019,1018,1,0,0,0,1020, - 1023,1,0,0,0,1021,1019,1,0,0,0,1021,1022,1,0,0,0,1022,1024,1,0,0, - 0,1023,1021,1,0,0,0,1024,1025,6,108,0,0,1025,218,1,0,0,0,1026,1027, - 5,47,0,0,1027,1028,5,42,0,0,1028,1032,1,0,0,0,1029,1031,9,0,0,0, - 1030,1029,1,0,0,0,1031,1034,1,0,0,0,1032,1033,1,0,0,0,1032,1030, - 1,0,0,0,1033,1035,1,0,0,0,1034,1032,1,0,0,0,1035,1036,5,42,0,0,1036, - 1037,5,47,0,0,1037,1038,1,0,0,0,1038,1039,6,109,0,0,1039,220,1,0, - 0,0,1040,1042,7,10,0,0,1041,1040,1,0,0,0,1042,1043,1,0,0,0,1043, - 1041,1,0,0,0,1043,1044,1,0,0,0,1044,1045,1,0,0,0,1045,1046,6,110, - 0,0,1046,222,1,0,0,0,18,0,947,952,955,962,965,971,973,977,982,984, - 990,996,998,1011,1021,1032,1043,1,0,1,0 + 2,109,7,109,2,110,7,110,2,111,7,111,1,0,1,0,1,0,1,0,1,0,1,0,1,0, + 1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,4,1,4,1,4,1,4, + 1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,6,1,6,1,6,1,6,1,6, + 1,6,1,6,1,6,1,6,1,6,1,6,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,8,1,8, + 1,8,1,8,1,8,1,8,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,10,1,10,1, + 10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,11,1,11,1,11,1,11,1,11,1, + 11,1,11,1,11,1,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1, + 12,1,12,1,12,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1, + 13,1,14,1,14,1,14,1,14,1,14,1,14,1,15,1,15,1,15,1,15,1,15,1,15,1, + 15,1,15,1,16,1,16,1,16,1,17,1,17,1,17,1,17,1,17,1,18,1,18,1,18,1, + 19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,20,1,20,1,20,1,20,1,20,1, + 20,1,20,1,21,1,21,1,21,1,21,1,21,1,21,1,22,1,22,1,22,1,22,1,22,1, + 23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,24,1,24,1, + 24,1,24,1,24,1,25,1,25,1,25,1,25,1,25,1,25,1,26,1,26,1,26,1,26,1, + 27,1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,28,1, + 28,1,28,1,29,1,29,1,29,1,29,1,29,1,29,1,29,1,30,1,30,1,30,1,31,1, + 31,1,31,1,31,1,31,1,31,1,31,1,32,1,32,1,32,1,32,1,32,1,32,1,32,1, + 32,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,34,1,34,1,34,1,34,1,34,1, + 34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1,35,1,35,1,35,1,35,1, + 36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,37,1,37,1,37,1,37,1, + 37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,38,1,38,1, + 38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,39,1,39,1,39,1,39,1,39,1, + 39,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,40,1,40,1,40,1,40,1,40,1, + 40,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1, + 41,1,41,1,41,1,41,1,41,1,42,1,42,1,42,1,43,1,43,1,43,1,43,1,44,1, + 44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,1,45,1,45,1,46,1,46,1,46,1, + 46,1,46,1,46,1,46,1,46,1,46,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1, + 47,1,47,1,48,1,48,1,48,1,48,1,49,1,49,1,49,1,49,1,50,1,50,1,50,1, + 50,1,51,1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,52,1,52,1,52,1,52,1, + 53,1,53,1,53,1,53,1,53,1,54,1,54,1,54,1,54,1,54,1,55,1,55,1,55,1, + 55,1,55,1,55,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,57,1,57,1, + 57,1,57,1,57,1,57,1,57,1,57,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1, + 58,1,58,1,58,1,58,1,59,1,59,1,59,1,59,1,59,1,60,1,60,1,60,1,60,1, + 60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,61,1,61,1,61,1,61,1,61,1, + 61,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1, + 62,1,62,1,62,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1, + 63,1,63,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1, + 64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,65,1,65,1,65,1,65,1, + 65,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1, + 66,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1, + 68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,69,1, + 69,1,69,1,69,1,69,1,70,1,70,1,70,1,70,1,70,1,70,1,70,1,70,1,71,1, + 71,1,71,1,71,1,71,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1, + 72,1,72,1,72,1,72,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,74,1, + 74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,75,1,75,1,75,1,75,1,75,1, + 75,1,75,1,75,1,75,1,75,1,75,1,75,1,75,1,75,1,76,1,76,1,76,1,76,1, + 76,1,76,1,76,1,76,1,76,1,77,1,77,1,77,1,77,1,77,1,78,1,78,1,78,1, + 78,1,78,1,78,1,78,1,79,1,79,1,79,1,79,1,79,1,80,1,80,1,80,1,80,1, + 80,1,80,1,81,1,81,1,81,1,81,1,81,1,81,1,81,1,82,1,82,1,82,1,82,1, + 82,1,82,1,83,1,83,1,83,1,83,1,83,1,83,1,84,1,84,1,84,1,84,1,84,1, + 84,1,84,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,86,1,86,1,86,1,86,1, + 86,1,86,1,86,1,87,1,87,1,87,1,87,1,87,1,88,1,88,1,88,1,88,1,88,1, + 88,1,89,1,89,1,89,1,89,1,89,1,90,1,90,1,90,1,91,1,91,1,92,1,92,1, + 93,1,93,1,94,1,94,1,95,1,95,1,96,1,96,1,97,1,97,1,98,1,98,1,99,1, + 99,1,100,1,100,1,101,1,101,1,102,1,102,1,103,3,103,957,8,103,1,103, + 4,103,960,8,103,11,103,12,103,961,1,104,3,104,965,8,104,1,104,1, + 104,1,104,5,104,970,8,104,10,104,12,104,973,9,104,3,104,975,8,104, + 1,104,1,104,4,104,979,8,104,11,104,12,104,980,3,104,983,8,104,1, + 104,1,104,3,104,987,8,104,1,104,4,104,990,8,104,11,104,12,104,991, + 3,104,994,8,104,1,105,1,105,5,105,998,8,105,10,105,12,105,1001,9, + 105,1,106,1,106,1,106,5,106,1006,8,106,10,106,12,106,1009,9,106, + 1,106,1,106,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,3,107, + 1021,8,107,1,108,1,108,1,109,1,109,1,109,1,109,5,109,1029,8,109, + 10,109,12,109,1032,9,109,1,109,1,109,1,110,1,110,1,110,1,110,5,110, + 1040,8,110,10,110,12,110,1043,9,110,1,110,1,110,1,110,1,110,1,110, + 1,111,4,111,1051,8,111,11,111,12,111,1052,1,111,1,111,1,1041,0,112, + 1,1,3,2,5,3,7,4,9,5,11,6,13,7,15,8,17,9,19,10,21,11,23,12,25,13, + 27,14,29,15,31,16,33,17,35,18,37,19,39,20,41,21,43,22,45,23,47,24, + 49,25,51,26,53,27,55,28,57,29,59,30,61,31,63,32,65,33,67,34,69,35, + 71,36,73,37,75,38,77,39,79,40,81,41,83,42,85,43,87,44,89,45,91,46, + 93,47,95,48,97,49,99,50,101,51,103,52,105,53,107,54,109,55,111,56, + 113,57,115,58,117,59,119,60,121,61,123,62,125,63,127,64,129,65,131, + 66,133,67,135,68,137,69,139,70,141,71,143,72,145,73,147,74,149,75, + 151,76,153,77,155,78,157,79,159,80,161,81,163,82,165,83,167,84,169, + 85,171,86,173,87,175,88,177,89,179,90,181,91,183,92,185,93,187,94, + 189,95,191,96,193,97,195,98,197,99,199,100,201,101,203,102,205,103, + 207,104,209,105,211,106,213,107,215,0,217,0,219,108,221,109,223, + 110,1,0,11,1,0,48,57,1,0,49,57,2,0,69,69,101,101,2,0,43,43,45,45, + 3,0,65,90,95,95,97,122,4,0,48,57,65,90,95,95,97,122,4,0,10,10,13, + 13,34,34,92,92,8,0,34,34,47,47,92,92,98,98,102,102,110,110,114,114, + 116,116,3,0,48,57,65,70,97,102,2,0,10,10,13,13,3,0,9,10,13,13,32, + 32,1070,0,1,1,0,0,0,0,3,1,0,0,0,0,5,1,0,0,0,0,7,1,0,0,0,0,9,1,0, + 0,0,0,11,1,0,0,0,0,13,1,0,0,0,0,15,1,0,0,0,0,17,1,0,0,0,0,19,1,0, + 0,0,0,21,1,0,0,0,0,23,1,0,0,0,0,25,1,0,0,0,0,27,1,0,0,0,0,29,1,0, + 0,0,0,31,1,0,0,0,0,33,1,0,0,0,0,35,1,0,0,0,0,37,1,0,0,0,0,39,1,0, + 0,0,0,41,1,0,0,0,0,43,1,0,0,0,0,45,1,0,0,0,0,47,1,0,0,0,0,49,1,0, + 0,0,0,51,1,0,0,0,0,53,1,0,0,0,0,55,1,0,0,0,0,57,1,0,0,0,0,59,1,0, + 0,0,0,61,1,0,0,0,0,63,1,0,0,0,0,65,1,0,0,0,0,67,1,0,0,0,0,69,1,0, + 0,0,0,71,1,0,0,0,0,73,1,0,0,0,0,75,1,0,0,0,0,77,1,0,0,0,0,79,1,0, + 0,0,0,81,1,0,0,0,0,83,1,0,0,0,0,85,1,0,0,0,0,87,1,0,0,0,0,89,1,0, + 0,0,0,91,1,0,0,0,0,93,1,0,0,0,0,95,1,0,0,0,0,97,1,0,0,0,0,99,1,0, + 0,0,0,101,1,0,0,0,0,103,1,0,0,0,0,105,1,0,0,0,0,107,1,0,0,0,0,109, + 1,0,0,0,0,111,1,0,0,0,0,113,1,0,0,0,0,115,1,0,0,0,0,117,1,0,0,0, + 0,119,1,0,0,0,0,121,1,0,0,0,0,123,1,0,0,0,0,125,1,0,0,0,0,127,1, + 0,0,0,0,129,1,0,0,0,0,131,1,0,0,0,0,133,1,0,0,0,0,135,1,0,0,0,0, + 137,1,0,0,0,0,139,1,0,0,0,0,141,1,0,0,0,0,143,1,0,0,0,0,145,1,0, + 0,0,0,147,1,0,0,0,0,149,1,0,0,0,0,151,1,0,0,0,0,153,1,0,0,0,0,155, + 1,0,0,0,0,157,1,0,0,0,0,159,1,0,0,0,0,161,1,0,0,0,0,163,1,0,0,0, + 0,165,1,0,0,0,0,167,1,0,0,0,0,169,1,0,0,0,0,171,1,0,0,0,0,173,1, + 0,0,0,0,175,1,0,0,0,0,177,1,0,0,0,0,179,1,0,0,0,0,181,1,0,0,0,0, + 183,1,0,0,0,0,185,1,0,0,0,0,187,1,0,0,0,0,189,1,0,0,0,0,191,1,0, + 0,0,0,193,1,0,0,0,0,195,1,0,0,0,0,197,1,0,0,0,0,199,1,0,0,0,0,201, + 1,0,0,0,0,203,1,0,0,0,0,205,1,0,0,0,0,207,1,0,0,0,0,209,1,0,0,0, + 0,211,1,0,0,0,0,213,1,0,0,0,0,219,1,0,0,0,0,221,1,0,0,0,0,223,1, + 0,0,0,1,225,1,0,0,0,3,235,1,0,0,0,5,244,1,0,0,0,7,251,1,0,0,0,9, + 260,1,0,0,0,11,265,1,0,0,0,13,275,1,0,0,0,15,286,1,0,0,0,17,294, + 1,0,0,0,19,300,1,0,0,0,21,309,1,0,0,0,23,319,1,0,0,0,25,328,1,0, + 0,0,27,340,1,0,0,0,29,351,1,0,0,0,31,357,1,0,0,0,33,365,1,0,0,0, + 35,368,1,0,0,0,37,373,1,0,0,0,39,376,1,0,0,0,41,384,1,0,0,0,43,391, + 1,0,0,0,45,397,1,0,0,0,47,402,1,0,0,0,49,413,1,0,0,0,51,418,1,0, + 0,0,53,424,1,0,0,0,55,428,1,0,0,0,57,440,1,0,0,0,59,443,1,0,0,0, + 61,450,1,0,0,0,63,453,1,0,0,0,65,460,1,0,0,0,67,468,1,0,0,0,69,475, + 1,0,0,0,71,486,1,0,0,0,73,493,1,0,0,0,75,502,1,0,0,0,77,517,1,0, + 0,0,79,527,1,0,0,0,81,540,1,0,0,0,83,546,1,0,0,0,85,563,1,0,0,0, + 87,566,1,0,0,0,89,570,1,0,0,0,91,575,1,0,0,0,93,581,1,0,0,0,95,590, + 1,0,0,0,97,599,1,0,0,0,99,603,1,0,0,0,101,607,1,0,0,0,103,611,1, + 0,0,0,105,617,1,0,0,0,107,623,1,0,0,0,109,628,1,0,0,0,111,633,1, + 0,0,0,113,639,1,0,0,0,115,647,1,0,0,0,117,655,1,0,0,0,119,666,1, + 0,0,0,121,671,1,0,0,0,123,683,1,0,0,0,125,694,1,0,0,0,127,704,1, + 0,0,0,129,716,1,0,0,0,131,736,1,0,0,0,133,741,1,0,0,0,135,754,1, + 0,0,0,137,766,1,0,0,0,139,778,1,0,0,0,141,783,1,0,0,0,143,791,1, + 0,0,0,145,796,1,0,0,0,147,809,1,0,0,0,149,817,1,0,0,0,151,826,1, + 0,0,0,153,840,1,0,0,0,155,849,1,0,0,0,157,854,1,0,0,0,159,861,1, + 0,0,0,161,866,1,0,0,0,163,872,1,0,0,0,165,879,1,0,0,0,167,885,1, + 0,0,0,169,891,1,0,0,0,171,898,1,0,0,0,173,905,1,0,0,0,175,912,1, + 0,0,0,177,917,1,0,0,0,179,923,1,0,0,0,181,928,1,0,0,0,183,931,1, + 0,0,0,185,933,1,0,0,0,187,935,1,0,0,0,189,937,1,0,0,0,191,939,1, + 0,0,0,193,941,1,0,0,0,195,943,1,0,0,0,197,945,1,0,0,0,199,947,1, + 0,0,0,201,949,1,0,0,0,203,951,1,0,0,0,205,953,1,0,0,0,207,956,1, + 0,0,0,209,964,1,0,0,0,211,995,1,0,0,0,213,1002,1,0,0,0,215,1012, + 1,0,0,0,217,1022,1,0,0,0,219,1024,1,0,0,0,221,1035,1,0,0,0,223,1050, + 1,0,0,0,225,226,5,119,0,0,226,227,5,111,0,0,227,228,5,114,0,0,228, + 229,5,107,0,0,229,230,5,115,0,0,230,231,5,112,0,0,231,232,5,97,0, + 0,232,233,5,99,0,0,233,234,5,101,0,0,234,2,1,0,0,0,235,236,5,102, + 0,0,236,237,5,114,0,0,237,238,5,97,0,0,238,239,5,103,0,0,239,240, + 5,109,0,0,240,241,5,101,0,0,241,242,5,110,0,0,242,243,5,116,0,0, + 243,4,1,0,0,0,244,245,5,105,0,0,245,246,5,109,0,0,246,247,5,112, + 0,0,247,248,5,111,0,0,248,249,5,114,0,0,249,250,5,116,0,0,250,6, + 1,0,0,0,251,252,5,101,0,0,252,253,5,120,0,0,253,254,5,116,0,0,254, + 255,5,101,0,0,255,256,5,114,0,0,256,257,5,110,0,0,257,258,5,97,0, + 0,258,259,5,108,0,0,259,8,1,0,0,0,260,261,5,97,0,0,261,262,5,116, + 0,0,262,263,5,111,0,0,263,264,5,109,0,0,264,10,1,0,0,0,265,266,5, + 105,0,0,266,267,5,110,0,0,267,268,5,116,0,0,268,269,5,101,0,0,269, + 270,5,114,0,0,270,271,5,102,0,0,271,272,5,97,0,0,272,273,5,99,0, + 0,273,274,5,101,0,0,274,12,1,0,0,0,275,276,5,105,0,0,276,277,5,110, + 0,0,277,278,5,116,0,0,278,279,5,101,0,0,279,280,5,114,0,0,280,281, + 5,102,0,0,281,282,5,97,0,0,282,283,5,99,0,0,283,284,5,101,0,0,284, + 285,5,115,0,0,285,14,1,0,0,0,286,287,5,112,0,0,287,288,5,97,0,0, + 288,289,5,99,0,0,289,290,5,107,0,0,290,291,5,97,0,0,291,292,5,103, + 0,0,292,293,5,101,0,0,293,16,1,0,0,0,294,295,5,118,0,0,295,296,5, + 97,0,0,296,297,5,108,0,0,297,298,5,117,0,0,298,299,5,101,0,0,299, + 18,1,0,0,0,300,301,5,114,0,0,301,302,5,101,0,0,302,303,5,108,0,0, + 303,304,5,97,0,0,304,305,5,116,0,0,305,306,5,105,0,0,306,307,5,111, + 0,0,307,308,5,110,0,0,308,20,1,0,0,0,309,310,5,111,0,0,310,311,5, + 112,0,0,311,312,5,101,0,0,312,313,5,114,0,0,313,314,5,97,0,0,314, + 315,5,116,0,0,315,316,5,105,0,0,316,317,5,111,0,0,317,318,5,110, + 0,0,318,22,1,0,0,0,319,320,5,102,0,0,320,321,5,117,0,0,321,322,5, + 110,0,0,322,323,5,99,0,0,323,324,5,116,0,0,324,325,5,105,0,0,325, + 326,5,111,0,0,326,327,5,110,0,0,327,24,1,0,0,0,328,329,5,99,0,0, + 329,330,5,111,0,0,330,331,5,110,0,0,331,332,5,115,0,0,332,333,5, + 116,0,0,333,334,5,114,0,0,334,335,5,117,0,0,335,336,5,99,0,0,336, + 337,5,116,0,0,337,338,5,111,0,0,338,339,5,114,0,0,339,26,1,0,0,0, + 340,341,5,99,0,0,341,342,5,111,0,0,342,343,5,110,0,0,343,344,5,115, + 0,0,344,345,5,116,0,0,345,346,5,114,0,0,346,347,5,117,0,0,347,348, + 5,99,0,0,348,349,5,116,0,0,349,350,5,115,0,0,350,28,1,0,0,0,351, + 352,5,105,0,0,352,353,5,110,0,0,353,354,5,112,0,0,354,355,5,117, + 0,0,355,356,5,116,0,0,356,30,1,0,0,0,357,358,5,99,0,0,358,359,5, + 111,0,0,359,360,5,110,0,0,360,361,5,102,0,0,361,362,5,111,0,0,362, + 363,5,114,0,0,363,364,5,109,0,0,364,32,1,0,0,0,365,366,5,97,0,0, + 366,367,5,115,0,0,367,34,1,0,0,0,368,369,5,98,0,0,369,370,5,105, + 0,0,370,371,5,110,0,0,371,372,5,100,0,0,372,36,1,0,0,0,373,374,5, + 116,0,0,374,375,5,111,0,0,375,38,1,0,0,0,376,377,5,112,0,0,377,378, + 5,114,0,0,378,379,5,105,0,0,379,380,5,118,0,0,380,381,5,97,0,0,381, + 382,5,116,0,0,382,383,5,101,0,0,383,40,1,0,0,0,384,385,5,115,0,0, + 385,386,5,104,0,0,386,387,5,97,0,0,387,388,5,114,0,0,388,389,5,101, + 0,0,389,390,5,100,0,0,390,42,1,0,0,0,391,392,5,115,0,0,392,393,5, + 116,0,0,393,394,5,97,0,0,394,395,5,116,0,0,395,396,5,101,0,0,396, + 44,1,0,0,0,397,398,5,101,0,0,398,399,5,100,0,0,399,400,5,103,0,0, + 400,401,5,101,0,0,401,46,1,0,0,0,402,403,5,112,0,0,403,404,5,114, + 0,0,404,405,5,111,0,0,405,406,5,106,0,0,406,407,5,101,0,0,407,408, + 5,99,0,0,408,409,5,116,0,0,409,410,5,105,0,0,410,411,5,111,0,0,411, + 412,5,110,0,0,412,48,1,0,0,0,413,414,5,119,0,0,414,415,5,105,0,0, + 415,416,5,116,0,0,416,417,5,104,0,0,417,50,1,0,0,0,418,419,5,117, + 0,0,419,420,5,115,0,0,420,421,5,105,0,0,421,422,5,110,0,0,422,423, + 5,103,0,0,423,52,1,0,0,0,424,425,5,118,0,0,425,426,5,105,0,0,426, + 427,5,97,0,0,427,54,1,0,0,0,428,429,5,109,0,0,429,430,5,97,0,0,430, + 431,5,116,0,0,431,432,5,101,0,0,432,433,5,114,0,0,433,434,5,105, + 0,0,434,435,5,97,0,0,435,436,5,108,0,0,436,437,5,105,0,0,437,438, + 5,122,0,0,438,439,5,101,0,0,439,56,1,0,0,0,440,441,5,105,0,0,441, + 442,5,102,0,0,442,58,1,0,0,0,443,444,5,97,0,0,444,445,5,98,0,0,445, + 446,5,115,0,0,446,447,5,101,0,0,447,448,5,110,0,0,448,449,5,116, + 0,0,449,60,1,0,0,0,450,451,5,111,0,0,451,452,5,110,0,0,452,62,1, + 0,0,0,453,454,5,112,0,0,454,455,5,111,0,0,455,456,5,108,0,0,456, + 457,5,105,0,0,457,458,5,99,0,0,458,459,5,121,0,0,459,64,1,0,0,0, + 460,461,5,100,0,0,461,462,5,101,0,0,462,463,5,102,0,0,463,464,5, + 97,0,0,464,465,5,117,0,0,465,466,5,108,0,0,466,467,5,116,0,0,467, + 66,1,0,0,0,468,469,5,115,0,0,469,470,5,111,0,0,470,471,5,117,0,0, + 471,472,5,114,0,0,472,473,5,99,0,0,473,474,5,101,0,0,474,68,1,0, + 0,0,475,476,5,114,0,0,476,477,5,101,0,0,477,478,5,112,0,0,478,479, + 5,111,0,0,479,480,5,115,0,0,480,481,5,105,0,0,481,482,5,116,0,0, + 482,483,5,111,0,0,483,484,5,114,0,0,484,485,5,121,0,0,485,70,1,0, + 0,0,486,487,5,99,0,0,487,488,5,111,0,0,488,489,5,109,0,0,489,490, + 5,109,0,0,490,491,5,105,0,0,491,492,5,116,0,0,492,72,1,0,0,0,493, + 494,5,114,0,0,494,495,5,101,0,0,495,496,5,118,0,0,496,497,5,105, + 0,0,497,498,5,115,0,0,498,499,5,105,0,0,499,500,5,111,0,0,500,501, + 5,110,0,0,501,74,1,0,0,0,502,503,5,115,0,0,503,504,5,101,0,0,504, + 505,5,109,0,0,505,506,5,97,0,0,506,507,5,110,0,0,507,508,5,116,0, + 0,508,509,5,105,0,0,509,510,5,99,0,0,510,511,5,45,0,0,511,512,5, + 109,0,0,512,513,5,97,0,0,513,514,5,106,0,0,514,515,5,111,0,0,515, + 516,5,114,0,0,516,76,1,0,0,0,517,518,5,111,0,0,518,519,5,110,0,0, + 519,520,5,45,0,0,520,521,5,100,0,0,521,522,5,101,0,0,522,523,5,108, + 0,0,523,524,5,101,0,0,524,525,5,116,0,0,525,526,5,101,0,0,526,78, + 1,0,0,0,527,528,5,114,0,0,528,529,5,101,0,0,529,530,5,116,0,0,530, + 531,5,97,0,0,531,532,5,105,0,0,532,533,5,110,0,0,533,534,5,45,0, + 0,534,535,5,111,0,0,535,536,5,116,0,0,536,537,5,104,0,0,537,538, + 5,101,0,0,538,539,5,114,0,0,539,80,1,0,0,0,540,541,5,107,0,0,541, + 542,5,101,0,0,542,543,5,121,0,0,543,544,5,101,0,0,544,545,5,100, + 0,0,545,82,1,0,0,0,546,547,5,112,0,0,547,548,5,117,0,0,548,549,5, + 98,0,0,549,550,5,108,0,0,550,551,5,105,0,0,551,552,5,99,0,0,552, + 553,5,45,0,0,553,554,5,116,0,0,554,555,5,114,0,0,555,556,5,97,0, + 0,556,557,5,118,0,0,557,558,5,101,0,0,558,559,5,114,0,0,559,560, + 5,115,0,0,560,561,5,97,0,0,561,562,5,108,0,0,562,84,1,0,0,0,563, + 564,5,105,0,0,564,565,5,100,0,0,565,86,1,0,0,0,566,567,5,100,0,0, + 567,568,5,111,0,0,568,569,5,99,0,0,569,88,1,0,0,0,570,571,5,109, + 0,0,571,572,5,111,0,0,572,573,5,100,0,0,573,574,5,101,0,0,574,90, + 1,0,0,0,575,576,5,101,0,0,576,577,5,109,0,0,577,578,5,105,0,0,578, + 579,5,116,0,0,579,580,5,115,0,0,580,92,1,0,0,0,581,582,5,114,0,0, + 582,583,5,101,0,0,583,584,5,99,0,0,584,585,5,101,0,0,585,586,5,105, + 0,0,586,587,5,118,0,0,587,588,5,101,0,0,588,589,5,114,0,0,589,94, + 1,0,0,0,590,591,5,114,0,0,591,592,5,101,0,0,592,593,5,113,0,0,593, + 594,5,117,0,0,594,595,5,105,0,0,595,596,5,114,0,0,596,597,5,101, + 0,0,597,598,5,115,0,0,598,96,1,0,0,0,599,600,5,97,0,0,600,601,5, + 110,0,0,601,602,5,121,0,0,602,98,1,0,0,0,603,604,5,103,0,0,604,605, + 5,101,0,0,605,606,5,116,0,0,606,100,1,0,0,0,607,608,5,115,0,0,608, + 609,5,101,0,0,609,610,5,116,0,0,610,102,1,0,0,0,611,612,5,119,0, + 0,612,613,5,97,0,0,613,614,5,116,0,0,614,615,5,99,0,0,615,616,5, + 104,0,0,616,104,1,0,0,0,617,618,5,115,0,0,618,619,5,116,0,0,619, + 620,5,97,0,0,620,621,5,114,0,0,621,622,5,116,0,0,622,106,1,0,0,0, + 623,624,5,115,0,0,624,625,5,116,0,0,625,626,5,111,0,0,626,627,5, + 112,0,0,627,108,1,0,0,0,628,629,5,114,0,0,629,630,5,101,0,0,630, + 631,5,97,0,0,631,632,5,100,0,0,632,110,1,0,0,0,633,634,5,119,0,0, + 634,635,5,114,0,0,635,636,5,105,0,0,636,637,5,116,0,0,637,638,5, + 101,0,0,638,112,1,0,0,0,639,640,5,114,0,0,640,641,5,101,0,0,641, + 642,5,115,0,0,642,643,5,111,0,0,643,644,5,108,0,0,644,645,5,118, + 0,0,645,646,5,101,0,0,646,114,1,0,0,0,647,648,5,99,0,0,648,649,5, + 111,0,0,649,650,5,110,0,0,650,651,5,110,0,0,651,652,5,101,0,0,652, + 653,5,99,0,0,653,654,5,116,0,0,654,116,1,0,0,0,655,656,5,100,0,0, + 656,657,5,105,0,0,657,658,5,115,0,0,658,659,5,99,0,0,659,660,5,111, + 0,0,660,661,5,110,0,0,661,662,5,110,0,0,662,663,5,101,0,0,663,664, + 5,99,0,0,664,665,5,116,0,0,665,118,1,0,0,0,666,667,5,99,0,0,667, + 668,5,97,0,0,668,669,5,108,0,0,669,670,5,108,0,0,670,120,1,0,0,0, + 671,672,5,119,0,0,672,673,5,97,0,0,673,674,5,116,0,0,674,675,5,99, + 0,0,675,676,5,104,0,0,676,677,5,45,0,0,677,678,5,115,0,0,678,679, + 5,116,0,0,679,680,5,97,0,0,680,681,5,114,0,0,681,682,5,116,0,0,682, + 122,1,0,0,0,683,684,5,119,0,0,684,685,5,97,0,0,685,686,5,116,0,0, + 686,687,5,99,0,0,687,688,5,104,0,0,688,689,5,45,0,0,689,690,5,115, + 0,0,690,691,5,116,0,0,691,692,5,111,0,0,692,693,5,112,0,0,693,124, + 1,0,0,0,694,695,5,115,0,0,695,696,5,117,0,0,696,697,5,98,0,0,697, + 698,5,115,0,0,698,699,5,99,0,0,699,700,5,114,0,0,700,701,5,105,0, + 0,701,702,5,98,0,0,702,703,5,101,0,0,703,126,1,0,0,0,704,705,5,117, + 0,0,705,706,5,110,0,0,706,707,5,115,0,0,707,708,5,117,0,0,708,709, + 5,98,0,0,709,710,5,115,0,0,710,711,5,99,0,0,711,712,5,114,0,0,712, + 713,5,105,0,0,713,714,5,98,0,0,714,715,5,101,0,0,715,128,1,0,0,0, + 716,717,5,111,0,0,717,718,5,112,0,0,718,719,5,116,0,0,719,720,5, + 105,0,0,720,721,5,109,0,0,721,722,5,105,0,0,722,723,5,115,0,0,723, + 724,5,116,0,0,724,725,5,105,0,0,725,726,5,99,0,0,726,727,5,45,0, + 0,727,728,5,114,0,0,728,729,5,101,0,0,729,730,5,103,0,0,730,731, + 5,105,0,0,731,732,5,115,0,0,732,733,5,116,0,0,733,734,5,101,0,0, + 734,735,5,114,0,0,735,130,1,0,0,0,736,737,5,99,0,0,737,738,5,114, + 0,0,738,739,5,100,0,0,739,740,5,116,0,0,740,132,1,0,0,0,741,742, + 5,111,0,0,742,743,5,112,0,0,743,744,5,116,0,0,744,745,5,105,0,0, + 745,746,5,111,0,0,746,747,5,110,0,0,747,748,5,97,0,0,748,749,5,108, + 0,0,749,750,5,45,0,0,750,751,5,111,0,0,751,752,5,110,0,0,752,753, + 5,101,0,0,753,134,1,0,0,0,754,755,5,101,0,0,755,756,5,120,0,0,756, + 757,5,97,0,0,757,758,5,99,0,0,758,759,5,116,0,0,759,760,5,108,0, + 0,760,761,5,121,0,0,761,762,5,45,0,0,762,763,5,111,0,0,763,764,5, + 110,0,0,764,765,5,101,0,0,765,136,1,0,0,0,766,767,5,109,0,0,767, + 768,5,97,0,0,768,769,5,110,0,0,769,770,5,121,0,0,770,771,5,45,0, + 0,771,772,5,117,0,0,772,773,5,110,0,0,773,774,5,105,0,0,774,775, + 5,113,0,0,775,776,5,117,0,0,776,777,5,101,0,0,777,138,1,0,0,0,778, + 779,5,109,0,0,779,780,5,97,0,0,780,781,5,110,0,0,781,782,5,121,0, + 0,782,140,1,0,0,0,783,784,5,111,0,0,784,785,5,114,0,0,785,786,5, + 100,0,0,786,787,5,101,0,0,787,788,5,114,0,0,788,789,5,101,0,0,789, + 790,5,100,0,0,790,142,1,0,0,0,791,792,5,117,0,0,792,793,5,110,0, + 0,793,794,5,105,0,0,794,795,5,116,0,0,795,144,1,0,0,0,796,797,5, + 119,0,0,797,798,5,97,0,0,798,799,5,116,0,0,799,800,5,99,0,0,800, + 801,5,104,0,0,801,802,5,45,0,0,802,803,5,104,0,0,803,804,5,97,0, + 0,804,805,5,110,0,0,805,806,5,100,0,0,806,807,5,108,0,0,807,808, + 5,101,0,0,808,146,1,0,0,0,809,810,5,109,0,0,810,811,5,101,0,0,811, + 812,5,115,0,0,812,813,5,115,0,0,813,814,5,97,0,0,814,815,5,103,0, + 0,815,816,5,101,0,0,816,148,1,0,0,0,817,818,5,97,0,0,818,819,5,116, + 0,0,819,820,5,111,0,0,820,821,5,109,0,0,821,822,5,45,0,0,822,823, + 5,114,0,0,823,824,5,101,0,0,824,825,5,102,0,0,825,150,1,0,0,0,826, + 827,5,105,0,0,827,828,5,110,0,0,828,829,5,116,0,0,829,830,5,101, + 0,0,830,831,5,114,0,0,831,832,5,102,0,0,832,833,5,97,0,0,833,834, + 5,99,0,0,834,835,5,101,0,0,835,836,5,45,0,0,836,837,5,114,0,0,837, + 838,5,101,0,0,838,839,5,102,0,0,839,152,1,0,0,0,840,841,5,111,0, + 0,841,842,5,112,0,0,842,843,5,116,0,0,843,844,5,105,0,0,844,845, + 5,111,0,0,845,846,5,110,0,0,846,847,5,97,0,0,847,848,5,108,0,0,848, + 154,1,0,0,0,849,850,5,108,0,0,850,851,5,105,0,0,851,852,5,115,0, + 0,852,853,5,116,0,0,853,156,1,0,0,0,854,855,5,114,0,0,855,856,5, + 101,0,0,856,857,5,99,0,0,857,858,5,111,0,0,858,859,5,114,0,0,859, + 860,5,100,0,0,860,158,1,0,0,0,861,862,5,98,0,0,862,863,5,111,0,0, + 863,864,5,111,0,0,864,865,5,108,0,0,865,160,1,0,0,0,866,867,5,98, + 0,0,867,868,5,121,0,0,868,869,5,116,0,0,869,870,5,101,0,0,870,871, + 5,115,0,0,871,162,1,0,0,0,872,873,5,100,0,0,873,874,5,111,0,0,874, + 875,5,117,0,0,875,876,5,98,0,0,876,877,5,108,0,0,877,878,5,101,0, + 0,878,164,1,0,0,0,879,880,5,105,0,0,880,881,5,110,0,0,881,882,5, + 116,0,0,882,883,5,51,0,0,883,884,5,50,0,0,884,166,1,0,0,0,885,886, + 5,105,0,0,886,887,5,110,0,0,887,888,5,116,0,0,888,889,5,54,0,0,889, + 890,5,52,0,0,890,168,1,0,0,0,891,892,5,115,0,0,892,893,5,116,0,0, + 893,894,5,114,0,0,894,895,5,105,0,0,895,896,5,110,0,0,896,897,5, + 103,0,0,897,170,1,0,0,0,898,899,5,117,0,0,899,900,5,105,0,0,900, + 901,5,110,0,0,901,902,5,116,0,0,902,903,5,51,0,0,903,904,5,50,0, + 0,904,172,1,0,0,0,905,906,5,117,0,0,906,907,5,105,0,0,907,908,5, + 110,0,0,908,909,5,116,0,0,909,910,5,54,0,0,910,911,5,52,0,0,911, + 174,1,0,0,0,912,913,5,116,0,0,913,914,5,114,0,0,914,915,5,117,0, + 0,915,916,5,101,0,0,916,176,1,0,0,0,917,918,5,102,0,0,918,919,5, + 97,0,0,919,920,5,108,0,0,920,921,5,115,0,0,921,922,5,101,0,0,922, + 178,1,0,0,0,923,924,5,110,0,0,924,925,5,117,0,0,925,926,5,108,0, + 0,926,927,5,108,0,0,927,180,1,0,0,0,928,929,5,45,0,0,929,930,5,62, + 0,0,930,182,1,0,0,0,931,932,5,58,0,0,932,184,1,0,0,0,933,934,5,59, + 0,0,934,186,1,0,0,0,935,936,5,44,0,0,936,188,1,0,0,0,937,938,5,46, + 0,0,938,190,1,0,0,0,939,940,5,123,0,0,940,192,1,0,0,0,941,942,5, + 125,0,0,942,194,1,0,0,0,943,944,5,91,0,0,944,196,1,0,0,0,945,946, + 5,93,0,0,946,198,1,0,0,0,947,948,5,40,0,0,948,200,1,0,0,0,949,950, + 5,41,0,0,950,202,1,0,0,0,951,952,5,60,0,0,952,204,1,0,0,0,953,954, + 5,62,0,0,954,206,1,0,0,0,955,957,5,45,0,0,956,955,1,0,0,0,956,957, + 1,0,0,0,957,959,1,0,0,0,958,960,7,0,0,0,959,958,1,0,0,0,960,961, + 1,0,0,0,961,959,1,0,0,0,961,962,1,0,0,0,962,208,1,0,0,0,963,965, + 5,45,0,0,964,963,1,0,0,0,964,965,1,0,0,0,965,974,1,0,0,0,966,975, + 5,48,0,0,967,971,7,1,0,0,968,970,7,0,0,0,969,968,1,0,0,0,970,973, + 1,0,0,0,971,969,1,0,0,0,971,972,1,0,0,0,972,975,1,0,0,0,973,971, + 1,0,0,0,974,966,1,0,0,0,974,967,1,0,0,0,975,982,1,0,0,0,976,978, + 5,46,0,0,977,979,7,0,0,0,978,977,1,0,0,0,979,980,1,0,0,0,980,978, + 1,0,0,0,980,981,1,0,0,0,981,983,1,0,0,0,982,976,1,0,0,0,982,983, + 1,0,0,0,983,993,1,0,0,0,984,986,7,2,0,0,985,987,7,3,0,0,986,985, + 1,0,0,0,986,987,1,0,0,0,987,989,1,0,0,0,988,990,7,0,0,0,989,988, + 1,0,0,0,990,991,1,0,0,0,991,989,1,0,0,0,991,992,1,0,0,0,992,994, + 1,0,0,0,993,984,1,0,0,0,993,994,1,0,0,0,994,210,1,0,0,0,995,999, + 7,4,0,0,996,998,7,5,0,0,997,996,1,0,0,0,998,1001,1,0,0,0,999,997, + 1,0,0,0,999,1000,1,0,0,0,1000,212,1,0,0,0,1001,999,1,0,0,0,1002, + 1007,5,34,0,0,1003,1006,3,215,107,0,1004,1006,8,6,0,0,1005,1003, + 1,0,0,0,1005,1004,1,0,0,0,1006,1009,1,0,0,0,1007,1005,1,0,0,0,1007, + 1008,1,0,0,0,1008,1010,1,0,0,0,1009,1007,1,0,0,0,1010,1011,5,34, + 0,0,1011,214,1,0,0,0,1012,1020,5,92,0,0,1013,1021,7,7,0,0,1014,1015, + 5,117,0,0,1015,1016,3,217,108,0,1016,1017,3,217,108,0,1017,1018, + 3,217,108,0,1018,1019,3,217,108,0,1019,1021,1,0,0,0,1020,1013,1, + 0,0,0,1020,1014,1,0,0,0,1021,216,1,0,0,0,1022,1023,7,8,0,0,1023, + 218,1,0,0,0,1024,1025,5,47,0,0,1025,1026,5,47,0,0,1026,1030,1,0, + 0,0,1027,1029,8,9,0,0,1028,1027,1,0,0,0,1029,1032,1,0,0,0,1030,1028, + 1,0,0,0,1030,1031,1,0,0,0,1031,1033,1,0,0,0,1032,1030,1,0,0,0,1033, + 1034,6,109,0,0,1034,220,1,0,0,0,1035,1036,5,47,0,0,1036,1037,5,42, + 0,0,1037,1041,1,0,0,0,1038,1040,9,0,0,0,1039,1038,1,0,0,0,1040,1043, + 1,0,0,0,1041,1042,1,0,0,0,1041,1039,1,0,0,0,1042,1044,1,0,0,0,1043, + 1041,1,0,0,0,1044,1045,5,42,0,0,1045,1046,5,47,0,0,1046,1047,1,0, + 0,0,1047,1048,6,110,0,0,1048,222,1,0,0,0,1049,1051,7,10,0,0,1050, + 1049,1,0,0,0,1051,1052,1,0,0,0,1052,1050,1,0,0,0,1052,1053,1,0,0, + 0,1053,1054,1,0,0,0,1054,1055,6,111,0,0,1055,224,1,0,0,0,18,0,956, + 961,964,971,974,980,982,986,991,993,999,1005,1007,1020,1030,1041, + 1052,1,0,1,0 ]; private static __ATN: antlr.ATN; diff --git a/src/capability-language/generated/QuixosCapabilityParser.ts b/src/capability-language/generated/QuixosCapabilityParser.ts index 4954303..791a471 100644 --- a/src/capability-language/generated/QuixosCapabilityParser.ts +++ b/src/capability-language/generated/QuixosCapabilityParser.ts @@ -88,37 +88,38 @@ export class QuixosCapabilityParser extends antlr.Parser { public static readonly INTERFACE_REF = 76; public static readonly OPTIONAL = 77; public static readonly LIST = 78; - public static readonly BOOL = 79; - public static readonly BYTES = 80; - public static readonly DOUBLE = 81; - public static readonly INT32 = 82; - public static readonly INT64 = 83; - public static readonly STRING = 84; - public static readonly UINT32 = 85; - public static readonly UINT64 = 86; - public static readonly TRUE = 87; - public static readonly FALSE = 88; - public static readonly NULL = 89; - public static readonly ARROW = 90; - public static readonly COLON = 91; - public static readonly SEMI = 92; - public static readonly COMMA = 93; - public static readonly DOT = 94; - public static readonly LBRACE = 95; - public static readonly RBRACE = 96; - public static readonly LBRACK = 97; - public static readonly RBRACK = 98; - public static readonly LPAREN = 99; - public static readonly RPAREN = 100; - public static readonly LT = 101; - public static readonly GT = 102; - public static readonly INTEGER = 103; - public static readonly JSON_NUMBER = 104; - public static readonly IDENTIFIER = 105; - public static readonly STRING_LITERAL = 106; - public static readonly LINE_COMMENT = 107; - public static readonly BLOCK_COMMENT = 108; - public static readonly WS = 109; + public static readonly RECORD = 79; + public static readonly BOOL = 80; + public static readonly BYTES = 81; + public static readonly DOUBLE = 82; + public static readonly INT32 = 83; + public static readonly INT64 = 84; + public static readonly STRING = 85; + public static readonly UINT32 = 86; + public static readonly UINT64 = 87; + public static readonly TRUE = 88; + public static readonly FALSE = 89; + public static readonly NULL = 90; + public static readonly ARROW = 91; + public static readonly COLON = 92; + public static readonly SEMI = 93; + public static readonly COMMA = 94; + public static readonly DOT = 95; + public static readonly LBRACE = 96; + public static readonly RBRACE = 97; + public static readonly LBRACK = 98; + public static readonly RBRACK = 99; + public static readonly LPAREN = 100; + public static readonly RPAREN = 101; + public static readonly LT = 102; + public static readonly GT = 103; + public static readonly INTEGER = 104; + public static readonly JSON_NUMBER = 105; + public static readonly IDENTIFIER = 106; + public static readonly STRING_LITERAL = 107; + public static readonly LINE_COMMENT = 108; + public static readonly BLOCK_COMMENT = 109; + public static readonly WS = 110; public static readonly RULE_document = 0; public static readonly RULE_fragmentDecl = 1; public static readonly RULE_sourceImportDecl = 2; @@ -169,14 +170,15 @@ export class QuixosCapabilityParser extends antlr.Parser { public static readonly RULE_dependencyBinding = 47; public static readonly RULE_constructorBindingDecl = 48; public static readonly RULE_valueType = 49; - public static readonly RULE_scalarType = 50; - public static readonly RULE_cardinality = 51; - public static readonly RULE_jsonLiteral = 52; - public static readonly RULE_jsonObject = 53; - public static readonly RULE_jsonMember = 54; - public static readonly RULE_jsonArray = 55; - public static readonly RULE_identifier = 56; - public static readonly RULE_stringLiteral = 57; + public static readonly RULE_recordField = 50; + public static readonly RULE_scalarType = 51; + public static readonly RULE_cardinality = 52; + public static readonly RULE_jsonLiteral = 53; + public static readonly RULE_jsonObject = 54; + public static readonly RULE_jsonMember = 55; + public static readonly RULE_jsonArray = 56; + public static readonly RULE_identifier = 57; + public static readonly RULE_stringLiteral = 58; public static readonly literalNames = [ null, "'workspace'", "'fragment'", "'import'", "'external'", "'atom'", @@ -193,10 +195,10 @@ export class QuixosCapabilityParser extends antlr.Parser { "'watch-stop'", "'subscribe'", "'unsubscribe'", "'optimistic-register'", "'crdt'", "'optional-one'", "'exactly-one'", "'many-unique'", "'many'", "'ordered'", "'unit'", "'watch-handle'", "'message'", "'atom-ref'", - "'interface-ref'", "'optional'", "'list'", "'bool'", "'bytes'", - "'double'", "'int32'", "'int64'", "'string'", "'uint32'", "'uint64'", - "'true'", "'false'", "'null'", "'->'", "':'", "';'", "','", "'.'", - "'{'", "'}'", "'['", "']'", "'('", "')'", "'<'", "'>'" + "'interface-ref'", "'optional'", "'list'", "'record'", "'bool'", + "'bytes'", "'double'", "'int32'", "'int64'", "'string'", "'uint32'", + "'uint64'", "'true'", "'false'", "'null'", "'->'", "':'", "';'", + "','", "'.'", "'{'", "'}'", "'['", "']'", "'('", "')'", "'<'", "'>'" ]; public static readonly symbolicNames = [ @@ -212,12 +214,12 @@ export class QuixosCapabilityParser extends antlr.Parser { "DISCONNECT", "CALL", "WATCH_START", "WATCH_STOP", "SUBSCRIBE", "UNSUBSCRIBE", "OPTIMISTIC_REGISTER", "CRDT", "OPTIONAL_ONE", "EXACTLY_ONE", "MANY_UNIQUE", "MANY", "ORDERED", "UNIT", "WATCH_HANDLE", "MESSAGE", - "ATOM_REF", "INTERFACE_REF", "OPTIONAL", "LIST", "BOOL", "BYTES", - "DOUBLE", "INT32", "INT64", "STRING", "UINT32", "UINT64", "TRUE", - "FALSE", "NULL", "ARROW", "COLON", "SEMI", "COMMA", "DOT", "LBRACE", - "RBRACE", "LBRACK", "RBRACK", "LPAREN", "RPAREN", "LT", "GT", "INTEGER", - "JSON_NUMBER", "IDENTIFIER", "STRING_LITERAL", "LINE_COMMENT", "BLOCK_COMMENT", - "WS" + "ATOM_REF", "INTERFACE_REF", "OPTIONAL", "LIST", "RECORD", "BOOL", + "BYTES", "DOUBLE", "INT32", "INT64", "STRING", "UINT32", "UINT64", + "TRUE", "FALSE", "NULL", "ARROW", "COLON", "SEMI", "COMMA", "DOT", + "LBRACE", "RBRACE", "LBRACK", "RBRACK", "LPAREN", "RPAREN", "LT", + "GT", "INTEGER", "JSON_NUMBER", "IDENTIFIER", "STRING_LITERAL", + "LINE_COMMENT", "BLOCK_COMMENT", "WS" ]; public static readonly ruleNames = [ "document", "fragmentDecl", "sourceImportDecl", "workspaceDecl", @@ -233,9 +235,9 @@ export class QuixosCapabilityParser extends antlr.Parser { "conformanceItem", "relationshipMaterializationDecl", "operationBindingDecl", "memberOperationRef", "operationName", "operationProvider", "statePrimitive", "edgePrimitive", "dependencyBindingBlock", "dependencyBinding", - "constructorBindingDecl", "valueType", "scalarType", "cardinality", - "jsonLiteral", "jsonObject", "jsonMember", "jsonArray", "identifier", - "stringLiteral", + "constructorBindingDecl", "valueType", "recordField", "scalarType", + "cardinality", "jsonLiteral", "jsonObject", "jsonMember", "jsonArray", + "identifier", "stringLiteral", ]; public get grammarFileName(): string { return "QuixosCapability.g4"; } @@ -256,42 +258,42 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new DocumentContext(this.context, this.state); this.enterRule(localContext, 0, QuixosCapabilityParser.RULE_document); try { - this.state = 128; + this.state = 130; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 0, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 116; + this.state = 118; this.workspaceDecl(); - this.state = 117; + this.state = 119; this.match(QuixosCapabilityParser.EOF); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 119; + this.state = 121; this.interfaceResourceDecl(); - this.state = 120; + this.state = 122; this.match(QuixosCapabilityParser.EOF); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 122; + this.state = 124; this.packageResourceDecl(); - this.state = 123; + this.state = 125; this.match(QuixosCapabilityParser.EOF); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 125; + this.state = 127; this.fragmentDecl(); - this.state = 126; + this.state = 128; this.match(QuixosCapabilityParser.EOF); } break; @@ -317,25 +319,25 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 130; + this.state = 132; this.match(QuixosCapabilityParser.FRAGMENT); - this.state = 131; + this.state = 133; this.match(QuixosCapabilityParser.LBRACE); - this.state = 135; + this.state = 137; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 2170920) !== 0)) { { { - this.state = 132; + this.state = 134; this.workspaceItem(); } } - this.state = 137; + this.state = 139; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 138; + this.state = 140; this.match(QuixosCapabilityParser.RBRACE); } } @@ -358,11 +360,11 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 140; - this.match(QuixosCapabilityParser.IMPORT); - this.state = 141; - this.stringLiteral(); this.state = 142; + this.match(QuixosCapabilityParser.IMPORT); + this.state = 143; + this.stringLiteral(); + this.state = 144; this.match(QuixosCapabilityParser.SEMI); } } @@ -386,39 +388,39 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 144; - this.match(QuixosCapabilityParser.WORKSPACE); - this.state = 145; - this.identifier(); this.state = 146; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.WORKSPACE); this.state = 147; - this.stringLiteral(); + this.identifier(); this.state = 148; - this.match(QuixosCapabilityParser.REVISION); + this.match(QuixosCapabilityParser.ID); this.state = 149; this.stringLiteral(); this.state = 150; - this.match(QuixosCapabilityParser.COMMIT); + this.match(QuixosCapabilityParser.REVISION); this.state = 151; this.stringLiteral(); this.state = 152; + this.match(QuixosCapabilityParser.COMMIT); + this.state = 153; + this.stringLiteral(); + this.state = 154; this.match(QuixosCapabilityParser.LBRACE); - this.state = 156; + this.state = 158; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 2170920) !== 0)) { { { - this.state = 153; + this.state = 155; this.workspaceItem(); } } - this.state = 158; + this.state = 160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 159; + this.state = 161; this.match(QuixosCapabilityParser.RBRACE); } } @@ -439,48 +441,48 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new WorkspaceItemContext(this.context, this.state); this.enterRule(localContext, 8, QuixosCapabilityParser.RULE_workspaceItem); try { - this.state = 167; + this.state = 169; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 3, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 161; + this.state = 163; this.sourceImportDecl(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 162; + this.state = 164; this.atomDecl(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 163; + this.state = 165; this.resourceImportDecl(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 164; + this.state = 166; this.sharedAttachmentDecl(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 165; + this.state = 167; this.conformanceDecl(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 166; + this.state = 168; this.constructorBindingDecl(); } break; @@ -503,32 +505,32 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new ResourceImportDeclContext(this.context, this.state); this.enterRule(localContext, 10, QuixosCapabilityParser.RULE_resourceImportDecl); try { - this.state = 179; + this.state = 181; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 4, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 169; - this.match(QuixosCapabilityParser.IMPORT); - this.state = 170; - this.match(QuixosCapabilityParser.INTERFACE); this.state = 171; - this.identifier(); + this.match(QuixosCapabilityParser.IMPORT); this.state = 172; + this.match(QuixosCapabilityParser.INTERFACE); + this.state = 173; + this.identifier(); + this.state = 174; this.match(QuixosCapabilityParser.SEMI); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 174; - this.match(QuixosCapabilityParser.IMPORT); - this.state = 175; - this.match(QuixosCapabilityParser.PACKAGE); this.state = 176; - this.identifier(); + this.match(QuixosCapabilityParser.IMPORT); this.state = 177; + this.match(QuixosCapabilityParser.PACKAGE); + this.state = 178; + this.identifier(); + this.state = 179; this.match(QuixosCapabilityParser.SEMI); } break; @@ -553,17 +555,17 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 181; - this.match(QuixosCapabilityParser.EXTERNAL); - this.state = 182; - this.match(QuixosCapabilityParser.ATOM); this.state = 183; - this.identifier(); + this.match(QuixosCapabilityParser.EXTERNAL); this.state = 184; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.ATOM); this.state = 185; - this.stringLiteral(); + this.identifier(); this.state = 186; + this.match(QuixosCapabilityParser.ID); + this.state = 187; + this.stringLiteral(); + this.state = 188; this.match(QuixosCapabilityParser.SEMI); } } @@ -586,17 +588,17 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 188; - this.match(QuixosCapabilityParser.EXTERNAL); - this.state = 189; - this.match(QuixosCapabilityParser.INTERFACE); this.state = 190; - this.identifier(); + this.match(QuixosCapabilityParser.EXTERNAL); this.state = 191; - this.match(QuixosCapabilityParser.REVISION); + this.match(QuixosCapabilityParser.INTERFACE); this.state = 192; - this.stringLiteral(); + this.identifier(); this.state = 193; + this.match(QuixosCapabilityParser.REVISION); + this.state = 194; + this.stringLiteral(); + this.state = 195; this.match(QuixosCapabilityParser.SEMI); } } @@ -617,27 +619,27 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new ResourcePreambleContext(this.context, this.state); this.enterRule(localContext, 16, QuixosCapabilityParser.RULE_resourcePreamble); try { - this.state = 198; + this.state = 200; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 5, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 195; + this.state = 197; this.resourceImportDecl(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 196; + this.state = 198; this.externalAtomDecl(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 197; + this.state = 199; this.externalInterfaceDecl(); } break; @@ -663,27 +665,27 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 200; - this.match(QuixosCapabilityParser.ATOM); - this.state = 201; - this.identifier(); this.state = 202; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.ATOM); this.state = 203; + this.identifier(); + this.state = 204; + this.match(QuixosCapabilityParser.ID); + this.state = 205; this.stringLiteral(); - this.state = 206; + this.state = 208; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 44) { { - this.state = 204; + this.state = 206; this.match(QuixosCapabilityParser.DOC); - this.state = 205; + this.state = 207; this.stringLiteral(); } } - this.state = 208; + this.state = 210; this.match(QuixosCapabilityParser.SEMI); } } @@ -707,49 +709,49 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 213; + this.state = 215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3 || _la === 4) { { { - this.state = 210; + this.state = 212; this.resourcePreamble(); } } - this.state = 215; + this.state = 217; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 216; - this.match(QuixosCapabilityParser.INTERFACE); - this.state = 217; - this.identifier(); this.state = 218; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.INTERFACE); this.state = 219; - this.stringLiteral(); + this.identifier(); this.state = 220; - this.match(QuixosCapabilityParser.REVISION); + this.match(QuixosCapabilityParser.ID); this.state = 221; this.stringLiteral(); this.state = 222; + this.match(QuixosCapabilityParser.REVISION); + this.state = 223; + this.stringLiteral(); + this.state = 224; this.match(QuixosCapabilityParser.LBRACE); - this.state = 226; + this.state = 228; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3584) !== 0)) { { { - this.state = 223; + this.state = 225; this.interfaceMember(); } } - this.state = 228; + this.state = 230; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 229; + this.state = 231; this.match(QuixosCapabilityParser.RBRACE); } } @@ -770,27 +772,27 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new InterfaceMemberContext(this.context, this.state); this.enterRule(localContext, 22, QuixosCapabilityParser.RULE_interfaceMember); try { - this.state = 234; + this.state = 236; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.VALUE: this.enterOuterAlt(localContext, 1); { - this.state = 231; + this.state = 233; this.valueMember(); } break; case QuixosCapabilityParser.RELATION: this.enterOuterAlt(localContext, 2); { - this.state = 232; + this.state = 234; this.relationshipMember(); } break; case QuixosCapabilityParser.OPERATION: this.enterOuterAlt(localContext, 3); { - this.state = 233; + this.state = 235; this.operationMember(); } break; @@ -817,33 +819,33 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 236; - this.match(QuixosCapabilityParser.OPERATION); - this.state = 237; - this.identifier(); this.state = 238; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.OPERATION); this.state = 239; - this.stringLiteral(); + this.identifier(); this.state = 240; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.ID); this.state = 241; - this.valueType(); + this.stringLiteral(); this.state = 242; - this.match(QuixosCapabilityParser.ARROW); + this.match(QuixosCapabilityParser.COLON); this.state = 243; this.valueType(); this.state = 244; - this.match(QuixosCapabilityParser.LBRACE); + this.match(QuixosCapabilityParser.ARROW); this.state = 245; - this.match(QuixosCapabilityParser.CALL); + this.valueType(); this.state = 246; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.LBRACE); this.state = 247; - this.stringLiteral(); + this.match(QuixosCapabilityParser.CALL); this.state = 248; - this.match(QuixosCapabilityParser.SEMI); + this.match(QuixosCapabilityParser.ID); this.state = 249; + this.stringLiteral(); + this.state = 250; + this.match(QuixosCapabilityParser.SEMI); + this.state = 251; this.match(QuixosCapabilityParser.RBRACE); } } @@ -867,35 +869,35 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 251; - this.match(QuixosCapabilityParser.VALUE); - this.state = 252; - this.identifier(); this.state = 253; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.VALUE); this.state = 254; - this.stringLiteral(); + this.identifier(); this.state = 255; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.ID); this.state = 256; - this.valueType(); + this.stringLiteral(); this.state = 257; + this.match(QuixosCapabilityParser.COLON); + this.state = 258; + this.valueType(); + this.state = 259; this.match(QuixosCapabilityParser.LBRACE); - this.state = 261; + this.state = 263; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (((((_la - 50)) & ~0x1F) === 0 && ((1 << (_la - 50)) & 7) !== 0)) { { { - this.state = 258; + this.state = 260; this.valueMemberOperation(); } } - this.state = 263; + this.state = 265; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 264; + this.state = 266; this.match(QuixosCapabilityParser.RBRACE); } } @@ -916,53 +918,53 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new ValueMemberOperationContext(this.context, this.state); this.enterRule(localContext, 28, QuixosCapabilityParser.RULE_valueMemberOperation); try { - this.state = 285; + this.state = 287; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.GET: this.enterOuterAlt(localContext, 1); { - this.state = 266; - this.match(QuixosCapabilityParser.GET); - this.state = 267; - this.match(QuixosCapabilityParser.ID); this.state = 268; - this.stringLiteral(); + this.match(QuixosCapabilityParser.GET); this.state = 269; + this.match(QuixosCapabilityParser.ID); + this.state = 270; + this.stringLiteral(); + this.state = 271; this.match(QuixosCapabilityParser.SEMI); } break; case QuixosCapabilityParser.SET: this.enterOuterAlt(localContext, 2); { - this.state = 271; - this.match(QuixosCapabilityParser.SET); - this.state = 272; - this.match(QuixosCapabilityParser.ID); this.state = 273; - this.stringLiteral(); + this.match(QuixosCapabilityParser.SET); this.state = 274; + this.match(QuixosCapabilityParser.ID); + this.state = 275; + this.stringLiteral(); + this.state = 276; this.match(QuixosCapabilityParser.SEMI); } break; case QuixosCapabilityParser.WATCH: this.enterOuterAlt(localContext, 3); { - this.state = 276; - this.match(QuixosCapabilityParser.WATCH); - this.state = 277; - this.match(QuixosCapabilityParser.START); this.state = 278; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.WATCH); this.state = 279; - this.stringLiteral(); + this.match(QuixosCapabilityParser.START); this.state = 280; - this.match(QuixosCapabilityParser.STOP); - this.state = 281; this.match(QuixosCapabilityParser.ID); - this.state = 282; + this.state = 281; this.stringLiteral(); + this.state = 282; + this.match(QuixosCapabilityParser.STOP); this.state = 283; + this.match(QuixosCapabilityParser.ID); + this.state = 284; + this.stringLiteral(); + this.state = 285; this.match(QuixosCapabilityParser.SEMI); } break; @@ -990,47 +992,47 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 287; - this.match(QuixosCapabilityParser.RELATION); - this.state = 288; - this.identifier(); this.state = 289; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.RELATION); this.state = 290; - this.stringLiteral(); + this.identifier(); this.state = 291; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.ID); this.state = 292; - this.cardinality(); + this.stringLiteral(); this.state = 293; - this.targetConstraint(); + this.match(QuixosCapabilityParser.COLON); + this.state = 294; + this.cardinality(); this.state = 295; + this.targetConstraint(); + this.state = 297; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 294; + this.state = 296; this.match(QuixosCapabilityParser.ORDERED); } } - this.state = 297; + this.state = 299; this.match(QuixosCapabilityParser.LBRACE); - this.state = 301; + this.state = 303; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (((((_la - 52)) & ~0x1F) === 0 && ((1 << (_la - 52)) & 225) !== 0)) { { { - this.state = 298; + this.state = 300; this.relationshipOperation(); } } - this.state = 303; + this.state = 305; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 304; + this.state = 306; this.match(QuixosCapabilityParser.RBRACE); } } @@ -1051,66 +1053,66 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new RelationshipOperationContext(this.context, this.state); this.enterRule(localContext, 32, QuixosCapabilityParser.RULE_relationshipOperation); try { - this.state = 330; + this.state = 332; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.RESOLVE: this.enterOuterAlt(localContext, 1); { - this.state = 306; - this.match(QuixosCapabilityParser.RESOLVE); - this.state = 307; - this.match(QuixosCapabilityParser.ID); this.state = 308; - this.stringLiteral(); + this.match(QuixosCapabilityParser.RESOLVE); this.state = 309; + this.match(QuixosCapabilityParser.ID); + this.state = 310; + this.stringLiteral(); + this.state = 311; this.match(QuixosCapabilityParser.SEMI); } break; case QuixosCapabilityParser.CONNECT: this.enterOuterAlt(localContext, 2); { - this.state = 311; - this.match(QuixosCapabilityParser.CONNECT); - this.state = 312; - this.match(QuixosCapabilityParser.ID); this.state = 313; - this.stringLiteral(); + this.match(QuixosCapabilityParser.CONNECT); this.state = 314; + this.match(QuixosCapabilityParser.ID); + this.state = 315; + this.stringLiteral(); + this.state = 316; this.match(QuixosCapabilityParser.SEMI); } break; case QuixosCapabilityParser.DISCONNECT: this.enterOuterAlt(localContext, 3); { - this.state = 316; - this.match(QuixosCapabilityParser.DISCONNECT); - this.state = 317; - this.match(QuixosCapabilityParser.ID); this.state = 318; - this.stringLiteral(); + this.match(QuixosCapabilityParser.DISCONNECT); this.state = 319; + this.match(QuixosCapabilityParser.ID); + this.state = 320; + this.stringLiteral(); + this.state = 321; this.match(QuixosCapabilityParser.SEMI); } break; case QuixosCapabilityParser.WATCH: this.enterOuterAlt(localContext, 4); { - this.state = 321; - this.match(QuixosCapabilityParser.WATCH); - this.state = 322; - this.match(QuixosCapabilityParser.START); this.state = 323; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.WATCH); this.state = 324; - this.stringLiteral(); + this.match(QuixosCapabilityParser.START); this.state = 325; - this.match(QuixosCapabilityParser.STOP); - this.state = 326; this.match(QuixosCapabilityParser.ID); - this.state = 327; + this.state = 326; this.stringLiteral(); + this.state = 327; + this.match(QuixosCapabilityParser.STOP); this.state = 328; + this.match(QuixosCapabilityParser.ID); + this.state = 329; + this.stringLiteral(); + this.state = 330; this.match(QuixosCapabilityParser.SEMI); } break; @@ -1135,24 +1137,24 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new TargetConstraintContext(this.context, this.state); this.enterRule(localContext, 34, QuixosCapabilityParser.RULE_targetConstraint); try { - this.state = 336; + this.state = 338; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.ATOM: this.enterOuterAlt(localContext, 1); { - this.state = 332; + this.state = 334; this.match(QuixosCapabilityParser.ATOM); - this.state = 333; + this.state = 335; this.identifier(); } break; case QuixosCapabilityParser.INTERFACE: this.enterOuterAlt(localContext, 2); { - this.state = 334; + this.state = 336; this.match(QuixosCapabilityParser.INTERFACE); - this.state = 335; + this.state = 337; this.identifier(); } break; @@ -1180,61 +1182,61 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 341; + this.state = 343; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3 || _la === 4) { { { - this.state = 338; + this.state = 340; this.resourcePreamble(); } } - this.state = 343; + this.state = 345; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 344; - this.match(QuixosCapabilityParser.PACKAGE); - this.state = 345; - this.identifier(); this.state = 346; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.PACKAGE); this.state = 347; - this.stringLiteral(); + this.identifier(); this.state = 348; - this.match(QuixosCapabilityParser.REVISION); + this.match(QuixosCapabilityParser.ID); this.state = 349; this.stringLiteral(); - this.state = 352; + this.state = 350; + this.match(QuixosCapabilityParser.REVISION); + this.state = 351; + this.stringLiteral(); + this.state = 354; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 38) { { - this.state = 350; + this.state = 352; this.match(QuixosCapabilityParser.SEMANTIC_MAJOR); - this.state = 351; + this.state = 353; this.match(QuixosCapabilityParser.INTEGER); } } - this.state = 354; + this.state = 356; this.match(QuixosCapabilityParser.LBRACE); - this.state = 358; + this.state = 360; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 14336) !== 0)) { { { - this.state = 355; + this.state = 357; this.packageExport(); } } - this.state = 360; + this.state = 362; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 361; + this.state = 363; this.match(QuixosCapabilityParser.RBRACE); } } @@ -1255,27 +1257,27 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new PackageExportContext(this.context, this.state); this.enterRule(localContext, 38, QuixosCapabilityParser.RULE_packageExport); try { - this.state = 366; + this.state = 368; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.OPERATION: this.enterOuterAlt(localContext, 1); { - this.state = 363; + this.state = 365; this.packageOperationExport(); } break; case QuixosCapabilityParser.FUNCTION: this.enterOuterAlt(localContext, 2); { - this.state = 364; + this.state = 366; this.packageFunctionExport(); } break; case QuixosCapabilityParser.CONSTRUCTOR: this.enterOuterAlt(localContext, 3); { - this.state = 365; + this.state = 367; this.packageConstructorExport(); } break; @@ -1303,51 +1305,51 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 368; - this.match(QuixosCapabilityParser.OPERATION); - this.state = 369; - this.identifier(); this.state = 370; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.OPERATION); this.state = 371; - this.stringLiteral(); + this.identifier(); this.state = 372; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.ID); this.state = 373; - this.valueType(); + this.stringLiteral(); this.state = 374; - this.match(QuixosCapabilityParser.ARROW); + this.match(QuixosCapabilityParser.COLON); this.state = 375; this.valueType(); this.state = 376; - this.match(QuixosCapabilityParser.MODE); + this.match(QuixosCapabilityParser.ARROW); this.state = 377; - this.operationMode(); + this.valueType(); + this.state = 378; + this.match(QuixosCapabilityParser.MODE); this.state = 379; + this.operationMode(); + this.state = 381; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 46) { { - this.state = 378; + this.state = 380; this.eventClause(); } } - this.state = 381; + this.state = 383; this.match(QuixosCapabilityParser.RECEIVER); - this.state = 382; - this.receiverRequirement(); this.state = 384; + this.receiverRequirement(); + this.state = 386; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 48) { { - this.state = 383; + this.state = 385; this.dependencyBlock(); } } - this.state = 386; + this.state = 388; this.match(QuixosCapabilityParser.SEMI); } } @@ -1371,33 +1373,33 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 388; - this.match(QuixosCapabilityParser.FUNCTION); - this.state = 389; - this.identifier(); this.state = 390; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.FUNCTION); this.state = 391; - this.stringLiteral(); + this.identifier(); this.state = 392; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.ID); this.state = 393; - this.valueType(); + this.stringLiteral(); this.state = 394; - this.match(QuixosCapabilityParser.ARROW); + this.match(QuixosCapabilityParser.COLON); this.state = 395; this.valueType(); + this.state = 396; + this.match(QuixosCapabilityParser.ARROW); this.state = 397; + this.valueType(); + this.state = 399; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 48) { { - this.state = 396; + this.state = 398; this.dependencyBlock(); } } - this.state = 399; + this.state = 401; this.match(QuixosCapabilityParser.SEMI); } } @@ -1421,33 +1423,33 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 401; - this.match(QuixosCapabilityParser.CONSTRUCTOR); - this.state = 402; - this.identifier(); this.state = 403; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.CONSTRUCTOR); this.state = 404; - this.stringLiteral(); - this.state = 405; - this.match(QuixosCapabilityParser.CONSTRUCTS); - this.state = 406; this.identifier(); + this.state = 405; + this.match(QuixosCapabilityParser.ID); + this.state = 406; + this.stringLiteral(); this.state = 407; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.CONSTRUCTS); this.state = 408; - this.valueType(); + this.identifier(); + this.state = 409; + this.match(QuixosCapabilityParser.COLON); this.state = 410; + this.valueType(); + this.state = 412; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 48) { { - this.state = 409; + this.state = 411; this.dependencyBlock(); } } - this.state = 412; + this.state = 414; this.match(QuixosCapabilityParser.SEMI); } } @@ -1470,9 +1472,9 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 414; + this.state = 416; this.match(QuixosCapabilityParser.EMITS); - this.state = 415; + this.state = 417; this.valueType(); } } @@ -1496,7 +1498,7 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 417; + this.state = 419; _la = this.tokenStream.LA(1); if(!(((((_la - 60)) & ~0x1F) === 0 && ((1 << (_la - 60)) & 31) !== 0))) { this.errorHandler.recoverInline(this); @@ -1525,43 +1527,43 @@ export class QuixosCapabilityParser extends antlr.Parser { this.enterRule(localContext, 50, QuixosCapabilityParser.RULE_receiverRequirement); let _la: number; try { - this.state = 428; + this.state = 430; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.ANY: this.enterOuterAlt(localContext, 1); { - this.state = 419; + this.state = 421; this.match(QuixosCapabilityParser.ANY); } break; case QuixosCapabilityParser.ATOM: this.enterOuterAlt(localContext, 2); { - this.state = 420; + this.state = 422; this.match(QuixosCapabilityParser.ATOM); - this.state = 421; + this.state = 423; this.identifier(); } break; case QuixosCapabilityParser.INTERFACES: this.enterOuterAlt(localContext, 3); { - this.state = 422; + this.state = 424; this.match(QuixosCapabilityParser.INTERFACES); - this.state = 423; - this.match(QuixosCapabilityParser.LBRACK); this.state = 425; + this.match(QuixosCapabilityParser.LBRACK); + this.state = 427; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (_la === 34 || _la === 105) { + if (_la === 34 || _la === 106) { { - this.state = 424; + this.state = 426; this.identifierList(); } } - this.state = 427; + this.state = 429; this.match(QuixosCapabilityParser.RBRACK); } break; @@ -1589,21 +1591,21 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 430; + this.state = 432; this.identifier(); - this.state = 435; + this.state = 437; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - while (_la === 93) { + while (_la === 94) { { { - this.state = 431; + this.state = 433; this.match(QuixosCapabilityParser.COMMA); - this.state = 432; + this.state = 434; this.identifier(); } } - this.state = 437; + this.state = 439; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -1629,25 +1631,25 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 438; + this.state = 440; this.match(QuixosCapabilityParser.REQUIRES); - this.state = 439; + this.state = 441; this.match(QuixosCapabilityParser.LBRACE); - this.state = 443; + this.state = 445; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 12591168) !== 0)) { { { - this.state = 440; + this.state = 442; this.dependencyPort(); } } - this.state = 445; + this.state = 447; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 446; + this.state = 448; this.match(QuixosCapabilityParser.RBRACE); } } @@ -1669,100 +1671,100 @@ export class QuixosCapabilityParser extends antlr.Parser { this.enterRule(localContext, 56, QuixosCapabilityParser.RULE_dependencyPort); let _la: number; try { - this.state = 487; + this.state = 489; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.STATE: this.enterOuterAlt(localContext, 1); { - this.state = 448; - this.match(QuixosCapabilityParser.STATE); - this.state = 449; - this.identifier(); this.state = 450; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.STATE); this.state = 451; - this.stringLiteral(); + this.identifier(); this.state = 452; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.ID); this.state = 453; - this.valueType(); + this.stringLiteral(); this.state = 454; - this.primitiveList(); + this.match(QuixosCapabilityParser.COLON); this.state = 455; + this.valueType(); + this.state = 456; + this.primitiveList(); + this.state = 457; this.match(QuixosCapabilityParser.SEMI); } break; case QuixosCapabilityParser.EDGE: this.enterOuterAlt(localContext, 2); { - this.state = 457; - this.match(QuixosCapabilityParser.EDGE); - this.state = 458; - this.identifier(); this.state = 459; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.EDGE); this.state = 460; - this.stringLiteral(); + this.identifier(); this.state = 461; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.ID); this.state = 462; - this.cardinality(); + this.stringLiteral(); this.state = 463; - this.targetConstraint(); + this.match(QuixosCapabilityParser.COLON); this.state = 464; - this.primitiveList(); + this.cardinality(); this.state = 465; + this.targetConstraint(); + this.state = 466; + this.primitiveList(); + this.state = 467; this.match(QuixosCapabilityParser.SEMI); } break; case QuixosCapabilityParser.INTERFACE: this.enterOuterAlt(localContext, 3); { - this.state = 467; - this.match(QuixosCapabilityParser.INTERFACE); - this.state = 468; - this.identifier(); this.state = 469; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.INTERFACE); this.state = 470; - this.stringLiteral(); - this.state = 471; - this.match(QuixosCapabilityParser.COLON); - this.state = 472; this.identifier(); + this.state = 471; + this.match(QuixosCapabilityParser.ID); + this.state = 472; + this.stringLiteral(); this.state = 473; + this.match(QuixosCapabilityParser.COLON); + this.state = 474; + this.identifier(); + this.state = 475; this.match(QuixosCapabilityParser.SEMI); } break; case QuixosCapabilityParser.CONSTRUCTOR: this.enterOuterAlt(localContext, 4); { - this.state = 475; - this.match(QuixosCapabilityParser.CONSTRUCTOR); - this.state = 476; - this.identifier(); this.state = 477; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.CONSTRUCTOR); this.state = 478; - this.stringLiteral(); - this.state = 479; - this.match(QuixosCapabilityParser.COLON); - this.state = 480; this.identifier(); - this.state = 483; + this.state = 479; + this.match(QuixosCapabilityParser.ID); + this.state = 480; + this.stringLiteral(); + this.state = 481; + this.match(QuixosCapabilityParser.COLON); + this.state = 482; + this.identifier(); + this.state = 485; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 15) { { - this.state = 481; + this.state = 483; this.match(QuixosCapabilityParser.INPUT); - this.state = 482; + this.state = 484; this.valueType(); } } - this.state = 485; + this.state = 487; this.match(QuixosCapabilityParser.SEMI); } break; @@ -1790,27 +1792,27 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 489; + this.state = 491; this.match(QuixosCapabilityParser.LBRACK); - this.state = 490; + this.state = 492; this.primitive(); - this.state = 495; + this.state = 497; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - while (_la === 93) { + while (_la === 94) { { { - this.state = 491; + this.state = 493; this.match(QuixosCapabilityParser.COMMA); - this.state = 492; + this.state = 494; this.primitive(); } } - this.state = 497; + this.state = 499; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 498; + this.state = 500; this.match(QuixosCapabilityParser.RBRACK); } } @@ -1834,7 +1836,7 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 500; + this.state = 502; _la = this.tokenStream.LA(1); if(!(((((_la - 55)) & ~0x1F) === 0 && ((1 << (_la - 55)) & 223) !== 0))) { this.errorHandler.recoverInline(this); @@ -1864,9 +1866,9 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 502; + this.state = 504; this.match(QuixosCapabilityParser.SHARED); - this.state = 503; + this.state = 505; this.attachmentDecl(); } } @@ -1887,20 +1889,20 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new AttachmentDeclContext(this.context, this.state); this.enterRule(localContext, 64, QuixosCapabilityParser.RULE_attachmentDecl); try { - this.state = 507; + this.state = 509; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.STATE: this.enterOuterAlt(localContext, 1); { - this.state = 505; + this.state = 507; this.stateDecl(); } break; case QuixosCapabilityParser.EDGE: this.enterOuterAlt(localContext, 2); { - this.state = 506; + this.state = 508; this.edgeDecl(); } break; @@ -1928,39 +1930,39 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 509; - this.match(QuixosCapabilityParser.STATE); - this.state = 510; - this.identifier(); this.state = 511; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.STATE); this.state = 512; - this.stringLiteral(); - this.state = 513; - this.match(QuixosCapabilityParser.ON); - this.state = 514; this.identifier(); + this.state = 513; + this.match(QuixosCapabilityParser.ID); + this.state = 514; + this.stringLiteral(); this.state = 515; - this.match(QuixosCapabilityParser.COLON); + this.match(QuixosCapabilityParser.ON); this.state = 516; - this.valueType(); + this.identifier(); this.state = 517; - this.match(QuixosCapabilityParser.POLICY); + this.match(QuixosCapabilityParser.COLON); this.state = 518; + this.valueType(); + this.state = 519; + this.match(QuixosCapabilityParser.POLICY); + this.state = 520; this.storagePolicy(); - this.state = 521; + this.state = 523; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 519; + this.state = 521; this.match(QuixosCapabilityParser.DEFAULT); - this.state = 520; + this.state = 522; this.jsonLiteral(); } } - this.state = 523; + this.state = 525; this.match(QuixosCapabilityParser.SEMI); } } @@ -1981,26 +1983,26 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new StoragePolicyContext(this.context, this.state); this.enterRule(localContext, 68, QuixosCapabilityParser.RULE_storagePolicy); try { - this.state = 531; + this.state = 533; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.OPTIMISTIC_REGISTER: this.enterOuterAlt(localContext, 1); { - this.state = 525; + this.state = 527; this.match(QuixosCapabilityParser.OPTIMISTIC_REGISTER); } break; case QuixosCapabilityParser.CRDT: this.enterOuterAlt(localContext, 2); { - this.state = 526; - this.match(QuixosCapabilityParser.CRDT); - this.state = 527; - this.match(QuixosCapabilityParser.LPAREN); this.state = 528; - this.valueType(); + this.match(QuixosCapabilityParser.CRDT); this.state = 529; + this.match(QuixosCapabilityParser.LPAREN); + this.state = 530; + this.valueType(); + this.state = 531; this.match(QuixosCapabilityParser.RPAREN); } break; @@ -2027,21 +2029,21 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 533; - this.match(QuixosCapabilityParser.EDGE); - this.state = 534; - this.identifier(); this.state = 535; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.EDGE); this.state = 536; - this.stringLiteral(); + this.identifier(); this.state = 537; - this.match(QuixosCapabilityParser.LBRACE); + this.match(QuixosCapabilityParser.ID); this.state = 538; - this.edgeEndpoint(); + this.stringLiteral(); this.state = 539; - this.edgeEndpoint(); + this.match(QuixosCapabilityParser.LBRACE); this.state = 540; + this.edgeEndpoint(); + this.state = 541; + this.edgeEndpoint(); + this.state = 542; this.match(QuixosCapabilityParser.RBRACE); } } @@ -2065,73 +2067,73 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 542; - this.targetConstraint(); - this.state = 543; - this.match(QuixosCapabilityParser.PROJECTION); this.state = 544; - this.identifier(); + this.targetConstraint(); this.state = 545; - this.match(QuixosCapabilityParser.ID); + this.match(QuixosCapabilityParser.PROJECTION); this.state = 546; - this.stringLiteral(); + this.identifier(); this.state = 547; - this.cardinality(); + this.match(QuixosCapabilityParser.ID); + this.state = 548; + this.stringLiteral(); this.state = 549; + this.cardinality(); + this.state = 551; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 548; + this.state = 550; this.match(QuixosCapabilityParser.ORDERED); } } - this.state = 553; + this.state = 555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 39) { { - this.state = 551; + this.state = 553; this.match(QuixosCapabilityParser.ON_DELETE); - this.state = 552; + this.state = 554; this.stringLiteral(); } } - this.state = 556; + this.state = 558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 40) { { - this.state = 555; + this.state = 557; this.match(QuixosCapabilityParser.RETAIN_OTHER); } } - this.state = 560; + this.state = 562; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 41) { { - this.state = 558; + this.state = 560; this.match(QuixosCapabilityParser.KEYED); - this.state = 559; + this.state = 561; this.stringLiteral(); } } - this.state = 563; + this.state = 565; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 562; + this.state = 564; this.match(QuixosCapabilityParser.PUBLIC_TRAVERSAL); } } - this.state = 565; + this.state = 567; this.match(QuixosCapabilityParser.SEMI); } } @@ -2155,55 +2157,55 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 567; - this.match(QuixosCapabilityParser.CONFORM); - this.state = 568; - this.identifier(); this.state = 569; - this.match(QuixosCapabilityParser.AS); + this.match(QuixosCapabilityParser.CONFORM); this.state = 570; this.identifier(); - this.state = 573; + this.state = 571; + this.match(QuixosCapabilityParser.AS); + this.state = 572; + this.identifier(); + this.state = 575; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43) { { - this.state = 571; + this.state = 573; this.match(QuixosCapabilityParser.ID); - this.state = 572; + this.state = 574; this.stringLiteral(); } } - this.state = 577; + this.state = 579; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 38) { { - this.state = 575; + this.state = 577; this.match(QuixosCapabilityParser.SEMANTIC_MAJOR); - this.state = 576; + this.state = 578; this.match(QuixosCapabilityParser.INTEGER); } } - this.state = 579; + this.state = 581; this.match(QuixosCapabilityParser.LBRACE); - this.state = 583; + this.state = 585; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 269746176) !== 0)) { { { - this.state = 580; + this.state = 582; this.conformanceItem(); } } - this.state = 585; + this.state = 587; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 586; + this.state = 588; this.match(QuixosCapabilityParser.RBRACE); } } @@ -2224,29 +2226,29 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new ConformanceItemContext(this.context, this.state); this.enterRule(localContext, 76, QuixosCapabilityParser.RULE_conformanceItem); try { - this.state = 592; + this.state = 594; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.PRIVATE: this.enterOuterAlt(localContext, 1); { - this.state = 588; + this.state = 590; this.match(QuixosCapabilityParser.PRIVATE); - this.state = 589; + this.state = 591; this.attachmentDecl(); } break; case QuixosCapabilityParser.BIND: this.enterOuterAlt(localContext, 2); { - this.state = 590; + this.state = 592; this.operationBindingDecl(); } break; case QuixosCapabilityParser.MATERIALIZE: this.enterOuterAlt(localContext, 3); { - this.state = 591; + this.state = 593; this.relationshipMaterializationDecl(); } break; @@ -2273,31 +2275,31 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 594; - this.match(QuixosCapabilityParser.MATERIALIZE); - this.state = 595; - this.identifier(); this.state = 596; - this.match(QuixosCapabilityParser.IF); + this.match(QuixosCapabilityParser.MATERIALIZE); this.state = 597; - this.match(QuixosCapabilityParser.ABSENT); + this.identifier(); this.state = 598; - this.match(QuixosCapabilityParser.USING); + this.match(QuixosCapabilityParser.IF); this.state = 599; - this.match(QuixosCapabilityParser.CONSTRUCTOR); + this.match(QuixosCapabilityParser.ABSENT); this.state = 600; - this.identifier(); + this.match(QuixosCapabilityParser.USING); this.state = 601; - this.match(QuixosCapabilityParser.VIA); + this.match(QuixosCapabilityParser.CONSTRUCTOR); this.state = 602; - this.match(QuixosCapabilityParser.EDGE); - this.state = 603; this.identifier(); + this.state = 603; + this.match(QuixosCapabilityParser.VIA); this.state = 604; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.EDGE); this.state = 605; this.identifier(); this.state = 606; + this.match(QuixosCapabilityParser.DOT); + this.state = 607; + this.identifier(); + this.state = 608; this.match(QuixosCapabilityParser.SEMI); } } @@ -2320,15 +2322,15 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 608; - this.match(QuixosCapabilityParser.BIND); - this.state = 609; - this.memberOperationRef(); this.state = 610; - this.match(QuixosCapabilityParser.TO); + this.match(QuixosCapabilityParser.BIND); this.state = 611; - this.operationProvider(); + this.memberOperationRef(); this.state = 612; + this.match(QuixosCapabilityParser.TO); + this.state = 613; + this.operationProvider(); + this.state = 614; this.match(QuixosCapabilityParser.SEMI); } } @@ -2351,11 +2353,11 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 614; - this.identifier(); - this.state = 615; - this.match(QuixosCapabilityParser.DOT); this.state = 616; + this.identifier(); + this.state = 617; + this.match(QuixosCapabilityParser.DOT); + this.state = 618; this.operationName(); } } @@ -2376,84 +2378,84 @@ export class QuixosCapabilityParser extends antlr.Parser { let localContext = new OperationNameContext(this.context, this.state); this.enterRule(localContext, 84, QuixosCapabilityParser.RULE_operationName); try { - this.state = 629; + this.state = 631; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.SOURCE: case QuixosCapabilityParser.IDENTIFIER: this.enterOuterAlt(localContext, 1); { - this.state = 618; + this.state = 620; this.identifier(); } break; case QuixosCapabilityParser.CALL: this.enterOuterAlt(localContext, 2); { - this.state = 619; + this.state = 621; this.match(QuixosCapabilityParser.CALL); } break; case QuixosCapabilityParser.GET: this.enterOuterAlt(localContext, 3); { - this.state = 620; + this.state = 622; this.match(QuixosCapabilityParser.GET); } break; case QuixosCapabilityParser.SET: this.enterOuterAlt(localContext, 4); { - this.state = 621; + this.state = 623; this.match(QuixosCapabilityParser.SET); } break; case QuixosCapabilityParser.RESOLVE: this.enterOuterAlt(localContext, 5); { - this.state = 622; + this.state = 624; this.match(QuixosCapabilityParser.RESOLVE); } break; case QuixosCapabilityParser.CONNECT: this.enterOuterAlt(localContext, 6); { - this.state = 623; + this.state = 625; this.match(QuixosCapabilityParser.CONNECT); } break; case QuixosCapabilityParser.DISCONNECT: this.enterOuterAlt(localContext, 7); { - this.state = 624; + this.state = 626; this.match(QuixosCapabilityParser.DISCONNECT); } break; case QuixosCapabilityParser.WATCH_START: this.enterOuterAlt(localContext, 8); { - this.state = 625; + this.state = 627; this.match(QuixosCapabilityParser.WATCH_START); } break; case QuixosCapabilityParser.WATCH_STOP: this.enterOuterAlt(localContext, 9); { - this.state = 626; + this.state = 628; this.match(QuixosCapabilityParser.WATCH_STOP); } break; case QuixosCapabilityParser.SUBSCRIBE: this.enterOuterAlt(localContext, 10); { - this.state = 627; + this.state = 629; this.match(QuixosCapabilityParser.SUBSCRIBE); } break; case QuixosCapabilityParser.UNSUBSCRIBE: this.enterOuterAlt(localContext, 11); { - this.state = 628; + this.state = 630; this.match(QuixosCapabilityParser.UNSUBSCRIBE); } break; @@ -2479,56 +2481,56 @@ export class QuixosCapabilityParser extends antlr.Parser { this.enterRule(localContext, 86, QuixosCapabilityParser.RULE_operationProvider); let _la: number; try { - this.state = 650; + this.state = 652; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.STATE: this.enterOuterAlt(localContext, 1); { - this.state = 631; - this.match(QuixosCapabilityParser.STATE); - this.state = 632; - this.identifier(); this.state = 633; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.STATE); this.state = 634; + this.identifier(); + this.state = 635; + this.match(QuixosCapabilityParser.DOT); + this.state = 636; this.statePrimitive(); } break; case QuixosCapabilityParser.EDGE: this.enterOuterAlt(localContext, 2); { - this.state = 636; - this.match(QuixosCapabilityParser.EDGE); - this.state = 637; - this.identifier(); this.state = 638; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.EDGE); this.state = 639; this.identifier(); this.state = 640; this.match(QuixosCapabilityParser.DOT); this.state = 641; + this.identifier(); + this.state = 642; + this.match(QuixosCapabilityParser.DOT); + this.state = 643; this.edgePrimitive(); } break; case QuixosCapabilityParser.PACKAGE: this.enterOuterAlt(localContext, 3); { - this.state = 643; - this.match(QuixosCapabilityParser.PACKAGE); - this.state = 644; - this.identifier(); this.state = 645; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.PACKAGE); this.state = 646; this.identifier(); + this.state = 647; + this.match(QuixosCapabilityParser.DOT); this.state = 648; + this.identifier(); + this.state = 650; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 25) { { - this.state = 647; + this.state = 649; this.dependencyBindingBlock(); } } @@ -2559,7 +2561,7 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 652; + this.state = 654; _la = this.tokenStream.LA(1); if(!(((((_la - 55)) & ~0x1F) === 0 && ((1 << (_la - 55)) & 195) !== 0))) { this.errorHandler.recoverInline(this); @@ -2590,7 +2592,7 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 654; + this.state = 656; _la = this.tokenStream.LA(1); if(!(((((_la - 57)) & ~0x1F) === 0 && ((1 << (_la - 57)) & 55) !== 0))) { this.errorHandler.recoverInline(this); @@ -2621,25 +2623,25 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 656; + this.state = 658; this.match(QuixosCapabilityParser.WITH); - this.state = 657; + this.state = 659; this.match(QuixosCapabilityParser.LBRACE); - this.state = 661; + this.state = 663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - while (_la === 34 || _la === 105) { + while (_la === 34 || _la === 106) { { { - this.state = 658; + this.state = 660; this.dependencyBinding(); } } - this.state = 663; + this.state = 665; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 664; + this.state = 666; this.match(QuixosCapabilityParser.RBRACE); } } @@ -2661,124 +2663,124 @@ export class QuixosCapabilityParser extends antlr.Parser { this.enterRule(localContext, 94, QuixosCapabilityParser.RULE_dependencyBinding); let _la: number; try { - this.state = 716; + this.state = 718; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 50, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 666; - this.identifier(); - this.state = 667; - this.match(QuixosCapabilityParser.TO); this.state = 668; - this.match(QuixosCapabilityParser.STATE); - this.state = 669; this.identifier(); - this.state = 676; + this.state = 669; + this.match(QuixosCapabilityParser.TO); + this.state = 670; + this.match(QuixosCapabilityParser.STATE); + this.state = 671; + this.identifier(); + this.state = 678; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 27) { { - this.state = 670; - this.match(QuixosCapabilityParser.VIA); - this.state = 671; - this.match(QuixosCapabilityParser.EDGE); this.state = 672; - this.identifier(); + this.match(QuixosCapabilityParser.VIA); this.state = 673; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.EDGE); this.state = 674; this.identifier(); + this.state = 675; + this.match(QuixosCapabilityParser.DOT); + this.state = 676; + this.identifier(); } } - this.state = 678; + this.state = 680; this.match(QuixosCapabilityParser.SEMI); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 680; - this.identifier(); - this.state = 681; - this.match(QuixosCapabilityParser.TO); this.state = 682; - this.match(QuixosCapabilityParser.EDGE); - this.state = 683; this.identifier(); + this.state = 683; + this.match(QuixosCapabilityParser.TO); this.state = 684; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.EDGE); this.state = 685; this.identifier(); - this.state = 692; + this.state = 686; + this.match(QuixosCapabilityParser.DOT); + this.state = 687; + this.identifier(); + this.state = 694; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 27) { { - this.state = 686; - this.match(QuixosCapabilityParser.VIA); - this.state = 687; - this.match(QuixosCapabilityParser.EDGE); this.state = 688; - this.identifier(); + this.match(QuixosCapabilityParser.VIA); this.state = 689; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.EDGE); this.state = 690; this.identifier(); + this.state = 691; + this.match(QuixosCapabilityParser.DOT); + this.state = 692; + this.identifier(); } } - this.state = 694; + this.state = 696; this.match(QuixosCapabilityParser.SEMI); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 696; - this.identifier(); - this.state = 697; - this.match(QuixosCapabilityParser.TO); this.state = 698; - this.match(QuixosCapabilityParser.INTERFACE); - this.state = 699; this.identifier(); - this.state = 706; + this.state = 699; + this.match(QuixosCapabilityParser.TO); + this.state = 700; + this.match(QuixosCapabilityParser.INTERFACE); + this.state = 701; + this.identifier(); + this.state = 708; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 27) { { - this.state = 700; - this.match(QuixosCapabilityParser.VIA); - this.state = 701; - this.match(QuixosCapabilityParser.EDGE); this.state = 702; - this.identifier(); + this.match(QuixosCapabilityParser.VIA); this.state = 703; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.EDGE); this.state = 704; this.identifier(); + this.state = 705; + this.match(QuixosCapabilityParser.DOT); + this.state = 706; + this.identifier(); } } - this.state = 708; + this.state = 710; this.match(QuixosCapabilityParser.SEMI); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 710; - this.identifier(); - this.state = 711; - this.match(QuixosCapabilityParser.TO); this.state = 712; - this.match(QuixosCapabilityParser.CONSTRUCTOR); - this.state = 713; this.identifier(); + this.state = 713; + this.match(QuixosCapabilityParser.TO); this.state = 714; + this.match(QuixosCapabilityParser.CONSTRUCTOR); + this.state = 715; + this.identifier(); + this.state = 716; this.match(QuixosCapabilityParser.SEMI); } break; @@ -2804,29 +2806,29 @@ export class QuixosCapabilityParser extends antlr.Parser { try { this.enterOuterAlt(localContext, 1); { - this.state = 718; - this.match(QuixosCapabilityParser.CONSTRUCTOR); - this.state = 719; - this.identifier(); this.state = 720; - this.match(QuixosCapabilityParser.TO); + this.match(QuixosCapabilityParser.CONSTRUCTOR); this.state = 721; this.identifier(); this.state = 722; - this.match(QuixosCapabilityParser.DOT); + this.match(QuixosCapabilityParser.TO); this.state = 723; this.identifier(); + this.state = 724; + this.match(QuixosCapabilityParser.DOT); this.state = 725; + this.identifier(); + this.state = 727; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 25) { { - this.state = 724; + this.state = 726; this.dependencyBindingBlock(); } } - this.state = 727; + this.state = 729; this.match(QuixosCapabilityParser.SEMI); } } @@ -2846,8 +2848,9 @@ export class QuixosCapabilityParser extends antlr.Parser { public valueType(): ValueTypeContext { let localContext = new ValueTypeContext(this.context, this.state); this.enterRule(localContext, 98, QuixosCapabilityParser.RULE_valueType); + let _la: number; try { - this.state = 754; + this.state = 765; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.BOOL: @@ -2860,85 +2863,110 @@ export class QuixosCapabilityParser extends antlr.Parser { case QuixosCapabilityParser.UINT64: this.enterOuterAlt(localContext, 1); { - this.state = 729; + this.state = 731; this.scalarType(); } break; case QuixosCapabilityParser.UNIT: this.enterOuterAlt(localContext, 2); { - this.state = 730; + this.state = 732; this.match(QuixosCapabilityParser.UNIT); } break; case QuixosCapabilityParser.WATCH_HANDLE: this.enterOuterAlt(localContext, 3); { - this.state = 731; + this.state = 733; this.match(QuixosCapabilityParser.WATCH_HANDLE); } break; case QuixosCapabilityParser.MESSAGE: this.enterOuterAlt(localContext, 4); { - this.state = 732; + this.state = 734; this.match(QuixosCapabilityParser.MESSAGE); - this.state = 733; + this.state = 735; this.stringLiteral(); } break; case QuixosCapabilityParser.ATOM_REF: this.enterOuterAlt(localContext, 5); { - this.state = 734; - this.match(QuixosCapabilityParser.ATOM_REF); - this.state = 735; - this.match(QuixosCapabilityParser.LT); this.state = 736; - this.identifier(); + this.match(QuixosCapabilityParser.ATOM_REF); this.state = 737; + this.match(QuixosCapabilityParser.LT); + this.state = 738; + this.identifier(); + this.state = 739; this.match(QuixosCapabilityParser.GT); } break; case QuixosCapabilityParser.INTERFACE_REF: this.enterOuterAlt(localContext, 6); { - this.state = 739; - this.match(QuixosCapabilityParser.INTERFACE_REF); - this.state = 740; - this.match(QuixosCapabilityParser.LT); this.state = 741; - this.identifier(); + this.match(QuixosCapabilityParser.INTERFACE_REF); this.state = 742; + this.match(QuixosCapabilityParser.LT); + this.state = 743; + this.identifier(); + this.state = 744; this.match(QuixosCapabilityParser.GT); } break; case QuixosCapabilityParser.OPTIONAL: this.enterOuterAlt(localContext, 7); { - this.state = 744; - this.match(QuixosCapabilityParser.OPTIONAL); - this.state = 745; - this.match(QuixosCapabilityParser.LT); this.state = 746; - this.valueType(); + this.match(QuixosCapabilityParser.OPTIONAL); this.state = 747; + this.match(QuixosCapabilityParser.LT); + this.state = 748; + this.valueType(); + this.state = 749; this.match(QuixosCapabilityParser.GT); } break; case QuixosCapabilityParser.LIST: this.enterOuterAlt(localContext, 8); { - this.state = 749; - this.match(QuixosCapabilityParser.LIST); - this.state = 750; - this.match(QuixosCapabilityParser.LT); this.state = 751; - this.valueType(); + this.match(QuixosCapabilityParser.LIST); this.state = 752; + this.match(QuixosCapabilityParser.LT); + this.state = 753; + this.valueType(); + this.state = 754; this.match(QuixosCapabilityParser.GT); } break; + case QuixosCapabilityParser.RECORD: + this.enterOuterAlt(localContext, 9); + { + this.state = 756; + this.match(QuixosCapabilityParser.RECORD); + this.state = 757; + this.match(QuixosCapabilityParser.LBRACE); + this.state = 761; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + while (_la === 34 || _la === 106) { + { + { + this.state = 758; + this.recordField(); + } + } + this.state = 763; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + } + this.state = 764; + this.match(QuixosCapabilityParser.RBRACE); + } + break; default: throw new antlr.NoViableAltException(this); } @@ -2956,16 +2984,45 @@ export class QuixosCapabilityParser extends antlr.Parser { } return localContext; } + public recordField(): RecordFieldContext { + let localContext = new RecordFieldContext(this.context, this.state); + this.enterRule(localContext, 100, QuixosCapabilityParser.RULE_recordField); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 767; + this.identifier(); + this.state = 768; + this.match(QuixosCapabilityParser.COLON); + this.state = 769; + this.valueType(); + this.state = 770; + this.match(QuixosCapabilityParser.SEMI); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } public scalarType(): ScalarTypeContext { let localContext = new ScalarTypeContext(this.context, this.state); - this.enterRule(localContext, 100, QuixosCapabilityParser.RULE_scalarType); + this.enterRule(localContext, 102, QuixosCapabilityParser.RULE_scalarType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 756; + this.state = 772; _la = this.tokenStream.LA(1); - if(!(((((_la - 79)) & ~0x1F) === 0 && ((1 << (_la - 79)) & 255) !== 0))) { + if(!(((((_la - 80)) & ~0x1F) === 0 && ((1 << (_la - 80)) & 255) !== 0))) { this.errorHandler.recoverInline(this); } else { @@ -2989,12 +3046,12 @@ export class QuixosCapabilityParser extends antlr.Parser { } public cardinality(): CardinalityContext { let localContext = new CardinalityContext(this.context, this.state); - this.enterRule(localContext, 102, QuixosCapabilityParser.RULE_cardinality); + this.enterRule(localContext, 104, QuixosCapabilityParser.RULE_cardinality); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 758; + this.state = 774; _la = this.tokenStream.LA(1); if(!(((((_la - 67)) & ~0x1F) === 0 && ((1 << (_la - 67)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -3020,64 +3077,64 @@ export class QuixosCapabilityParser extends antlr.Parser { } public jsonLiteral(): JsonLiteralContext { let localContext = new JsonLiteralContext(this.context, this.state); - this.enterRule(localContext, 104, QuixosCapabilityParser.RULE_jsonLiteral); + this.enterRule(localContext, 106, QuixosCapabilityParser.RULE_jsonLiteral); try { - this.state = 768; + this.state = 784; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case QuixosCapabilityParser.STRING_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 760; + this.state = 776; this.stringLiteral(); } break; case QuixosCapabilityParser.INTEGER: this.enterOuterAlt(localContext, 2); { - this.state = 761; + this.state = 777; this.match(QuixosCapabilityParser.INTEGER); } break; case QuixosCapabilityParser.JSON_NUMBER: this.enterOuterAlt(localContext, 3); { - this.state = 762; + this.state = 778; this.match(QuixosCapabilityParser.JSON_NUMBER); } break; case QuixosCapabilityParser.TRUE: this.enterOuterAlt(localContext, 4); { - this.state = 763; + this.state = 779; this.match(QuixosCapabilityParser.TRUE); } break; case QuixosCapabilityParser.FALSE: this.enterOuterAlt(localContext, 5); { - this.state = 764; + this.state = 780; this.match(QuixosCapabilityParser.FALSE); } break; case QuixosCapabilityParser.NULL: this.enterOuterAlt(localContext, 6); { - this.state = 765; + this.state = 781; this.match(QuixosCapabilityParser.NULL); } break; case QuixosCapabilityParser.LBRACE: this.enterOuterAlt(localContext, 7); { - this.state = 766; + this.state = 782; this.jsonObject(); } break; case QuixosCapabilityParser.LBRACK: this.enterOuterAlt(localContext, 8); { - this.state = 767; + this.state = 783; this.jsonArray(); } break; @@ -3100,40 +3157,40 @@ export class QuixosCapabilityParser extends antlr.Parser { } public jsonObject(): JsonObjectContext { let localContext = new JsonObjectContext(this.context, this.state); - this.enterRule(localContext, 106, QuixosCapabilityParser.RULE_jsonObject); + this.enterRule(localContext, 108, QuixosCapabilityParser.RULE_jsonObject); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 770; + this.state = 786; this.match(QuixosCapabilityParser.LBRACE); - this.state = 779; + this.state = 795; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (_la === 106) { + if (_la === 107) { { - this.state = 771; + this.state = 787; this.jsonMember(); - this.state = 776; + this.state = 792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - while (_la === 93) { + while (_la === 94) { { { - this.state = 772; + this.state = 788; this.match(QuixosCapabilityParser.COMMA); - this.state = 773; + this.state = 789; this.jsonMember(); } } - this.state = 778; + this.state = 794; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 781; + this.state = 797; this.match(QuixosCapabilityParser.RBRACE); } } @@ -3152,15 +3209,15 @@ export class QuixosCapabilityParser extends antlr.Parser { } public jsonMember(): JsonMemberContext { let localContext = new JsonMemberContext(this.context, this.state); - this.enterRule(localContext, 108, QuixosCapabilityParser.RULE_jsonMember); + this.enterRule(localContext, 110, QuixosCapabilityParser.RULE_jsonMember); try { this.enterOuterAlt(localContext, 1); { - this.state = 783; + this.state = 799; this.stringLiteral(); - this.state = 784; + this.state = 800; this.match(QuixosCapabilityParser.COLON); - this.state = 785; + this.state = 801; this.jsonLiteral(); } } @@ -3179,40 +3236,40 @@ export class QuixosCapabilityParser extends antlr.Parser { } public jsonArray(): JsonArrayContext { let localContext = new JsonArrayContext(this.context, this.state); - this.enterRule(localContext, 110, QuixosCapabilityParser.RULE_jsonArray); + this.enterRule(localContext, 112, QuixosCapabilityParser.RULE_jsonArray); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 787; + this.state = 803; this.match(QuixosCapabilityParser.LBRACK); - this.state = 796; + this.state = 812; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 87)) & ~0x1F) === 0 && ((1 << (_la - 87)) & 722183) !== 0)) { + if (((((_la - 88)) & ~0x1F) === 0 && ((1 << (_la - 88)) & 722183) !== 0)) { { - this.state = 788; + this.state = 804; this.jsonLiteral(); - this.state = 793; + this.state = 809; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - while (_la === 93) { + while (_la === 94) { { { - this.state = 789; + this.state = 805; this.match(QuixosCapabilityParser.COMMA); - this.state = 790; + this.state = 806; this.jsonLiteral(); } } - this.state = 795; + this.state = 811; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 798; + this.state = 814; this.match(QuixosCapabilityParser.RBRACK); } } @@ -3231,14 +3288,14 @@ export class QuixosCapabilityParser extends antlr.Parser { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 112, QuixosCapabilityParser.RULE_identifier); + this.enterRule(localContext, 114, QuixosCapabilityParser.RULE_identifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 800; + this.state = 816; _la = this.tokenStream.LA(1); - if(!(_la === 34 || _la === 105)) { + if(!(_la === 34 || _la === 106)) { this.errorHandler.recoverInline(this); } else { @@ -3262,11 +3319,11 @@ export class QuixosCapabilityParser extends antlr.Parser { } public stringLiteral(): StringLiteralContext { let localContext = new StringLiteralContext(this.context, this.state); - this.enterRule(localContext, 114, QuixosCapabilityParser.RULE_stringLiteral); + this.enterRule(localContext, 116, QuixosCapabilityParser.RULE_stringLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 802; + this.state = 818; this.match(QuixosCapabilityParser.STRING_LITERAL); } } @@ -3285,7 +3342,7 @@ export class QuixosCapabilityParser extends antlr.Parser { } public static readonly _serializedATN: number[] = [ - 4,1,109,805,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, + 4,1,110,821,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, 7,6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12,2,13,7, 13,2,14,7,14,2,15,7,15,2,16,7,16,2,17,7,17,2,18,7,18,2,19,7,19,2, 20,7,20,2,21,7,21,2,22,7,22,2,23,7,23,2,24,7,24,2,25,7,25,2,26,7, @@ -3293,290 +3350,296 @@ export class QuixosCapabilityParser extends antlr.Parser { 33,7,33,2,34,7,34,2,35,7,35,2,36,7,36,2,37,7,37,2,38,7,38,2,39,7, 39,2,40,7,40,2,41,7,41,2,42,7,42,2,43,7,43,2,44,7,44,2,45,7,45,2, 46,7,46,2,47,7,47,2,48,7,48,2,49,7,49,2,50,7,50,2,51,7,51,2,52,7, - 52,2,53,7,53,2,54,7,54,2,55,7,55,2,56,7,56,2,57,7,57,1,0,1,0,1,0, - 1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,3,0,129,8,0,1,1,1,1,1,1,5,1, - 134,8,1,10,1,12,1,137,9,1,1,1,1,1,1,2,1,2,1,2,1,2,1,3,1,3,1,3,1, - 3,1,3,1,3,1,3,1,3,1,3,1,3,5,3,155,8,3,10,3,12,3,158,9,3,1,3,1,3, - 1,4,1,4,1,4,1,4,1,4,1,4,3,4,168,8,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5, - 1,5,1,5,1,5,3,5,180,8,5,1,6,1,6,1,6,1,6,1,6,1,6,1,6,1,7,1,7,1,7, - 1,7,1,7,1,7,1,7,1,8,1,8,1,8,3,8,199,8,8,1,9,1,9,1,9,1,9,1,9,1,9, - 3,9,207,8,9,1,9,1,9,1,10,5,10,212,8,10,10,10,12,10,215,9,10,1,10, - 1,10,1,10,1,10,1,10,1,10,1,10,1,10,5,10,225,8,10,10,10,12,10,228, - 9,10,1,10,1,10,1,11,1,11,1,11,3,11,235,8,11,1,12,1,12,1,12,1,12, - 1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,13,1,13, - 1,13,1,13,1,13,1,13,1,13,1,13,5,13,260,8,13,10,13,12,13,263,9,13, - 1,13,1,13,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14, - 1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,3,14,286,8,14,1,15,1,15, - 1,15,1,15,1,15,1,15,1,15,1,15,3,15,296,8,15,1,15,1,15,5,15,300,8, - 15,10,15,12,15,303,9,15,1,15,1,15,1,16,1,16,1,16,1,16,1,16,1,16, + 52,2,53,7,53,2,54,7,54,2,55,7,55,2,56,7,56,2,57,7,57,2,58,7,58,1, + 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,3,0,131,8,0,1,1,1, + 1,1,1,5,1,136,8,1,10,1,12,1,139,9,1,1,1,1,1,1,2,1,2,1,2,1,2,1,3, + 1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,5,3,157,8,3,10,3,12,3,160,9, + 3,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,4,3,4,170,8,4,1,5,1,5,1,5,1,5,1, + 5,1,5,1,5,1,5,1,5,1,5,3,5,182,8,5,1,6,1,6,1,6,1,6,1,6,1,6,1,6,1, + 7,1,7,1,7,1,7,1,7,1,7,1,7,1,8,1,8,1,8,3,8,201,8,8,1,9,1,9,1,9,1, + 9,1,9,1,9,3,9,209,8,9,1,9,1,9,1,10,5,10,214,8,10,10,10,12,10,217, + 9,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,5,10,227,8,10,10,10, + 12,10,230,9,10,1,10,1,10,1,11,1,11,1,11,3,11,237,8,11,1,12,1,12, + 1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12, + 1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,5,13,262,8,13,10,13,12,13, + 265,9,13,1,13,1,13,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14, + 1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,3,14,288,8,14, + 1,15,1,15,1,15,1,15,1,15,1,15,1,15,1,15,3,15,298,8,15,1,15,1,15, + 5,15,302,8,15,10,15,12,15,305,9,15,1,15,1,15,1,16,1,16,1,16,1,16, 1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16, - 1,16,1,16,1,16,1,16,1,16,3,16,331,8,16,1,17,1,17,1,17,1,17,3,17, - 337,8,17,1,18,5,18,340,8,18,10,18,12,18,343,9,18,1,18,1,18,1,18, - 1,18,1,18,1,18,1,18,1,18,3,18,353,8,18,1,18,1,18,5,18,357,8,18,10, - 18,12,18,360,9,18,1,18,1,18,1,19,1,19,1,19,3,19,367,8,19,1,20,1, - 20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,3,20,380,8,20,1, - 20,1,20,1,20,3,20,385,8,20,1,20,1,20,1,21,1,21,1,21,1,21,1,21,1, - 21,1,21,1,21,1,21,3,21,398,8,21,1,21,1,21,1,22,1,22,1,22,1,22,1, - 22,1,22,1,22,1,22,1,22,3,22,411,8,22,1,22,1,22,1,23,1,23,1,23,1, - 24,1,24,1,25,1,25,1,25,1,25,1,25,1,25,3,25,426,8,25,1,25,3,25,429, - 8,25,1,26,1,26,1,26,5,26,434,8,26,10,26,12,26,437,9,26,1,27,1,27, - 1,27,5,27,442,8,27,10,27,12,27,445,9,27,1,27,1,27,1,28,1,28,1,28, - 1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28, - 1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28, - 1,28,1,28,1,28,1,28,1,28,1,28,3,28,484,8,28,1,28,1,28,3,28,488,8, - 28,1,29,1,29,1,29,1,29,5,29,494,8,29,10,29,12,29,497,9,29,1,29,1, - 29,1,30,1,30,1,31,1,31,1,31,1,32,1,32,3,32,508,8,32,1,33,1,33,1, - 33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,3,33,522,8,33,1, - 33,1,33,1,34,1,34,1,34,1,34,1,34,1,34,3,34,532,8,34,1,35,1,35,1, - 35,1,35,1,35,1,35,1,35,1,35,1,35,1,36,1,36,1,36,1,36,1,36,1,36,1, - 36,3,36,550,8,36,1,36,1,36,3,36,554,8,36,1,36,3,36,557,8,36,1,36, - 1,36,3,36,561,8,36,1,36,3,36,564,8,36,1,36,1,36,1,37,1,37,1,37,1, - 37,1,37,1,37,3,37,574,8,37,1,37,1,37,3,37,578,8,37,1,37,1,37,5,37, - 582,8,37,10,37,12,37,585,9,37,1,37,1,37,1,38,1,38,1,38,1,38,3,38, - 593,8,38,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39, - 1,39,1,39,1,39,1,40,1,40,1,40,1,40,1,40,1,40,1,41,1,41,1,41,1,41, - 1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,3,42,630, - 8,42,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43, - 1,43,1,43,1,43,1,43,1,43,3,43,649,8,43,3,43,651,8,43,1,44,1,44,1, - 45,1,45,1,46,1,46,1,46,5,46,660,8,46,10,46,12,46,663,9,46,1,46,1, - 46,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,3,47,677,8, - 47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1, - 47,1,47,3,47,693,8,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1, - 47,1,47,1,47,1,47,3,47,707,8,47,1,47,1,47,1,47,1,47,1,47,1,47,1, - 47,1,47,3,47,717,8,47,1,48,1,48,1,48,1,48,1,48,1,48,1,48,3,48,726, - 8,48,1,48,1,48,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49, - 1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49, - 1,49,1,49,3,49,755,8,49,1,50,1,50,1,51,1,51,1,52,1,52,1,52,1,52, - 1,52,1,52,1,52,1,52,3,52,769,8,52,1,53,1,53,1,53,1,53,5,53,775,8, - 53,10,53,12,53,778,9,53,3,53,780,8,53,1,53,1,53,1,54,1,54,1,54,1, - 54,1,55,1,55,1,55,1,55,5,55,792,8,55,10,55,12,55,795,9,55,3,55,797, - 8,55,1,55,1,55,1,56,1,56,1,57,1,57,1,57,0,0,58,0,2,4,6,8,10,12,14, - 16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58, - 60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100, - 102,104,106,108,110,112,114,0,7,1,0,60,64,2,0,55,59,61,62,2,0,55, - 56,61,62,2,0,57,59,61,62,1,0,79,86,1,0,67,70,2,0,34,34,105,105,844, - 0,128,1,0,0,0,2,130,1,0,0,0,4,140,1,0,0,0,6,144,1,0,0,0,8,167,1, - 0,0,0,10,179,1,0,0,0,12,181,1,0,0,0,14,188,1,0,0,0,16,198,1,0,0, - 0,18,200,1,0,0,0,20,213,1,0,0,0,22,234,1,0,0,0,24,236,1,0,0,0,26, - 251,1,0,0,0,28,285,1,0,0,0,30,287,1,0,0,0,32,330,1,0,0,0,34,336, - 1,0,0,0,36,341,1,0,0,0,38,366,1,0,0,0,40,368,1,0,0,0,42,388,1,0, - 0,0,44,401,1,0,0,0,46,414,1,0,0,0,48,417,1,0,0,0,50,428,1,0,0,0, - 52,430,1,0,0,0,54,438,1,0,0,0,56,487,1,0,0,0,58,489,1,0,0,0,60,500, - 1,0,0,0,62,502,1,0,0,0,64,507,1,0,0,0,66,509,1,0,0,0,68,531,1,0, - 0,0,70,533,1,0,0,0,72,542,1,0,0,0,74,567,1,0,0,0,76,592,1,0,0,0, - 78,594,1,0,0,0,80,608,1,0,0,0,82,614,1,0,0,0,84,629,1,0,0,0,86,650, - 1,0,0,0,88,652,1,0,0,0,90,654,1,0,0,0,92,656,1,0,0,0,94,716,1,0, - 0,0,96,718,1,0,0,0,98,754,1,0,0,0,100,756,1,0,0,0,102,758,1,0,0, - 0,104,768,1,0,0,0,106,770,1,0,0,0,108,783,1,0,0,0,110,787,1,0,0, - 0,112,800,1,0,0,0,114,802,1,0,0,0,116,117,3,6,3,0,117,118,5,0,0, - 1,118,129,1,0,0,0,119,120,3,20,10,0,120,121,5,0,0,1,121,129,1,0, - 0,0,122,123,3,36,18,0,123,124,5,0,0,1,124,129,1,0,0,0,125,126,3, - 2,1,0,126,127,5,0,0,1,127,129,1,0,0,0,128,116,1,0,0,0,128,119,1, - 0,0,0,128,122,1,0,0,0,128,125,1,0,0,0,129,1,1,0,0,0,130,131,5,2, - 0,0,131,135,5,95,0,0,132,134,3,8,4,0,133,132,1,0,0,0,134,137,1,0, - 0,0,135,133,1,0,0,0,135,136,1,0,0,0,136,138,1,0,0,0,137,135,1,0, - 0,0,138,139,5,96,0,0,139,3,1,0,0,0,140,141,5,3,0,0,141,142,3,114, - 57,0,142,143,5,92,0,0,143,5,1,0,0,0,144,145,5,1,0,0,145,146,3,112, - 56,0,146,147,5,43,0,0,147,148,3,114,57,0,148,149,5,37,0,0,149,150, - 3,114,57,0,150,151,5,36,0,0,151,152,3,114,57,0,152,156,5,95,0,0, - 153,155,3,8,4,0,154,153,1,0,0,0,155,158,1,0,0,0,156,154,1,0,0,0, - 156,157,1,0,0,0,157,159,1,0,0,0,158,156,1,0,0,0,159,160,5,96,0,0, - 160,7,1,0,0,0,161,168,3,4,2,0,162,168,3,18,9,0,163,168,3,10,5,0, - 164,168,3,62,31,0,165,168,3,74,37,0,166,168,3,96,48,0,167,161,1, - 0,0,0,167,162,1,0,0,0,167,163,1,0,0,0,167,164,1,0,0,0,167,165,1, - 0,0,0,167,166,1,0,0,0,168,9,1,0,0,0,169,170,5,3,0,0,170,171,5,6, - 0,0,171,172,3,112,56,0,172,173,5,92,0,0,173,180,1,0,0,0,174,175, - 5,3,0,0,175,176,5,8,0,0,176,177,3,112,56,0,177,178,5,92,0,0,178, - 180,1,0,0,0,179,169,1,0,0,0,179,174,1,0,0,0,180,11,1,0,0,0,181,182, - 5,4,0,0,182,183,5,5,0,0,183,184,3,112,56,0,184,185,5,43,0,0,185, - 186,3,114,57,0,186,187,5,92,0,0,187,13,1,0,0,0,188,189,5,4,0,0,189, - 190,5,6,0,0,190,191,3,112,56,0,191,192,5,37,0,0,192,193,3,114,57, - 0,193,194,5,92,0,0,194,15,1,0,0,0,195,199,3,10,5,0,196,199,3,12, - 6,0,197,199,3,14,7,0,198,195,1,0,0,0,198,196,1,0,0,0,198,197,1,0, - 0,0,199,17,1,0,0,0,200,201,5,5,0,0,201,202,3,112,56,0,202,203,5, - 43,0,0,203,206,3,114,57,0,204,205,5,44,0,0,205,207,3,114,57,0,206, - 204,1,0,0,0,206,207,1,0,0,0,207,208,1,0,0,0,208,209,5,92,0,0,209, - 19,1,0,0,0,210,212,3,16,8,0,211,210,1,0,0,0,212,215,1,0,0,0,213, - 211,1,0,0,0,213,214,1,0,0,0,214,216,1,0,0,0,215,213,1,0,0,0,216, - 217,5,6,0,0,217,218,3,112,56,0,218,219,5,43,0,0,219,220,3,114,57, - 0,220,221,5,37,0,0,221,222,3,114,57,0,222,226,5,95,0,0,223,225,3, - 22,11,0,224,223,1,0,0,0,225,228,1,0,0,0,226,224,1,0,0,0,226,227, - 1,0,0,0,227,229,1,0,0,0,228,226,1,0,0,0,229,230,5,96,0,0,230,21, - 1,0,0,0,231,235,3,26,13,0,232,235,3,30,15,0,233,235,3,24,12,0,234, - 231,1,0,0,0,234,232,1,0,0,0,234,233,1,0,0,0,235,23,1,0,0,0,236,237, - 5,11,0,0,237,238,3,112,56,0,238,239,5,43,0,0,239,240,3,114,57,0, - 240,241,5,91,0,0,241,242,3,98,49,0,242,243,5,90,0,0,243,244,3,98, - 49,0,244,245,5,95,0,0,245,246,5,60,0,0,246,247,5,43,0,0,247,248, - 3,114,57,0,248,249,5,92,0,0,249,250,5,96,0,0,250,25,1,0,0,0,251, - 252,5,9,0,0,252,253,3,112,56,0,253,254,5,43,0,0,254,255,3,114,57, - 0,255,256,5,91,0,0,256,257,3,98,49,0,257,261,5,95,0,0,258,260,3, - 28,14,0,259,258,1,0,0,0,260,263,1,0,0,0,261,259,1,0,0,0,261,262, - 1,0,0,0,262,264,1,0,0,0,263,261,1,0,0,0,264,265,5,96,0,0,265,27, - 1,0,0,0,266,267,5,50,0,0,267,268,5,43,0,0,268,269,3,114,57,0,269, - 270,5,92,0,0,270,286,1,0,0,0,271,272,5,51,0,0,272,273,5,43,0,0,273, - 274,3,114,57,0,274,275,5,92,0,0,275,286,1,0,0,0,276,277,5,52,0,0, - 277,278,5,53,0,0,278,279,5,43,0,0,279,280,3,114,57,0,280,281,5,54, - 0,0,281,282,5,43,0,0,282,283,3,114,57,0,283,284,5,92,0,0,284,286, - 1,0,0,0,285,266,1,0,0,0,285,271,1,0,0,0,285,276,1,0,0,0,286,29,1, - 0,0,0,287,288,5,10,0,0,288,289,3,112,56,0,289,290,5,43,0,0,290,291, - 3,114,57,0,291,292,5,91,0,0,292,293,3,102,51,0,293,295,3,34,17,0, - 294,296,5,71,0,0,295,294,1,0,0,0,295,296,1,0,0,0,296,297,1,0,0,0, - 297,301,5,95,0,0,298,300,3,32,16,0,299,298,1,0,0,0,300,303,1,0,0, - 0,301,299,1,0,0,0,301,302,1,0,0,0,302,304,1,0,0,0,303,301,1,0,0, - 0,304,305,5,96,0,0,305,31,1,0,0,0,306,307,5,57,0,0,307,308,5,43, - 0,0,308,309,3,114,57,0,309,310,5,92,0,0,310,331,1,0,0,0,311,312, - 5,58,0,0,312,313,5,43,0,0,313,314,3,114,57,0,314,315,5,92,0,0,315, - 331,1,0,0,0,316,317,5,59,0,0,317,318,5,43,0,0,318,319,3,114,57,0, - 319,320,5,92,0,0,320,331,1,0,0,0,321,322,5,52,0,0,322,323,5,53,0, - 0,323,324,5,43,0,0,324,325,3,114,57,0,325,326,5,54,0,0,326,327,5, - 43,0,0,327,328,3,114,57,0,328,329,5,92,0,0,329,331,1,0,0,0,330,306, - 1,0,0,0,330,311,1,0,0,0,330,316,1,0,0,0,330,321,1,0,0,0,331,33,1, - 0,0,0,332,333,5,5,0,0,333,337,3,112,56,0,334,335,5,6,0,0,335,337, - 3,112,56,0,336,332,1,0,0,0,336,334,1,0,0,0,337,35,1,0,0,0,338,340, - 3,16,8,0,339,338,1,0,0,0,340,343,1,0,0,0,341,339,1,0,0,0,341,342, - 1,0,0,0,342,344,1,0,0,0,343,341,1,0,0,0,344,345,5,8,0,0,345,346, - 3,112,56,0,346,347,5,43,0,0,347,348,3,114,57,0,348,349,5,37,0,0, - 349,352,3,114,57,0,350,351,5,38,0,0,351,353,5,103,0,0,352,350,1, - 0,0,0,352,353,1,0,0,0,353,354,1,0,0,0,354,358,5,95,0,0,355,357,3, - 38,19,0,356,355,1,0,0,0,357,360,1,0,0,0,358,356,1,0,0,0,358,359, - 1,0,0,0,359,361,1,0,0,0,360,358,1,0,0,0,361,362,5,96,0,0,362,37, - 1,0,0,0,363,367,3,40,20,0,364,367,3,42,21,0,365,367,3,44,22,0,366, - 363,1,0,0,0,366,364,1,0,0,0,366,365,1,0,0,0,367,39,1,0,0,0,368,369, - 5,11,0,0,369,370,3,112,56,0,370,371,5,43,0,0,371,372,3,114,57,0, - 372,373,5,91,0,0,373,374,3,98,49,0,374,375,5,90,0,0,375,376,3,98, - 49,0,376,377,5,45,0,0,377,379,3,48,24,0,378,380,3,46,23,0,379,378, - 1,0,0,0,379,380,1,0,0,0,380,381,1,0,0,0,381,382,5,47,0,0,382,384, - 3,50,25,0,383,385,3,54,27,0,384,383,1,0,0,0,384,385,1,0,0,0,385, - 386,1,0,0,0,386,387,5,92,0,0,387,41,1,0,0,0,388,389,5,12,0,0,389, - 390,3,112,56,0,390,391,5,43,0,0,391,392,3,114,57,0,392,393,5,91, - 0,0,393,394,3,98,49,0,394,395,5,90,0,0,395,397,3,98,49,0,396,398, - 3,54,27,0,397,396,1,0,0,0,397,398,1,0,0,0,398,399,1,0,0,0,399,400, - 5,92,0,0,400,43,1,0,0,0,401,402,5,13,0,0,402,403,3,112,56,0,403, - 404,5,43,0,0,404,405,3,114,57,0,405,406,5,14,0,0,406,407,3,112,56, - 0,407,408,5,91,0,0,408,410,3,98,49,0,409,411,3,54,27,0,410,409,1, - 0,0,0,410,411,1,0,0,0,411,412,1,0,0,0,412,413,5,92,0,0,413,45,1, - 0,0,0,414,415,5,46,0,0,415,416,3,98,49,0,416,47,1,0,0,0,417,418, - 7,0,0,0,418,49,1,0,0,0,419,429,5,49,0,0,420,421,5,5,0,0,421,429, - 3,112,56,0,422,423,5,7,0,0,423,425,5,97,0,0,424,426,3,52,26,0,425, - 424,1,0,0,0,425,426,1,0,0,0,426,427,1,0,0,0,427,429,5,98,0,0,428, - 419,1,0,0,0,428,420,1,0,0,0,428,422,1,0,0,0,429,51,1,0,0,0,430,435, - 3,112,56,0,431,432,5,93,0,0,432,434,3,112,56,0,433,431,1,0,0,0,434, - 437,1,0,0,0,435,433,1,0,0,0,435,436,1,0,0,0,436,53,1,0,0,0,437,435, - 1,0,0,0,438,439,5,48,0,0,439,443,5,95,0,0,440,442,3,56,28,0,441, - 440,1,0,0,0,442,445,1,0,0,0,443,441,1,0,0,0,443,444,1,0,0,0,444, - 446,1,0,0,0,445,443,1,0,0,0,446,447,5,96,0,0,447,55,1,0,0,0,448, - 449,5,22,0,0,449,450,3,112,56,0,450,451,5,43,0,0,451,452,3,114,57, - 0,452,453,5,91,0,0,453,454,3,98,49,0,454,455,3,58,29,0,455,456,5, - 92,0,0,456,488,1,0,0,0,457,458,5,23,0,0,458,459,3,112,56,0,459,460, - 5,43,0,0,460,461,3,114,57,0,461,462,5,91,0,0,462,463,3,102,51,0, - 463,464,3,34,17,0,464,465,3,58,29,0,465,466,5,92,0,0,466,488,1,0, - 0,0,467,468,5,6,0,0,468,469,3,112,56,0,469,470,5,43,0,0,470,471, - 3,114,57,0,471,472,5,91,0,0,472,473,3,112,56,0,473,474,5,92,0,0, - 474,488,1,0,0,0,475,476,5,13,0,0,476,477,3,112,56,0,477,478,5,43, - 0,0,478,479,3,114,57,0,479,480,5,91,0,0,480,483,3,112,56,0,481,482, - 5,15,0,0,482,484,3,98,49,0,483,481,1,0,0,0,483,484,1,0,0,0,484,485, - 1,0,0,0,485,486,5,92,0,0,486,488,1,0,0,0,487,448,1,0,0,0,487,457, - 1,0,0,0,487,467,1,0,0,0,487,475,1,0,0,0,488,57,1,0,0,0,489,490,5, - 97,0,0,490,495,3,60,30,0,491,492,5,93,0,0,492,494,3,60,30,0,493, - 491,1,0,0,0,494,497,1,0,0,0,495,493,1,0,0,0,495,496,1,0,0,0,496, - 498,1,0,0,0,497,495,1,0,0,0,498,499,5,98,0,0,499,59,1,0,0,0,500, - 501,7,1,0,0,501,61,1,0,0,0,502,503,5,21,0,0,503,504,3,64,32,0,504, - 63,1,0,0,0,505,508,3,66,33,0,506,508,3,70,35,0,507,505,1,0,0,0,507, - 506,1,0,0,0,508,65,1,0,0,0,509,510,5,22,0,0,510,511,3,112,56,0,511, - 512,5,43,0,0,512,513,3,114,57,0,513,514,5,31,0,0,514,515,3,112,56, - 0,515,516,5,91,0,0,516,517,3,98,49,0,517,518,5,32,0,0,518,521,3, - 68,34,0,519,520,5,33,0,0,520,522,3,104,52,0,521,519,1,0,0,0,521, - 522,1,0,0,0,522,523,1,0,0,0,523,524,5,92,0,0,524,67,1,0,0,0,525, - 532,5,65,0,0,526,527,5,66,0,0,527,528,5,99,0,0,528,529,3,98,49,0, - 529,530,5,100,0,0,530,532,1,0,0,0,531,525,1,0,0,0,531,526,1,0,0, - 0,532,69,1,0,0,0,533,534,5,23,0,0,534,535,3,112,56,0,535,536,5,43, - 0,0,536,537,3,114,57,0,537,538,5,95,0,0,538,539,3,72,36,0,539,540, - 3,72,36,0,540,541,5,96,0,0,541,71,1,0,0,0,542,543,3,34,17,0,543, - 544,5,24,0,0,544,545,3,112,56,0,545,546,5,43,0,0,546,547,3,114,57, - 0,547,549,3,102,51,0,548,550,5,71,0,0,549,548,1,0,0,0,549,550,1, - 0,0,0,550,553,1,0,0,0,551,552,5,39,0,0,552,554,3,114,57,0,553,551, - 1,0,0,0,553,554,1,0,0,0,554,556,1,0,0,0,555,557,5,40,0,0,556,555, - 1,0,0,0,556,557,1,0,0,0,557,560,1,0,0,0,558,559,5,41,0,0,559,561, - 3,114,57,0,560,558,1,0,0,0,560,561,1,0,0,0,561,563,1,0,0,0,562,564, - 5,42,0,0,563,562,1,0,0,0,563,564,1,0,0,0,564,565,1,0,0,0,565,566, - 5,92,0,0,566,73,1,0,0,0,567,568,5,16,0,0,568,569,3,112,56,0,569, - 570,5,17,0,0,570,573,3,112,56,0,571,572,5,43,0,0,572,574,3,114,57, - 0,573,571,1,0,0,0,573,574,1,0,0,0,574,577,1,0,0,0,575,576,5,38,0, - 0,576,578,5,103,0,0,577,575,1,0,0,0,577,578,1,0,0,0,578,579,1,0, - 0,0,579,583,5,95,0,0,580,582,3,76,38,0,581,580,1,0,0,0,582,585,1, - 0,0,0,583,581,1,0,0,0,583,584,1,0,0,0,584,586,1,0,0,0,585,583,1, - 0,0,0,586,587,5,96,0,0,587,75,1,0,0,0,588,589,5,20,0,0,589,593,3, - 64,32,0,590,593,3,80,40,0,591,593,3,78,39,0,592,588,1,0,0,0,592, - 590,1,0,0,0,592,591,1,0,0,0,593,77,1,0,0,0,594,595,5,28,0,0,595, - 596,3,112,56,0,596,597,5,29,0,0,597,598,5,30,0,0,598,599,5,26,0, - 0,599,600,5,13,0,0,600,601,3,112,56,0,601,602,5,27,0,0,602,603,5, - 23,0,0,603,604,3,112,56,0,604,605,5,94,0,0,605,606,3,112,56,0,606, - 607,5,92,0,0,607,79,1,0,0,0,608,609,5,18,0,0,609,610,3,82,41,0,610, - 611,5,19,0,0,611,612,3,86,43,0,612,613,5,92,0,0,613,81,1,0,0,0,614, - 615,3,112,56,0,615,616,5,94,0,0,616,617,3,84,42,0,617,83,1,0,0,0, - 618,630,3,112,56,0,619,630,5,60,0,0,620,630,5,50,0,0,621,630,5,51, - 0,0,622,630,5,57,0,0,623,630,5,58,0,0,624,630,5,59,0,0,625,630,5, - 61,0,0,626,630,5,62,0,0,627,630,5,63,0,0,628,630,5,64,0,0,629,618, - 1,0,0,0,629,619,1,0,0,0,629,620,1,0,0,0,629,621,1,0,0,0,629,622, - 1,0,0,0,629,623,1,0,0,0,629,624,1,0,0,0,629,625,1,0,0,0,629,626, - 1,0,0,0,629,627,1,0,0,0,629,628,1,0,0,0,630,85,1,0,0,0,631,632,5, - 22,0,0,632,633,3,112,56,0,633,634,5,94,0,0,634,635,3,88,44,0,635, - 651,1,0,0,0,636,637,5,23,0,0,637,638,3,112,56,0,638,639,5,94,0,0, - 639,640,3,112,56,0,640,641,5,94,0,0,641,642,3,90,45,0,642,651,1, - 0,0,0,643,644,5,8,0,0,644,645,3,112,56,0,645,646,5,94,0,0,646,648, - 3,112,56,0,647,649,3,92,46,0,648,647,1,0,0,0,648,649,1,0,0,0,649, - 651,1,0,0,0,650,631,1,0,0,0,650,636,1,0,0,0,650,643,1,0,0,0,651, - 87,1,0,0,0,652,653,7,2,0,0,653,89,1,0,0,0,654,655,7,3,0,0,655,91, - 1,0,0,0,656,657,5,25,0,0,657,661,5,95,0,0,658,660,3,94,47,0,659, - 658,1,0,0,0,660,663,1,0,0,0,661,659,1,0,0,0,661,662,1,0,0,0,662, - 664,1,0,0,0,663,661,1,0,0,0,664,665,5,96,0,0,665,93,1,0,0,0,666, - 667,3,112,56,0,667,668,5,19,0,0,668,669,5,22,0,0,669,676,3,112,56, - 0,670,671,5,27,0,0,671,672,5,23,0,0,672,673,3,112,56,0,673,674,5, - 94,0,0,674,675,3,112,56,0,675,677,1,0,0,0,676,670,1,0,0,0,676,677, - 1,0,0,0,677,678,1,0,0,0,678,679,5,92,0,0,679,717,1,0,0,0,680,681, - 3,112,56,0,681,682,5,19,0,0,682,683,5,23,0,0,683,684,3,112,56,0, - 684,685,5,94,0,0,685,692,3,112,56,0,686,687,5,27,0,0,687,688,5,23, - 0,0,688,689,3,112,56,0,689,690,5,94,0,0,690,691,3,112,56,0,691,693, - 1,0,0,0,692,686,1,0,0,0,692,693,1,0,0,0,693,694,1,0,0,0,694,695, - 5,92,0,0,695,717,1,0,0,0,696,697,3,112,56,0,697,698,5,19,0,0,698, - 699,5,6,0,0,699,706,3,112,56,0,700,701,5,27,0,0,701,702,5,23,0,0, - 702,703,3,112,56,0,703,704,5,94,0,0,704,705,3,112,56,0,705,707,1, - 0,0,0,706,700,1,0,0,0,706,707,1,0,0,0,707,708,1,0,0,0,708,709,5, - 92,0,0,709,717,1,0,0,0,710,711,3,112,56,0,711,712,5,19,0,0,712,713, - 5,13,0,0,713,714,3,112,56,0,714,715,5,92,0,0,715,717,1,0,0,0,716, - 666,1,0,0,0,716,680,1,0,0,0,716,696,1,0,0,0,716,710,1,0,0,0,717, - 95,1,0,0,0,718,719,5,13,0,0,719,720,3,112,56,0,720,721,5,19,0,0, - 721,722,3,112,56,0,722,723,5,94,0,0,723,725,3,112,56,0,724,726,3, - 92,46,0,725,724,1,0,0,0,725,726,1,0,0,0,726,727,1,0,0,0,727,728, - 5,92,0,0,728,97,1,0,0,0,729,755,3,100,50,0,730,755,5,72,0,0,731, - 755,5,73,0,0,732,733,5,74,0,0,733,755,3,114,57,0,734,735,5,75,0, - 0,735,736,5,101,0,0,736,737,3,112,56,0,737,738,5,102,0,0,738,755, - 1,0,0,0,739,740,5,76,0,0,740,741,5,101,0,0,741,742,3,112,56,0,742, - 743,5,102,0,0,743,755,1,0,0,0,744,745,5,77,0,0,745,746,5,101,0,0, - 746,747,3,98,49,0,747,748,5,102,0,0,748,755,1,0,0,0,749,750,5,78, - 0,0,750,751,5,101,0,0,751,752,3,98,49,0,752,753,5,102,0,0,753,755, - 1,0,0,0,754,729,1,0,0,0,754,730,1,0,0,0,754,731,1,0,0,0,754,732, - 1,0,0,0,754,734,1,0,0,0,754,739,1,0,0,0,754,744,1,0,0,0,754,749, - 1,0,0,0,755,99,1,0,0,0,756,757,7,4,0,0,757,101,1,0,0,0,758,759,7, - 5,0,0,759,103,1,0,0,0,760,769,3,114,57,0,761,769,5,103,0,0,762,769, - 5,104,0,0,763,769,5,87,0,0,764,769,5,88,0,0,765,769,5,89,0,0,766, - 769,3,106,53,0,767,769,3,110,55,0,768,760,1,0,0,0,768,761,1,0,0, - 0,768,762,1,0,0,0,768,763,1,0,0,0,768,764,1,0,0,0,768,765,1,0,0, - 0,768,766,1,0,0,0,768,767,1,0,0,0,769,105,1,0,0,0,770,779,5,95,0, - 0,771,776,3,108,54,0,772,773,5,93,0,0,773,775,3,108,54,0,774,772, - 1,0,0,0,775,778,1,0,0,0,776,774,1,0,0,0,776,777,1,0,0,0,777,780, - 1,0,0,0,778,776,1,0,0,0,779,771,1,0,0,0,779,780,1,0,0,0,780,781, - 1,0,0,0,781,782,5,96,0,0,782,107,1,0,0,0,783,784,3,114,57,0,784, - 785,5,91,0,0,785,786,3,104,52,0,786,109,1,0,0,0,787,796,5,97,0,0, - 788,793,3,104,52,0,789,790,5,93,0,0,790,792,3,104,52,0,791,789,1, - 0,0,0,792,795,1,0,0,0,793,791,1,0,0,0,793,794,1,0,0,0,794,797,1, - 0,0,0,795,793,1,0,0,0,796,788,1,0,0,0,796,797,1,0,0,0,797,798,1, - 0,0,0,798,799,5,98,0,0,799,111,1,0,0,0,800,801,7,6,0,0,801,113,1, - 0,0,0,802,803,5,106,0,0,803,115,1,0,0,0,58,128,135,156,167,179,198, - 206,213,226,234,261,285,295,301,330,336,341,352,358,366,379,384, - 397,410,425,428,435,443,483,487,495,507,521,531,549,553,556,560, - 563,573,577,583,592,629,648,650,661,676,692,706,716,725,754,768, - 776,779,793,796 + 1,16,1,16,1,16,1,16,1,16,1,16,1,16,3,16,333,8,16,1,17,1,17,1,17, + 1,17,3,17,339,8,17,1,18,5,18,342,8,18,10,18,12,18,345,9,18,1,18, + 1,18,1,18,1,18,1,18,1,18,1,18,1,18,3,18,355,8,18,1,18,1,18,5,18, + 359,8,18,10,18,12,18,362,9,18,1,18,1,18,1,19,1,19,1,19,3,19,369, + 8,19,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,3,20, + 382,8,20,1,20,1,20,1,20,3,20,387,8,20,1,20,1,20,1,21,1,21,1,21,1, + 21,1,21,1,21,1,21,1,21,1,21,3,21,400,8,21,1,21,1,21,1,22,1,22,1, + 22,1,22,1,22,1,22,1,22,1,22,1,22,3,22,413,8,22,1,22,1,22,1,23,1, + 23,1,23,1,24,1,24,1,25,1,25,1,25,1,25,1,25,1,25,3,25,428,8,25,1, + 25,3,25,431,8,25,1,26,1,26,1,26,5,26,436,8,26,10,26,12,26,439,9, + 26,1,27,1,27,1,27,5,27,444,8,27,10,27,12,27,447,9,27,1,27,1,27,1, + 28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1, + 28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1, + 28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,3,28,486,8,28,1,28,1, + 28,3,28,490,8,28,1,29,1,29,1,29,1,29,5,29,496,8,29,10,29,12,29,499, + 9,29,1,29,1,29,1,30,1,30,1,31,1,31,1,31,1,32,1,32,3,32,510,8,32, + 1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,3,33, + 524,8,33,1,33,1,33,1,34,1,34,1,34,1,34,1,34,1,34,3,34,534,8,34,1, + 35,1,35,1,35,1,35,1,35,1,35,1,35,1,35,1,35,1,36,1,36,1,36,1,36,1, + 36,1,36,1,36,3,36,552,8,36,1,36,1,36,3,36,556,8,36,1,36,3,36,559, + 8,36,1,36,1,36,3,36,563,8,36,1,36,3,36,566,8,36,1,36,1,36,1,37,1, + 37,1,37,1,37,1,37,1,37,3,37,576,8,37,1,37,1,37,3,37,580,8,37,1,37, + 1,37,5,37,584,8,37,10,37,12,37,587,9,37,1,37,1,37,1,38,1,38,1,38, + 1,38,3,38,595,8,38,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39,1,39, + 1,39,1,39,1,39,1,39,1,39,1,40,1,40,1,40,1,40,1,40,1,40,1,41,1,41, + 1,41,1,41,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42, + 3,42,632,8,42,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43, + 1,43,1,43,1,43,1,43,1,43,1,43,1,43,3,43,651,8,43,3,43,653,8,43,1, + 44,1,44,1,45,1,45,1,46,1,46,1,46,5,46,662,8,46,10,46,12,46,665,9, + 46,1,46,1,46,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,3, + 47,679,8,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1, + 47,1,47,1,47,1,47,3,47,695,8,47,1,47,1,47,1,47,1,47,1,47,1,47,1, + 47,1,47,1,47,1,47,1,47,1,47,3,47,709,8,47,1,47,1,47,1,47,1,47,1, + 47,1,47,1,47,1,47,3,47,719,8,47,1,48,1,48,1,48,1,48,1,48,1,48,1, + 48,3,48,728,8,48,1,48,1,48,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1, + 49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1, + 49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,5,49,760,8,49,10,49,12,49, + 763,9,49,1,49,3,49,766,8,49,1,50,1,50,1,50,1,50,1,50,1,51,1,51,1, + 52,1,52,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,3,53,785,8,53,1, + 54,1,54,1,54,1,54,5,54,791,8,54,10,54,12,54,794,9,54,3,54,796,8, + 54,1,54,1,54,1,55,1,55,1,55,1,55,1,56,1,56,1,56,1,56,5,56,808,8, + 56,10,56,12,56,811,9,56,3,56,813,8,56,1,56,1,56,1,57,1,57,1,58,1, + 58,1,58,0,0,59,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34, + 36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78, + 80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116, + 0,7,1,0,60,64,2,0,55,59,61,62,2,0,55,56,61,62,2,0,57,59,61,62,1, + 0,80,87,1,0,67,70,2,0,34,34,106,106,861,0,130,1,0,0,0,2,132,1,0, + 0,0,4,142,1,0,0,0,6,146,1,0,0,0,8,169,1,0,0,0,10,181,1,0,0,0,12, + 183,1,0,0,0,14,190,1,0,0,0,16,200,1,0,0,0,18,202,1,0,0,0,20,215, + 1,0,0,0,22,236,1,0,0,0,24,238,1,0,0,0,26,253,1,0,0,0,28,287,1,0, + 0,0,30,289,1,0,0,0,32,332,1,0,0,0,34,338,1,0,0,0,36,343,1,0,0,0, + 38,368,1,0,0,0,40,370,1,0,0,0,42,390,1,0,0,0,44,403,1,0,0,0,46,416, + 1,0,0,0,48,419,1,0,0,0,50,430,1,0,0,0,52,432,1,0,0,0,54,440,1,0, + 0,0,56,489,1,0,0,0,58,491,1,0,0,0,60,502,1,0,0,0,62,504,1,0,0,0, + 64,509,1,0,0,0,66,511,1,0,0,0,68,533,1,0,0,0,70,535,1,0,0,0,72,544, + 1,0,0,0,74,569,1,0,0,0,76,594,1,0,0,0,78,596,1,0,0,0,80,610,1,0, + 0,0,82,616,1,0,0,0,84,631,1,0,0,0,86,652,1,0,0,0,88,654,1,0,0,0, + 90,656,1,0,0,0,92,658,1,0,0,0,94,718,1,0,0,0,96,720,1,0,0,0,98,765, + 1,0,0,0,100,767,1,0,0,0,102,772,1,0,0,0,104,774,1,0,0,0,106,784, + 1,0,0,0,108,786,1,0,0,0,110,799,1,0,0,0,112,803,1,0,0,0,114,816, + 1,0,0,0,116,818,1,0,0,0,118,119,3,6,3,0,119,120,5,0,0,1,120,131, + 1,0,0,0,121,122,3,20,10,0,122,123,5,0,0,1,123,131,1,0,0,0,124,125, + 3,36,18,0,125,126,5,0,0,1,126,131,1,0,0,0,127,128,3,2,1,0,128,129, + 5,0,0,1,129,131,1,0,0,0,130,118,1,0,0,0,130,121,1,0,0,0,130,124, + 1,0,0,0,130,127,1,0,0,0,131,1,1,0,0,0,132,133,5,2,0,0,133,137,5, + 96,0,0,134,136,3,8,4,0,135,134,1,0,0,0,136,139,1,0,0,0,137,135,1, + 0,0,0,137,138,1,0,0,0,138,140,1,0,0,0,139,137,1,0,0,0,140,141,5, + 97,0,0,141,3,1,0,0,0,142,143,5,3,0,0,143,144,3,116,58,0,144,145, + 5,93,0,0,145,5,1,0,0,0,146,147,5,1,0,0,147,148,3,114,57,0,148,149, + 5,43,0,0,149,150,3,116,58,0,150,151,5,37,0,0,151,152,3,116,58,0, + 152,153,5,36,0,0,153,154,3,116,58,0,154,158,5,96,0,0,155,157,3,8, + 4,0,156,155,1,0,0,0,157,160,1,0,0,0,158,156,1,0,0,0,158,159,1,0, + 0,0,159,161,1,0,0,0,160,158,1,0,0,0,161,162,5,97,0,0,162,7,1,0,0, + 0,163,170,3,4,2,0,164,170,3,18,9,0,165,170,3,10,5,0,166,170,3,62, + 31,0,167,170,3,74,37,0,168,170,3,96,48,0,169,163,1,0,0,0,169,164, + 1,0,0,0,169,165,1,0,0,0,169,166,1,0,0,0,169,167,1,0,0,0,169,168, + 1,0,0,0,170,9,1,0,0,0,171,172,5,3,0,0,172,173,5,6,0,0,173,174,3, + 114,57,0,174,175,5,93,0,0,175,182,1,0,0,0,176,177,5,3,0,0,177,178, + 5,8,0,0,178,179,3,114,57,0,179,180,5,93,0,0,180,182,1,0,0,0,181, + 171,1,0,0,0,181,176,1,0,0,0,182,11,1,0,0,0,183,184,5,4,0,0,184,185, + 5,5,0,0,185,186,3,114,57,0,186,187,5,43,0,0,187,188,3,116,58,0,188, + 189,5,93,0,0,189,13,1,0,0,0,190,191,5,4,0,0,191,192,5,6,0,0,192, + 193,3,114,57,0,193,194,5,37,0,0,194,195,3,116,58,0,195,196,5,93, + 0,0,196,15,1,0,0,0,197,201,3,10,5,0,198,201,3,12,6,0,199,201,3,14, + 7,0,200,197,1,0,0,0,200,198,1,0,0,0,200,199,1,0,0,0,201,17,1,0,0, + 0,202,203,5,5,0,0,203,204,3,114,57,0,204,205,5,43,0,0,205,208,3, + 116,58,0,206,207,5,44,0,0,207,209,3,116,58,0,208,206,1,0,0,0,208, + 209,1,0,0,0,209,210,1,0,0,0,210,211,5,93,0,0,211,19,1,0,0,0,212, + 214,3,16,8,0,213,212,1,0,0,0,214,217,1,0,0,0,215,213,1,0,0,0,215, + 216,1,0,0,0,216,218,1,0,0,0,217,215,1,0,0,0,218,219,5,6,0,0,219, + 220,3,114,57,0,220,221,5,43,0,0,221,222,3,116,58,0,222,223,5,37, + 0,0,223,224,3,116,58,0,224,228,5,96,0,0,225,227,3,22,11,0,226,225, + 1,0,0,0,227,230,1,0,0,0,228,226,1,0,0,0,228,229,1,0,0,0,229,231, + 1,0,0,0,230,228,1,0,0,0,231,232,5,97,0,0,232,21,1,0,0,0,233,237, + 3,26,13,0,234,237,3,30,15,0,235,237,3,24,12,0,236,233,1,0,0,0,236, + 234,1,0,0,0,236,235,1,0,0,0,237,23,1,0,0,0,238,239,5,11,0,0,239, + 240,3,114,57,0,240,241,5,43,0,0,241,242,3,116,58,0,242,243,5,92, + 0,0,243,244,3,98,49,0,244,245,5,91,0,0,245,246,3,98,49,0,246,247, + 5,96,0,0,247,248,5,60,0,0,248,249,5,43,0,0,249,250,3,116,58,0,250, + 251,5,93,0,0,251,252,5,97,0,0,252,25,1,0,0,0,253,254,5,9,0,0,254, + 255,3,114,57,0,255,256,5,43,0,0,256,257,3,116,58,0,257,258,5,92, + 0,0,258,259,3,98,49,0,259,263,5,96,0,0,260,262,3,28,14,0,261,260, + 1,0,0,0,262,265,1,0,0,0,263,261,1,0,0,0,263,264,1,0,0,0,264,266, + 1,0,0,0,265,263,1,0,0,0,266,267,5,97,0,0,267,27,1,0,0,0,268,269, + 5,50,0,0,269,270,5,43,0,0,270,271,3,116,58,0,271,272,5,93,0,0,272, + 288,1,0,0,0,273,274,5,51,0,0,274,275,5,43,0,0,275,276,3,116,58,0, + 276,277,5,93,0,0,277,288,1,0,0,0,278,279,5,52,0,0,279,280,5,53,0, + 0,280,281,5,43,0,0,281,282,3,116,58,0,282,283,5,54,0,0,283,284,5, + 43,0,0,284,285,3,116,58,0,285,286,5,93,0,0,286,288,1,0,0,0,287,268, + 1,0,0,0,287,273,1,0,0,0,287,278,1,0,0,0,288,29,1,0,0,0,289,290,5, + 10,0,0,290,291,3,114,57,0,291,292,5,43,0,0,292,293,3,116,58,0,293, + 294,5,92,0,0,294,295,3,104,52,0,295,297,3,34,17,0,296,298,5,71,0, + 0,297,296,1,0,0,0,297,298,1,0,0,0,298,299,1,0,0,0,299,303,5,96,0, + 0,300,302,3,32,16,0,301,300,1,0,0,0,302,305,1,0,0,0,303,301,1,0, + 0,0,303,304,1,0,0,0,304,306,1,0,0,0,305,303,1,0,0,0,306,307,5,97, + 0,0,307,31,1,0,0,0,308,309,5,57,0,0,309,310,5,43,0,0,310,311,3,116, + 58,0,311,312,5,93,0,0,312,333,1,0,0,0,313,314,5,58,0,0,314,315,5, + 43,0,0,315,316,3,116,58,0,316,317,5,93,0,0,317,333,1,0,0,0,318,319, + 5,59,0,0,319,320,5,43,0,0,320,321,3,116,58,0,321,322,5,93,0,0,322, + 333,1,0,0,0,323,324,5,52,0,0,324,325,5,53,0,0,325,326,5,43,0,0,326, + 327,3,116,58,0,327,328,5,54,0,0,328,329,5,43,0,0,329,330,3,116,58, + 0,330,331,5,93,0,0,331,333,1,0,0,0,332,308,1,0,0,0,332,313,1,0,0, + 0,332,318,1,0,0,0,332,323,1,0,0,0,333,33,1,0,0,0,334,335,5,5,0,0, + 335,339,3,114,57,0,336,337,5,6,0,0,337,339,3,114,57,0,338,334,1, + 0,0,0,338,336,1,0,0,0,339,35,1,0,0,0,340,342,3,16,8,0,341,340,1, + 0,0,0,342,345,1,0,0,0,343,341,1,0,0,0,343,344,1,0,0,0,344,346,1, + 0,0,0,345,343,1,0,0,0,346,347,5,8,0,0,347,348,3,114,57,0,348,349, + 5,43,0,0,349,350,3,116,58,0,350,351,5,37,0,0,351,354,3,116,58,0, + 352,353,5,38,0,0,353,355,5,104,0,0,354,352,1,0,0,0,354,355,1,0,0, + 0,355,356,1,0,0,0,356,360,5,96,0,0,357,359,3,38,19,0,358,357,1,0, + 0,0,359,362,1,0,0,0,360,358,1,0,0,0,360,361,1,0,0,0,361,363,1,0, + 0,0,362,360,1,0,0,0,363,364,5,97,0,0,364,37,1,0,0,0,365,369,3,40, + 20,0,366,369,3,42,21,0,367,369,3,44,22,0,368,365,1,0,0,0,368,366, + 1,0,0,0,368,367,1,0,0,0,369,39,1,0,0,0,370,371,5,11,0,0,371,372, + 3,114,57,0,372,373,5,43,0,0,373,374,3,116,58,0,374,375,5,92,0,0, + 375,376,3,98,49,0,376,377,5,91,0,0,377,378,3,98,49,0,378,379,5,45, + 0,0,379,381,3,48,24,0,380,382,3,46,23,0,381,380,1,0,0,0,381,382, + 1,0,0,0,382,383,1,0,0,0,383,384,5,47,0,0,384,386,3,50,25,0,385,387, + 3,54,27,0,386,385,1,0,0,0,386,387,1,0,0,0,387,388,1,0,0,0,388,389, + 5,93,0,0,389,41,1,0,0,0,390,391,5,12,0,0,391,392,3,114,57,0,392, + 393,5,43,0,0,393,394,3,116,58,0,394,395,5,92,0,0,395,396,3,98,49, + 0,396,397,5,91,0,0,397,399,3,98,49,0,398,400,3,54,27,0,399,398,1, + 0,0,0,399,400,1,0,0,0,400,401,1,0,0,0,401,402,5,93,0,0,402,43,1, + 0,0,0,403,404,5,13,0,0,404,405,3,114,57,0,405,406,5,43,0,0,406,407, + 3,116,58,0,407,408,5,14,0,0,408,409,3,114,57,0,409,410,5,92,0,0, + 410,412,3,98,49,0,411,413,3,54,27,0,412,411,1,0,0,0,412,413,1,0, + 0,0,413,414,1,0,0,0,414,415,5,93,0,0,415,45,1,0,0,0,416,417,5,46, + 0,0,417,418,3,98,49,0,418,47,1,0,0,0,419,420,7,0,0,0,420,49,1,0, + 0,0,421,431,5,49,0,0,422,423,5,5,0,0,423,431,3,114,57,0,424,425, + 5,7,0,0,425,427,5,98,0,0,426,428,3,52,26,0,427,426,1,0,0,0,427,428, + 1,0,0,0,428,429,1,0,0,0,429,431,5,99,0,0,430,421,1,0,0,0,430,422, + 1,0,0,0,430,424,1,0,0,0,431,51,1,0,0,0,432,437,3,114,57,0,433,434, + 5,94,0,0,434,436,3,114,57,0,435,433,1,0,0,0,436,439,1,0,0,0,437, + 435,1,0,0,0,437,438,1,0,0,0,438,53,1,0,0,0,439,437,1,0,0,0,440,441, + 5,48,0,0,441,445,5,96,0,0,442,444,3,56,28,0,443,442,1,0,0,0,444, + 447,1,0,0,0,445,443,1,0,0,0,445,446,1,0,0,0,446,448,1,0,0,0,447, + 445,1,0,0,0,448,449,5,97,0,0,449,55,1,0,0,0,450,451,5,22,0,0,451, + 452,3,114,57,0,452,453,5,43,0,0,453,454,3,116,58,0,454,455,5,92, + 0,0,455,456,3,98,49,0,456,457,3,58,29,0,457,458,5,93,0,0,458,490, + 1,0,0,0,459,460,5,23,0,0,460,461,3,114,57,0,461,462,5,43,0,0,462, + 463,3,116,58,0,463,464,5,92,0,0,464,465,3,104,52,0,465,466,3,34, + 17,0,466,467,3,58,29,0,467,468,5,93,0,0,468,490,1,0,0,0,469,470, + 5,6,0,0,470,471,3,114,57,0,471,472,5,43,0,0,472,473,3,116,58,0,473, + 474,5,92,0,0,474,475,3,114,57,0,475,476,5,93,0,0,476,490,1,0,0,0, + 477,478,5,13,0,0,478,479,3,114,57,0,479,480,5,43,0,0,480,481,3,116, + 58,0,481,482,5,92,0,0,482,485,3,114,57,0,483,484,5,15,0,0,484,486, + 3,98,49,0,485,483,1,0,0,0,485,486,1,0,0,0,486,487,1,0,0,0,487,488, + 5,93,0,0,488,490,1,0,0,0,489,450,1,0,0,0,489,459,1,0,0,0,489,469, + 1,0,0,0,489,477,1,0,0,0,490,57,1,0,0,0,491,492,5,98,0,0,492,497, + 3,60,30,0,493,494,5,94,0,0,494,496,3,60,30,0,495,493,1,0,0,0,496, + 499,1,0,0,0,497,495,1,0,0,0,497,498,1,0,0,0,498,500,1,0,0,0,499, + 497,1,0,0,0,500,501,5,99,0,0,501,59,1,0,0,0,502,503,7,1,0,0,503, + 61,1,0,0,0,504,505,5,21,0,0,505,506,3,64,32,0,506,63,1,0,0,0,507, + 510,3,66,33,0,508,510,3,70,35,0,509,507,1,0,0,0,509,508,1,0,0,0, + 510,65,1,0,0,0,511,512,5,22,0,0,512,513,3,114,57,0,513,514,5,43, + 0,0,514,515,3,116,58,0,515,516,5,31,0,0,516,517,3,114,57,0,517,518, + 5,92,0,0,518,519,3,98,49,0,519,520,5,32,0,0,520,523,3,68,34,0,521, + 522,5,33,0,0,522,524,3,106,53,0,523,521,1,0,0,0,523,524,1,0,0,0, + 524,525,1,0,0,0,525,526,5,93,0,0,526,67,1,0,0,0,527,534,5,65,0,0, + 528,529,5,66,0,0,529,530,5,100,0,0,530,531,3,98,49,0,531,532,5,101, + 0,0,532,534,1,0,0,0,533,527,1,0,0,0,533,528,1,0,0,0,534,69,1,0,0, + 0,535,536,5,23,0,0,536,537,3,114,57,0,537,538,5,43,0,0,538,539,3, + 116,58,0,539,540,5,96,0,0,540,541,3,72,36,0,541,542,3,72,36,0,542, + 543,5,97,0,0,543,71,1,0,0,0,544,545,3,34,17,0,545,546,5,24,0,0,546, + 547,3,114,57,0,547,548,5,43,0,0,548,549,3,116,58,0,549,551,3,104, + 52,0,550,552,5,71,0,0,551,550,1,0,0,0,551,552,1,0,0,0,552,555,1, + 0,0,0,553,554,5,39,0,0,554,556,3,116,58,0,555,553,1,0,0,0,555,556, + 1,0,0,0,556,558,1,0,0,0,557,559,5,40,0,0,558,557,1,0,0,0,558,559, + 1,0,0,0,559,562,1,0,0,0,560,561,5,41,0,0,561,563,3,116,58,0,562, + 560,1,0,0,0,562,563,1,0,0,0,563,565,1,0,0,0,564,566,5,42,0,0,565, + 564,1,0,0,0,565,566,1,0,0,0,566,567,1,0,0,0,567,568,5,93,0,0,568, + 73,1,0,0,0,569,570,5,16,0,0,570,571,3,114,57,0,571,572,5,17,0,0, + 572,575,3,114,57,0,573,574,5,43,0,0,574,576,3,116,58,0,575,573,1, + 0,0,0,575,576,1,0,0,0,576,579,1,0,0,0,577,578,5,38,0,0,578,580,5, + 104,0,0,579,577,1,0,0,0,579,580,1,0,0,0,580,581,1,0,0,0,581,585, + 5,96,0,0,582,584,3,76,38,0,583,582,1,0,0,0,584,587,1,0,0,0,585,583, + 1,0,0,0,585,586,1,0,0,0,586,588,1,0,0,0,587,585,1,0,0,0,588,589, + 5,97,0,0,589,75,1,0,0,0,590,591,5,20,0,0,591,595,3,64,32,0,592,595, + 3,80,40,0,593,595,3,78,39,0,594,590,1,0,0,0,594,592,1,0,0,0,594, + 593,1,0,0,0,595,77,1,0,0,0,596,597,5,28,0,0,597,598,3,114,57,0,598, + 599,5,29,0,0,599,600,5,30,0,0,600,601,5,26,0,0,601,602,5,13,0,0, + 602,603,3,114,57,0,603,604,5,27,0,0,604,605,5,23,0,0,605,606,3,114, + 57,0,606,607,5,95,0,0,607,608,3,114,57,0,608,609,5,93,0,0,609,79, + 1,0,0,0,610,611,5,18,0,0,611,612,3,82,41,0,612,613,5,19,0,0,613, + 614,3,86,43,0,614,615,5,93,0,0,615,81,1,0,0,0,616,617,3,114,57,0, + 617,618,5,95,0,0,618,619,3,84,42,0,619,83,1,0,0,0,620,632,3,114, + 57,0,621,632,5,60,0,0,622,632,5,50,0,0,623,632,5,51,0,0,624,632, + 5,57,0,0,625,632,5,58,0,0,626,632,5,59,0,0,627,632,5,61,0,0,628, + 632,5,62,0,0,629,632,5,63,0,0,630,632,5,64,0,0,631,620,1,0,0,0,631, + 621,1,0,0,0,631,622,1,0,0,0,631,623,1,0,0,0,631,624,1,0,0,0,631, + 625,1,0,0,0,631,626,1,0,0,0,631,627,1,0,0,0,631,628,1,0,0,0,631, + 629,1,0,0,0,631,630,1,0,0,0,632,85,1,0,0,0,633,634,5,22,0,0,634, + 635,3,114,57,0,635,636,5,95,0,0,636,637,3,88,44,0,637,653,1,0,0, + 0,638,639,5,23,0,0,639,640,3,114,57,0,640,641,5,95,0,0,641,642,3, + 114,57,0,642,643,5,95,0,0,643,644,3,90,45,0,644,653,1,0,0,0,645, + 646,5,8,0,0,646,647,3,114,57,0,647,648,5,95,0,0,648,650,3,114,57, + 0,649,651,3,92,46,0,650,649,1,0,0,0,650,651,1,0,0,0,651,653,1,0, + 0,0,652,633,1,0,0,0,652,638,1,0,0,0,652,645,1,0,0,0,653,87,1,0,0, + 0,654,655,7,2,0,0,655,89,1,0,0,0,656,657,7,3,0,0,657,91,1,0,0,0, + 658,659,5,25,0,0,659,663,5,96,0,0,660,662,3,94,47,0,661,660,1,0, + 0,0,662,665,1,0,0,0,663,661,1,0,0,0,663,664,1,0,0,0,664,666,1,0, + 0,0,665,663,1,0,0,0,666,667,5,97,0,0,667,93,1,0,0,0,668,669,3,114, + 57,0,669,670,5,19,0,0,670,671,5,22,0,0,671,678,3,114,57,0,672,673, + 5,27,0,0,673,674,5,23,0,0,674,675,3,114,57,0,675,676,5,95,0,0,676, + 677,3,114,57,0,677,679,1,0,0,0,678,672,1,0,0,0,678,679,1,0,0,0,679, + 680,1,0,0,0,680,681,5,93,0,0,681,719,1,0,0,0,682,683,3,114,57,0, + 683,684,5,19,0,0,684,685,5,23,0,0,685,686,3,114,57,0,686,687,5,95, + 0,0,687,694,3,114,57,0,688,689,5,27,0,0,689,690,5,23,0,0,690,691, + 3,114,57,0,691,692,5,95,0,0,692,693,3,114,57,0,693,695,1,0,0,0,694, + 688,1,0,0,0,694,695,1,0,0,0,695,696,1,0,0,0,696,697,5,93,0,0,697, + 719,1,0,0,0,698,699,3,114,57,0,699,700,5,19,0,0,700,701,5,6,0,0, + 701,708,3,114,57,0,702,703,5,27,0,0,703,704,5,23,0,0,704,705,3,114, + 57,0,705,706,5,95,0,0,706,707,3,114,57,0,707,709,1,0,0,0,708,702, + 1,0,0,0,708,709,1,0,0,0,709,710,1,0,0,0,710,711,5,93,0,0,711,719, + 1,0,0,0,712,713,3,114,57,0,713,714,5,19,0,0,714,715,5,13,0,0,715, + 716,3,114,57,0,716,717,5,93,0,0,717,719,1,0,0,0,718,668,1,0,0,0, + 718,682,1,0,0,0,718,698,1,0,0,0,718,712,1,0,0,0,719,95,1,0,0,0,720, + 721,5,13,0,0,721,722,3,114,57,0,722,723,5,19,0,0,723,724,3,114,57, + 0,724,725,5,95,0,0,725,727,3,114,57,0,726,728,3,92,46,0,727,726, + 1,0,0,0,727,728,1,0,0,0,728,729,1,0,0,0,729,730,5,93,0,0,730,97, + 1,0,0,0,731,766,3,102,51,0,732,766,5,72,0,0,733,766,5,73,0,0,734, + 735,5,74,0,0,735,766,3,116,58,0,736,737,5,75,0,0,737,738,5,102,0, + 0,738,739,3,114,57,0,739,740,5,103,0,0,740,766,1,0,0,0,741,742,5, + 76,0,0,742,743,5,102,0,0,743,744,3,114,57,0,744,745,5,103,0,0,745, + 766,1,0,0,0,746,747,5,77,0,0,747,748,5,102,0,0,748,749,3,98,49,0, + 749,750,5,103,0,0,750,766,1,0,0,0,751,752,5,78,0,0,752,753,5,102, + 0,0,753,754,3,98,49,0,754,755,5,103,0,0,755,766,1,0,0,0,756,757, + 5,79,0,0,757,761,5,96,0,0,758,760,3,100,50,0,759,758,1,0,0,0,760, + 763,1,0,0,0,761,759,1,0,0,0,761,762,1,0,0,0,762,764,1,0,0,0,763, + 761,1,0,0,0,764,766,5,97,0,0,765,731,1,0,0,0,765,732,1,0,0,0,765, + 733,1,0,0,0,765,734,1,0,0,0,765,736,1,0,0,0,765,741,1,0,0,0,765, + 746,1,0,0,0,765,751,1,0,0,0,765,756,1,0,0,0,766,99,1,0,0,0,767,768, + 3,114,57,0,768,769,5,92,0,0,769,770,3,98,49,0,770,771,5,93,0,0,771, + 101,1,0,0,0,772,773,7,4,0,0,773,103,1,0,0,0,774,775,7,5,0,0,775, + 105,1,0,0,0,776,785,3,116,58,0,777,785,5,104,0,0,778,785,5,105,0, + 0,779,785,5,88,0,0,780,785,5,89,0,0,781,785,5,90,0,0,782,785,3,108, + 54,0,783,785,3,112,56,0,784,776,1,0,0,0,784,777,1,0,0,0,784,778, + 1,0,0,0,784,779,1,0,0,0,784,780,1,0,0,0,784,781,1,0,0,0,784,782, + 1,0,0,0,784,783,1,0,0,0,785,107,1,0,0,0,786,795,5,96,0,0,787,792, + 3,110,55,0,788,789,5,94,0,0,789,791,3,110,55,0,790,788,1,0,0,0,791, + 794,1,0,0,0,792,790,1,0,0,0,792,793,1,0,0,0,793,796,1,0,0,0,794, + 792,1,0,0,0,795,787,1,0,0,0,795,796,1,0,0,0,796,797,1,0,0,0,797, + 798,5,97,0,0,798,109,1,0,0,0,799,800,3,116,58,0,800,801,5,92,0,0, + 801,802,3,106,53,0,802,111,1,0,0,0,803,812,5,98,0,0,804,809,3,106, + 53,0,805,806,5,94,0,0,806,808,3,106,53,0,807,805,1,0,0,0,808,811, + 1,0,0,0,809,807,1,0,0,0,809,810,1,0,0,0,810,813,1,0,0,0,811,809, + 1,0,0,0,812,804,1,0,0,0,812,813,1,0,0,0,813,814,1,0,0,0,814,815, + 5,99,0,0,815,113,1,0,0,0,816,817,7,6,0,0,817,115,1,0,0,0,818,819, + 5,107,0,0,819,117,1,0,0,0,59,130,137,158,169,181,200,208,215,228, + 236,263,287,297,303,332,338,343,354,360,368,381,386,399,412,427, + 430,437,445,485,489,497,509,523,533,551,555,558,562,565,575,579, + 585,594,631,650,652,663,678,694,708,718,727,761,765,784,792,795, + 809,812 ]; private static __ATN: antlr.ATN; @@ -5698,6 +5761,24 @@ export class ValueTypeContext extends antlr.ParserRuleContext { public LIST(): antlr.TerminalNode | null { return this.getToken(QuixosCapabilityParser.LIST, 0); } + public RECORD(): antlr.TerminalNode | null { + return this.getToken(QuixosCapabilityParser.RECORD, 0); + } + public LBRACE(): antlr.TerminalNode | null { + return this.getToken(QuixosCapabilityParser.LBRACE, 0); + } + public RBRACE(): antlr.TerminalNode | null { + return this.getToken(QuixosCapabilityParser.RBRACE, 0); + } + public recordField(): RecordFieldContext[]; + public recordField(i: number): RecordFieldContext | null; + public recordField(i?: number): RecordFieldContext[] | RecordFieldContext | null { + if (i === undefined) { + return this.getRuleContexts(RecordFieldContext); + } + + return this.getRuleContext(i, RecordFieldContext); + } public override get ruleIndex(): number { return QuixosCapabilityParser.RULE_valueType; } @@ -5711,6 +5792,35 @@ export class ValueTypeContext extends antlr.ParserRuleContext { } +export class RecordFieldContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public identifier(): IdentifierContext { + return this.getRuleContext(0, IdentifierContext)!; + } + public COLON(): antlr.TerminalNode { + return this.getToken(QuixosCapabilityParser.COLON, 0)!; + } + public valueType(): ValueTypeContext { + return this.getRuleContext(0, ValueTypeContext)!; + } + public SEMI(): antlr.TerminalNode { + return this.getToken(QuixosCapabilityParser.SEMI, 0)!; + } + public override get ruleIndex(): number { + return QuixosCapabilityParser.RULE_recordField; + } + public override accept(visitor: QuixosCapabilityVisitor): Result | null { + if (visitor.visitRecordField) { + return visitor.visitRecordField(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class ScalarTypeContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); diff --git a/src/capability-language/generated/QuixosCapabilityVisitor.ts b/src/capability-language/generated/QuixosCapabilityVisitor.ts index 15fa1ec..e2b66ef 100644 --- a/src/capability-language/generated/QuixosCapabilityVisitor.ts +++ b/src/capability-language/generated/QuixosCapabilityVisitor.ts @@ -52,6 +52,7 @@ import { DependencyBindingBlockContext } from "./QuixosCapabilityParser.js"; import { DependencyBindingContext } from "./QuixosCapabilityParser.js"; import { ConstructorBindingDeclContext } from "./QuixosCapabilityParser.js"; import { ValueTypeContext } from "./QuixosCapabilityParser.js"; +import { RecordFieldContext } from "./QuixosCapabilityParser.js"; import { ScalarTypeContext } from "./QuixosCapabilityParser.js"; import { CardinalityContext } from "./QuixosCapabilityParser.js"; import { JsonLiteralContext } from "./QuixosCapabilityParser.js"; @@ -370,6 +371,12 @@ export class QuixosCapabilityVisitor extends AbstractParseTreeVisitor Result; + /** + * Visit a parse tree produced by `QuixosCapabilityParser.recordField`. + * @param ctx the parse tree + * @return the visitor result + */ + visitRecordField?: (ctx: RecordFieldContext) => Result; /** * Visit a parse tree produced by `QuixosCapabilityParser.scalarType`. * @param ctx the parse tree diff --git a/src/capability-language/parser.ts b/src/capability-language/parser.ts index f2e9d78..883dd7c 100644 --- a/src/capability-language/parser.ts +++ b/src/capability-language/parser.ts @@ -319,6 +319,11 @@ const lowerValueType = ( if (context.MESSAGE()) { return valueType.message(stringValue(context.stringLiteral())); } + if (context.RECORD()) { + const fields = context.recordField().map((field) => [identifier(field.identifier()), lowerValueType(state, field.valueType())] as const); + if (new Set(fields.map(([name]) => name)).size !== fields.length) loweringIssue(state, context, "invalid-type", "Duplicate record field"); + return {kind: "record", fields: Object.fromEntries(fields)}; + } if (context.ATOM_REF()) { const name = identifier(context.identifier()); const atomId = requireSymbol(state, state.atoms, name, context, "atom"); diff --git a/src/capability-model/types.ts b/src/capability-model/types.ts index 30642d7..15bc9e3 100644 --- a/src/capability-model/types.ts +++ b/src/capability-model/types.ts @@ -74,6 +74,7 @@ export type ValueType = | { kind: "builtin"; name: "unit" | "watch-handle" } | { kind: "scalar"; name: ScalarValueTypeName } | { kind: "message"; descriptorId: string } + | { kind: "record"; fields: Record } | { kind: "object-ref"; expectation: ObjectExpectation } | { kind: "optional"; value: ValueType } | { kind: "list"; value: ValueType }; diff --git a/src/capability-model/validation.ts b/src/capability-model/validation.ts index ddef9eb..22f527a 100644 --- a/src/capability-model/validation.ts +++ b/src/capability-model/validation.ts @@ -144,6 +144,8 @@ const typeLabel = (type: ValueType): string => { return type.name; case "message": return `message:${type.descriptorId}`; + case "record": + return `record{${Object.keys(type.fields).sort().map((key) => `${key}:${typeLabel(type.fields[key])}`).join(";")}}`; case "object-ref": return type.expectation.kind === "atom" ? `object:atom:${type.expectation.atomId}` @@ -165,6 +167,10 @@ export const valueTypesEqual = (left: ValueType, right: ValueType): boolean => { return left.name === (right as typeof left).name; case "message": return left.descriptorId === (right as typeof left).descriptorId; + case "record": { + const other = (right as typeof left).fields; + return Object.keys(left.fields).length === Object.keys(other).length && Object.entries(left.fields).every(([key, value]) => Object.hasOwn(other, key) && valueTypesEqual(value, other[key])); + } case "object-ref": { const other = (right as typeof left).expectation; if (left.expectation.kind !== other.kind) { @@ -220,6 +226,12 @@ const validateValueType = ( indexes: Pick, ) => { switch (type.kind) { + case "record": + for (const [name, field] of Object.entries(type.fields)) { + if (!/^[A-Za-z_][A-Za-z0-9_]*$/.test(name)) issue(issues, "invalid-value-type", path, "Invalid record field name"); + validateValueType(issues, field, `${path}.fields.${name}`, indexes); + } + return; case "builtin": case "scalar": return; @@ -777,9 +789,9 @@ const validateAttachments = ( ); } validateValueType(issues, attachment.valueType, `${path}.valueType`, indexes); - const containsReference = (type: ValueType): boolean => type.kind === "object-ref" || ((type.kind === "optional" || type.kind === "list") && containsReference(type.value)); - if (containsReference(attachment.valueType) || (attachment.storagePolicy.kind === "crdt-document" && containsReference(attachment.storagePolicy.updateType))) { - issue(issues, "invalid-attachment", `${path}.valueType`, "Managed object references belong in graph relationships, not ordinary state"); + const containsRpcType = (type: ValueType): boolean => type.kind === "object-ref" || type.kind === "record" || ((type.kind === "optional" || type.kind === "list") && containsRpcType(type.value)); + if (containsRpcType(attachment.valueType) || (attachment.storagePolicy.kind === "crdt-document" && containsRpcType(attachment.storagePolicy.updateType))) { + issue(issues, "invalid-attachment", `${path}.valueType`, "Managed object references belong in graph relationships, not ordinary state; record types are RPC-only"); } if (attachment.storagePolicy.kind === "crdt-document") { validateValueType( diff --git a/test/capability-language.test.ts b/test/capability-language.test.ts index a2d8abe..6ce8e9b 100644 --- a/test/capability-language.test.ts +++ b/test/capability-language.test.ts @@ -13,6 +13,17 @@ import { fixtureId, } from "./fixtures/capability-model.js"; +test("RPC record fields retain declared reference targets and reject duplicate fields", () => { + const compile = (fields: string) => compileCapabilityResourceSource(` +external atom Board id "atom:board"; +package Runtime id "package:runtime" revision "package:runtime@1" { + function move id "export:move" : record { ${fields} } -> unit; +}`, {source: {repository: "https://example.test/runtime.git", commit: "a".repeat(40)}}); + const result = compile("board: atom-ref; position: record { x: double; y: double; }; note: optional;"); + assert.equal(result.ok, true, JSON.stringify(result.diagnostics)); + assert.equal(compile("board: atom-ref; board: string;").ok, false); +}); + const compileWebStudioFixture = (packageTransform = (source: string) => source) => { const fixture = (name: string) => readFileSync( resolve(process.cwd(), "test/fixtures", name),