From f60e1240e2a4e944e6f3ef1e6ac6770b09b42eab Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Sat, 7 Aug 2021 17:21:47 +0200 Subject: [PATCH] Added support for sizeof without parenthesis. Closes #695 --- .../dk/camelot64/kickc/parser/KickCParser.g4 | 4 +- .../camelot64/kickc/parser/KickCParser.interp | 2 +- .../camelot64/kickc/parser/KickCParser.java | 1219 +++++++++-------- .../kickc/test/TestProgramsFast.java | 5 + src/test/kc/sizeof-noparen.c | 18 + src/test/ref/labelgoto-5.asm | 2 +- src/test/ref/labelgoto-5.log | 292 +--- src/test/ref/sizeof-noparen.asm | 33 + src/test/ref/sizeof-noparen.cfg | 12 + src/test/ref/sizeof-noparen.log | 280 ++++ src/test/ref/sizeof-noparen.sym | 7 + 11 files changed, 990 insertions(+), 884 deletions(-) create mode 100644 src/test/kc/sizeof-noparen.c create mode 100644 src/test/ref/sizeof-noparen.asm create mode 100644 src/test/ref/sizeof-noparen.cfg create mode 100644 src/test/ref/sizeof-noparen.log create mode 100644 src/test/ref/sizeof-noparen.sym diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 b/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 index 0867199ef..3a6e9c514 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 @@ -222,8 +222,8 @@ expr | expr DOT NAME #exprDot | expr '->' NAME #exprArrow | expr PAR_BEGIN parameterList? PAR_END #exprCall - | SIZEOF PAR_BEGIN ( expr | typeName ) PAR_END #exprSizeOf - | TYPEID PAR_BEGIN ( expr | typeName ) PAR_END #exprTypeId + | SIZEOF ( expr | PAR_BEGIN typeName PAR_END ) #exprSizeOf + | TYPEID ( expr | PAR_BEGIN typeName PAR_END ) #exprTypeId | DEFINED PAR_BEGIN? NAME PAR_END? #exprDefined | expr BRACKET_BEGIN commaExpr BRACKET_END #exprArray | PAR_BEGIN typeName PAR_END expr #exprCast diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp index 9709b05c2..119fb6ad2 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp @@ -364,4 +364,4 @@ asmExpr atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 157, 834, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 102, 10, 4, 12, 4, 14, 4, 105, 11, 4, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 5, 5, 121, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 132, 10, 7, 12, 7, 14, 7, 135, 11, 7, 3, 8, 3, 8, 3, 8, 5, 8, 140, 10, 8, 3, 8, 3, 8, 3, 8, 3, 8, 5, 8, 146, 10, 8, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 10, 7, 10, 154, 10, 10, 12, 10, 14, 10, 157, 11, 10, 3, 10, 3, 10, 7, 10, 161, 10, 10, 12, 10, 14, 10, 164, 11, 10, 3, 11, 3, 11, 3, 11, 3, 12, 3, 12, 3, 12, 7, 12, 172, 10, 12, 12, 12, 14, 12, 175, 11, 12, 3, 12, 3, 12, 3, 12, 3, 12, 3, 12, 5, 12, 182, 10, 12, 3, 12, 3, 12, 3, 12, 5, 12, 187, 10, 12, 3, 12, 3, 12, 3, 12, 3, 12, 5, 12, 193, 10, 12, 3, 12, 7, 12, 196, 10, 12, 12, 12, 14, 12, 199, 11, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 7, 13, 206, 10, 13, 12, 13, 14, 13, 209, 11, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 216, 10, 13, 3, 13, 3, 13, 3, 13, 5, 13, 221, 10, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 227, 10, 13, 3, 13, 7, 13, 230, 10, 13, 12, 13, 14, 13, 233, 11, 13, 3, 14, 6, 14, 236, 10, 14, 13, 14, 14, 14, 237, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 245, 10, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 5, 16, 252, 10, 16, 3, 16, 3, 16, 6, 16, 256, 10, 16, 13, 16, 14, 16, 257, 3, 16, 3, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 5, 19, 270, 10, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 7, 20, 282, 10, 20, 12, 20, 14, 20, 285, 11, 20, 3, 21, 3, 21, 3, 21, 5, 21, 290, 10, 21, 3, 22, 3, 22, 3, 22, 3, 22, 5, 22, 296, 10, 22, 3, 22, 3, 22, 3, 23, 3, 23, 3, 23, 7, 23, 303, 10, 23, 12, 23, 14, 23, 306, 11, 23, 3, 24, 3, 24, 3, 24, 3, 24, 3, 24, 5, 24, 313, 10, 24, 3, 25, 3, 25, 3, 25, 3, 25, 3, 25, 3, 25, 7, 25, 321, 10, 25, 12, 25, 14, 25, 324, 11, 25, 3, 25, 3, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 5, 26, 335, 10, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 5, 27, 346, 10, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 5, 27, 367, 10, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 374, 10, 27, 12, 27, 14, 27, 377, 11, 27, 3, 27, 3, 27, 3, 27, 5, 27, 382, 10, 27, 3, 28, 6, 28, 385, 10, 28, 13, 28, 14, 28, 386, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 394, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 407, 10, 29, 3, 29, 7, 29, 410, 10, 29, 12, 29, 14, 29, 413, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 422, 10, 29, 12, 29, 14, 29, 425, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 436, 10, 29, 12, 29, 14, 29, 439, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 457, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 466, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 478, 10, 29, 3, 30, 6, 30, 481, 10, 30, 13, 30, 14, 30, 482, 3, 30, 3, 30, 3, 30, 5, 30, 488, 10, 30, 5, 30, 490, 10, 30, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 496, 10, 31, 3, 32, 3, 32, 3, 32, 5, 32, 501, 10, 32, 3, 32, 3, 32, 5, 32, 505, 10, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 514, 10, 32, 3, 33, 5, 33, 517, 10, 33, 3, 33, 5, 33, 520, 10, 33, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 7, 35, 530, 10, 35, 12, 35, 14, 35, 533, 11, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 544, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 552, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 558, 10, 36, 3, 36, 3, 36, 5, 36, 562, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 579, 10, 36, 12, 36, 14, 36, 582, 11, 36, 3, 36, 5, 36, 585, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 6, 36, 592, 10, 36, 13, 36, 14, 36, 593, 3, 36, 3, 36, 5, 36, 598, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 648, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 658, 10, 36, 12, 36, 14, 36, 661, 11, 36, 3, 37, 3, 37, 3, 37, 7, 37, 666, 10, 37, 12, 37, 14, 37, 669, 11, 37, 3, 38, 3, 38, 5, 38, 673, 10, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 7, 39, 681, 10, 39, 12, 39, 14, 39, 684, 11, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 5, 40, 698, 10, 40, 3, 41, 7, 41, 701, 10, 41, 12, 41, 14, 41, 704, 11, 41, 3, 42, 3, 42, 3, 42, 5, 42, 709, 10, 42, 3, 43, 3, 43, 3, 43, 7, 43, 714, 10, 43, 12, 43, 14, 43, 717, 11, 43, 3, 43, 3, 43, 3, 43, 7, 43, 722, 10, 43, 12, 43, 14, 43, 725, 11, 43, 5, 43, 727, 10, 43, 3, 44, 3, 44, 5, 44, 731, 10, 44, 3, 44, 7, 44, 734, 10, 44, 12, 44, 14, 44, 737, 11, 44, 3, 45, 3, 45, 3, 45, 3, 45, 7, 45, 743, 10, 45, 12, 45, 14, 45, 746, 11, 45, 3, 45, 7, 45, 749, 10, 45, 12, 45, 14, 45, 752, 11, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 5, 46, 799, 10, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 5, 47, 815, 10, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 7, 47, 829, 10, 47, 12, 47, 14, 47, 832, 11, 47, 3, 47, 2, 9, 12, 22, 24, 38, 68, 70, 92, 48, 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, 2, 13, 3, 2, 72, 73, 3, 2, 23, 24, 5, 2, 18, 19, 25, 26, 84, 84, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 128, 131, 3, 2, 126, 127, 3, 2, 132, 133, 3, 2, 128, 129, 2, 957, 2, 94, 3, 2, 2, 2, 4, 97, 3, 2, 2, 2, 6, 103, 3, 2, 2, 2, 8, 120, 3, 2, 2, 2, 10, 122, 3, 2, 2, 2, 12, 125, 3, 2, 2, 2, 14, 145, 3, 2, 2, 2, 16, 147, 3, 2, 2, 2, 18, 155, 3, 2, 2, 2, 20, 165, 3, 2, 2, 2, 22, 181, 3, 2, 2, 2, 24, 215, 3, 2, 2, 2, 26, 244, 3, 2, 2, 2, 28, 246, 3, 2, 2, 2, 30, 249, 3, 2, 2, 2, 32, 261, 3, 2, 2, 2, 34, 264, 3, 2, 2, 2, 36, 267, 3, 2, 2, 2, 38, 275, 3, 2, 2, 2, 40, 286, 3, 2, 2, 2, 42, 291, 3, 2, 2, 2, 44, 299, 3, 2, 2, 2, 46, 312, 3, 2, 2, 2, 48, 314, 3, 2, 2, 2, 50, 334, 3, 2, 2, 2, 52, 381, 3, 2, 2, 2, 54, 384, 3, 2, 2, 2, 56, 477, 3, 2, 2, 2, 58, 480, 3, 2, 2, 2, 60, 491, 3, 2, 2, 2, 62, 513, 3, 2, 2, 2, 64, 519, 3, 2, 2, 2, 66, 521, 3, 2, 2, 2, 68, 523, 3, 2, 2, 2, 70, 597, 3, 2, 2, 2, 72, 662, 3, 2, 2, 2, 74, 670, 3, 2, 2, 2, 76, 676, 3, 2, 2, 2, 78, 697, 3, 2, 2, 2, 80, 702, 3, 2, 2, 2, 82, 708, 3, 2, 2, 2, 84, 726, 3, 2, 2, 2, 86, 728, 3, 2, 2, 2, 88, 738, 3, 2, 2, 2, 90, 798, 3, 2, 2, 2, 92, 814, 3, 2, 2, 2, 94, 95, 5, 6, 4, 2, 95, 96, 7, 2, 2, 3, 96, 3, 3, 2, 2, 2, 97, 98, 5, 80, 41, 2, 98, 99, 7, 2, 2, 3, 99, 5, 3, 2, 2, 2, 100, 102, 5, 8, 5, 2, 101, 100, 3, 2, 2, 2, 102, 105, 3, 2, 2, 2, 103, 101, 3, 2, 2, 2, 103, 104, 3, 2, 2, 2, 104, 7, 3, 2, 2, 2, 105, 103, 3, 2, 2, 2, 106, 107, 5, 10, 6, 2, 107, 108, 7, 10, 2, 2, 108, 121, 3, 2, 2, 2, 109, 121, 5, 42, 22, 2, 110, 111, 5, 30, 16, 2, 111, 112, 7, 10, 2, 2, 112, 121, 3, 2, 2, 2, 113, 114, 5, 36, 19, 2, 114, 115, 7, 10, 2, 2, 115, 121, 3, 2, 2, 2, 116, 121, 5, 48, 25, 2, 117, 118, 5, 16, 9, 2, 118, 119, 7, 10, 2, 2, 119, 121, 3, 2, 2, 2, 120, 106, 3, 2, 2, 2, 120, 109, 3, 2, 2, 2, 120, 110, 3, 2, 2, 2, 120, 113, 3, 2, 2, 2, 120, 116, 3, 2, 2, 2, 120, 117, 3, 2, 2, 2, 121, 9, 3, 2, 2, 2, 122, 123, 5, 18, 10, 2, 123, 124, 5, 12, 7, 2, 124, 11, 3, 2, 2, 2, 125, 126, 8, 7, 1, 2, 126, 127, 5, 14, 8, 2, 127, 133, 3, 2, 2, 2, 128, 129, 12, 3, 2, 2, 129, 130, 7, 12, 2, 2, 130, 132, 5, 14, 8, 2, 131, 128, 3, 2, 2, 2, 132, 135, 3, 2, 2, 2, 133, 131, 3, 2, 2, 2, 133, 134, 3, 2, 2, 2, 134, 13, 3, 2, 2, 2, 135, 133, 3, 2, 2, 2, 136, 139, 5, 24, 13, 2, 137, 138, 7, 39, 2, 2, 138, 140, 5, 70, 36, 2, 139, 137, 3, 2, 2, 2, 139, 140, 3, 2, 2, 2, 140, 146, 3, 2, 2, 2, 141, 142, 5, 24, 13, 2, 142, 143, 7, 39, 2, 2, 143, 144, 5, 74, 38, 2, 144, 146, 3, 2, 2, 2, 145, 136, 3, 2, 2, 2, 145, 141, 3, 2, 2, 2, 146, 15, 3, 2, 2, 2, 147, 148, 7, 41, 2, 2, 148, 149, 5, 18, 10, 2, 149, 150, 8, 9, 1, 2, 150, 151, 5, 24, 13, 2, 151, 17, 3, 2, 2, 2, 152, 154, 5, 52, 27, 2, 153, 152, 3, 2, 2, 2, 154, 157, 3, 2, 2, 2, 155, 153, 3, 2, 2, 2, 155, 156, 3, 2, 2, 2, 156, 158, 3, 2, 2, 2, 157, 155, 3, 2, 2, 2, 158, 162, 5, 26, 14, 2, 159, 161, 5, 52, 27, 2, 160, 159, 3, 2, 2, 2, 161, 164, 3, 2, 2, 2, 162, 160, 3, 2, 2, 2, 162, 163, 3, 2, 2, 2, 163, 19, 3, 2, 2, 2, 164, 162, 3, 2, 2, 2, 165, 166, 5, 26, 14, 2, 166, 167, 5, 22, 12, 2, 167, 21, 3, 2, 2, 2, 168, 182, 8, 12, 1, 2, 169, 173, 7, 20, 2, 2, 170, 172, 5, 52, 27, 2, 171, 170, 3, 2, 2, 2, 172, 175, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 173, 174, 3, 2, 2, 2, 174, 176, 3, 2, 2, 2, 175, 173, 3, 2, 2, 2, 176, 182, 5, 22, 12, 4, 177, 178, 7, 8, 2, 2, 178, 179, 5, 22, 12, 2, 179, 180, 7, 9, 2, 2, 180, 182, 3, 2, 2, 2, 181, 168, 3, 2, 2, 2, 181, 169, 3, 2, 2, 2, 181, 177, 3, 2, 2, 2, 182, 197, 3, 2, 2, 2, 183, 184, 12, 6, 2, 2, 184, 186, 7, 8, 2, 2, 185, 187, 5, 44, 23, 2, 186, 185, 3, 2, 2, 2, 186, 187, 3, 2, 2, 2, 187, 188, 3, 2, 2, 2, 188, 196, 7, 9, 2, 2, 189, 190, 12, 5, 2, 2, 190, 192, 7, 6, 2, 2, 191, 193, 5, 70, 36, 2, 192, 191, 3, 2, 2, 2, 192, 193, 3, 2, 2, 2, 193, 194, 3, 2, 2, 2, 194, 196, 7, 7, 2, 2, 195, 183, 3, 2, 2, 2, 195, 189, 3, 2, 2, 2, 196, 199, 3, 2, 2, 2, 197, 195, 3, 2, 2, 2, 197, 198, 3, 2, 2, 2, 198, 23, 3, 2, 2, 2, 199, 197, 3, 2, 2, 2, 200, 201, 8, 13, 1, 2, 201, 202, 7, 110, 2, 2, 202, 216, 8, 13, 1, 2, 203, 207, 7, 20, 2, 2, 204, 206, 5, 52, 27, 2, 205, 204, 3, 2, 2, 2, 206, 209, 3, 2, 2, 2, 207, 205, 3, 2, 2, 2, 207, 208, 3, 2, 2, 2, 208, 210, 3, 2, 2, 2, 209, 207, 3, 2, 2, 2, 210, 216, 5, 24, 13, 4, 211, 212, 7, 8, 2, 2, 212, 213, 5, 24, 13, 2, 213, 214, 7, 9, 2, 2, 214, 216, 3, 2, 2, 2, 215, 200, 3, 2, 2, 2, 215, 203, 3, 2, 2, 2, 215, 211, 3, 2, 2, 2, 216, 231, 3, 2, 2, 2, 217, 218, 12, 6, 2, 2, 218, 220, 7, 8, 2, 2, 219, 221, 5, 44, 23, 2, 220, 219, 3, 2, 2, 2, 220, 221, 3, 2, 2, 2, 221, 222, 3, 2, 2, 2, 222, 230, 7, 9, 2, 2, 223, 224, 12, 5, 2, 2, 224, 226, 7, 6, 2, 2, 225, 227, 5, 70, 36, 2, 226, 225, 3, 2, 2, 2, 226, 227, 3, 2, 2, 2, 227, 228, 3, 2, 2, 2, 228, 230, 7, 7, 2, 2, 229, 217, 3, 2, 2, 2, 229, 223, 3, 2, 2, 2, 230, 233, 3, 2, 2, 2, 231, 229, 3, 2, 2, 2, 231, 232, 3, 2, 2, 2, 232, 25, 3, 2, 2, 2, 233, 231, 3, 2, 2, 2, 234, 236, 7, 85, 2, 2, 235, 234, 3, 2, 2, 2, 236, 237, 3, 2, 2, 2, 237, 235, 3, 2, 2, 2, 237, 238, 3, 2, 2, 2, 238, 245, 3, 2, 2, 2, 239, 245, 5, 30, 16, 2, 240, 245, 5, 28, 15, 2, 241, 245, 5, 36, 19, 2, 242, 245, 5, 34, 18, 2, 243, 245, 7, 3, 2, 2, 244, 235, 3, 2, 2, 2, 244, 239, 3, 2, 2, 2, 244, 240, 3, 2, 2, 2, 244, 241, 3, 2, 2, 2, 244, 242, 3, 2, 2, 2, 244, 243, 3, 2, 2, 2, 245, 27, 3, 2, 2, 2, 246, 247, 9, 2, 2, 2, 247, 248, 7, 110, 2, 2, 248, 29, 3, 2, 2, 2, 249, 251, 9, 2, 2, 2, 250, 252, 7, 110, 2, 2, 251, 250, 3, 2, 2, 2, 251, 252, 3, 2, 2, 2, 252, 253, 3, 2, 2, 2, 253, 255, 7, 4, 2, 2, 254, 256, 5, 32, 17, 2, 255, 254, 3, 2, 2, 2, 256, 257, 3, 2, 2, 2, 257, 255, 3, 2, 2, 2, 257, 258, 3, 2, 2, 2, 258, 259, 3, 2, 2, 2, 259, 260, 7, 5, 2, 2, 260, 31, 3, 2, 2, 2, 261, 262, 5, 10, 6, 2, 262, 263, 7, 10, 2, 2, 263, 33, 3, 2, 2, 2, 264, 265, 7, 74, 2, 2, 265, 266, 7, 110, 2, 2, 266, 35, 3, 2, 2, 2, 267, 269, 7, 74, 2, 2, 268, 270, 7, 110, 2, 2, 269, 268, 3, 2, 2, 2, 269, 270, 3, 2, 2, 2, 270, 271, 3, 2, 2, 2, 271, 272, 7, 4, 2, 2, 272, 273, 5, 38, 20, 2, 273, 274, 7, 5, 2, 2, 274, 37, 3, 2, 2, 2, 275, 276, 8, 20, 1, 2, 276, 277, 5, 40, 21, 2, 277, 283, 3, 2, 2, 2, 278, 279, 12, 3, 2, 2, 279, 280, 7, 12, 2, 2, 280, 282, 5, 40, 21, 2, 281, 278, 3, 2, 2, 2, 282, 285, 3, 2, 2, 2, 283, 281, 3, 2, 2, 2, 283, 284, 3, 2, 2, 2, 284, 39, 3, 2, 2, 2, 285, 283, 3, 2, 2, 2, 286, 289, 7, 110, 2, 2, 287, 288, 7, 39, 2, 2, 288, 290, 5, 70, 36, 2, 289, 287, 3, 2, 2, 2, 289, 290, 3, 2, 2, 2, 290, 41, 3, 2, 2, 2, 291, 292, 5, 18, 10, 2, 292, 293, 5, 24, 13, 2, 293, 295, 7, 4, 2, 2, 294, 296, 5, 54, 28, 2, 295, 294, 3, 2, 2, 2, 295, 296, 3, 2, 2, 2, 296, 297, 3, 2, 2, 2, 297, 298, 7, 5, 2, 2, 298, 43, 3, 2, 2, 2, 299, 304, 5, 46, 24, 2, 300, 301, 7, 12, 2, 2, 301, 303, 5, 46, 24, 2, 302, 300, 3, 2, 2, 2, 303, 306, 3, 2, 2, 2, 304, 302, 3, 2, 2, 2, 304, 305, 3, 2, 2, 2, 305, 45, 3, 2, 2, 2, 306, 304, 3, 2, 2, 2, 307, 308, 5, 18, 10, 2, 308, 309, 5, 24, 13, 2, 309, 313, 3, 2, 2, 2, 310, 313, 5, 20, 11, 2, 311, 313, 7, 14, 2, 2, 312, 307, 3, 2, 2, 2, 312, 310, 3, 2, 2, 2, 312, 311, 3, 2, 2, 2, 313, 47, 3, 2, 2, 2, 314, 315, 7, 90, 2, 2, 315, 316, 7, 110, 2, 2, 316, 317, 7, 8, 2, 2, 317, 322, 5, 50, 26, 2, 318, 319, 7, 12, 2, 2, 319, 321, 5, 50, 26, 2, 320, 318, 3, 2, 2, 2, 321, 324, 3, 2, 2, 2, 322, 320, 3, 2, 2, 2, 322, 323, 3, 2, 2, 2, 323, 325, 3, 2, 2, 2, 324, 322, 3, 2, 2, 2, 325, 326, 7, 9, 2, 2, 326, 49, 3, 2, 2, 2, 327, 335, 7, 101, 2, 2, 328, 329, 7, 101, 2, 2, 329, 330, 7, 13, 2, 2, 330, 335, 7, 101, 2, 2, 331, 335, 7, 110, 2, 2, 332, 335, 7, 111, 2, 2, 333, 335, 7, 58, 2, 2, 334, 327, 3, 2, 2, 2, 334, 328, 3, 2, 2, 2, 334, 331, 3, 2, 2, 2, 334, 332, 3, 2, 2, 2, 334, 333, 3, 2, 2, 2, 335, 51, 3, 2, 2, 2, 336, 382, 7, 42, 2, 2, 337, 338, 7, 45, 2, 2, 338, 339, 7, 8, 2, 2, 339, 340, 7, 101, 2, 2, 340, 382, 7, 9, 2, 2, 341, 345, 7, 50, 2, 2, 342, 343, 7, 8, 2, 2, 343, 344, 7, 110, 2, 2, 344, 346, 7, 9, 2, 2, 345, 342, 3, 2, 2, 2, 345, 346, 3, 2, 2, 2, 346, 382, 3, 2, 2, 2, 347, 382, 7, 53, 2, 2, 348, 382, 7, 54, 2, 2, 349, 350, 7, 52, 2, 2, 350, 351, 7, 8, 2, 2, 351, 352, 5, 70, 36, 2, 352, 353, 7, 9, 2, 2, 353, 382, 3, 2, 2, 2, 354, 382, 7, 47, 2, 2, 355, 382, 7, 48, 2, 2, 356, 382, 7, 55, 2, 2, 357, 382, 7, 56, 2, 2, 358, 382, 7, 43, 2, 2, 359, 382, 7, 44, 2, 2, 360, 382, 7, 46, 2, 2, 361, 382, 7, 57, 2, 2, 362, 366, 7, 49, 2, 2, 363, 364, 7, 8, 2, 2, 364, 365, 7, 110, 2, 2, 365, 367, 7, 9, 2, 2, 366, 363, 3, 2, 2, 2, 366, 367, 3, 2, 2, 2, 367, 382, 3, 2, 2, 2, 368, 369, 7, 51, 2, 2, 369, 370, 7, 8, 2, 2, 370, 375, 5, 50, 26, 2, 371, 372, 7, 12, 2, 2, 372, 374, 5, 50, 26, 2, 373, 371, 3, 2, 2, 2, 374, 377, 3, 2, 2, 2, 375, 373, 3, 2, 2, 2, 375, 376, 3, 2, 2, 2, 376, 378, 3, 2, 2, 2, 377, 375, 3, 2, 2, 2, 378, 379, 7, 9, 2, 2, 379, 382, 3, 2, 2, 2, 380, 382, 7, 58, 2, 2, 381, 336, 3, 2, 2, 2, 381, 337, 3, 2, 2, 2, 381, 341, 3, 2, 2, 2, 381, 347, 3, 2, 2, 2, 381, 348, 3, 2, 2, 2, 381, 349, 3, 2, 2, 2, 381, 354, 3, 2, 2, 2, 381, 355, 3, 2, 2, 2, 381, 356, 3, 2, 2, 2, 381, 357, 3, 2, 2, 2, 381, 358, 3, 2, 2, 2, 381, 359, 3, 2, 2, 2, 381, 360, 3, 2, 2, 2, 381, 361, 3, 2, 2, 2, 381, 362, 3, 2, 2, 2, 381, 368, 3, 2, 2, 2, 381, 380, 3, 2, 2, 2, 382, 53, 3, 2, 2, 2, 383, 385, 5, 56, 29, 2, 384, 383, 3, 2, 2, 2, 385, 386, 3, 2, 2, 2, 386, 384, 3, 2, 2, 2, 386, 387, 3, 2, 2, 2, 387, 55, 3, 2, 2, 2, 388, 389, 5, 10, 6, 2, 389, 390, 7, 10, 2, 2, 390, 478, 3, 2, 2, 2, 391, 393, 7, 4, 2, 2, 392, 394, 5, 54, 28, 2, 393, 392, 3, 2, 2, 2, 393, 394, 3, 2, 2, 2, 394, 395, 3, 2, 2, 2, 395, 478, 7, 5, 2, 2, 396, 397, 5, 68, 35, 2, 397, 398, 7, 10, 2, 2, 398, 478, 3, 2, 2, 2, 399, 400, 7, 59, 2, 2, 400, 401, 7, 8, 2, 2, 401, 402, 5, 68, 35, 2, 402, 403, 7, 9, 2, 2, 403, 406, 5, 56, 29, 2, 404, 405, 7, 60, 2, 2, 405, 407, 5, 56, 29, 2, 406, 404, 3, 2, 2, 2, 406, 407, 3, 2, 2, 2, 407, 478, 3, 2, 2, 2, 408, 410, 5, 52, 27, 2, 409, 408, 3, 2, 2, 2, 410, 413, 3, 2, 2, 2, 411, 409, 3, 2, 2, 2, 411, 412, 3, 2, 2, 2, 412, 414, 3, 2, 2, 2, 413, 411, 3, 2, 2, 2, 414, 415, 7, 61, 2, 2, 415, 416, 7, 8, 2, 2, 416, 417, 5, 68, 35, 2, 417, 418, 7, 9, 2, 2, 418, 419, 5, 56, 29, 2, 419, 478, 3, 2, 2, 2, 420, 422, 5, 52, 27, 2, 421, 420, 3, 2, 2, 2, 422, 425, 3, 2, 2, 2, 423, 421, 3, 2, 2, 2, 423, 424, 3, 2, 2, 2, 424, 426, 3, 2, 2, 2, 425, 423, 3, 2, 2, 2, 426, 427, 7, 62, 2, 2, 427, 428, 5, 56, 29, 2, 428, 429, 7, 61, 2, 2, 429, 430, 7, 8, 2, 2, 430, 431, 5, 68, 35, 2, 431, 432, 7, 9, 2, 2, 432, 433, 7, 10, 2, 2, 433, 478, 3, 2, 2, 2, 434, 436, 5, 52, 27, 2, 435, 434, 3, 2, 2, 2, 436, 439, 3, 2, 2, 2, 437, 435, 3, 2, 2, 2, 437, 438, 3, 2, 2, 2, 438, 440, 3, 2, 2, 2, 439, 437, 3, 2, 2, 2, 440, 441, 7, 63, 2, 2, 441, 442, 7, 8, 2, 2, 442, 443, 5, 62, 32, 2, 443, 444, 7, 9, 2, 2, 444, 445, 5, 56, 29, 2, 445, 478, 3, 2, 2, 2, 446, 447, 7, 64, 2, 2, 447, 448, 7, 8, 2, 2, 448, 449, 5, 68, 35, 2, 449, 450, 7, 9, 2, 2, 450, 451, 7, 4, 2, 2, 451, 452, 5, 58, 30, 2, 452, 453, 7, 5, 2, 2, 453, 478, 3, 2, 2, 2, 454, 456, 7, 65, 2, 2, 455, 457, 5, 68, 35, 2, 456, 455, 3, 2, 2, 2, 456, 457, 3, 2, 2, 2, 457, 458, 3, 2, 2, 2, 458, 478, 7, 10, 2, 2, 459, 460, 7, 66, 2, 2, 460, 478, 7, 10, 2, 2, 461, 462, 7, 67, 2, 2, 462, 478, 7, 10, 2, 2, 463, 465, 7, 69, 2, 2, 464, 466, 5, 76, 39, 2, 465, 464, 3, 2, 2, 2, 465, 466, 3, 2, 2, 2, 466, 467, 3, 2, 2, 2, 467, 468, 7, 4, 2, 2, 468, 469, 5, 80, 41, 2, 469, 470, 7, 135, 2, 2, 470, 478, 3, 2, 2, 2, 471, 478, 5, 74, 38, 2, 472, 478, 7, 10, 2, 2, 473, 474, 7, 110, 2, 2, 474, 478, 7, 11, 2, 2, 475, 476, 7, 68, 2, 2, 476, 478, 7, 110, 2, 2, 477, 388, 3, 2, 2, 2, 477, 391, 3, 2, 2, 2, 477, 396, 3, 2, 2, 2, 477, 399, 3, 2, 2, 2, 477, 411, 3, 2, 2, 2, 477, 423, 3, 2, 2, 2, 477, 437, 3, 2, 2, 2, 477, 446, 3, 2, 2, 2, 477, 454, 3, 2, 2, 2, 477, 459, 3, 2, 2, 2, 477, 461, 3, 2, 2, 2, 477, 463, 3, 2, 2, 2, 477, 471, 3, 2, 2, 2, 477, 472, 3, 2, 2, 2, 477, 473, 3, 2, 2, 2, 477, 475, 3, 2, 2, 2, 478, 57, 3, 2, 2, 2, 479, 481, 5, 60, 31, 2, 480, 479, 3, 2, 2, 2, 481, 482, 3, 2, 2, 2, 482, 480, 3, 2, 2, 2, 482, 483, 3, 2, 2, 2, 483, 489, 3, 2, 2, 2, 484, 485, 7, 70, 2, 2, 485, 487, 7, 11, 2, 2, 486, 488, 5, 54, 28, 2, 487, 486, 3, 2, 2, 2, 487, 488, 3, 2, 2, 2, 488, 490, 3, 2, 2, 2, 489, 484, 3, 2, 2, 2, 489, 490, 3, 2, 2, 2, 490, 59, 3, 2, 2, 2, 491, 492, 7, 71, 2, 2, 492, 493, 5, 70, 36, 2, 493, 495, 7, 11, 2, 2, 494, 496, 5, 54, 28, 2, 495, 494, 3, 2, 2, 2, 495, 496, 3, 2, 2, 2, 496, 61, 3, 2, 2, 2, 497, 498, 5, 64, 33, 2, 498, 500, 7, 10, 2, 2, 499, 501, 5, 66, 34, 2, 500, 499, 3, 2, 2, 2, 500, 501, 3, 2, 2, 2, 501, 502, 3, 2, 2, 2, 502, 504, 7, 10, 2, 2, 503, 505, 5, 68, 35, 2, 504, 503, 3, 2, 2, 2, 504, 505, 3, 2, 2, 2, 505, 514, 3, 2, 2, 2, 506, 507, 5, 18, 10, 2, 507, 508, 5, 24, 13, 2, 508, 509, 7, 11, 2, 2, 509, 510, 5, 70, 36, 2, 510, 511, 7, 13, 2, 2, 511, 512, 5, 70, 36, 2, 512, 514, 3, 2, 2, 2, 513, 497, 3, 2, 2, 2, 513, 506, 3, 2, 2, 2, 514, 63, 3, 2, 2, 2, 515, 517, 5, 10, 6, 2, 516, 515, 3, 2, 2, 2, 516, 517, 3, 2, 2, 2, 517, 520, 3, 2, 2, 2, 518, 520, 5, 68, 35, 2, 519, 516, 3, 2, 2, 2, 519, 518, 3, 2, 2, 2, 520, 65, 3, 2, 2, 2, 521, 522, 5, 68, 35, 2, 522, 67, 3, 2, 2, 2, 523, 524, 8, 35, 1, 2, 524, 525, 5, 70, 36, 2, 525, 531, 3, 2, 2, 2, 526, 527, 12, 3, 2, 2, 527, 528, 7, 12, 2, 2, 528, 530, 5, 70, 36, 2, 529, 526, 3, 2, 2, 2, 530, 533, 3, 2, 2, 2, 531, 529, 3, 2, 2, 2, 531, 532, 3, 2, 2, 2, 532, 69, 3, 2, 2, 2, 533, 531, 3, 2, 2, 2, 534, 535, 8, 36, 1, 2, 535, 536, 7, 8, 2, 2, 536, 537, 5, 68, 35, 2, 537, 538, 7, 9, 2, 2, 538, 598, 3, 2, 2, 2, 539, 540, 7, 75, 2, 2, 540, 543, 7, 8, 2, 2, 541, 544, 5, 70, 36, 2, 542, 544, 5, 20, 11, 2, 543, 541, 3, 2, 2, 2, 543, 542, 3, 2, 2, 2, 544, 545, 3, 2, 2, 2, 545, 546, 7, 9, 2, 2, 546, 598, 3, 2, 2, 2, 547, 548, 7, 76, 2, 2, 548, 551, 7, 8, 2, 2, 549, 552, 5, 70, 36, 2, 550, 552, 5, 20, 11, 2, 551, 549, 3, 2, 2, 2, 551, 550, 3, 2, 2, 2, 552, 553, 3, 2, 2, 2, 553, 554, 7, 9, 2, 2, 554, 598, 3, 2, 2, 2, 555, 557, 7, 77, 2, 2, 556, 558, 7, 8, 2, 2, 557, 556, 3, 2, 2, 2, 557, 558, 3, 2, 2, 2, 558, 559, 3, 2, 2, 2, 559, 561, 7, 110, 2, 2, 560, 562, 7, 9, 2, 2, 561, 560, 3, 2, 2, 2, 561, 562, 3, 2, 2, 2, 562, 598, 3, 2, 2, 2, 563, 564, 7, 8, 2, 2, 564, 565, 5, 20, 11, 2, 565, 566, 7, 9, 2, 2, 566, 567, 5, 70, 36, 25, 567, 598, 3, 2, 2, 2, 568, 569, 9, 3, 2, 2, 569, 598, 5, 70, 36, 24, 570, 571, 7, 20, 2, 2, 571, 598, 5, 70, 36, 22, 572, 573, 9, 4, 2, 2, 573, 598, 5, 70, 36, 21, 574, 575, 7, 4, 2, 2, 575, 580, 5, 70, 36, 2, 576, 577, 7, 12, 2, 2, 577, 579, 5, 70, 36, 2, 578, 576, 3, 2, 2, 2, 579, 582, 3, 2, 2, 2, 580, 578, 3, 2, 2, 2, 580, 581, 3, 2, 2, 2, 581, 584, 3, 2, 2, 2, 582, 580, 3, 2, 2, 2, 583, 585, 7, 12, 2, 2, 584, 583, 3, 2, 2, 2, 584, 585, 3, 2, 2, 2, 585, 586, 3, 2, 2, 2, 586, 587, 7, 5, 2, 2, 587, 598, 3, 2, 2, 2, 588, 598, 7, 110, 2, 2, 589, 598, 7, 101, 2, 2, 590, 592, 7, 111, 2, 2, 591, 590, 3, 2, 2, 2, 592, 593, 3, 2, 2, 2, 593, 591, 3, 2, 2, 2, 593, 594, 3, 2, 2, 2, 594, 598, 3, 2, 2, 2, 595, 598, 7, 112, 2, 2, 596, 598, 7, 86, 2, 2, 597, 534, 3, 2, 2, 2, 597, 539, 3, 2, 2, 2, 597, 547, 3, 2, 2, 2, 597, 555, 3, 2, 2, 2, 597, 563, 3, 2, 2, 2, 597, 568, 3, 2, 2, 2, 597, 570, 3, 2, 2, 2, 597, 572, 3, 2, 2, 2, 597, 574, 3, 2, 2, 2, 597, 588, 3, 2, 2, 2, 597, 589, 3, 2, 2, 2, 597, 591, 3, 2, 2, 2, 597, 595, 3, 2, 2, 2, 597, 596, 3, 2, 2, 2, 598, 659, 3, 2, 2, 2, 599, 600, 12, 20, 2, 2, 600, 601, 9, 5, 2, 2, 601, 658, 5, 70, 36, 21, 602, 603, 12, 19, 2, 2, 603, 604, 9, 6, 2, 2, 604, 658, 5, 70, 36, 20, 605, 606, 12, 18, 2, 2, 606, 607, 9, 7, 2, 2, 607, 658, 5, 70, 36, 19, 608, 609, 12, 17, 2, 2, 609, 610, 9, 8, 2, 2, 610, 658, 5, 70, 36, 18, 611, 612, 12, 16, 2, 2, 612, 613, 7, 25, 2, 2, 613, 658, 5, 70, 36, 17, 614, 615, 12, 15, 2, 2, 615, 616, 7, 27, 2, 2, 616, 658, 5, 70, 36, 16, 617, 618, 12, 14, 2, 2, 618, 619, 7, 28, 2, 2, 619, 658, 5, 70, 36, 15, 620, 621, 12, 13, 2, 2, 621, 622, 7, 37, 2, 2, 622, 658, 5, 70, 36, 14, 623, 624, 12, 12, 2, 2, 624, 625, 7, 38, 2, 2, 625, 658, 5, 70, 36, 13, 626, 627, 12, 11, 2, 2, 627, 628, 7, 15, 2, 2, 628, 629, 5, 70, 36, 2, 629, 630, 7, 11, 2, 2, 630, 631, 5, 70, 36, 12, 631, 658, 3, 2, 2, 2, 632, 633, 12, 10, 2, 2, 633, 634, 7, 39, 2, 2, 634, 658, 5, 70, 36, 10, 635, 636, 12, 9, 2, 2, 636, 637, 7, 40, 2, 2, 637, 658, 5, 70, 36, 9, 638, 639, 12, 32, 2, 2, 639, 640, 7, 16, 2, 2, 640, 658, 7, 110, 2, 2, 641, 642, 12, 31, 2, 2, 642, 643, 7, 17, 2, 2, 643, 658, 7, 110, 2, 2, 644, 645, 12, 30, 2, 2, 645, 647, 7, 8, 2, 2, 646, 648, 5, 72, 37, 2, 647, 646, 3, 2, 2, 2, 647, 648, 3, 2, 2, 2, 648, 649, 3, 2, 2, 2, 649, 658, 7, 9, 2, 2, 650, 651, 12, 26, 2, 2, 651, 652, 7, 6, 2, 2, 652, 653, 5, 68, 35, 2, 653, 654, 7, 7, 2, 2, 654, 658, 3, 2, 2, 2, 655, 656, 12, 23, 2, 2, 656, 658, 9, 3, 2, 2, 657, 599, 3, 2, 2, 2, 657, 602, 3, 2, 2, 2, 657, 605, 3, 2, 2, 2, 657, 608, 3, 2, 2, 2, 657, 611, 3, 2, 2, 2, 657, 614, 3, 2, 2, 2, 657, 617, 3, 2, 2, 2, 657, 620, 3, 2, 2, 2, 657, 623, 3, 2, 2, 2, 657, 626, 3, 2, 2, 2, 657, 632, 3, 2, 2, 2, 657, 635, 3, 2, 2, 2, 657, 638, 3, 2, 2, 2, 657, 641, 3, 2, 2, 2, 657, 644, 3, 2, 2, 2, 657, 650, 3, 2, 2, 2, 657, 655, 3, 2, 2, 2, 658, 661, 3, 2, 2, 2, 659, 657, 3, 2, 2, 2, 659, 660, 3, 2, 2, 2, 660, 71, 3, 2, 2, 2, 661, 659, 3, 2, 2, 2, 662, 667, 5, 70, 36, 2, 663, 664, 7, 12, 2, 2, 664, 666, 5, 70, 36, 2, 665, 663, 3, 2, 2, 2, 666, 669, 3, 2, 2, 2, 667, 665, 3, 2, 2, 2, 667, 668, 3, 2, 2, 2, 668, 73, 3, 2, 2, 2, 669, 667, 3, 2, 2, 2, 670, 672, 7, 78, 2, 2, 671, 673, 5, 76, 39, 2, 672, 671, 3, 2, 2, 2, 672, 673, 3, 2, 2, 2, 673, 674, 3, 2, 2, 2, 674, 675, 7, 87, 2, 2, 675, 75, 3, 2, 2, 2, 676, 677, 7, 8, 2, 2, 677, 682, 5, 78, 40, 2, 678, 679, 7, 12, 2, 2, 679, 681, 5, 78, 40, 2, 680, 678, 3, 2, 2, 2, 681, 684, 3, 2, 2, 2, 682, 680, 3, 2, 2, 2, 682, 683, 3, 2, 2, 2, 683, 685, 3, 2, 2, 2, 684, 682, 3, 2, 2, 2, 685, 686, 7, 9, 2, 2, 686, 77, 3, 2, 2, 2, 687, 688, 7, 79, 2, 2, 688, 698, 7, 111, 2, 2, 689, 690, 7, 80, 2, 2, 690, 698, 7, 110, 2, 2, 691, 692, 7, 81, 2, 2, 692, 698, 7, 111, 2, 2, 693, 694, 7, 82, 2, 2, 694, 698, 5, 70, 36, 2, 695, 696, 7, 83, 2, 2, 696, 698, 5, 70, 36, 2, 697, 687, 3, 2, 2, 2, 697, 689, 3, 2, 2, 2, 697, 691, 3, 2, 2, 2, 697, 693, 3, 2, 2, 2, 697, 695, 3, 2, 2, 2, 698, 79, 3, 2, 2, 2, 699, 701, 5, 82, 42, 2, 700, 699, 3, 2, 2, 2, 701, 704, 3, 2, 2, 2, 702, 700, 3, 2, 2, 2, 702, 703, 3, 2, 2, 2, 703, 81, 3, 2, 2, 2, 704, 702, 3, 2, 2, 2, 705, 709, 5, 84, 43, 2, 706, 709, 5, 86, 44, 2, 707, 709, 5, 88, 45, 2, 708, 705, 3, 2, 2, 2, 708, 706, 3, 2, 2, 2, 708, 707, 3, 2, 2, 2, 709, 83, 3, 2, 2, 2, 710, 711, 7, 148, 2, 2, 711, 715, 7, 119, 2, 2, 712, 714, 7, 149, 2, 2, 713, 712, 3, 2, 2, 2, 714, 717, 3, 2, 2, 2, 715, 713, 3, 2, 2, 2, 715, 716, 3, 2, 2, 2, 716, 727, 3, 2, 2, 2, 717, 715, 3, 2, 2, 2, 718, 719, 7, 147, 2, 2, 719, 723, 7, 119, 2, 2, 720, 722, 7, 149, 2, 2, 721, 720, 3, 2, 2, 2, 722, 725, 3, 2, 2, 2, 723, 721, 3, 2, 2, 2, 723, 724, 3, 2, 2, 2, 724, 727, 3, 2, 2, 2, 725, 723, 3, 2, 2, 2, 726, 710, 3, 2, 2, 2, 726, 718, 3, 2, 2, 2, 727, 85, 3, 2, 2, 2, 728, 730, 7, 117, 2, 2, 729, 731, 5, 90, 46, 2, 730, 729, 3, 2, 2, 2, 730, 731, 3, 2, 2, 2, 731, 735, 3, 2, 2, 2, 732, 734, 7, 149, 2, 2, 733, 732, 3, 2, 2, 2, 734, 737, 3, 2, 2, 2, 735, 733, 3, 2, 2, 2, 735, 736, 3, 2, 2, 2, 736, 87, 3, 2, 2, 2, 737, 735, 3, 2, 2, 2, 738, 739, 7, 116, 2, 2, 739, 744, 5, 92, 47, 2, 740, 741, 7, 120, 2, 2, 741, 743, 5, 92, 47, 2, 742, 740, 3, 2, 2, 2, 743, 746, 3, 2, 2, 2, 744, 742, 3, 2, 2, 2, 744, 745, 3, 2, 2, 2, 745, 750, 3, 2, 2, 2, 746, 744, 3, 2, 2, 2, 747, 749, 7, 149, 2, 2, 748, 747, 3, 2, 2, 2, 749, 752, 3, 2, 2, 2, 750, 748, 3, 2, 2, 2, 750, 751, 3, 2, 2, 2, 751, 89, 3, 2, 2, 2, 752, 750, 3, 2, 2, 2, 753, 799, 5, 92, 47, 2, 754, 755, 7, 118, 2, 2, 755, 799, 5, 92, 47, 2, 756, 757, 5, 92, 47, 2, 757, 758, 7, 120, 2, 2, 758, 759, 5, 92, 47, 2, 759, 799, 3, 2, 2, 2, 760, 761, 7, 121, 2, 2, 761, 762, 5, 92, 47, 2, 762, 763, 7, 122, 2, 2, 763, 764, 7, 120, 2, 2, 764, 765, 7, 148, 2, 2, 765, 799, 3, 2, 2, 2, 766, 767, 7, 121, 2, 2, 767, 768, 7, 121, 2, 2, 768, 769, 5, 92, 47, 2, 769, 770, 7, 122, 2, 2, 770, 771, 7, 122, 2, 2, 771, 772, 7, 120, 2, 2, 772, 773, 7, 148, 2, 2, 773, 799, 3, 2, 2, 2, 774, 775, 7, 121, 2, 2, 775, 776, 5, 92, 47, 2, 776, 777, 7, 120, 2, 2, 777, 778, 7, 148, 2, 2, 778, 779, 7, 122, 2, 2, 779, 780, 7, 120, 2, 2, 780, 781, 7, 148, 2, 2, 781, 799, 3, 2, 2, 2, 782, 783, 7, 121, 2, 2, 783, 784, 5, 92, 47, 2, 784, 785, 7, 120, 2, 2, 785, 786, 7, 148, 2, 2, 786, 787, 7, 122, 2, 2, 787, 799, 3, 2, 2, 2, 788, 789, 7, 121, 2, 2, 789, 790, 5, 92, 47, 2, 790, 791, 7, 122, 2, 2, 791, 799, 3, 2, 2, 2, 792, 793, 7, 121, 2, 2, 793, 794, 7, 121, 2, 2, 794, 795, 5, 92, 47, 2, 795, 796, 7, 122, 2, 2, 796, 797, 7, 122, 2, 2, 797, 799, 3, 2, 2, 2, 798, 753, 3, 2, 2, 2, 798, 754, 3, 2, 2, 2, 798, 756, 3, 2, 2, 2, 798, 760, 3, 2, 2, 2, 798, 766, 3, 2, 2, 2, 798, 774, 3, 2, 2, 2, 798, 782, 3, 2, 2, 2, 798, 788, 3, 2, 2, 2, 798, 792, 3, 2, 2, 2, 799, 91, 3, 2, 2, 2, 800, 801, 8, 47, 1, 2, 801, 802, 7, 123, 2, 2, 802, 803, 5, 92, 47, 2, 803, 804, 7, 124, 2, 2, 804, 815, 3, 2, 2, 2, 805, 806, 9, 9, 2, 2, 806, 815, 5, 92, 47, 10, 807, 815, 7, 148, 2, 2, 808, 815, 7, 146, 2, 2, 809, 810, 7, 134, 2, 2, 810, 811, 7, 148, 2, 2, 811, 815, 7, 135, 2, 2, 812, 815, 7, 136, 2, 2, 813, 815, 7, 145, 2, 2, 814, 800, 3, 2, 2, 2, 814, 805, 3, 2, 2, 2, 814, 807, 3, 2, 2, 2, 814, 808, 3, 2, 2, 2, 814, 809, 3, 2, 2, 2, 814, 812, 3, 2, 2, 2, 814, 813, 3, 2, 2, 2, 815, 830, 3, 2, 2, 2, 816, 817, 12, 12, 2, 2, 817, 818, 7, 125, 2, 2, 818, 829, 5, 92, 47, 13, 819, 820, 12, 11, 2, 2, 820, 821, 9, 10, 2, 2, 821, 829, 5, 92, 47, 12, 822, 823, 12, 9, 2, 2, 823, 824, 9, 11, 2, 2, 824, 829, 5, 92, 47, 10, 825, 826, 12, 8, 2, 2, 826, 827, 9, 12, 2, 2, 827, 829, 5, 92, 47, 9, 828, 816, 3, 2, 2, 2, 828, 819, 3, 2, 2, 2, 828, 822, 3, 2, 2, 2, 828, 825, 3, 2, 2, 2, 829, 832, 3, 2, 2, 2, 830, 828, 3, 2, 2, 2, 830, 831, 3, 2, 2, 2, 831, 93, 3, 2, 2, 2, 832, 830, 3, 2, 2, 2, 84, 103, 120, 133, 139, 145, 155, 162, 173, 181, 186, 192, 195, 197, 207, 215, 220, 226, 229, 231, 237, 244, 251, 257, 269, 283, 289, 295, 304, 312, 322, 334, 345, 366, 375, 381, 386, 393, 406, 411, 423, 437, 456, 465, 477, 482, 487, 489, 495, 500, 504, 513, 516, 519, 531, 543, 551, 557, 561, 580, 584, 593, 597, 647, 657, 659, 667, 672, 682, 697, 702, 708, 715, 723, 726, 730, 735, 744, 750, 798, 814, 828, 830] \ No newline at end of file +[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 157, 841, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 102, 10, 4, 12, 4, 14, 4, 105, 11, 4, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 5, 5, 121, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 132, 10, 7, 12, 7, 14, 7, 135, 11, 7, 3, 8, 3, 8, 3, 8, 5, 8, 140, 10, 8, 3, 8, 3, 8, 3, 8, 3, 8, 5, 8, 146, 10, 8, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 10, 7, 10, 154, 10, 10, 12, 10, 14, 10, 157, 11, 10, 3, 10, 3, 10, 7, 10, 161, 10, 10, 12, 10, 14, 10, 164, 11, 10, 3, 11, 3, 11, 3, 11, 3, 12, 3, 12, 3, 12, 7, 12, 172, 10, 12, 12, 12, 14, 12, 175, 11, 12, 3, 12, 3, 12, 3, 12, 3, 12, 3, 12, 5, 12, 182, 10, 12, 3, 12, 3, 12, 3, 12, 5, 12, 187, 10, 12, 3, 12, 3, 12, 3, 12, 3, 12, 5, 12, 193, 10, 12, 3, 12, 7, 12, 196, 10, 12, 12, 12, 14, 12, 199, 11, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 7, 13, 206, 10, 13, 12, 13, 14, 13, 209, 11, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 216, 10, 13, 3, 13, 3, 13, 3, 13, 5, 13, 221, 10, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 227, 10, 13, 3, 13, 7, 13, 230, 10, 13, 12, 13, 14, 13, 233, 11, 13, 3, 14, 6, 14, 236, 10, 14, 13, 14, 14, 14, 237, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 245, 10, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 5, 16, 252, 10, 16, 3, 16, 3, 16, 6, 16, 256, 10, 16, 13, 16, 14, 16, 257, 3, 16, 3, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 5, 19, 270, 10, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 7, 20, 282, 10, 20, 12, 20, 14, 20, 285, 11, 20, 3, 21, 3, 21, 3, 21, 5, 21, 290, 10, 21, 3, 22, 3, 22, 3, 22, 3, 22, 5, 22, 296, 10, 22, 3, 22, 3, 22, 3, 23, 3, 23, 3, 23, 7, 23, 303, 10, 23, 12, 23, 14, 23, 306, 11, 23, 3, 24, 3, 24, 3, 24, 3, 24, 3, 24, 5, 24, 313, 10, 24, 3, 25, 3, 25, 3, 25, 3, 25, 3, 25, 3, 25, 7, 25, 321, 10, 25, 12, 25, 14, 25, 324, 11, 25, 3, 25, 3, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 5, 26, 335, 10, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 5, 27, 346, 10, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 5, 27, 367, 10, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 374, 10, 27, 12, 27, 14, 27, 377, 11, 27, 3, 27, 3, 27, 3, 27, 5, 27, 382, 10, 27, 3, 28, 6, 28, 385, 10, 28, 13, 28, 14, 28, 386, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 394, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 407, 10, 29, 3, 29, 7, 29, 410, 10, 29, 12, 29, 14, 29, 413, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 422, 10, 29, 12, 29, 14, 29, 425, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 436, 10, 29, 12, 29, 14, 29, 439, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 457, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 466, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 479, 10, 29, 3, 30, 6, 30, 482, 10, 30, 13, 30, 14, 30, 483, 3, 30, 3, 30, 3, 30, 5, 30, 489, 10, 30, 5, 30, 491, 10, 30, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 497, 10, 31, 3, 32, 3, 32, 3, 32, 5, 32, 502, 10, 32, 3, 32, 3, 32, 5, 32, 506, 10, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 515, 10, 32, 3, 33, 5, 33, 518, 10, 33, 3, 33, 5, 33, 521, 10, 33, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 7, 35, 531, 10, 35, 12, 35, 14, 35, 534, 11, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 543, 10, 36, 3, 36, 3, 36, 5, 36, 547, 10, 36, 3, 36, 5, 36, 550, 10, 36, 3, 36, 3, 36, 5, 36, 554, 10, 36, 3, 36, 3, 36, 5, 36, 558, 10, 36, 3, 36, 5, 36, 561, 10, 36, 3, 36, 3, 36, 5, 36, 565, 10, 36, 3, 36, 3, 36, 5, 36, 569, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 586, 10, 36, 12, 36, 14, 36, 589, 11, 36, 3, 36, 5, 36, 592, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 6, 36, 599, 10, 36, 13, 36, 14, 36, 600, 3, 36, 3, 36, 5, 36, 605, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 655, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 665, 10, 36, 12, 36, 14, 36, 668, 11, 36, 3, 37, 3, 37, 3, 37, 7, 37, 673, 10, 37, 12, 37, 14, 37, 676, 11, 37, 3, 38, 3, 38, 5, 38, 680, 10, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 7, 39, 688, 10, 39, 12, 39, 14, 39, 691, 11, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 5, 40, 705, 10, 40, 3, 41, 7, 41, 708, 10, 41, 12, 41, 14, 41, 711, 11, 41, 3, 42, 3, 42, 3, 42, 5, 42, 716, 10, 42, 3, 43, 3, 43, 3, 43, 7, 43, 721, 10, 43, 12, 43, 14, 43, 724, 11, 43, 3, 43, 3, 43, 3, 43, 7, 43, 729, 10, 43, 12, 43, 14, 43, 732, 11, 43, 5, 43, 734, 10, 43, 3, 44, 3, 44, 5, 44, 738, 10, 44, 3, 44, 7, 44, 741, 10, 44, 12, 44, 14, 44, 744, 11, 44, 3, 45, 3, 45, 3, 45, 3, 45, 7, 45, 750, 10, 45, 12, 45, 14, 45, 753, 11, 45, 3, 45, 7, 45, 756, 10, 45, 12, 45, 14, 45, 759, 11, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 5, 46, 806, 10, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 5, 47, 822, 10, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 7, 47, 836, 10, 47, 12, 47, 14, 47, 839, 11, 47, 3, 47, 2, 9, 12, 22, 24, 38, 68, 70, 92, 48, 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, 2, 13, 3, 2, 72, 73, 3, 2, 23, 24, 5, 2, 18, 19, 25, 26, 84, 84, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 128, 131, 3, 2, 126, 127, 3, 2, 132, 133, 3, 2, 128, 129, 2, 968, 2, 94, 3, 2, 2, 2, 4, 97, 3, 2, 2, 2, 6, 103, 3, 2, 2, 2, 8, 120, 3, 2, 2, 2, 10, 122, 3, 2, 2, 2, 12, 125, 3, 2, 2, 2, 14, 145, 3, 2, 2, 2, 16, 147, 3, 2, 2, 2, 18, 155, 3, 2, 2, 2, 20, 165, 3, 2, 2, 2, 22, 181, 3, 2, 2, 2, 24, 215, 3, 2, 2, 2, 26, 244, 3, 2, 2, 2, 28, 246, 3, 2, 2, 2, 30, 249, 3, 2, 2, 2, 32, 261, 3, 2, 2, 2, 34, 264, 3, 2, 2, 2, 36, 267, 3, 2, 2, 2, 38, 275, 3, 2, 2, 2, 40, 286, 3, 2, 2, 2, 42, 291, 3, 2, 2, 2, 44, 299, 3, 2, 2, 2, 46, 312, 3, 2, 2, 2, 48, 314, 3, 2, 2, 2, 50, 334, 3, 2, 2, 2, 52, 381, 3, 2, 2, 2, 54, 384, 3, 2, 2, 2, 56, 478, 3, 2, 2, 2, 58, 481, 3, 2, 2, 2, 60, 492, 3, 2, 2, 2, 62, 514, 3, 2, 2, 2, 64, 520, 3, 2, 2, 2, 66, 522, 3, 2, 2, 2, 68, 524, 3, 2, 2, 2, 70, 604, 3, 2, 2, 2, 72, 669, 3, 2, 2, 2, 74, 677, 3, 2, 2, 2, 76, 683, 3, 2, 2, 2, 78, 704, 3, 2, 2, 2, 80, 709, 3, 2, 2, 2, 82, 715, 3, 2, 2, 2, 84, 733, 3, 2, 2, 2, 86, 735, 3, 2, 2, 2, 88, 745, 3, 2, 2, 2, 90, 805, 3, 2, 2, 2, 92, 821, 3, 2, 2, 2, 94, 95, 5, 6, 4, 2, 95, 96, 7, 2, 2, 3, 96, 3, 3, 2, 2, 2, 97, 98, 5, 80, 41, 2, 98, 99, 7, 2, 2, 3, 99, 5, 3, 2, 2, 2, 100, 102, 5, 8, 5, 2, 101, 100, 3, 2, 2, 2, 102, 105, 3, 2, 2, 2, 103, 101, 3, 2, 2, 2, 103, 104, 3, 2, 2, 2, 104, 7, 3, 2, 2, 2, 105, 103, 3, 2, 2, 2, 106, 107, 5, 10, 6, 2, 107, 108, 7, 10, 2, 2, 108, 121, 3, 2, 2, 2, 109, 121, 5, 42, 22, 2, 110, 111, 5, 30, 16, 2, 111, 112, 7, 10, 2, 2, 112, 121, 3, 2, 2, 2, 113, 114, 5, 36, 19, 2, 114, 115, 7, 10, 2, 2, 115, 121, 3, 2, 2, 2, 116, 121, 5, 48, 25, 2, 117, 118, 5, 16, 9, 2, 118, 119, 7, 10, 2, 2, 119, 121, 3, 2, 2, 2, 120, 106, 3, 2, 2, 2, 120, 109, 3, 2, 2, 2, 120, 110, 3, 2, 2, 2, 120, 113, 3, 2, 2, 2, 120, 116, 3, 2, 2, 2, 120, 117, 3, 2, 2, 2, 121, 9, 3, 2, 2, 2, 122, 123, 5, 18, 10, 2, 123, 124, 5, 12, 7, 2, 124, 11, 3, 2, 2, 2, 125, 126, 8, 7, 1, 2, 126, 127, 5, 14, 8, 2, 127, 133, 3, 2, 2, 2, 128, 129, 12, 3, 2, 2, 129, 130, 7, 12, 2, 2, 130, 132, 5, 14, 8, 2, 131, 128, 3, 2, 2, 2, 132, 135, 3, 2, 2, 2, 133, 131, 3, 2, 2, 2, 133, 134, 3, 2, 2, 2, 134, 13, 3, 2, 2, 2, 135, 133, 3, 2, 2, 2, 136, 139, 5, 24, 13, 2, 137, 138, 7, 39, 2, 2, 138, 140, 5, 70, 36, 2, 139, 137, 3, 2, 2, 2, 139, 140, 3, 2, 2, 2, 140, 146, 3, 2, 2, 2, 141, 142, 5, 24, 13, 2, 142, 143, 7, 39, 2, 2, 143, 144, 5, 74, 38, 2, 144, 146, 3, 2, 2, 2, 145, 136, 3, 2, 2, 2, 145, 141, 3, 2, 2, 2, 146, 15, 3, 2, 2, 2, 147, 148, 7, 41, 2, 2, 148, 149, 5, 18, 10, 2, 149, 150, 8, 9, 1, 2, 150, 151, 5, 24, 13, 2, 151, 17, 3, 2, 2, 2, 152, 154, 5, 52, 27, 2, 153, 152, 3, 2, 2, 2, 154, 157, 3, 2, 2, 2, 155, 153, 3, 2, 2, 2, 155, 156, 3, 2, 2, 2, 156, 158, 3, 2, 2, 2, 157, 155, 3, 2, 2, 2, 158, 162, 5, 26, 14, 2, 159, 161, 5, 52, 27, 2, 160, 159, 3, 2, 2, 2, 161, 164, 3, 2, 2, 2, 162, 160, 3, 2, 2, 2, 162, 163, 3, 2, 2, 2, 163, 19, 3, 2, 2, 2, 164, 162, 3, 2, 2, 2, 165, 166, 5, 26, 14, 2, 166, 167, 5, 22, 12, 2, 167, 21, 3, 2, 2, 2, 168, 182, 8, 12, 1, 2, 169, 173, 7, 20, 2, 2, 170, 172, 5, 52, 27, 2, 171, 170, 3, 2, 2, 2, 172, 175, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 173, 174, 3, 2, 2, 2, 174, 176, 3, 2, 2, 2, 175, 173, 3, 2, 2, 2, 176, 182, 5, 22, 12, 4, 177, 178, 7, 8, 2, 2, 178, 179, 5, 22, 12, 2, 179, 180, 7, 9, 2, 2, 180, 182, 3, 2, 2, 2, 181, 168, 3, 2, 2, 2, 181, 169, 3, 2, 2, 2, 181, 177, 3, 2, 2, 2, 182, 197, 3, 2, 2, 2, 183, 184, 12, 6, 2, 2, 184, 186, 7, 8, 2, 2, 185, 187, 5, 44, 23, 2, 186, 185, 3, 2, 2, 2, 186, 187, 3, 2, 2, 2, 187, 188, 3, 2, 2, 2, 188, 196, 7, 9, 2, 2, 189, 190, 12, 5, 2, 2, 190, 192, 7, 6, 2, 2, 191, 193, 5, 70, 36, 2, 192, 191, 3, 2, 2, 2, 192, 193, 3, 2, 2, 2, 193, 194, 3, 2, 2, 2, 194, 196, 7, 7, 2, 2, 195, 183, 3, 2, 2, 2, 195, 189, 3, 2, 2, 2, 196, 199, 3, 2, 2, 2, 197, 195, 3, 2, 2, 2, 197, 198, 3, 2, 2, 2, 198, 23, 3, 2, 2, 2, 199, 197, 3, 2, 2, 2, 200, 201, 8, 13, 1, 2, 201, 202, 7, 110, 2, 2, 202, 216, 8, 13, 1, 2, 203, 207, 7, 20, 2, 2, 204, 206, 5, 52, 27, 2, 205, 204, 3, 2, 2, 2, 206, 209, 3, 2, 2, 2, 207, 205, 3, 2, 2, 2, 207, 208, 3, 2, 2, 2, 208, 210, 3, 2, 2, 2, 209, 207, 3, 2, 2, 2, 210, 216, 5, 24, 13, 4, 211, 212, 7, 8, 2, 2, 212, 213, 5, 24, 13, 2, 213, 214, 7, 9, 2, 2, 214, 216, 3, 2, 2, 2, 215, 200, 3, 2, 2, 2, 215, 203, 3, 2, 2, 2, 215, 211, 3, 2, 2, 2, 216, 231, 3, 2, 2, 2, 217, 218, 12, 6, 2, 2, 218, 220, 7, 8, 2, 2, 219, 221, 5, 44, 23, 2, 220, 219, 3, 2, 2, 2, 220, 221, 3, 2, 2, 2, 221, 222, 3, 2, 2, 2, 222, 230, 7, 9, 2, 2, 223, 224, 12, 5, 2, 2, 224, 226, 7, 6, 2, 2, 225, 227, 5, 70, 36, 2, 226, 225, 3, 2, 2, 2, 226, 227, 3, 2, 2, 2, 227, 228, 3, 2, 2, 2, 228, 230, 7, 7, 2, 2, 229, 217, 3, 2, 2, 2, 229, 223, 3, 2, 2, 2, 230, 233, 3, 2, 2, 2, 231, 229, 3, 2, 2, 2, 231, 232, 3, 2, 2, 2, 232, 25, 3, 2, 2, 2, 233, 231, 3, 2, 2, 2, 234, 236, 7, 85, 2, 2, 235, 234, 3, 2, 2, 2, 236, 237, 3, 2, 2, 2, 237, 235, 3, 2, 2, 2, 237, 238, 3, 2, 2, 2, 238, 245, 3, 2, 2, 2, 239, 245, 5, 30, 16, 2, 240, 245, 5, 28, 15, 2, 241, 245, 5, 36, 19, 2, 242, 245, 5, 34, 18, 2, 243, 245, 7, 3, 2, 2, 244, 235, 3, 2, 2, 2, 244, 239, 3, 2, 2, 2, 244, 240, 3, 2, 2, 2, 244, 241, 3, 2, 2, 2, 244, 242, 3, 2, 2, 2, 244, 243, 3, 2, 2, 2, 245, 27, 3, 2, 2, 2, 246, 247, 9, 2, 2, 2, 247, 248, 7, 110, 2, 2, 248, 29, 3, 2, 2, 2, 249, 251, 9, 2, 2, 2, 250, 252, 7, 110, 2, 2, 251, 250, 3, 2, 2, 2, 251, 252, 3, 2, 2, 2, 252, 253, 3, 2, 2, 2, 253, 255, 7, 4, 2, 2, 254, 256, 5, 32, 17, 2, 255, 254, 3, 2, 2, 2, 256, 257, 3, 2, 2, 2, 257, 255, 3, 2, 2, 2, 257, 258, 3, 2, 2, 2, 258, 259, 3, 2, 2, 2, 259, 260, 7, 5, 2, 2, 260, 31, 3, 2, 2, 2, 261, 262, 5, 10, 6, 2, 262, 263, 7, 10, 2, 2, 263, 33, 3, 2, 2, 2, 264, 265, 7, 74, 2, 2, 265, 266, 7, 110, 2, 2, 266, 35, 3, 2, 2, 2, 267, 269, 7, 74, 2, 2, 268, 270, 7, 110, 2, 2, 269, 268, 3, 2, 2, 2, 269, 270, 3, 2, 2, 2, 270, 271, 3, 2, 2, 2, 271, 272, 7, 4, 2, 2, 272, 273, 5, 38, 20, 2, 273, 274, 7, 5, 2, 2, 274, 37, 3, 2, 2, 2, 275, 276, 8, 20, 1, 2, 276, 277, 5, 40, 21, 2, 277, 283, 3, 2, 2, 2, 278, 279, 12, 3, 2, 2, 279, 280, 7, 12, 2, 2, 280, 282, 5, 40, 21, 2, 281, 278, 3, 2, 2, 2, 282, 285, 3, 2, 2, 2, 283, 281, 3, 2, 2, 2, 283, 284, 3, 2, 2, 2, 284, 39, 3, 2, 2, 2, 285, 283, 3, 2, 2, 2, 286, 289, 7, 110, 2, 2, 287, 288, 7, 39, 2, 2, 288, 290, 5, 70, 36, 2, 289, 287, 3, 2, 2, 2, 289, 290, 3, 2, 2, 2, 290, 41, 3, 2, 2, 2, 291, 292, 5, 18, 10, 2, 292, 293, 5, 24, 13, 2, 293, 295, 7, 4, 2, 2, 294, 296, 5, 54, 28, 2, 295, 294, 3, 2, 2, 2, 295, 296, 3, 2, 2, 2, 296, 297, 3, 2, 2, 2, 297, 298, 7, 5, 2, 2, 298, 43, 3, 2, 2, 2, 299, 304, 5, 46, 24, 2, 300, 301, 7, 12, 2, 2, 301, 303, 5, 46, 24, 2, 302, 300, 3, 2, 2, 2, 303, 306, 3, 2, 2, 2, 304, 302, 3, 2, 2, 2, 304, 305, 3, 2, 2, 2, 305, 45, 3, 2, 2, 2, 306, 304, 3, 2, 2, 2, 307, 308, 5, 18, 10, 2, 308, 309, 5, 24, 13, 2, 309, 313, 3, 2, 2, 2, 310, 313, 5, 20, 11, 2, 311, 313, 7, 14, 2, 2, 312, 307, 3, 2, 2, 2, 312, 310, 3, 2, 2, 2, 312, 311, 3, 2, 2, 2, 313, 47, 3, 2, 2, 2, 314, 315, 7, 90, 2, 2, 315, 316, 7, 110, 2, 2, 316, 317, 7, 8, 2, 2, 317, 322, 5, 50, 26, 2, 318, 319, 7, 12, 2, 2, 319, 321, 5, 50, 26, 2, 320, 318, 3, 2, 2, 2, 321, 324, 3, 2, 2, 2, 322, 320, 3, 2, 2, 2, 322, 323, 3, 2, 2, 2, 323, 325, 3, 2, 2, 2, 324, 322, 3, 2, 2, 2, 325, 326, 7, 9, 2, 2, 326, 49, 3, 2, 2, 2, 327, 335, 7, 101, 2, 2, 328, 329, 7, 101, 2, 2, 329, 330, 7, 13, 2, 2, 330, 335, 7, 101, 2, 2, 331, 335, 7, 110, 2, 2, 332, 335, 7, 111, 2, 2, 333, 335, 7, 58, 2, 2, 334, 327, 3, 2, 2, 2, 334, 328, 3, 2, 2, 2, 334, 331, 3, 2, 2, 2, 334, 332, 3, 2, 2, 2, 334, 333, 3, 2, 2, 2, 335, 51, 3, 2, 2, 2, 336, 382, 7, 42, 2, 2, 337, 338, 7, 45, 2, 2, 338, 339, 7, 8, 2, 2, 339, 340, 7, 101, 2, 2, 340, 382, 7, 9, 2, 2, 341, 345, 7, 50, 2, 2, 342, 343, 7, 8, 2, 2, 343, 344, 7, 110, 2, 2, 344, 346, 7, 9, 2, 2, 345, 342, 3, 2, 2, 2, 345, 346, 3, 2, 2, 2, 346, 382, 3, 2, 2, 2, 347, 382, 7, 53, 2, 2, 348, 382, 7, 54, 2, 2, 349, 350, 7, 52, 2, 2, 350, 351, 7, 8, 2, 2, 351, 352, 5, 70, 36, 2, 352, 353, 7, 9, 2, 2, 353, 382, 3, 2, 2, 2, 354, 382, 7, 47, 2, 2, 355, 382, 7, 48, 2, 2, 356, 382, 7, 55, 2, 2, 357, 382, 7, 56, 2, 2, 358, 382, 7, 43, 2, 2, 359, 382, 7, 44, 2, 2, 360, 382, 7, 46, 2, 2, 361, 382, 7, 57, 2, 2, 362, 366, 7, 49, 2, 2, 363, 364, 7, 8, 2, 2, 364, 365, 7, 110, 2, 2, 365, 367, 7, 9, 2, 2, 366, 363, 3, 2, 2, 2, 366, 367, 3, 2, 2, 2, 367, 382, 3, 2, 2, 2, 368, 369, 7, 51, 2, 2, 369, 370, 7, 8, 2, 2, 370, 375, 5, 50, 26, 2, 371, 372, 7, 12, 2, 2, 372, 374, 5, 50, 26, 2, 373, 371, 3, 2, 2, 2, 374, 377, 3, 2, 2, 2, 375, 373, 3, 2, 2, 2, 375, 376, 3, 2, 2, 2, 376, 378, 3, 2, 2, 2, 377, 375, 3, 2, 2, 2, 378, 379, 7, 9, 2, 2, 379, 382, 3, 2, 2, 2, 380, 382, 7, 58, 2, 2, 381, 336, 3, 2, 2, 2, 381, 337, 3, 2, 2, 2, 381, 341, 3, 2, 2, 2, 381, 347, 3, 2, 2, 2, 381, 348, 3, 2, 2, 2, 381, 349, 3, 2, 2, 2, 381, 354, 3, 2, 2, 2, 381, 355, 3, 2, 2, 2, 381, 356, 3, 2, 2, 2, 381, 357, 3, 2, 2, 2, 381, 358, 3, 2, 2, 2, 381, 359, 3, 2, 2, 2, 381, 360, 3, 2, 2, 2, 381, 361, 3, 2, 2, 2, 381, 362, 3, 2, 2, 2, 381, 368, 3, 2, 2, 2, 381, 380, 3, 2, 2, 2, 382, 53, 3, 2, 2, 2, 383, 385, 5, 56, 29, 2, 384, 383, 3, 2, 2, 2, 385, 386, 3, 2, 2, 2, 386, 384, 3, 2, 2, 2, 386, 387, 3, 2, 2, 2, 387, 55, 3, 2, 2, 2, 388, 389, 5, 10, 6, 2, 389, 390, 7, 10, 2, 2, 390, 479, 3, 2, 2, 2, 391, 393, 7, 4, 2, 2, 392, 394, 5, 54, 28, 2, 393, 392, 3, 2, 2, 2, 393, 394, 3, 2, 2, 2, 394, 395, 3, 2, 2, 2, 395, 479, 7, 5, 2, 2, 396, 397, 5, 68, 35, 2, 397, 398, 7, 10, 2, 2, 398, 479, 3, 2, 2, 2, 399, 400, 7, 59, 2, 2, 400, 401, 7, 8, 2, 2, 401, 402, 5, 68, 35, 2, 402, 403, 7, 9, 2, 2, 403, 406, 5, 56, 29, 2, 404, 405, 7, 60, 2, 2, 405, 407, 5, 56, 29, 2, 406, 404, 3, 2, 2, 2, 406, 407, 3, 2, 2, 2, 407, 479, 3, 2, 2, 2, 408, 410, 5, 52, 27, 2, 409, 408, 3, 2, 2, 2, 410, 413, 3, 2, 2, 2, 411, 409, 3, 2, 2, 2, 411, 412, 3, 2, 2, 2, 412, 414, 3, 2, 2, 2, 413, 411, 3, 2, 2, 2, 414, 415, 7, 61, 2, 2, 415, 416, 7, 8, 2, 2, 416, 417, 5, 68, 35, 2, 417, 418, 7, 9, 2, 2, 418, 419, 5, 56, 29, 2, 419, 479, 3, 2, 2, 2, 420, 422, 5, 52, 27, 2, 421, 420, 3, 2, 2, 2, 422, 425, 3, 2, 2, 2, 423, 421, 3, 2, 2, 2, 423, 424, 3, 2, 2, 2, 424, 426, 3, 2, 2, 2, 425, 423, 3, 2, 2, 2, 426, 427, 7, 62, 2, 2, 427, 428, 5, 56, 29, 2, 428, 429, 7, 61, 2, 2, 429, 430, 7, 8, 2, 2, 430, 431, 5, 68, 35, 2, 431, 432, 7, 9, 2, 2, 432, 433, 7, 10, 2, 2, 433, 479, 3, 2, 2, 2, 434, 436, 5, 52, 27, 2, 435, 434, 3, 2, 2, 2, 436, 439, 3, 2, 2, 2, 437, 435, 3, 2, 2, 2, 437, 438, 3, 2, 2, 2, 438, 440, 3, 2, 2, 2, 439, 437, 3, 2, 2, 2, 440, 441, 7, 63, 2, 2, 441, 442, 7, 8, 2, 2, 442, 443, 5, 62, 32, 2, 443, 444, 7, 9, 2, 2, 444, 445, 5, 56, 29, 2, 445, 479, 3, 2, 2, 2, 446, 447, 7, 64, 2, 2, 447, 448, 7, 8, 2, 2, 448, 449, 5, 68, 35, 2, 449, 450, 7, 9, 2, 2, 450, 451, 7, 4, 2, 2, 451, 452, 5, 58, 30, 2, 452, 453, 7, 5, 2, 2, 453, 479, 3, 2, 2, 2, 454, 456, 7, 65, 2, 2, 455, 457, 5, 68, 35, 2, 456, 455, 3, 2, 2, 2, 456, 457, 3, 2, 2, 2, 457, 458, 3, 2, 2, 2, 458, 479, 7, 10, 2, 2, 459, 460, 7, 66, 2, 2, 460, 479, 7, 10, 2, 2, 461, 462, 7, 67, 2, 2, 462, 479, 7, 10, 2, 2, 463, 465, 7, 69, 2, 2, 464, 466, 5, 76, 39, 2, 465, 464, 3, 2, 2, 2, 465, 466, 3, 2, 2, 2, 466, 467, 3, 2, 2, 2, 467, 468, 7, 4, 2, 2, 468, 469, 5, 80, 41, 2, 469, 470, 7, 135, 2, 2, 470, 479, 3, 2, 2, 2, 471, 479, 5, 74, 38, 2, 472, 479, 7, 10, 2, 2, 473, 474, 7, 110, 2, 2, 474, 479, 7, 11, 2, 2, 475, 476, 7, 68, 2, 2, 476, 477, 7, 110, 2, 2, 477, 479, 7, 10, 2, 2, 478, 388, 3, 2, 2, 2, 478, 391, 3, 2, 2, 2, 478, 396, 3, 2, 2, 2, 478, 399, 3, 2, 2, 2, 478, 411, 3, 2, 2, 2, 478, 423, 3, 2, 2, 2, 478, 437, 3, 2, 2, 2, 478, 446, 3, 2, 2, 2, 478, 454, 3, 2, 2, 2, 478, 459, 3, 2, 2, 2, 478, 461, 3, 2, 2, 2, 478, 463, 3, 2, 2, 2, 478, 471, 3, 2, 2, 2, 478, 472, 3, 2, 2, 2, 478, 473, 3, 2, 2, 2, 478, 475, 3, 2, 2, 2, 479, 57, 3, 2, 2, 2, 480, 482, 5, 60, 31, 2, 481, 480, 3, 2, 2, 2, 482, 483, 3, 2, 2, 2, 483, 481, 3, 2, 2, 2, 483, 484, 3, 2, 2, 2, 484, 490, 3, 2, 2, 2, 485, 486, 7, 70, 2, 2, 486, 488, 7, 11, 2, 2, 487, 489, 5, 54, 28, 2, 488, 487, 3, 2, 2, 2, 488, 489, 3, 2, 2, 2, 489, 491, 3, 2, 2, 2, 490, 485, 3, 2, 2, 2, 490, 491, 3, 2, 2, 2, 491, 59, 3, 2, 2, 2, 492, 493, 7, 71, 2, 2, 493, 494, 5, 70, 36, 2, 494, 496, 7, 11, 2, 2, 495, 497, 5, 54, 28, 2, 496, 495, 3, 2, 2, 2, 496, 497, 3, 2, 2, 2, 497, 61, 3, 2, 2, 2, 498, 499, 5, 64, 33, 2, 499, 501, 7, 10, 2, 2, 500, 502, 5, 66, 34, 2, 501, 500, 3, 2, 2, 2, 501, 502, 3, 2, 2, 2, 502, 503, 3, 2, 2, 2, 503, 505, 7, 10, 2, 2, 504, 506, 5, 68, 35, 2, 505, 504, 3, 2, 2, 2, 505, 506, 3, 2, 2, 2, 506, 515, 3, 2, 2, 2, 507, 508, 5, 18, 10, 2, 508, 509, 5, 24, 13, 2, 509, 510, 7, 11, 2, 2, 510, 511, 5, 70, 36, 2, 511, 512, 7, 13, 2, 2, 512, 513, 5, 70, 36, 2, 513, 515, 3, 2, 2, 2, 514, 498, 3, 2, 2, 2, 514, 507, 3, 2, 2, 2, 515, 63, 3, 2, 2, 2, 516, 518, 5, 10, 6, 2, 517, 516, 3, 2, 2, 2, 517, 518, 3, 2, 2, 2, 518, 521, 3, 2, 2, 2, 519, 521, 5, 68, 35, 2, 520, 517, 3, 2, 2, 2, 520, 519, 3, 2, 2, 2, 521, 65, 3, 2, 2, 2, 522, 523, 5, 68, 35, 2, 523, 67, 3, 2, 2, 2, 524, 525, 8, 35, 1, 2, 525, 526, 5, 70, 36, 2, 526, 532, 3, 2, 2, 2, 527, 528, 12, 3, 2, 2, 528, 529, 7, 12, 2, 2, 529, 531, 5, 70, 36, 2, 530, 527, 3, 2, 2, 2, 531, 534, 3, 2, 2, 2, 532, 530, 3, 2, 2, 2, 532, 533, 3, 2, 2, 2, 533, 69, 3, 2, 2, 2, 534, 532, 3, 2, 2, 2, 535, 536, 8, 36, 1, 2, 536, 537, 7, 8, 2, 2, 537, 538, 5, 68, 35, 2, 538, 539, 7, 9, 2, 2, 539, 605, 3, 2, 2, 2, 540, 542, 7, 75, 2, 2, 541, 543, 7, 8, 2, 2, 542, 541, 3, 2, 2, 2, 542, 543, 3, 2, 2, 2, 543, 546, 3, 2, 2, 2, 544, 547, 5, 70, 36, 2, 545, 547, 5, 20, 11, 2, 546, 544, 3, 2, 2, 2, 546, 545, 3, 2, 2, 2, 547, 549, 3, 2, 2, 2, 548, 550, 7, 9, 2, 2, 549, 548, 3, 2, 2, 2, 549, 550, 3, 2, 2, 2, 550, 605, 3, 2, 2, 2, 551, 553, 7, 76, 2, 2, 552, 554, 7, 8, 2, 2, 553, 552, 3, 2, 2, 2, 553, 554, 3, 2, 2, 2, 554, 557, 3, 2, 2, 2, 555, 558, 5, 70, 36, 2, 556, 558, 5, 20, 11, 2, 557, 555, 3, 2, 2, 2, 557, 556, 3, 2, 2, 2, 558, 560, 3, 2, 2, 2, 559, 561, 7, 9, 2, 2, 560, 559, 3, 2, 2, 2, 560, 561, 3, 2, 2, 2, 561, 605, 3, 2, 2, 2, 562, 564, 7, 77, 2, 2, 563, 565, 7, 8, 2, 2, 564, 563, 3, 2, 2, 2, 564, 565, 3, 2, 2, 2, 565, 566, 3, 2, 2, 2, 566, 568, 7, 110, 2, 2, 567, 569, 7, 9, 2, 2, 568, 567, 3, 2, 2, 2, 568, 569, 3, 2, 2, 2, 569, 605, 3, 2, 2, 2, 570, 571, 7, 8, 2, 2, 571, 572, 5, 20, 11, 2, 572, 573, 7, 9, 2, 2, 573, 574, 5, 70, 36, 25, 574, 605, 3, 2, 2, 2, 575, 576, 9, 3, 2, 2, 576, 605, 5, 70, 36, 24, 577, 578, 7, 20, 2, 2, 578, 605, 5, 70, 36, 22, 579, 580, 9, 4, 2, 2, 580, 605, 5, 70, 36, 21, 581, 582, 7, 4, 2, 2, 582, 587, 5, 70, 36, 2, 583, 584, 7, 12, 2, 2, 584, 586, 5, 70, 36, 2, 585, 583, 3, 2, 2, 2, 586, 589, 3, 2, 2, 2, 587, 585, 3, 2, 2, 2, 587, 588, 3, 2, 2, 2, 588, 591, 3, 2, 2, 2, 589, 587, 3, 2, 2, 2, 590, 592, 7, 12, 2, 2, 591, 590, 3, 2, 2, 2, 591, 592, 3, 2, 2, 2, 592, 593, 3, 2, 2, 2, 593, 594, 7, 5, 2, 2, 594, 605, 3, 2, 2, 2, 595, 605, 7, 110, 2, 2, 596, 605, 7, 101, 2, 2, 597, 599, 7, 111, 2, 2, 598, 597, 3, 2, 2, 2, 599, 600, 3, 2, 2, 2, 600, 598, 3, 2, 2, 2, 600, 601, 3, 2, 2, 2, 601, 605, 3, 2, 2, 2, 602, 605, 7, 112, 2, 2, 603, 605, 7, 86, 2, 2, 604, 535, 3, 2, 2, 2, 604, 540, 3, 2, 2, 2, 604, 551, 3, 2, 2, 2, 604, 562, 3, 2, 2, 2, 604, 570, 3, 2, 2, 2, 604, 575, 3, 2, 2, 2, 604, 577, 3, 2, 2, 2, 604, 579, 3, 2, 2, 2, 604, 581, 3, 2, 2, 2, 604, 595, 3, 2, 2, 2, 604, 596, 3, 2, 2, 2, 604, 598, 3, 2, 2, 2, 604, 602, 3, 2, 2, 2, 604, 603, 3, 2, 2, 2, 605, 666, 3, 2, 2, 2, 606, 607, 12, 20, 2, 2, 607, 608, 9, 5, 2, 2, 608, 665, 5, 70, 36, 21, 609, 610, 12, 19, 2, 2, 610, 611, 9, 6, 2, 2, 611, 665, 5, 70, 36, 20, 612, 613, 12, 18, 2, 2, 613, 614, 9, 7, 2, 2, 614, 665, 5, 70, 36, 19, 615, 616, 12, 17, 2, 2, 616, 617, 9, 8, 2, 2, 617, 665, 5, 70, 36, 18, 618, 619, 12, 16, 2, 2, 619, 620, 7, 25, 2, 2, 620, 665, 5, 70, 36, 17, 621, 622, 12, 15, 2, 2, 622, 623, 7, 27, 2, 2, 623, 665, 5, 70, 36, 16, 624, 625, 12, 14, 2, 2, 625, 626, 7, 28, 2, 2, 626, 665, 5, 70, 36, 15, 627, 628, 12, 13, 2, 2, 628, 629, 7, 37, 2, 2, 629, 665, 5, 70, 36, 14, 630, 631, 12, 12, 2, 2, 631, 632, 7, 38, 2, 2, 632, 665, 5, 70, 36, 13, 633, 634, 12, 11, 2, 2, 634, 635, 7, 15, 2, 2, 635, 636, 5, 70, 36, 2, 636, 637, 7, 11, 2, 2, 637, 638, 5, 70, 36, 12, 638, 665, 3, 2, 2, 2, 639, 640, 12, 10, 2, 2, 640, 641, 7, 39, 2, 2, 641, 665, 5, 70, 36, 10, 642, 643, 12, 9, 2, 2, 643, 644, 7, 40, 2, 2, 644, 665, 5, 70, 36, 9, 645, 646, 12, 32, 2, 2, 646, 647, 7, 16, 2, 2, 647, 665, 7, 110, 2, 2, 648, 649, 12, 31, 2, 2, 649, 650, 7, 17, 2, 2, 650, 665, 7, 110, 2, 2, 651, 652, 12, 30, 2, 2, 652, 654, 7, 8, 2, 2, 653, 655, 5, 72, 37, 2, 654, 653, 3, 2, 2, 2, 654, 655, 3, 2, 2, 2, 655, 656, 3, 2, 2, 2, 656, 665, 7, 9, 2, 2, 657, 658, 12, 26, 2, 2, 658, 659, 7, 6, 2, 2, 659, 660, 5, 68, 35, 2, 660, 661, 7, 7, 2, 2, 661, 665, 3, 2, 2, 2, 662, 663, 12, 23, 2, 2, 663, 665, 9, 3, 2, 2, 664, 606, 3, 2, 2, 2, 664, 609, 3, 2, 2, 2, 664, 612, 3, 2, 2, 2, 664, 615, 3, 2, 2, 2, 664, 618, 3, 2, 2, 2, 664, 621, 3, 2, 2, 2, 664, 624, 3, 2, 2, 2, 664, 627, 3, 2, 2, 2, 664, 630, 3, 2, 2, 2, 664, 633, 3, 2, 2, 2, 664, 639, 3, 2, 2, 2, 664, 642, 3, 2, 2, 2, 664, 645, 3, 2, 2, 2, 664, 648, 3, 2, 2, 2, 664, 651, 3, 2, 2, 2, 664, 657, 3, 2, 2, 2, 664, 662, 3, 2, 2, 2, 665, 668, 3, 2, 2, 2, 666, 664, 3, 2, 2, 2, 666, 667, 3, 2, 2, 2, 667, 71, 3, 2, 2, 2, 668, 666, 3, 2, 2, 2, 669, 674, 5, 70, 36, 2, 670, 671, 7, 12, 2, 2, 671, 673, 5, 70, 36, 2, 672, 670, 3, 2, 2, 2, 673, 676, 3, 2, 2, 2, 674, 672, 3, 2, 2, 2, 674, 675, 3, 2, 2, 2, 675, 73, 3, 2, 2, 2, 676, 674, 3, 2, 2, 2, 677, 679, 7, 78, 2, 2, 678, 680, 5, 76, 39, 2, 679, 678, 3, 2, 2, 2, 679, 680, 3, 2, 2, 2, 680, 681, 3, 2, 2, 2, 681, 682, 7, 87, 2, 2, 682, 75, 3, 2, 2, 2, 683, 684, 7, 8, 2, 2, 684, 689, 5, 78, 40, 2, 685, 686, 7, 12, 2, 2, 686, 688, 5, 78, 40, 2, 687, 685, 3, 2, 2, 2, 688, 691, 3, 2, 2, 2, 689, 687, 3, 2, 2, 2, 689, 690, 3, 2, 2, 2, 690, 692, 3, 2, 2, 2, 691, 689, 3, 2, 2, 2, 692, 693, 7, 9, 2, 2, 693, 77, 3, 2, 2, 2, 694, 695, 7, 79, 2, 2, 695, 705, 7, 111, 2, 2, 696, 697, 7, 80, 2, 2, 697, 705, 7, 110, 2, 2, 698, 699, 7, 81, 2, 2, 699, 705, 7, 111, 2, 2, 700, 701, 7, 82, 2, 2, 701, 705, 5, 70, 36, 2, 702, 703, 7, 83, 2, 2, 703, 705, 5, 70, 36, 2, 704, 694, 3, 2, 2, 2, 704, 696, 3, 2, 2, 2, 704, 698, 3, 2, 2, 2, 704, 700, 3, 2, 2, 2, 704, 702, 3, 2, 2, 2, 705, 79, 3, 2, 2, 2, 706, 708, 5, 82, 42, 2, 707, 706, 3, 2, 2, 2, 708, 711, 3, 2, 2, 2, 709, 707, 3, 2, 2, 2, 709, 710, 3, 2, 2, 2, 710, 81, 3, 2, 2, 2, 711, 709, 3, 2, 2, 2, 712, 716, 5, 84, 43, 2, 713, 716, 5, 86, 44, 2, 714, 716, 5, 88, 45, 2, 715, 712, 3, 2, 2, 2, 715, 713, 3, 2, 2, 2, 715, 714, 3, 2, 2, 2, 716, 83, 3, 2, 2, 2, 717, 718, 7, 148, 2, 2, 718, 722, 7, 119, 2, 2, 719, 721, 7, 149, 2, 2, 720, 719, 3, 2, 2, 2, 721, 724, 3, 2, 2, 2, 722, 720, 3, 2, 2, 2, 722, 723, 3, 2, 2, 2, 723, 734, 3, 2, 2, 2, 724, 722, 3, 2, 2, 2, 725, 726, 7, 147, 2, 2, 726, 730, 7, 119, 2, 2, 727, 729, 7, 149, 2, 2, 728, 727, 3, 2, 2, 2, 729, 732, 3, 2, 2, 2, 730, 728, 3, 2, 2, 2, 730, 731, 3, 2, 2, 2, 731, 734, 3, 2, 2, 2, 732, 730, 3, 2, 2, 2, 733, 717, 3, 2, 2, 2, 733, 725, 3, 2, 2, 2, 734, 85, 3, 2, 2, 2, 735, 737, 7, 117, 2, 2, 736, 738, 5, 90, 46, 2, 737, 736, 3, 2, 2, 2, 737, 738, 3, 2, 2, 2, 738, 742, 3, 2, 2, 2, 739, 741, 7, 149, 2, 2, 740, 739, 3, 2, 2, 2, 741, 744, 3, 2, 2, 2, 742, 740, 3, 2, 2, 2, 742, 743, 3, 2, 2, 2, 743, 87, 3, 2, 2, 2, 744, 742, 3, 2, 2, 2, 745, 746, 7, 116, 2, 2, 746, 751, 5, 92, 47, 2, 747, 748, 7, 120, 2, 2, 748, 750, 5, 92, 47, 2, 749, 747, 3, 2, 2, 2, 750, 753, 3, 2, 2, 2, 751, 749, 3, 2, 2, 2, 751, 752, 3, 2, 2, 2, 752, 757, 3, 2, 2, 2, 753, 751, 3, 2, 2, 2, 754, 756, 7, 149, 2, 2, 755, 754, 3, 2, 2, 2, 756, 759, 3, 2, 2, 2, 757, 755, 3, 2, 2, 2, 757, 758, 3, 2, 2, 2, 758, 89, 3, 2, 2, 2, 759, 757, 3, 2, 2, 2, 760, 806, 5, 92, 47, 2, 761, 762, 7, 118, 2, 2, 762, 806, 5, 92, 47, 2, 763, 764, 5, 92, 47, 2, 764, 765, 7, 120, 2, 2, 765, 766, 5, 92, 47, 2, 766, 806, 3, 2, 2, 2, 767, 768, 7, 121, 2, 2, 768, 769, 5, 92, 47, 2, 769, 770, 7, 122, 2, 2, 770, 771, 7, 120, 2, 2, 771, 772, 7, 148, 2, 2, 772, 806, 3, 2, 2, 2, 773, 774, 7, 121, 2, 2, 774, 775, 7, 121, 2, 2, 775, 776, 5, 92, 47, 2, 776, 777, 7, 122, 2, 2, 777, 778, 7, 122, 2, 2, 778, 779, 7, 120, 2, 2, 779, 780, 7, 148, 2, 2, 780, 806, 3, 2, 2, 2, 781, 782, 7, 121, 2, 2, 782, 783, 5, 92, 47, 2, 783, 784, 7, 120, 2, 2, 784, 785, 7, 148, 2, 2, 785, 786, 7, 122, 2, 2, 786, 787, 7, 120, 2, 2, 787, 788, 7, 148, 2, 2, 788, 806, 3, 2, 2, 2, 789, 790, 7, 121, 2, 2, 790, 791, 5, 92, 47, 2, 791, 792, 7, 120, 2, 2, 792, 793, 7, 148, 2, 2, 793, 794, 7, 122, 2, 2, 794, 806, 3, 2, 2, 2, 795, 796, 7, 121, 2, 2, 796, 797, 5, 92, 47, 2, 797, 798, 7, 122, 2, 2, 798, 806, 3, 2, 2, 2, 799, 800, 7, 121, 2, 2, 800, 801, 7, 121, 2, 2, 801, 802, 5, 92, 47, 2, 802, 803, 7, 122, 2, 2, 803, 804, 7, 122, 2, 2, 804, 806, 3, 2, 2, 2, 805, 760, 3, 2, 2, 2, 805, 761, 3, 2, 2, 2, 805, 763, 3, 2, 2, 2, 805, 767, 3, 2, 2, 2, 805, 773, 3, 2, 2, 2, 805, 781, 3, 2, 2, 2, 805, 789, 3, 2, 2, 2, 805, 795, 3, 2, 2, 2, 805, 799, 3, 2, 2, 2, 806, 91, 3, 2, 2, 2, 807, 808, 8, 47, 1, 2, 808, 809, 7, 123, 2, 2, 809, 810, 5, 92, 47, 2, 810, 811, 7, 124, 2, 2, 811, 822, 3, 2, 2, 2, 812, 813, 9, 9, 2, 2, 813, 822, 5, 92, 47, 10, 814, 822, 7, 148, 2, 2, 815, 822, 7, 146, 2, 2, 816, 817, 7, 134, 2, 2, 817, 818, 7, 148, 2, 2, 818, 822, 7, 135, 2, 2, 819, 822, 7, 136, 2, 2, 820, 822, 7, 145, 2, 2, 821, 807, 3, 2, 2, 2, 821, 812, 3, 2, 2, 2, 821, 814, 3, 2, 2, 2, 821, 815, 3, 2, 2, 2, 821, 816, 3, 2, 2, 2, 821, 819, 3, 2, 2, 2, 821, 820, 3, 2, 2, 2, 822, 837, 3, 2, 2, 2, 823, 824, 12, 12, 2, 2, 824, 825, 7, 125, 2, 2, 825, 836, 5, 92, 47, 13, 826, 827, 12, 11, 2, 2, 827, 828, 9, 10, 2, 2, 828, 836, 5, 92, 47, 12, 829, 830, 12, 9, 2, 2, 830, 831, 9, 11, 2, 2, 831, 836, 5, 92, 47, 10, 832, 833, 12, 8, 2, 2, 833, 834, 9, 12, 2, 2, 834, 836, 5, 92, 47, 9, 835, 823, 3, 2, 2, 2, 835, 826, 3, 2, 2, 2, 835, 829, 3, 2, 2, 2, 835, 832, 3, 2, 2, 2, 836, 839, 3, 2, 2, 2, 837, 835, 3, 2, 2, 2, 837, 838, 3, 2, 2, 2, 838, 93, 3, 2, 2, 2, 839, 837, 3, 2, 2, 2, 88, 103, 120, 133, 139, 145, 155, 162, 173, 181, 186, 192, 195, 197, 207, 215, 220, 226, 229, 231, 237, 244, 251, 257, 269, 283, 289, 295, 304, 312, 322, 334, 345, 366, 375, 381, 386, 393, 406, 411, 423, 437, 456, 465, 478, 483, 488, 490, 496, 501, 505, 514, 517, 520, 532, 542, 546, 549, 553, 557, 560, 564, 568, 587, 591, 600, 604, 654, 664, 666, 674, 679, 689, 704, 709, 715, 722, 730, 733, 737, 742, 751, 757, 805, 821, 835, 837] \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.java b/src/main/java/dk/camelot64/kickc/parser/KickCParser.java index 2e71c5487..439f69cc1 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.java @@ -3477,6 +3477,7 @@ public class KickCParser extends Parser { public static class StmtGotoContext extends StmtContext { public TerminalNode GOTO() { return getToken(KickCParser.GOTO, 0); } public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } + public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } public StmtGotoContext(StmtContext ctx) { copyFrom(ctx); } @Override public void enterRule(ParseTreeListener listener) { @@ -3565,7 +3566,7 @@ public class KickCParser extends Parser { enterRule(_localctx, 54, RULE_stmt); int _la; try { - setState(475); + setState(476); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,43,_ctx) ) { case 1: @@ -3848,6 +3849,8 @@ public class KickCParser extends Parser { match(GOTO); setState(474); match(NAME); + setState(475); + match(SEMICOLON); } break; } @@ -3901,35 +3904,35 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(478); + setState(479); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(477); + setState(478); switchCase(); } } - setState(480); + setState(481); _errHandler.sync(this); _la = _input.LA(1); } while ( _la==CASE ); - setState(487); + setState(488); _errHandler.sync(this); _la = _input.LA(1); if (_la==DEFAULT) { { - setState(482); - match(DEFAULT); setState(483); + match(DEFAULT); + setState(484); match(COLON); - setState(485); + setState(486); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (GOTO - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (UNION - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(484); + setState(485); stmtSeq(); } } @@ -3985,18 +3988,18 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(489); - match(CASE); setState(490); - expr(0); + match(CASE); setState(491); + expr(0); + setState(492); match(COLON); - setState(493); + setState(494); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (GOTO - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (UNION - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(492); + setState(493); stmtSeq(); } } @@ -4090,35 +4093,35 @@ public class KickCParser extends Parser { enterRule(_localctx, 60, RULE_forLoop); int _la; try { - setState(511); + setState(512); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,50,_ctx) ) { case 1: _localctx = new ForClassicContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(495); - forClassicInit(); setState(496); + forClassicInit(); + setState(497); match(SEMICOLON); - setState(498); + setState(499); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { { - setState(497); + setState(498); forClassicCondition(); } } - setState(500); + setState(501); match(SEMICOLON); - setState(502); + setState(503); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { { - setState(501); + setState(502); commaExpr(0); } } @@ -4129,17 +4132,17 @@ public class KickCParser extends Parser { _localctx = new ForRangeContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(504); - declType(); setState(505); - declarator(0); + declType(); setState(506); - match(COLON); + declarator(0); setState(507); - expr(0); + match(COLON); setState(508); - match(RANGE); + expr(0); setState(509); + match(RANGE); + setState(510); expr(0); } break; @@ -4211,7 +4214,7 @@ public class KickCParser extends Parser { enterRule(_localctx, 62, RULE_forClassicInit); int _la; try { - setState(517); + setState(518); _errHandler.sync(this); switch (_input.LA(1)) { case TYPEDEFNAME: @@ -4240,12 +4243,12 @@ public class KickCParser extends Parser { _localctx = new ForClassicInitDeclContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(514); + setState(515); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 70)) & ~0x3f) == 0 && ((1L << (_la - 70)) & ((1L << (STRUCT - 70)) | (1L << (UNION - 70)) | (1L << (ENUM - 70)) | (1L << (SIMPLETYPE - 70)))) != 0)) { { - setState(513); + setState(514); declVariables(); } } @@ -4273,7 +4276,7 @@ public class KickCParser extends Parser { _localctx = new ForClassicInitExprContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(516); + setState(517); commaExpr(0); } break; @@ -4321,7 +4324,7 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(519); + setState(520); commaExpr(0); } } @@ -4410,11 +4413,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(522); + setState(523); expr(0); } _ctx.stop = _input.LT(-1); - setState(529); + setState(530); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,53,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -4425,16 +4428,16 @@ public class KickCParser extends Parser { { _localctx = new CommaSimpleContext(new CommaExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_commaExpr); - setState(524); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); setState(525); - match(COMMA); + if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); setState(526); + match(COMMA); + setState(527); expr(0); } } } - setState(531); + setState(532); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,53,_ctx); } @@ -4545,14 +4548,14 @@ public class KickCParser extends Parser { } public static class ExprTypeIdContext extends ExprContext { public TerminalNode TYPEID() { return getToken(KickCParser.TYPEID, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } public ExprContext expr() { return getRuleContext(ExprContext.class,0); } public TypeNameContext typeName() { return getRuleContext(TypeNameContext.class,0); } + public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } + public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } public ExprTypeIdContext(ExprContext ctx) { copyFrom(ctx); } @Override public void enterRule(ParseTreeListener listener) { @@ -4788,14 +4791,14 @@ public class KickCParser extends Parser { } public static class ExprSizeOfContext extends ExprContext { public TerminalNode SIZEOF() { return getToken(KickCParser.SIZEOF, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } public ExprContext expr() { return getRuleContext(ExprContext.class,0); } public TypeNameContext typeName() { return getRuleContext(TypeNameContext.class,0); } + public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } + public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } public ExprSizeOfContext(ExprContext ctx) { copyFrom(ctx); } @Override public void enterRule(ParseTreeListener listener) { @@ -4996,20 +4999,20 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(595); + setState(602); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,61,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,65,_ctx) ) { case 1: { _localctx = new ExprParContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(533); - match(PAR_BEGIN); setState(534); - commaExpr(0); + match(PAR_BEGIN); setState(535); + commaExpr(0); + setState(536); match(PAR_END); } break; @@ -5018,11 +5021,19 @@ public class KickCParser extends Parser { _localctx = new ExprSizeOfContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(537); - match(SIZEOF); setState(538); - match(PAR_BEGIN); - setState(541); + match(SIZEOF); + setState(540); + _errHandler.sync(this); + switch ( getInterpreter().adaptivePredict(_input,54,_ctx) ) { + case 1: + { + setState(539); + match(PAR_BEGIN); + } + break; + } + setState(544); _errHandler.sync(this); switch (_input.LA(1)) { case CURLY_BEGIN: @@ -5044,7 +5055,7 @@ public class KickCParser extends Parser { case STRING: case CHAR: { - setState(539); + setState(542); expr(0); } break; @@ -5054,15 +5065,23 @@ public class KickCParser extends Parser { case ENUM: case SIMPLETYPE: { - setState(540); + setState(543); typeName(); } break; default: throw new NoViableAltException(this); } - setState(543); - match(PAR_END); + setState(547); + _errHandler.sync(this); + switch ( getInterpreter().adaptivePredict(_input,56,_ctx) ) { + case 1: + { + setState(546); + match(PAR_END); + } + break; + } } break; case 3: @@ -5070,11 +5089,19 @@ public class KickCParser extends Parser { _localctx = new ExprTypeIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(545); - match(TYPEID); - setState(546); - match(PAR_BEGIN); setState(549); + match(TYPEID); + setState(551); + _errHandler.sync(this); + switch ( getInterpreter().adaptivePredict(_input,57,_ctx) ) { + case 1: + { + setState(550); + match(PAR_BEGIN); + } + break; + } + setState(555); _errHandler.sync(this); switch (_input.LA(1)) { case CURLY_BEGIN: @@ -5096,7 +5123,7 @@ public class KickCParser extends Parser { case STRING: case CHAR: { - setState(547); + setState(553); expr(0); } break; @@ -5106,15 +5133,23 @@ public class KickCParser extends Parser { case ENUM: case SIMPLETYPE: { - setState(548); + setState(554); typeName(); } break; default: throw new NoViableAltException(this); } - setState(551); - match(PAR_END); + setState(558); + _errHandler.sync(this); + switch ( getInterpreter().adaptivePredict(_input,59,_ctx) ) { + case 1: + { + setState(557); + match(PAR_END); + } + break; + } } break; case 4: @@ -5122,26 +5157,26 @@ public class KickCParser extends Parser { _localctx = new ExprDefinedContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(553); + setState(560); match(DEFINED); - setState(555); + setState(562); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(554); + setState(561); match(PAR_BEGIN); } } - setState(557); + setState(564); match(NAME); - setState(559); + setState(566); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,57,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,61,_ctx) ) { case 1: { - setState(558); + setState(565); match(PAR_END); } break; @@ -5153,13 +5188,13 @@ public class KickCParser extends Parser { _localctx = new ExprCastContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(561); + setState(568); match(PAR_BEGIN); - setState(562); + setState(569); typeName(); - setState(563); + setState(570); match(PAR_END); - setState(564); + setState(571); expr(23); } break; @@ -5168,7 +5203,7 @@ public class KickCParser extends Parser { _localctx = new ExprPreModContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(566); + setState(573); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5178,7 +5213,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(567); + setState(574); expr(22); } break; @@ -5187,9 +5222,9 @@ public class KickCParser extends Parser { _localctx = new ExprPtrContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(568); + setState(575); match(ASTERISK); - setState(569); + setState(576); expr(20); } break; @@ -5198,7 +5233,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(570); + setState(577); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << PLUS) | (1L << MINUS) | (1L << AND) | (1L << BIT_NOT))) != 0) || _la==LOGIC_NOT) ) { _errHandler.recoverInline(this); @@ -5208,7 +5243,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(571); + setState(578); expr(19); } break; @@ -5217,39 +5252,39 @@ public class KickCParser extends Parser { _localctx = new InitListContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(572); + setState(579); match(CURLY_BEGIN); - setState(573); + setState(580); expr(0); - setState(578); + setState(585); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,58,_ctx); + _alt = getInterpreter().adaptivePredict(_input,62,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(574); + setState(581); match(COMMA); - setState(575); + setState(582); expr(0); } } } - setState(580); + setState(587); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,58,_ctx); + _alt = getInterpreter().adaptivePredict(_input,62,_ctx); } - setState(582); + setState(589); _errHandler.sync(this); _la = _input.LA(1); if (_la==COMMA) { { - setState(581); + setState(588); match(COMMA); } } - setState(584); + setState(591); match(CURLY_END); } break; @@ -5258,7 +5293,7 @@ public class KickCParser extends Parser { _localctx = new ExprIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(586); + setState(593); match(NAME); } break; @@ -5267,7 +5302,7 @@ public class KickCParser extends Parser { _localctx = new ExprNumberContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(587); + setState(594); match(NUMBER); } break; @@ -5276,7 +5311,7 @@ public class KickCParser extends Parser { _localctx = new ExprStringContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(589); + setState(596); _errHandler.sync(this); _alt = 1; do { @@ -5284,7 +5319,7 @@ public class KickCParser extends Parser { case 1: { { - setState(588); + setState(595); match(STRING); } } @@ -5292,9 +5327,9 @@ public class KickCParser extends Parser { default: throw new NoViableAltException(this); } - setState(591); + setState(598); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,60,_ctx); + _alt = getInterpreter().adaptivePredict(_input,64,_ctx); } while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ); } break; @@ -5303,7 +5338,7 @@ public class KickCParser extends Parser { _localctx = new ExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(593); + setState(600); match(CHAR); } break; @@ -5312,30 +5347,30 @@ public class KickCParser extends Parser { _localctx = new ExprBoolContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(594); + setState(601); match(BOOLEAN); } break; } _ctx.stop = _input.LT(-1); - setState(657); + setState(664); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,64,_ctx); + _alt = getInterpreter().adaptivePredict(_input,68,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(655); + setState(662); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,63,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,67,_ctx) ) { case 1: { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(597); + setState(604); if (!(precpred(_ctx, 18))) throw new FailedPredicateException(this, "precpred(_ctx, 18)"); - setState(598); + setState(605); _la = _input.LA(1); if ( !(_la==SHIFT_LEFT || _la==SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -5345,7 +5380,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(599); + setState(606); expr(19); } break; @@ -5353,9 +5388,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(600); + setState(607); if (!(precpred(_ctx, 17))) throw new FailedPredicateException(this, "precpred(_ctx, 17)"); - setState(601); + setState(608); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ASTERISK) | (1L << DIVIDE) | (1L << MODULO))) != 0)) ) { _errHandler.recoverInline(this); @@ -5365,7 +5400,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(602); + setState(609); expr(18); } break; @@ -5373,9 +5408,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(603); + setState(610); if (!(precpred(_ctx, 16))) throw new FailedPredicateException(this, "precpred(_ctx, 16)"); - setState(604); + setState(611); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { _errHandler.recoverInline(this); @@ -5385,7 +5420,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(605); + setState(612); expr(17); } break; @@ -5393,9 +5428,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(606); + setState(613); if (!(precpred(_ctx, 15))) throw new FailedPredicateException(this, "precpred(_ctx, 15)"); - setState(607); + setState(614); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << EQUAL) | (1L << NOT_EQUAL) | (1L << LESS_THAN) | (1L << LESS_THAN_EQUAL) | (1L << GREATER_THAN_EQUAL) | (1L << GREATER_THAN))) != 0)) ) { _errHandler.recoverInline(this); @@ -5405,7 +5440,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(608); + setState(615); expr(16); } break; @@ -5413,13 +5448,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(609); + setState(616); if (!(precpred(_ctx, 14))) throw new FailedPredicateException(this, "precpred(_ctx, 14)"); { - setState(610); + setState(617); match(AND); } - setState(611); + setState(618); expr(15); } break; @@ -5427,13 +5462,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(612); + setState(619); if (!(precpred(_ctx, 13))) throw new FailedPredicateException(this, "precpred(_ctx, 13)"); { - setState(613); + setState(620); match(BIT_XOR); } - setState(614); + setState(621); expr(14); } break; @@ -5441,13 +5476,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(615); + setState(622); if (!(precpred(_ctx, 12))) throw new FailedPredicateException(this, "precpred(_ctx, 12)"); { - setState(616); + setState(623); match(BIT_OR); } - setState(617); + setState(624); expr(13); } break; @@ -5455,13 +5490,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(618); + setState(625); if (!(precpred(_ctx, 11))) throw new FailedPredicateException(this, "precpred(_ctx, 11)"); { - setState(619); + setState(626); match(LOGIC_AND); } - setState(620); + setState(627); expr(12); } break; @@ -5469,13 +5504,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(621); + setState(628); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(622); + setState(629); match(LOGIC_OR); } - setState(623); + setState(630); expr(11); } break; @@ -5483,15 +5518,15 @@ public class KickCParser extends Parser { { _localctx = new ExprTernaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(624); + setState(631); if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(625); + setState(632); match(CONDITION); - setState(626); + setState(633); expr(0); - setState(627); + setState(634); match(COLON); - setState(628); + setState(635); expr(10); } break; @@ -5499,11 +5534,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(630); + setState(637); if (!(precpred(_ctx, 8))) throw new FailedPredicateException(this, "precpred(_ctx, 8)"); - setState(631); + setState(638); match(ASSIGN); - setState(632); + setState(639); expr(8); } break; @@ -5511,11 +5546,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentCompoundContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(633); + setState(640); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(634); + setState(641); match(ASSIGN_COMPOUND); - setState(635); + setState(642); expr(7); } break; @@ -5523,11 +5558,11 @@ public class KickCParser extends Parser { { _localctx = new ExprDotContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(636); + setState(643); if (!(precpred(_ctx, 30))) throw new FailedPredicateException(this, "precpred(_ctx, 30)"); - setState(637); + setState(644); match(DOT); - setState(638); + setState(645); match(NAME); } break; @@ -5535,11 +5570,11 @@ public class KickCParser extends Parser { { _localctx = new ExprArrowContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(639); + setState(646); if (!(precpred(_ctx, 29))) throw new FailedPredicateException(this, "precpred(_ctx, 29)"); - setState(640); + setState(647); match(ARROW); - setState(641); + setState(648); match(NAME); } break; @@ -5547,21 +5582,21 @@ public class KickCParser extends Parser { { _localctx = new ExprCallContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(642); + setState(649); if (!(precpred(_ctx, 28))) throw new FailedPredicateException(this, "precpred(_ctx, 28)"); - setState(643); + setState(650); match(PAR_BEGIN); - setState(645); + setState(652); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { { - setState(644); + setState(651); parameterList(); } } - setState(647); + setState(654); match(PAR_END); } break; @@ -5569,13 +5604,13 @@ public class KickCParser extends Parser { { _localctx = new ExprArrayContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(648); + setState(655); if (!(precpred(_ctx, 24))) throw new FailedPredicateException(this, "precpred(_ctx, 24)"); - setState(649); + setState(656); match(BRACKET_BEGIN); - setState(650); + setState(657); commaExpr(0); - setState(651); + setState(658); match(BRACKET_END); } break; @@ -5583,9 +5618,9 @@ public class KickCParser extends Parser { { _localctx = new ExprPostModContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(653); + setState(660); if (!(precpred(_ctx, 21))) throw new FailedPredicateException(this, "precpred(_ctx, 21)"); - setState(654); + setState(661); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5600,9 +5635,9 @@ public class KickCParser extends Parser { } } } - setState(659); + setState(666); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,64,_ctx); + _alt = getInterpreter().adaptivePredict(_input,68,_ctx); } } } @@ -5654,21 +5689,21 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(660); + setState(667); expr(0); - setState(665); + setState(672); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(661); + setState(668); match(COMMA); - setState(662); + setState(669); expr(0); } } - setState(667); + setState(674); _errHandler.sync(this); _la = _input.LA(1); } @@ -5717,19 +5752,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(668); + setState(675); match(KICKASM); - setState(670); + setState(677); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(669); + setState(676); asmDirectives(); } } - setState(672); + setState(679); match(KICKASM_BODY); } } @@ -5783,27 +5818,27 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(674); + setState(681); match(PAR_BEGIN); - setState(675); + setState(682); asmDirective(); - setState(680); + setState(687); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(676); + setState(683); match(COMMA); - setState(677); + setState(684); asmDirective(); } } - setState(682); + setState(689); _errHandler.sync(this); _la = _input.LA(1); } - setState(683); + setState(690); match(PAR_END); } } @@ -5928,16 +5963,16 @@ public class KickCParser extends Parser { AsmDirectiveContext _localctx = new AsmDirectiveContext(_ctx, getState()); enterRule(_localctx, 76, RULE_asmDirective); try { - setState(695); + setState(702); _errHandler.sync(this); switch (_input.LA(1)) { case RESOURCE: _localctx = new AsmDirectiveResourceContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(685); + setState(692); match(RESOURCE); - setState(686); + setState(693); match(STRING); } break; @@ -5945,9 +5980,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveUsesContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(687); + setState(694); match(USES); - setState(688); + setState(695); match(NAME); } break; @@ -5955,9 +5990,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveClobberContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(689); + setState(696); match(CLOBBERS); - setState(690); + setState(697); match(STRING); } break; @@ -5965,9 +6000,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveBytesContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(691); + setState(698); match(BYTES); - setState(692); + setState(699); expr(0); } break; @@ -5975,9 +6010,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveCyclesContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(693); + setState(700); match(CYCLES); - setState(694); + setState(701); expr(0); } break; @@ -6029,17 +6064,17 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(700); + setState(707); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 114)) & ~0x3f) == 0 && ((1L << (_la - 114)) & ((1L << (ASM_BYTE - 114)) | (1L << (ASM_MNEMONIC - 114)) | (1L << (ASM_MULTI_NAME - 114)) | (1L << (ASM_NAME - 114)))) != 0)) { { { - setState(697); + setState(704); asmLine(); } } - setState(702); + setState(709); _errHandler.sync(this); _la = _input.LA(1); } @@ -6089,28 +6124,28 @@ public class KickCParser extends Parser { AsmLineContext _localctx = new AsmLineContext(_ctx, getState()); enterRule(_localctx, 80, RULE_asmLine); try { - setState(706); + setState(713); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_MULTI_NAME: case ASM_NAME: enterOuterAlt(_localctx, 1); { - setState(703); + setState(710); asmLabel(); } break; case ASM_MNEMONIC: enterOuterAlt(_localctx, 2); { - setState(704); + setState(711); asmInstruction(); } break; case ASM_BYTE: enterOuterAlt(_localctx, 3); { - setState(705); + setState(712); asmBytes(); } break; @@ -6190,28 +6225,28 @@ public class KickCParser extends Parser { enterRule(_localctx, 82, RULE_asmLabel); int _la; try { - setState(724); + setState(731); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_NAME: _localctx = new AsmLabelNameContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(708); + setState(715); match(ASM_NAME); - setState(709); + setState(716); match(ASM_COLON); - setState(713); + setState(720); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_TAG) { { { - setState(710); + setState(717); match(ASM_TAG); } } - setState(715); + setState(722); _errHandler.sync(this); _la = _input.LA(1); } @@ -6221,21 +6256,21 @@ public class KickCParser extends Parser { _localctx = new AsmLabelMultiContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(716); + setState(723); match(ASM_MULTI_NAME); - setState(717); + setState(724); match(ASM_COLON); - setState(721); + setState(728); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_TAG) { { { - setState(718); + setState(725); match(ASM_TAG); } } - setState(723); + setState(730); _errHandler.sync(this); _la = _input.LA(1); } @@ -6291,29 +6326,29 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(726); + setState(733); match(ASM_MNEMONIC); - setState(728); + setState(735); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,74,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,78,_ctx) ) { case 1: { - setState(727); + setState(734); asmParamMode(); } break; } - setState(733); + setState(740); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_TAG) { { { - setState(730); + setState(737); match(ASM_TAG); } } - setState(735); + setState(742); _errHandler.sync(this); _la = _input.LA(1); } @@ -6372,37 +6407,37 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(736); + setState(743); match(ASM_BYTE); - setState(737); + setState(744); asmExpr(0); - setState(742); + setState(749); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_COMMA) { { { - setState(738); + setState(745); match(ASM_COMMA); - setState(739); + setState(746); asmExpr(0); } } - setState(744); + setState(751); _errHandler.sync(this); _la = _input.LA(1); } - setState(748); + setState(755); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_TAG) { { { - setState(745); + setState(752); match(ASM_TAG); } } - setState(750); + setState(757); _errHandler.sync(this); _la = _input.LA(1); } @@ -6649,14 +6684,14 @@ public class KickCParser extends Parser { AsmParamModeContext _localctx = new AsmParamModeContext(_ctx, getState()); enterRule(_localctx, 88, RULE_asmParamMode); try { - setState(796); + setState(803); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,78,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,82,_ctx) ) { case 1: _localctx = new AsmModeAbsContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(751); + setState(758); asmExpr(0); } break; @@ -6664,9 +6699,9 @@ public class KickCParser extends Parser { _localctx = new AsmModeImmContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(752); + setState(759); match(ASM_IMM); - setState(753); + setState(760); asmExpr(0); } break; @@ -6674,11 +6709,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeAbsXYContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(754); + setState(761); asmExpr(0); - setState(755); + setState(762); match(ASM_COMMA); - setState(756); + setState(763); asmExpr(0); } break; @@ -6686,24 +6721,6 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndIdxXYContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(758); - match(ASM_PAR_BEGIN); - setState(759); - asmExpr(0); - setState(760); - match(ASM_PAR_END); - setState(761); - match(ASM_COMMA); - setState(762); - match(ASM_NAME); - } - break; - case 5: - _localctx = new AsmModeIndLongIdxXYContext(_localctx); - enterOuterAlt(_localctx, 5); - { - setState(764); - match(ASM_PAR_BEGIN); setState(765); match(ASM_PAR_BEGIN); setState(766); @@ -6711,10 +6728,28 @@ public class KickCParser extends Parser { setState(767); match(ASM_PAR_END); setState(768); - match(ASM_PAR_END); - setState(769); match(ASM_COMMA); - setState(770); + setState(769); + match(ASM_NAME); + } + break; + case 5: + _localctx = new AsmModeIndLongIdxXYContext(_localctx); + enterOuterAlt(_localctx, 5); + { + setState(771); + match(ASM_PAR_BEGIN); + setState(772); + match(ASM_PAR_BEGIN); + setState(773); + asmExpr(0); + setState(774); + match(ASM_PAR_END); + setState(775); + match(ASM_PAR_END); + setState(776); + match(ASM_COMMA); + setState(777); match(ASM_NAME); } break; @@ -6722,19 +6757,19 @@ public class KickCParser extends Parser { _localctx = new AsmModeSPIndIdxContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(772); + setState(779); match(ASM_PAR_BEGIN); - setState(773); + setState(780); asmExpr(0); - setState(774); + setState(781); match(ASM_COMMA); - setState(775); + setState(782); match(ASM_NAME); - setState(776); + setState(783); match(ASM_PAR_END); - setState(777); + setState(784); match(ASM_COMMA); - setState(778); + setState(785); match(ASM_NAME); } break; @@ -6742,15 +6777,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIdxIndXYContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(780); + setState(787); match(ASM_PAR_BEGIN); - setState(781); + setState(788); asmExpr(0); - setState(782); + setState(789); match(ASM_COMMA); - setState(783); + setState(790); match(ASM_NAME); - setState(784); + setState(791); match(ASM_PAR_END); } break; @@ -6758,11 +6793,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(786); + setState(793); match(ASM_PAR_BEGIN); - setState(787); + setState(794); asmExpr(0); - setState(788); + setState(795); match(ASM_PAR_END); } break; @@ -6770,15 +6805,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndLongContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(790); + setState(797); match(ASM_PAR_BEGIN); - setState(791); + setState(798); match(ASM_PAR_BEGIN); - setState(792); + setState(799); asmExpr(0); - setState(793); + setState(800); match(ASM_PAR_END); - setState(794); + setState(801); match(ASM_PAR_END); } break; @@ -6983,7 +7018,7 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(812); + setState(819); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_BRACKET_BEGIN: @@ -6992,11 +7027,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(799); + setState(806); match(ASM_BRACKET_BEGIN); - setState(800); + setState(807); asmExpr(0); - setState(801); + setState(808); match(ASM_BRACKET_END); } break; @@ -7008,7 +7043,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(803); + setState(810); _la = _input.LA(1); if ( !(((((_la - 126)) & ~0x3f) == 0 && ((1L << (_la - 126)) & ((1L << (ASM_PLUS - 126)) | (1L << (ASM_MINUS - 126)) | (1L << (ASM_LESS_THAN - 126)) | (1L << (ASM_GREATER_THAN - 126)))) != 0)) ) { _errHandler.recoverInline(this); @@ -7018,7 +7053,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(804); + setState(811); asmExpr(8); } break; @@ -7027,7 +7062,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(805); + setState(812); match(ASM_NAME); } break; @@ -7036,7 +7071,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelRelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(806); + setState(813); match(ASM_MULTI_REL); } break; @@ -7045,11 +7080,11 @@ public class KickCParser extends Parser { _localctx = new AsmExprReplaceContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(807); + setState(814); match(ASM_CURLY_BEGIN); - setState(808); + setState(815); match(ASM_NAME); - setState(809); + setState(816); match(ASM_CURLY_END); } break; @@ -7058,7 +7093,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprIntContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(810); + setState(817); match(ASM_NUMBER); } break; @@ -7067,7 +7102,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(811); + setState(818); match(ASM_CHAR); } break; @@ -7075,28 +7110,28 @@ public class KickCParser extends Parser { throw new NoViableAltException(this); } _ctx.stop = _input.LT(-1); - setState(828); + setState(835); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,81,_ctx); + _alt = getInterpreter().adaptivePredict(_input,85,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(826); + setState(833); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,80,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,84,_ctx) ) { case 1: { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(814); + setState(821); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(815); + setState(822); match(ASM_DOT); } - setState(816); + setState(823); asmExpr(11); } break; @@ -7104,9 +7139,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(817); + setState(824); if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(818); + setState(825); _la = _input.LA(1); if ( !(_la==ASM_SHIFT_LEFT || _la==ASM_SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -7116,7 +7151,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(819); + setState(826); asmExpr(10); } break; @@ -7124,9 +7159,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(820); + setState(827); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(821); + setState(828); _la = _input.LA(1); if ( !(_la==ASM_MULTIPLY || _la==ASM_DIVIDE) ) { _errHandler.recoverInline(this); @@ -7136,7 +7171,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(822); + setState(829); asmExpr(8); } break; @@ -7144,9 +7179,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(823); + setState(830); if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); - setState(824); + setState(831); _la = _input.LA(1); if ( !(_la==ASM_PLUS || _la==ASM_MINUS) ) { _errHandler.recoverInline(this); @@ -7156,16 +7191,16 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(825); + setState(832); asmExpr(7); } break; } } } - setState(830); + setState(837); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,81,_ctx); + _alt = getInterpreter().adaptivePredict(_input,85,_ctx); } } } @@ -7292,7 +7327,7 @@ public class KickCParser extends Parser { } public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009d\u0342\4\2\t"+ + "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009d\u0349\4\2\t"+ "\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13"+ "\t\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ @@ -7329,295 +7364,299 @@ public class KickCParser extends Parser { "\35\u01b7\13\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35"+ "\3\35\3\35\3\35\3\35\3\35\5\35\u01c9\n\35\3\35\3\35\3\35\3\35\3\35\3\35"+ "\3\35\5\35\u01d2\n\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35"+ - "\5\35\u01de\n\35\3\36\6\36\u01e1\n\36\r\36\16\36\u01e2\3\36\3\36\3\36"+ - "\5\36\u01e8\n\36\5\36\u01ea\n\36\3\37\3\37\3\37\3\37\5\37\u01f0\n\37\3"+ - " \3 \3 \5 \u01f5\n \3 \3 \5 \u01f9\n \3 \3 \3 \3 \3 \3 \3 \5 \u0202\n"+ - " \3!\5!\u0205\n!\3!\5!\u0208\n!\3\"\3\"\3#\3#\3#\3#\3#\3#\7#\u0212\n#"+ - "\f#\16#\u0215\13#\3$\3$\3$\3$\3$\3$\3$\3$\3$\5$\u0220\n$\3$\3$\3$\3$\3"+ - "$\3$\5$\u0228\n$\3$\3$\3$\3$\5$\u022e\n$\3$\3$\5$\u0232\n$\3$\3$\3$\3"+ - "$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\7$\u0243\n$\f$\16$\u0246\13$\3$\5$"+ - "\u0249\n$\3$\3$\3$\3$\3$\6$\u0250\n$\r$\16$\u0251\3$\3$\5$\u0256\n$\3"+ + "\3\35\5\35\u01df\n\35\3\36\6\36\u01e2\n\36\r\36\16\36\u01e3\3\36\3\36"+ + "\3\36\5\36\u01e9\n\36\5\36\u01eb\n\36\3\37\3\37\3\37\3\37\5\37\u01f1\n"+ + "\37\3 \3 \3 \5 \u01f6\n \3 \3 \5 \u01fa\n \3 \3 \3 \3 \3 \3 \3 \5 \u0203"+ + "\n \3!\5!\u0206\n!\3!\5!\u0209\n!\3\"\3\"\3#\3#\3#\3#\3#\3#\7#\u0213\n"+ + "#\f#\16#\u0216\13#\3$\3$\3$\3$\3$\3$\3$\5$\u021f\n$\3$\3$\5$\u0223\n$"+ + "\3$\5$\u0226\n$\3$\3$\5$\u022a\n$\3$\3$\5$\u022e\n$\3$\5$\u0231\n$\3$"+ + "\3$\5$\u0235\n$\3$\3$\5$\u0239\n$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$"+ + "\3$\3$\3$\7$\u024a\n$\f$\16$\u024d\13$\3$\5$\u0250\n$\3$\3$\3$\3$\3$\6"+ + "$\u0257\n$\r$\16$\u0258\3$\3$\5$\u025d\n$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3"+ "$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3"+ - "$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3"+ - "$\3$\5$\u0288\n$\3$\3$\3$\3$\3$\3$\3$\3$\7$\u0292\n$\f$\16$\u0295\13$"+ - "\3%\3%\3%\7%\u029a\n%\f%\16%\u029d\13%\3&\3&\5&\u02a1\n&\3&\3&\3\'\3\'"+ - "\3\'\3\'\7\'\u02a9\n\'\f\'\16\'\u02ac\13\'\3\'\3\'\3(\3(\3(\3(\3(\3(\3"+ - "(\3(\3(\3(\5(\u02ba\n(\3)\7)\u02bd\n)\f)\16)\u02c0\13)\3*\3*\3*\5*\u02c5"+ - "\n*\3+\3+\3+\7+\u02ca\n+\f+\16+\u02cd\13+\3+\3+\3+\7+\u02d2\n+\f+\16+"+ - "\u02d5\13+\5+\u02d7\n+\3,\3,\5,\u02db\n,\3,\7,\u02de\n,\f,\16,\u02e1\13"+ - ",\3-\3-\3-\3-\7-\u02e7\n-\f-\16-\u02ea\13-\3-\7-\u02ed\n-\f-\16-\u02f0"+ - "\13-\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3"+ + "$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\5$\u028f\n$\3$\3$\3$\3"+ + "$\3$\3$\3$\3$\7$\u0299\n$\f$\16$\u029c\13$\3%\3%\3%\7%\u02a1\n%\f%\16"+ + "%\u02a4\13%\3&\3&\5&\u02a8\n&\3&\3&\3\'\3\'\3\'\3\'\7\'\u02b0\n\'\f\'"+ + "\16\'\u02b3\13\'\3\'\3\'\3(\3(\3(\3(\3(\3(\3(\3(\3(\3(\5(\u02c1\n(\3)"+ + "\7)\u02c4\n)\f)\16)\u02c7\13)\3*\3*\3*\5*\u02cc\n*\3+\3+\3+\7+\u02d1\n"+ + "+\f+\16+\u02d4\13+\3+\3+\3+\7+\u02d9\n+\f+\16+\u02dc\13+\5+\u02de\n+\3"+ + ",\3,\5,\u02e2\n,\3,\7,\u02e5\n,\f,\16,\u02e8\13,\3-\3-\3-\3-\7-\u02ee"+ + "\n-\f-\16-\u02f1\13-\3-\7-\u02f4\n-\f-\16-\u02f7\13-\3.\3.\3.\3.\3.\3"+ ".\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3"+ - ".\5.\u031f\n.\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\5/\u032f\n/\3"+ - "/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\7/\u033d\n/\f/\16/\u0340\13/\3/\2\t"+ - "\f\26\30&DF\\\60\2\4\6\b\n\f\16\20\22\24\26\30\32\34\36 \"$&(*,.\60\62"+ - "\64\668:<>@BDFHJLNPRTVXZ\\\2\r\3\2HI\3\2\27\30\5\2\22\23\31\32TT\3\2\35"+ - "\36\3\2\24\26\3\2\22\23\3\2\37$\3\2\u0080\u0083\3\2~\177\3\2\u0084\u0085"+ - "\3\2\u0080\u0081\2\u03bd\2^\3\2\2\2\4a\3\2\2\2\6g\3\2\2\2\bx\3\2\2\2\n"+ - "z\3\2\2\2\f}\3\2\2\2\16\u0091\3\2\2\2\20\u0093\3\2\2\2\22\u009b\3\2\2"+ - "\2\24\u00a5\3\2\2\2\26\u00b5\3\2\2\2\30\u00d7\3\2\2\2\32\u00f4\3\2\2\2"+ - "\34\u00f6\3\2\2\2\36\u00f9\3\2\2\2 \u0105\3\2\2\2\"\u0108\3\2\2\2$\u010b"+ - "\3\2\2\2&\u0113\3\2\2\2(\u011e\3\2\2\2*\u0123\3\2\2\2,\u012b\3\2\2\2."+ - "\u0138\3\2\2\2\60\u013a\3\2\2\2\62\u014e\3\2\2\2\64\u017d\3\2\2\2\66\u0180"+ - "\3\2\2\28\u01dd\3\2\2\2:\u01e0\3\2\2\2<\u01eb\3\2\2\2>\u0201\3\2\2\2@"+ - "\u0207\3\2\2\2B\u0209\3\2\2\2D\u020b\3\2\2\2F\u0255\3\2\2\2H\u0296\3\2"+ - "\2\2J\u029e\3\2\2\2L\u02a4\3\2\2\2N\u02b9\3\2\2\2P\u02be\3\2\2\2R\u02c4"+ - "\3\2\2\2T\u02d6\3\2\2\2V\u02d8\3\2\2\2X\u02e2\3\2\2\2Z\u031e\3\2\2\2\\"+ - "\u032e\3\2\2\2^_\5\6\4\2_`\7\2\2\3`\3\3\2\2\2ab\5P)\2bc\7\2\2\3c\5\3\2"+ - "\2\2df\5\b\5\2ed\3\2\2\2fi\3\2\2\2ge\3\2\2\2gh\3\2\2\2h\7\3\2\2\2ig\3"+ - "\2\2\2jk\5\n\6\2kl\7\n\2\2ly\3\2\2\2my\5*\26\2no\5\36\20\2op\7\n\2\2p"+ - "y\3\2\2\2qr\5$\23\2rs\7\n\2\2sy\3\2\2\2ty\5\60\31\2uv\5\20\t\2vw\7\n\2"+ - "\2wy\3\2\2\2xj\3\2\2\2xm\3\2\2\2xn\3\2\2\2xq\3\2\2\2xt\3\2\2\2xu\3\2\2"+ - "\2y\t\3\2\2\2z{\5\22\n\2{|\5\f\7\2|\13\3\2\2\2}~\b\7\1\2~\177\5\16\b\2"+ - "\177\u0085\3\2\2\2\u0080\u0081\f\3\2\2\u0081\u0082\7\f\2\2\u0082\u0084"+ - "\5\16\b\2\u0083\u0080\3\2\2\2\u0084\u0087\3\2\2\2\u0085\u0083\3\2\2\2"+ - "\u0085\u0086\3\2\2\2\u0086\r\3\2\2\2\u0087\u0085\3\2\2\2\u0088\u008b\5"+ - "\30\r\2\u0089\u008a\7\'\2\2\u008a\u008c\5F$\2\u008b\u0089\3\2\2\2\u008b"+ - "\u008c\3\2\2\2\u008c\u0092\3\2\2\2\u008d\u008e\5\30\r\2\u008e\u008f\7"+ - "\'\2\2\u008f\u0090\5J&\2\u0090\u0092\3\2\2\2\u0091\u0088\3\2\2\2\u0091"+ - "\u008d\3\2\2\2\u0092\17\3\2\2\2\u0093\u0094\7)\2\2\u0094\u0095\5\22\n"+ - "\2\u0095\u0096\b\t\1\2\u0096\u0097\5\30\r\2\u0097\21\3\2\2\2\u0098\u009a"+ - "\5\64\33\2\u0099\u0098\3\2\2\2\u009a\u009d\3\2\2\2\u009b\u0099\3\2\2\2"+ - "\u009b\u009c\3\2\2\2\u009c\u009e\3\2\2\2\u009d\u009b\3\2\2\2\u009e\u00a2"+ - "\5\32\16\2\u009f\u00a1\5\64\33\2\u00a0\u009f\3\2\2\2\u00a1\u00a4\3\2\2"+ - "\2\u00a2\u00a0\3\2\2\2\u00a2\u00a3\3\2\2\2\u00a3\23\3\2\2\2\u00a4\u00a2"+ - "\3\2\2\2\u00a5\u00a6\5\32\16\2\u00a6\u00a7\5\26\f\2\u00a7\25\3\2\2\2\u00a8"+ - "\u00b6\b\f\1\2\u00a9\u00ad\7\24\2\2\u00aa\u00ac\5\64\33\2\u00ab\u00aa"+ - "\3\2\2\2\u00ac\u00af\3\2\2\2\u00ad\u00ab\3\2\2\2\u00ad\u00ae\3\2\2\2\u00ae"+ - "\u00b0\3\2\2\2\u00af\u00ad\3\2\2\2\u00b0\u00b6\5\26\f\4\u00b1\u00b2\7"+ - "\b\2\2\u00b2\u00b3\5\26\f\2\u00b3\u00b4\7\t\2\2\u00b4\u00b6\3\2\2\2\u00b5"+ - "\u00a8\3\2\2\2\u00b5\u00a9\3\2\2\2\u00b5\u00b1\3\2\2\2\u00b6\u00c5\3\2"+ - "\2\2\u00b7\u00b8\f\6\2\2\u00b8\u00ba\7\b\2\2\u00b9\u00bb\5,\27\2\u00ba"+ - "\u00b9\3\2\2\2\u00ba\u00bb\3\2\2\2\u00bb\u00bc\3\2\2\2\u00bc\u00c4\7\t"+ - "\2\2\u00bd\u00be\f\5\2\2\u00be\u00c0\7\6\2\2\u00bf\u00c1\5F$\2\u00c0\u00bf"+ - "\3\2\2\2\u00c0\u00c1\3\2\2\2\u00c1\u00c2\3\2\2\2\u00c2\u00c4\7\7\2\2\u00c3"+ - "\u00b7\3\2\2\2\u00c3\u00bd\3\2\2\2\u00c4\u00c7\3\2\2\2\u00c5\u00c3\3\2"+ - "\2\2\u00c5\u00c6\3\2\2\2\u00c6\27\3\2\2\2\u00c7\u00c5\3\2\2\2\u00c8\u00c9"+ - "\b\r\1\2\u00c9\u00ca\7n\2\2\u00ca\u00d8\b\r\1\2\u00cb\u00cf\7\24\2\2\u00cc"+ - "\u00ce\5\64\33\2\u00cd\u00cc\3\2\2\2\u00ce\u00d1\3\2\2\2\u00cf\u00cd\3"+ - "\2\2\2\u00cf\u00d0\3\2\2\2\u00d0\u00d2\3\2\2\2\u00d1\u00cf\3\2\2\2\u00d2"+ - "\u00d8\5\30\r\4\u00d3\u00d4\7\b\2\2\u00d4\u00d5\5\30\r\2\u00d5\u00d6\7"+ - "\t\2\2\u00d6\u00d8\3\2\2\2\u00d7\u00c8\3\2\2\2\u00d7\u00cb\3\2\2\2\u00d7"+ - "\u00d3\3\2\2\2\u00d8\u00e7\3\2\2\2\u00d9\u00da\f\6\2\2\u00da\u00dc\7\b"+ - "\2\2\u00db\u00dd\5,\27\2\u00dc\u00db\3\2\2\2\u00dc\u00dd\3\2\2\2\u00dd"+ - "\u00de\3\2\2\2\u00de\u00e6\7\t\2\2\u00df\u00e0\f\5\2\2\u00e0\u00e2\7\6"+ - "\2\2\u00e1\u00e3\5F$\2\u00e2\u00e1\3\2\2\2\u00e2\u00e3\3\2\2\2\u00e3\u00e4"+ - "\3\2\2\2\u00e4\u00e6\7\7\2\2\u00e5\u00d9\3\2\2\2\u00e5\u00df\3\2\2\2\u00e6"+ - "\u00e9\3\2\2\2\u00e7\u00e5\3\2\2\2\u00e7\u00e8\3\2\2\2\u00e8\31\3\2\2"+ - "\2\u00e9\u00e7\3\2\2\2\u00ea\u00ec\7U\2\2\u00eb\u00ea\3\2\2\2\u00ec\u00ed"+ - "\3\2\2\2\u00ed\u00eb\3\2\2\2\u00ed\u00ee\3\2\2\2\u00ee\u00f5\3\2\2\2\u00ef"+ - "\u00f5\5\36\20\2\u00f0\u00f5\5\34\17\2\u00f1\u00f5\5$\23\2\u00f2\u00f5"+ - "\5\"\22\2\u00f3\u00f5\7\3\2\2\u00f4\u00eb\3\2\2\2\u00f4\u00ef\3\2\2\2"+ - "\u00f4\u00f0\3\2\2\2\u00f4\u00f1\3\2\2\2\u00f4\u00f2\3\2\2\2\u00f4\u00f3"+ - "\3\2\2\2\u00f5\33\3\2\2\2\u00f6\u00f7\t\2\2\2\u00f7\u00f8\7n\2\2\u00f8"+ - "\35\3\2\2\2\u00f9\u00fb\t\2\2\2\u00fa\u00fc\7n\2\2\u00fb\u00fa\3\2\2\2"+ - "\u00fb\u00fc\3\2\2\2\u00fc\u00fd\3\2\2\2\u00fd\u00ff\7\4\2\2\u00fe\u0100"+ - "\5 \21\2\u00ff\u00fe\3\2\2\2\u0100\u0101\3\2\2\2\u0101\u00ff\3\2\2\2\u0101"+ - "\u0102\3\2\2\2\u0102\u0103\3\2\2\2\u0103\u0104\7\5\2\2\u0104\37\3\2\2"+ - "\2\u0105\u0106\5\n\6\2\u0106\u0107\7\n\2\2\u0107!\3\2\2\2\u0108\u0109"+ - "\7J\2\2\u0109\u010a\7n\2\2\u010a#\3\2\2\2\u010b\u010d\7J\2\2\u010c\u010e"+ - "\7n\2\2\u010d\u010c\3\2\2\2\u010d\u010e\3\2\2\2\u010e\u010f\3\2\2\2\u010f"+ - "\u0110\7\4\2\2\u0110\u0111\5&\24\2\u0111\u0112\7\5\2\2\u0112%\3\2\2\2"+ - "\u0113\u0114\b\24\1\2\u0114\u0115\5(\25\2\u0115\u011b\3\2\2\2\u0116\u0117"+ - "\f\3\2\2\u0117\u0118\7\f\2\2\u0118\u011a\5(\25\2\u0119\u0116\3\2\2\2\u011a"+ - "\u011d\3\2\2\2\u011b\u0119\3\2\2\2\u011b\u011c\3\2\2\2\u011c\'\3\2\2\2"+ - "\u011d\u011b\3\2\2\2\u011e\u0121\7n\2\2\u011f\u0120\7\'\2\2\u0120\u0122"+ - "\5F$\2\u0121\u011f\3\2\2\2\u0121\u0122\3\2\2\2\u0122)\3\2\2\2\u0123\u0124"+ - "\5\22\n\2\u0124\u0125\5\30\r\2\u0125\u0127\7\4\2\2\u0126\u0128\5\66\34"+ - "\2\u0127\u0126\3\2\2\2\u0127\u0128\3\2\2\2\u0128\u0129\3\2\2\2\u0129\u012a"+ - "\7\5\2\2\u012a+\3\2\2\2\u012b\u0130\5.\30\2\u012c\u012d\7\f\2\2\u012d"+ - "\u012f\5.\30\2\u012e\u012c\3\2\2\2\u012f\u0132\3\2\2\2\u0130\u012e\3\2"+ - "\2\2\u0130\u0131\3\2\2\2\u0131-\3\2\2\2\u0132\u0130\3\2\2\2\u0133\u0134"+ - "\5\22\n\2\u0134\u0135\5\30\r\2\u0135\u0139\3\2\2\2\u0136\u0139\5\24\13"+ - "\2\u0137\u0139\7\16\2\2\u0138\u0133\3\2\2\2\u0138\u0136\3\2\2\2\u0138"+ - "\u0137\3\2\2\2\u0139/\3\2\2\2\u013a\u013b\7Z\2\2\u013b\u013c\7n\2\2\u013c"+ - "\u013d\7\b\2\2\u013d\u0142\5\62\32\2\u013e\u013f\7\f\2\2\u013f\u0141\5"+ - "\62\32\2\u0140\u013e\3\2\2\2\u0141\u0144\3\2\2\2\u0142\u0140\3\2\2\2\u0142"+ - "\u0143\3\2\2\2\u0143\u0145\3\2\2\2\u0144\u0142\3\2\2\2\u0145\u0146\7\t"+ - "\2\2\u0146\61\3\2\2\2\u0147\u014f\7e\2\2\u0148\u0149\7e\2\2\u0149\u014a"+ - "\7\r\2\2\u014a\u014f\7e\2\2\u014b\u014f\7n\2\2\u014c\u014f\7o\2\2\u014d"+ - "\u014f\7:\2\2\u014e\u0147\3\2\2\2\u014e\u0148\3\2\2\2\u014e\u014b\3\2"+ - "\2\2\u014e\u014c\3\2\2\2\u014e\u014d\3\2\2\2\u014f\63\3\2\2\2\u0150\u017e"+ - "\7*\2\2\u0151\u0152\7-\2\2\u0152\u0153\7\b\2\2\u0153\u0154\7e\2\2\u0154"+ - "\u017e\7\t\2\2\u0155\u0159\7\62\2\2\u0156\u0157\7\b\2\2\u0157\u0158\7"+ - "n\2\2\u0158\u015a\7\t\2\2\u0159\u0156\3\2\2\2\u0159\u015a\3\2\2\2\u015a"+ - "\u017e\3\2\2\2\u015b\u017e\7\65\2\2\u015c\u017e\7\66\2\2\u015d\u015e\7"+ - "\64\2\2\u015e\u015f\7\b\2\2\u015f\u0160\5F$\2\u0160\u0161\7\t\2\2\u0161"+ - "\u017e\3\2\2\2\u0162\u017e\7/\2\2\u0163\u017e\7\60\2\2\u0164\u017e\7\67"+ - "\2\2\u0165\u017e\78\2\2\u0166\u017e\7+\2\2\u0167\u017e\7,\2\2\u0168\u017e"+ - "\7.\2\2\u0169\u017e\79\2\2\u016a\u016e\7\61\2\2\u016b\u016c\7\b\2\2\u016c"+ - "\u016d\7n\2\2\u016d\u016f\7\t\2\2\u016e\u016b\3\2\2\2\u016e\u016f\3\2"+ - "\2\2\u016f\u017e\3\2\2\2\u0170\u0171\7\63\2\2\u0171\u0172\7\b\2\2\u0172"+ - "\u0177\5\62\32\2\u0173\u0174\7\f\2\2\u0174\u0176\5\62\32\2\u0175\u0173"+ - "\3\2\2\2\u0176\u0179\3\2\2\2\u0177\u0175\3\2\2\2\u0177\u0178\3\2\2\2\u0178"+ - "\u017a\3\2\2\2\u0179\u0177\3\2\2\2\u017a\u017b\7\t\2\2\u017b\u017e\3\2"+ - "\2\2\u017c\u017e\7:\2\2\u017d\u0150\3\2\2\2\u017d\u0151\3\2\2\2\u017d"+ - "\u0155\3\2\2\2\u017d\u015b\3\2\2\2\u017d\u015c\3\2\2\2\u017d\u015d\3\2"+ - "\2\2\u017d\u0162\3\2\2\2\u017d\u0163\3\2\2\2\u017d\u0164\3\2\2\2\u017d"+ - "\u0165\3\2\2\2\u017d\u0166\3\2\2\2\u017d\u0167\3\2\2\2\u017d\u0168\3\2"+ - "\2\2\u017d\u0169\3\2\2\2\u017d\u016a\3\2\2\2\u017d\u0170\3\2\2\2\u017d"+ - "\u017c\3\2\2\2\u017e\65\3\2\2\2\u017f\u0181\58\35\2\u0180\u017f\3\2\2"+ - "\2\u0181\u0182\3\2\2\2\u0182\u0180\3\2\2\2\u0182\u0183\3\2\2\2\u0183\67"+ - "\3\2\2\2\u0184\u0185\5\n\6\2\u0185\u0186\7\n\2\2\u0186\u01de\3\2\2\2\u0187"+ - "\u0189\7\4\2\2\u0188\u018a\5\66\34\2\u0189\u0188\3\2\2\2\u0189\u018a\3"+ - "\2\2\2\u018a\u018b\3\2\2\2\u018b\u01de\7\5\2\2\u018c\u018d\5D#\2\u018d"+ - "\u018e\7\n\2\2\u018e\u01de\3\2\2\2\u018f\u0190\7;\2\2\u0190\u0191\7\b"+ - "\2\2\u0191\u0192\5D#\2\u0192\u0193\7\t\2\2\u0193\u0196\58\35\2\u0194\u0195"+ - "\7<\2\2\u0195\u0197\58\35\2\u0196\u0194\3\2\2\2\u0196\u0197\3\2\2\2\u0197"+ - "\u01de\3\2\2\2\u0198\u019a\5\64\33\2\u0199\u0198\3\2\2\2\u019a\u019d\3"+ - "\2\2\2\u019b\u0199\3\2\2\2\u019b\u019c\3\2\2\2\u019c\u019e\3\2\2\2\u019d"+ - "\u019b\3\2\2\2\u019e\u019f\7=\2\2\u019f\u01a0\7\b\2\2\u01a0\u01a1\5D#"+ - "\2\u01a1\u01a2\7\t\2\2\u01a2\u01a3\58\35\2\u01a3\u01de\3\2\2\2\u01a4\u01a6"+ - "\5\64\33\2\u01a5\u01a4\3\2\2\2\u01a6\u01a9\3\2\2\2\u01a7\u01a5\3\2\2\2"+ - "\u01a7\u01a8\3\2\2\2\u01a8\u01aa\3\2\2\2\u01a9\u01a7\3\2\2\2\u01aa\u01ab"+ - "\7>\2\2\u01ab\u01ac\58\35\2\u01ac\u01ad\7=\2\2\u01ad\u01ae\7\b\2\2\u01ae"+ - "\u01af\5D#\2\u01af\u01b0\7\t\2\2\u01b0\u01b1\7\n\2\2\u01b1\u01de\3\2\2"+ - "\2\u01b2\u01b4\5\64\33\2\u01b3\u01b2\3\2\2\2\u01b4\u01b7\3\2\2\2\u01b5"+ - "\u01b3\3\2\2\2\u01b5\u01b6\3\2\2\2\u01b6\u01b8\3\2\2\2\u01b7\u01b5\3\2"+ - "\2\2\u01b8\u01b9\7?\2\2\u01b9\u01ba\7\b\2\2\u01ba\u01bb\5> \2\u01bb\u01bc"+ - "\7\t\2\2\u01bc\u01bd\58\35\2\u01bd\u01de\3\2\2\2\u01be\u01bf\7@\2\2\u01bf"+ - "\u01c0\7\b\2\2\u01c0\u01c1\5D#\2\u01c1\u01c2\7\t\2\2\u01c2\u01c3\7\4\2"+ - "\2\u01c3\u01c4\5:\36\2\u01c4\u01c5\7\5\2\2\u01c5\u01de\3\2\2\2\u01c6\u01c8"+ - "\7A\2\2\u01c7\u01c9\5D#\2\u01c8\u01c7\3\2\2\2\u01c8\u01c9\3\2\2\2\u01c9"+ - "\u01ca\3\2\2\2\u01ca\u01de\7\n\2\2\u01cb\u01cc\7B\2\2\u01cc\u01de\7\n"+ - "\2\2\u01cd\u01ce\7C\2\2\u01ce\u01de\7\n\2\2\u01cf\u01d1\7E\2\2\u01d0\u01d2"+ - "\5L\'\2\u01d1\u01d0\3\2\2\2\u01d1\u01d2\3\2\2\2\u01d2\u01d3\3\2\2\2\u01d3"+ - "\u01d4\7\4\2\2\u01d4\u01d5\5P)\2\u01d5\u01d6\7\u0087\2\2\u01d6\u01de\3"+ - "\2\2\2\u01d7\u01de\5J&\2\u01d8\u01de\7\n\2\2\u01d9\u01da\7n\2\2\u01da"+ - "\u01de\7\13\2\2\u01db\u01dc\7D\2\2\u01dc\u01de\7n\2\2\u01dd\u0184\3\2"+ - "\2\2\u01dd\u0187\3\2\2\2\u01dd\u018c\3\2\2\2\u01dd\u018f\3\2\2\2\u01dd"+ - "\u019b\3\2\2\2\u01dd\u01a7\3\2\2\2\u01dd\u01b5\3\2\2\2\u01dd\u01be\3\2"+ - "\2\2\u01dd\u01c6\3\2\2\2\u01dd\u01cb\3\2\2\2\u01dd\u01cd\3\2\2\2\u01dd"+ - "\u01cf\3\2\2\2\u01dd\u01d7\3\2\2\2\u01dd\u01d8\3\2\2\2\u01dd\u01d9\3\2"+ - "\2\2\u01dd\u01db\3\2\2\2\u01de9\3\2\2\2\u01df\u01e1\5<\37\2\u01e0\u01df"+ - "\3\2\2\2\u01e1\u01e2\3\2\2\2\u01e2\u01e0\3\2\2\2\u01e2\u01e3\3\2\2\2\u01e3"+ - "\u01e9\3\2\2\2\u01e4\u01e5\7F\2\2\u01e5\u01e7\7\13\2\2\u01e6\u01e8\5\66"+ - "\34\2\u01e7\u01e6\3\2\2\2\u01e7\u01e8\3\2\2\2\u01e8\u01ea\3\2\2\2\u01e9"+ - "\u01e4\3\2\2\2\u01e9\u01ea\3\2\2\2\u01ea;\3\2\2\2\u01eb\u01ec\7G\2\2\u01ec"+ - "\u01ed\5F$\2\u01ed\u01ef\7\13\2\2\u01ee\u01f0\5\66\34\2\u01ef\u01ee\3"+ - "\2\2\2\u01ef\u01f0\3\2\2\2\u01f0=\3\2\2\2\u01f1\u01f2\5@!\2\u01f2\u01f4"+ - "\7\n\2\2\u01f3\u01f5\5B\"\2\u01f4\u01f3\3\2\2\2\u01f4\u01f5\3\2\2\2\u01f5"+ - "\u01f6\3\2\2\2\u01f6\u01f8\7\n\2\2\u01f7\u01f9\5D#\2\u01f8\u01f7\3\2\2"+ - "\2\u01f8\u01f9\3\2\2\2\u01f9\u0202\3\2\2\2\u01fa\u01fb\5\22\n\2\u01fb"+ - "\u01fc\5\30\r\2\u01fc\u01fd\7\13\2\2\u01fd\u01fe\5F$\2\u01fe\u01ff\7\r"+ - "\2\2\u01ff\u0200\5F$\2\u0200\u0202\3\2\2\2\u0201\u01f1\3\2\2\2\u0201\u01fa"+ - "\3\2\2\2\u0202?\3\2\2\2\u0203\u0205\5\n\6\2\u0204\u0203\3\2\2\2\u0204"+ - "\u0205\3\2\2\2\u0205\u0208\3\2\2\2\u0206\u0208\5D#\2\u0207\u0204\3\2\2"+ - "\2\u0207\u0206\3\2\2\2\u0208A\3\2\2\2\u0209\u020a\5D#\2\u020aC\3\2\2\2"+ - "\u020b\u020c\b#\1\2\u020c\u020d\5F$\2\u020d\u0213\3\2\2\2\u020e\u020f"+ - "\f\3\2\2\u020f\u0210\7\f\2\2\u0210\u0212\5F$\2\u0211\u020e\3\2\2\2\u0212"+ - "\u0215\3\2\2\2\u0213\u0211\3\2\2\2\u0213\u0214\3\2\2\2\u0214E\3\2\2\2"+ - "\u0215\u0213\3\2\2\2\u0216\u0217\b$\1\2\u0217\u0218\7\b\2\2\u0218\u0219"+ - "\5D#\2\u0219\u021a\7\t\2\2\u021a\u0256\3\2\2\2\u021b\u021c\7K\2\2\u021c"+ - "\u021f\7\b\2\2\u021d\u0220\5F$\2\u021e\u0220\5\24\13\2\u021f\u021d\3\2"+ - "\2\2\u021f\u021e\3\2\2\2\u0220\u0221\3\2\2\2\u0221\u0222\7\t\2\2\u0222"+ - "\u0256\3\2\2\2\u0223\u0224\7L\2\2\u0224\u0227\7\b\2\2\u0225\u0228\5F$"+ - "\2\u0226\u0228\5\24\13\2\u0227\u0225\3\2\2\2\u0227\u0226\3\2\2\2\u0228"+ - "\u0229\3\2\2\2\u0229\u022a\7\t\2\2\u022a\u0256\3\2\2\2\u022b\u022d\7M"+ - "\2\2\u022c\u022e\7\b\2\2\u022d\u022c\3\2\2\2\u022d\u022e\3\2\2\2\u022e"+ - "\u022f\3\2\2\2\u022f\u0231\7n\2\2\u0230\u0232\7\t\2\2\u0231\u0230\3\2"+ - "\2\2\u0231\u0232\3\2\2\2\u0232\u0256\3\2\2\2\u0233\u0234\7\b\2\2\u0234"+ - "\u0235\5\24\13\2\u0235\u0236\7\t\2\2\u0236\u0237\5F$\31\u0237\u0256\3"+ - "\2\2\2\u0238\u0239\t\3\2\2\u0239\u0256\5F$\30\u023a\u023b\7\24\2\2\u023b"+ - "\u0256\5F$\26\u023c\u023d\t\4\2\2\u023d\u0256\5F$\25\u023e\u023f\7\4\2"+ - "\2\u023f\u0244\5F$\2\u0240\u0241\7\f\2\2\u0241\u0243\5F$\2\u0242\u0240"+ - "\3\2\2\2\u0243\u0246\3\2\2\2\u0244\u0242\3\2\2\2\u0244\u0245\3\2\2\2\u0245"+ - "\u0248\3\2\2\2\u0246\u0244\3\2\2\2\u0247\u0249\7\f\2\2\u0248\u0247\3\2"+ - "\2\2\u0248\u0249\3\2\2\2\u0249\u024a\3\2\2\2\u024a\u024b\7\5\2\2\u024b"+ - "\u0256\3\2\2\2\u024c\u0256\7n\2\2\u024d\u0256\7e\2\2\u024e\u0250\7o\2"+ - "\2\u024f\u024e\3\2\2\2\u0250\u0251\3\2\2\2\u0251\u024f\3\2\2\2\u0251\u0252"+ - "\3\2\2\2\u0252\u0256\3\2\2\2\u0253\u0256\7p\2\2\u0254\u0256\7V\2\2\u0255"+ - "\u0216\3\2\2\2\u0255\u021b\3\2\2\2\u0255\u0223\3\2\2\2\u0255\u022b\3\2"+ - "\2\2\u0255\u0233\3\2\2\2\u0255\u0238\3\2\2\2\u0255\u023a\3\2\2\2\u0255"+ - "\u023c\3\2\2\2\u0255\u023e\3\2\2\2\u0255\u024c\3\2\2\2\u0255\u024d\3\2"+ - "\2\2\u0255\u024f\3\2\2\2\u0255\u0253\3\2\2\2\u0255\u0254\3\2\2\2\u0256"+ - "\u0293\3\2\2\2\u0257\u0258\f\24\2\2\u0258\u0259\t\5\2\2\u0259\u0292\5"+ - "F$\25\u025a\u025b\f\23\2\2\u025b\u025c\t\6\2\2\u025c\u0292\5F$\24\u025d"+ - "\u025e\f\22\2\2\u025e\u025f\t\7\2\2\u025f\u0292\5F$\23\u0260\u0261\f\21"+ - "\2\2\u0261\u0262\t\b\2\2\u0262\u0292\5F$\22\u0263\u0264\f\20\2\2\u0264"+ - "\u0265\7\31\2\2\u0265\u0292\5F$\21\u0266\u0267\f\17\2\2\u0267\u0268\7"+ - "\33\2\2\u0268\u0292\5F$\20\u0269\u026a\f\16\2\2\u026a\u026b\7\34\2\2\u026b"+ - "\u0292\5F$\17\u026c\u026d\f\r\2\2\u026d\u026e\7%\2\2\u026e\u0292\5F$\16"+ - "\u026f\u0270\f\f\2\2\u0270\u0271\7&\2\2\u0271\u0292\5F$\r\u0272\u0273"+ - "\f\13\2\2\u0273\u0274\7\17\2\2\u0274\u0275\5F$\2\u0275\u0276\7\13\2\2"+ - "\u0276\u0277\5F$\f\u0277\u0292\3\2\2\2\u0278\u0279\f\n\2\2\u0279\u027a"+ - "\7\'\2\2\u027a\u0292\5F$\n\u027b\u027c\f\t\2\2\u027c\u027d\7(\2\2\u027d"+ - "\u0292\5F$\t\u027e\u027f\f \2\2\u027f\u0280\7\20\2\2\u0280\u0292\7n\2"+ - "\2\u0281\u0282\f\37\2\2\u0282\u0283\7\21\2\2\u0283\u0292\7n\2\2\u0284"+ - "\u0285\f\36\2\2\u0285\u0287\7\b\2\2\u0286\u0288\5H%\2\u0287\u0286\3\2"+ - "\2\2\u0287\u0288\3\2\2\2\u0288\u0289\3\2\2\2\u0289\u0292\7\t\2\2\u028a"+ - "\u028b\f\32\2\2\u028b\u028c\7\6\2\2\u028c\u028d\5D#\2\u028d\u028e\7\7"+ - "\2\2\u028e\u0292\3\2\2\2\u028f\u0290\f\27\2\2\u0290\u0292\t\3\2\2\u0291"+ - "\u0257\3\2\2\2\u0291\u025a\3\2\2\2\u0291\u025d\3\2\2\2\u0291\u0260\3\2"+ - "\2\2\u0291\u0263\3\2\2\2\u0291\u0266\3\2\2\2\u0291\u0269\3\2\2\2\u0291"+ - "\u026c\3\2\2\2\u0291\u026f\3\2\2\2\u0291\u0272\3\2\2\2\u0291\u0278\3\2"+ - "\2\2\u0291\u027b\3\2\2\2\u0291\u027e\3\2\2\2\u0291\u0281\3\2\2\2\u0291"+ - "\u0284\3\2\2\2\u0291\u028a\3\2\2\2\u0291\u028f\3\2\2\2\u0292\u0295\3\2"+ - "\2\2\u0293\u0291\3\2\2\2\u0293\u0294\3\2\2\2\u0294G\3\2\2\2\u0295\u0293"+ - "\3\2\2\2\u0296\u029b\5F$\2\u0297\u0298\7\f\2\2\u0298\u029a\5F$\2\u0299"+ - "\u0297\3\2\2\2\u029a\u029d\3\2\2\2\u029b\u0299\3\2\2\2\u029b\u029c\3\2"+ - "\2\2\u029cI\3\2\2\2\u029d\u029b\3\2\2\2\u029e\u02a0\7N\2\2\u029f\u02a1"+ - "\5L\'\2\u02a0\u029f\3\2\2\2\u02a0\u02a1\3\2\2\2\u02a1\u02a2\3\2\2\2\u02a2"+ - "\u02a3\7W\2\2\u02a3K\3\2\2\2\u02a4\u02a5\7\b\2\2\u02a5\u02aa\5N(\2\u02a6"+ - "\u02a7\7\f\2\2\u02a7\u02a9\5N(\2\u02a8\u02a6\3\2\2\2\u02a9\u02ac\3\2\2"+ - "\2\u02aa\u02a8\3\2\2\2\u02aa\u02ab\3\2\2\2\u02ab\u02ad\3\2\2\2\u02ac\u02aa"+ - "\3\2\2\2\u02ad\u02ae\7\t\2\2\u02aeM\3\2\2\2\u02af\u02b0\7O\2\2\u02b0\u02ba"+ - "\7o\2\2\u02b1\u02b2\7P\2\2\u02b2\u02ba\7n\2\2\u02b3\u02b4\7Q\2\2\u02b4"+ - "\u02ba\7o\2\2\u02b5\u02b6\7R\2\2\u02b6\u02ba\5F$\2\u02b7\u02b8\7S\2\2"+ - "\u02b8\u02ba\5F$\2\u02b9\u02af\3\2\2\2\u02b9\u02b1\3\2\2\2\u02b9\u02b3"+ - "\3\2\2\2\u02b9\u02b5\3\2\2\2\u02b9\u02b7\3\2\2\2\u02baO\3\2\2\2\u02bb"+ - "\u02bd\5R*\2\u02bc\u02bb\3\2\2\2\u02bd\u02c0\3\2\2\2\u02be\u02bc\3\2\2"+ - "\2\u02be\u02bf\3\2\2\2\u02bfQ\3\2\2\2\u02c0\u02be\3\2\2\2\u02c1\u02c5"+ - "\5T+\2\u02c2\u02c5\5V,\2\u02c3\u02c5\5X-\2\u02c4\u02c1\3\2\2\2\u02c4\u02c2"+ - "\3\2\2\2\u02c4\u02c3\3\2\2\2\u02c5S\3\2\2\2\u02c6\u02c7\7\u0094\2\2\u02c7"+ - "\u02cb\7w\2\2\u02c8\u02ca\7\u0095\2\2\u02c9\u02c8\3\2\2\2\u02ca\u02cd"+ - "\3\2\2\2\u02cb\u02c9\3\2\2\2\u02cb\u02cc\3\2\2\2\u02cc\u02d7\3\2\2\2\u02cd"+ - "\u02cb\3\2\2\2\u02ce\u02cf\7\u0093\2\2\u02cf\u02d3\7w\2\2\u02d0\u02d2"+ - "\7\u0095\2\2\u02d1\u02d0\3\2\2\2\u02d2\u02d5\3\2\2\2\u02d3\u02d1\3\2\2"+ - "\2\u02d3\u02d4\3\2\2\2\u02d4\u02d7\3\2\2\2\u02d5\u02d3\3\2\2\2\u02d6\u02c6"+ - "\3\2\2\2\u02d6\u02ce\3\2\2\2\u02d7U\3\2\2\2\u02d8\u02da\7u\2\2\u02d9\u02db"+ - "\5Z.\2\u02da\u02d9\3\2\2\2\u02da\u02db\3\2\2\2\u02db\u02df\3\2\2\2\u02dc"+ - "\u02de\7\u0095\2\2\u02dd\u02dc\3\2\2\2\u02de\u02e1\3\2\2\2\u02df\u02dd"+ - "\3\2\2\2\u02df\u02e0\3\2\2\2\u02e0W\3\2\2\2\u02e1\u02df\3\2\2\2\u02e2"+ - "\u02e3\7t\2\2\u02e3\u02e8\5\\/\2\u02e4\u02e5\7x\2\2\u02e5\u02e7\5\\/\2"+ - "\u02e6\u02e4\3\2\2\2\u02e7\u02ea\3\2\2\2\u02e8\u02e6\3\2\2\2\u02e8\u02e9"+ - "\3\2\2\2\u02e9\u02ee\3\2\2\2\u02ea\u02e8\3\2\2\2\u02eb\u02ed\7\u0095\2"+ - "\2\u02ec\u02eb\3\2\2\2\u02ed\u02f0\3\2\2\2\u02ee\u02ec\3\2\2\2\u02ee\u02ef"+ - "\3\2\2\2\u02efY\3\2\2\2\u02f0\u02ee\3\2\2\2\u02f1\u031f\5\\/\2\u02f2\u02f3"+ - "\7v\2\2\u02f3\u031f\5\\/\2\u02f4\u02f5\5\\/\2\u02f5\u02f6\7x\2\2\u02f6"+ - "\u02f7\5\\/\2\u02f7\u031f\3\2\2\2\u02f8\u02f9\7y\2\2\u02f9\u02fa\5\\/"+ - "\2\u02fa\u02fb\7z\2\2\u02fb\u02fc\7x\2\2\u02fc\u02fd\7\u0094\2\2\u02fd"+ - "\u031f\3\2\2\2\u02fe\u02ff\7y\2\2\u02ff\u0300\7y\2\2\u0300\u0301\5\\/"+ - "\2\u0301\u0302\7z\2\2\u0302\u0303\7z\2\2\u0303\u0304\7x\2\2\u0304\u0305"+ - "\7\u0094\2\2\u0305\u031f\3\2\2\2\u0306\u0307\7y\2\2\u0307\u0308\5\\/\2"+ - "\u0308\u0309\7x\2\2\u0309\u030a\7\u0094\2\2\u030a\u030b\7z\2\2\u030b\u030c"+ - "\7x\2\2\u030c\u030d\7\u0094\2\2\u030d\u031f\3\2\2\2\u030e\u030f\7y\2\2"+ - "\u030f\u0310\5\\/\2\u0310\u0311\7x\2\2\u0311\u0312\7\u0094\2\2\u0312\u0313"+ - "\7z\2\2\u0313\u031f\3\2\2\2\u0314\u0315\7y\2\2\u0315\u0316\5\\/\2\u0316"+ - "\u0317\7z\2\2\u0317\u031f\3\2\2\2\u0318\u0319\7y\2\2\u0319\u031a\7y\2"+ - "\2\u031a\u031b\5\\/\2\u031b\u031c\7z\2\2\u031c\u031d\7z\2\2\u031d\u031f"+ - "\3\2\2\2\u031e\u02f1\3\2\2\2\u031e\u02f2\3\2\2\2\u031e\u02f4\3\2\2\2\u031e"+ - "\u02f8\3\2\2\2\u031e\u02fe\3\2\2\2\u031e\u0306\3\2\2\2\u031e\u030e\3\2"+ - "\2\2\u031e\u0314\3\2\2\2\u031e\u0318\3\2\2\2\u031f[\3\2\2\2\u0320\u0321"+ - "\b/\1\2\u0321\u0322\7{\2\2\u0322\u0323\5\\/\2\u0323\u0324\7|\2\2\u0324"+ - "\u032f\3\2\2\2\u0325\u0326\t\t\2\2\u0326\u032f\5\\/\n\u0327\u032f\7\u0094"+ - "\2\2\u0328\u032f\7\u0092\2\2\u0329\u032a\7\u0086\2\2\u032a\u032b\7\u0094"+ - "\2\2\u032b\u032f\7\u0087\2\2\u032c\u032f\7\u0088\2\2\u032d\u032f\7\u0091"+ - "\2\2\u032e\u0320\3\2\2\2\u032e\u0325\3\2\2\2\u032e\u0327\3\2\2\2\u032e"+ - "\u0328\3\2\2\2\u032e\u0329\3\2\2\2\u032e\u032c\3\2\2\2\u032e\u032d\3\2"+ - "\2\2\u032f\u033e\3\2\2\2\u0330\u0331\f\f\2\2\u0331\u0332\7}\2\2\u0332"+ - "\u033d\5\\/\r\u0333\u0334\f\13\2\2\u0334\u0335\t\n\2\2\u0335\u033d\5\\"+ - "/\f\u0336\u0337\f\t\2\2\u0337\u0338\t\13\2\2\u0338\u033d\5\\/\n\u0339"+ - "\u033a\f\b\2\2\u033a\u033b\t\f\2\2\u033b\u033d\5\\/\t\u033c\u0330\3\2"+ - "\2\2\u033c\u0333\3\2\2\2\u033c\u0336\3\2\2\2\u033c\u0339\3\2\2\2\u033d"+ - "\u0340\3\2\2\2\u033e\u033c\3\2\2\2\u033e\u033f\3\2\2\2\u033f]\3\2\2\2"+ - "\u0340\u033e\3\2\2\2Tgx\u0085\u008b\u0091\u009b\u00a2\u00ad\u00b5\u00ba"+ - "\u00c0\u00c3\u00c5\u00cf\u00d7\u00dc\u00e2\u00e5\u00e7\u00ed\u00f4\u00fb"+ - "\u0101\u010d\u011b\u0121\u0127\u0130\u0138\u0142\u014e\u0159\u016e\u0177"+ - "\u017d\u0182\u0189\u0196\u019b\u01a7\u01b5\u01c8\u01d1\u01dd\u01e2\u01e7"+ - "\u01e9\u01ef\u01f4\u01f8\u0201\u0204\u0207\u0213\u021f\u0227\u022d\u0231"+ - "\u0244\u0248\u0251\u0255\u0287\u0291\u0293\u029b\u02a0\u02aa\u02b9\u02be"+ - "\u02c4\u02cb\u02d3\u02d6\u02da\u02df\u02e8\u02ee\u031e\u032e\u033c\u033e"; + ".\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\5.\u0326\n.\3/\3/\3"+ + "/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\5/\u0336\n/\3/\3/\3/\3/\3/\3/\3/\3"+ + "/\3/\3/\3/\3/\7/\u0344\n/\f/\16/\u0347\13/\3/\2\t\f\26\30&DF\\\60\2\4"+ + "\6\b\n\f\16\20\22\24\26\30\32\34\36 \"$&(*,.\60\62\64\668:<>@BDFHJLNP"+ + "RTVXZ\\\2\r\3\2HI\3\2\27\30\5\2\22\23\31\32TT\3\2\35\36\3\2\24\26\3\2"+ + "\22\23\3\2\37$\3\2\u0080\u0083\3\2~\177\3\2\u0084\u0085\3\2\u0080\u0081"+ + "\2\u03c8\2^\3\2\2\2\4a\3\2\2\2\6g\3\2\2\2\bx\3\2\2\2\nz\3\2\2\2\f}\3\2"+ + "\2\2\16\u0091\3\2\2\2\20\u0093\3\2\2\2\22\u009b\3\2\2\2\24\u00a5\3\2\2"+ + "\2\26\u00b5\3\2\2\2\30\u00d7\3\2\2\2\32\u00f4\3\2\2\2\34\u00f6\3\2\2\2"+ + "\36\u00f9\3\2\2\2 \u0105\3\2\2\2\"\u0108\3\2\2\2$\u010b\3\2\2\2&\u0113"+ + "\3\2\2\2(\u011e\3\2\2\2*\u0123\3\2\2\2,\u012b\3\2\2\2.\u0138\3\2\2\2\60"+ + "\u013a\3\2\2\2\62\u014e\3\2\2\2\64\u017d\3\2\2\2\66\u0180\3\2\2\28\u01de"+ + "\3\2\2\2:\u01e1\3\2\2\2<\u01ec\3\2\2\2>\u0202\3\2\2\2@\u0208\3\2\2\2B"+ + "\u020a\3\2\2\2D\u020c\3\2\2\2F\u025c\3\2\2\2H\u029d\3\2\2\2J\u02a5\3\2"+ + "\2\2L\u02ab\3\2\2\2N\u02c0\3\2\2\2P\u02c5\3\2\2\2R\u02cb\3\2\2\2T\u02dd"+ + "\3\2\2\2V\u02df\3\2\2\2X\u02e9\3\2\2\2Z\u0325\3\2\2\2\\\u0335\3\2\2\2"+ + "^_\5\6\4\2_`\7\2\2\3`\3\3\2\2\2ab\5P)\2bc\7\2\2\3c\5\3\2\2\2df\5\b\5\2"+ + "ed\3\2\2\2fi\3\2\2\2ge\3\2\2\2gh\3\2\2\2h\7\3\2\2\2ig\3\2\2\2jk\5\n\6"+ + "\2kl\7\n\2\2ly\3\2\2\2my\5*\26\2no\5\36\20\2op\7\n\2\2py\3\2\2\2qr\5$"+ + "\23\2rs\7\n\2\2sy\3\2\2\2ty\5\60\31\2uv\5\20\t\2vw\7\n\2\2wy\3\2\2\2x"+ + "j\3\2\2\2xm\3\2\2\2xn\3\2\2\2xq\3\2\2\2xt\3\2\2\2xu\3\2\2\2y\t\3\2\2\2"+ + "z{\5\22\n\2{|\5\f\7\2|\13\3\2\2\2}~\b\7\1\2~\177\5\16\b\2\177\u0085\3"+ + "\2\2\2\u0080\u0081\f\3\2\2\u0081\u0082\7\f\2\2\u0082\u0084\5\16\b\2\u0083"+ + "\u0080\3\2\2\2\u0084\u0087\3\2\2\2\u0085\u0083\3\2\2\2\u0085\u0086\3\2"+ + "\2\2\u0086\r\3\2\2\2\u0087\u0085\3\2\2\2\u0088\u008b\5\30\r\2\u0089\u008a"+ + "\7\'\2\2\u008a\u008c\5F$\2\u008b\u0089\3\2\2\2\u008b\u008c\3\2\2\2\u008c"+ + "\u0092\3\2\2\2\u008d\u008e\5\30\r\2\u008e\u008f\7\'\2\2\u008f\u0090\5"+ + "J&\2\u0090\u0092\3\2\2\2\u0091\u0088\3\2\2\2\u0091\u008d\3\2\2\2\u0092"+ + "\17\3\2\2\2\u0093\u0094\7)\2\2\u0094\u0095\5\22\n\2\u0095\u0096\b\t\1"+ + "\2\u0096\u0097\5\30\r\2\u0097\21\3\2\2\2\u0098\u009a\5\64\33\2\u0099\u0098"+ + "\3\2\2\2\u009a\u009d\3\2\2\2\u009b\u0099\3\2\2\2\u009b\u009c\3\2\2\2\u009c"+ + "\u009e\3\2\2\2\u009d\u009b\3\2\2\2\u009e\u00a2\5\32\16\2\u009f\u00a1\5"+ + "\64\33\2\u00a0\u009f\3\2\2\2\u00a1\u00a4\3\2\2\2\u00a2\u00a0\3\2\2\2\u00a2"+ + "\u00a3\3\2\2\2\u00a3\23\3\2\2\2\u00a4\u00a2\3\2\2\2\u00a5\u00a6\5\32\16"+ + "\2\u00a6\u00a7\5\26\f\2\u00a7\25\3\2\2\2\u00a8\u00b6\b\f\1\2\u00a9\u00ad"+ + "\7\24\2\2\u00aa\u00ac\5\64\33\2\u00ab\u00aa\3\2\2\2\u00ac\u00af\3\2\2"+ + "\2\u00ad\u00ab\3\2\2\2\u00ad\u00ae\3\2\2\2\u00ae\u00b0\3\2\2\2\u00af\u00ad"+ + "\3\2\2\2\u00b0\u00b6\5\26\f\4\u00b1\u00b2\7\b\2\2\u00b2\u00b3\5\26\f\2"+ + "\u00b3\u00b4\7\t\2\2\u00b4\u00b6\3\2\2\2\u00b5\u00a8\3\2\2\2\u00b5\u00a9"+ + "\3\2\2\2\u00b5\u00b1\3\2\2\2\u00b6\u00c5\3\2\2\2\u00b7\u00b8\f\6\2\2\u00b8"+ + "\u00ba\7\b\2\2\u00b9\u00bb\5,\27\2\u00ba\u00b9\3\2\2\2\u00ba\u00bb\3\2"+ + "\2\2\u00bb\u00bc\3\2\2\2\u00bc\u00c4\7\t\2\2\u00bd\u00be\f\5\2\2\u00be"+ + "\u00c0\7\6\2\2\u00bf\u00c1\5F$\2\u00c0\u00bf\3\2\2\2\u00c0\u00c1\3\2\2"+ + "\2\u00c1\u00c2\3\2\2\2\u00c2\u00c4\7\7\2\2\u00c3\u00b7\3\2\2\2\u00c3\u00bd"+ + "\3\2\2\2\u00c4\u00c7\3\2\2\2\u00c5\u00c3\3\2\2\2\u00c5\u00c6\3\2\2\2\u00c6"+ + "\27\3\2\2\2\u00c7\u00c5\3\2\2\2\u00c8\u00c9\b\r\1\2\u00c9\u00ca\7n\2\2"+ + "\u00ca\u00d8\b\r\1\2\u00cb\u00cf\7\24\2\2\u00cc\u00ce\5\64\33\2\u00cd"+ + "\u00cc\3\2\2\2\u00ce\u00d1\3\2\2\2\u00cf\u00cd\3\2\2\2\u00cf\u00d0\3\2"+ + "\2\2\u00d0\u00d2\3\2\2\2\u00d1\u00cf\3\2\2\2\u00d2\u00d8\5\30\r\4\u00d3"+ + "\u00d4\7\b\2\2\u00d4\u00d5\5\30\r\2\u00d5\u00d6\7\t\2\2\u00d6\u00d8\3"+ + "\2\2\2\u00d7\u00c8\3\2\2\2\u00d7\u00cb\3\2\2\2\u00d7\u00d3\3\2\2\2\u00d8"+ + "\u00e7\3\2\2\2\u00d9\u00da\f\6\2\2\u00da\u00dc\7\b\2\2\u00db\u00dd\5,"+ + "\27\2\u00dc\u00db\3\2\2\2\u00dc\u00dd\3\2\2\2\u00dd\u00de\3\2\2\2\u00de"+ + "\u00e6\7\t\2\2\u00df\u00e0\f\5\2\2\u00e0\u00e2\7\6\2\2\u00e1\u00e3\5F"+ + "$\2\u00e2\u00e1\3\2\2\2\u00e2\u00e3\3\2\2\2\u00e3\u00e4\3\2\2\2\u00e4"+ + "\u00e6\7\7\2\2\u00e5\u00d9\3\2\2\2\u00e5\u00df\3\2\2\2\u00e6\u00e9\3\2"+ + "\2\2\u00e7\u00e5\3\2\2\2\u00e7\u00e8\3\2\2\2\u00e8\31\3\2\2\2\u00e9\u00e7"+ + "\3\2\2\2\u00ea\u00ec\7U\2\2\u00eb\u00ea\3\2\2\2\u00ec\u00ed\3\2\2\2\u00ed"+ + "\u00eb\3\2\2\2\u00ed\u00ee\3\2\2\2\u00ee\u00f5\3\2\2\2\u00ef\u00f5\5\36"+ + "\20\2\u00f0\u00f5\5\34\17\2\u00f1\u00f5\5$\23\2\u00f2\u00f5\5\"\22\2\u00f3"+ + "\u00f5\7\3\2\2\u00f4\u00eb\3\2\2\2\u00f4\u00ef\3\2\2\2\u00f4\u00f0\3\2"+ + "\2\2\u00f4\u00f1\3\2\2\2\u00f4\u00f2\3\2\2\2\u00f4\u00f3\3\2\2\2\u00f5"+ + "\33\3\2\2\2\u00f6\u00f7\t\2\2\2\u00f7\u00f8\7n\2\2\u00f8\35\3\2\2\2\u00f9"+ + "\u00fb\t\2\2\2\u00fa\u00fc\7n\2\2\u00fb\u00fa\3\2\2\2\u00fb\u00fc\3\2"+ + "\2\2\u00fc\u00fd\3\2\2\2\u00fd\u00ff\7\4\2\2\u00fe\u0100\5 \21\2\u00ff"+ + "\u00fe\3\2\2\2\u0100\u0101\3\2\2\2\u0101\u00ff\3\2\2\2\u0101\u0102\3\2"+ + "\2\2\u0102\u0103\3\2\2\2\u0103\u0104\7\5\2\2\u0104\37\3\2\2\2\u0105\u0106"+ + "\5\n\6\2\u0106\u0107\7\n\2\2\u0107!\3\2\2\2\u0108\u0109\7J\2\2\u0109\u010a"+ + "\7n\2\2\u010a#\3\2\2\2\u010b\u010d\7J\2\2\u010c\u010e\7n\2\2\u010d\u010c"+ + "\3\2\2\2\u010d\u010e\3\2\2\2\u010e\u010f\3\2\2\2\u010f\u0110\7\4\2\2\u0110"+ + "\u0111\5&\24\2\u0111\u0112\7\5\2\2\u0112%\3\2\2\2\u0113\u0114\b\24\1\2"+ + "\u0114\u0115\5(\25\2\u0115\u011b\3\2\2\2\u0116\u0117\f\3\2\2\u0117\u0118"+ + "\7\f\2\2\u0118\u011a\5(\25\2\u0119\u0116\3\2\2\2\u011a\u011d\3\2\2\2\u011b"+ + "\u0119\3\2\2\2\u011b\u011c\3\2\2\2\u011c\'\3\2\2\2\u011d\u011b\3\2\2\2"+ + "\u011e\u0121\7n\2\2\u011f\u0120\7\'\2\2\u0120\u0122\5F$\2\u0121\u011f"+ + "\3\2\2\2\u0121\u0122\3\2\2\2\u0122)\3\2\2\2\u0123\u0124\5\22\n\2\u0124"+ + "\u0125\5\30\r\2\u0125\u0127\7\4\2\2\u0126\u0128\5\66\34\2\u0127\u0126"+ + "\3\2\2\2\u0127\u0128\3\2\2\2\u0128\u0129\3\2\2\2\u0129\u012a\7\5\2\2\u012a"+ + "+\3\2\2\2\u012b\u0130\5.\30\2\u012c\u012d\7\f\2\2\u012d\u012f\5.\30\2"+ + "\u012e\u012c\3\2\2\2\u012f\u0132\3\2\2\2\u0130\u012e\3\2\2\2\u0130\u0131"+ + "\3\2\2\2\u0131-\3\2\2\2\u0132\u0130\3\2\2\2\u0133\u0134\5\22\n\2\u0134"+ + "\u0135\5\30\r\2\u0135\u0139\3\2\2\2\u0136\u0139\5\24\13\2\u0137\u0139"+ + "\7\16\2\2\u0138\u0133\3\2\2\2\u0138\u0136\3\2\2\2\u0138\u0137\3\2\2\2"+ + "\u0139/\3\2\2\2\u013a\u013b\7Z\2\2\u013b\u013c\7n\2\2\u013c\u013d\7\b"+ + "\2\2\u013d\u0142\5\62\32\2\u013e\u013f\7\f\2\2\u013f\u0141\5\62\32\2\u0140"+ + "\u013e\3\2\2\2\u0141\u0144\3\2\2\2\u0142\u0140\3\2\2\2\u0142\u0143\3\2"+ + "\2\2\u0143\u0145\3\2\2\2\u0144\u0142\3\2\2\2\u0145\u0146\7\t\2\2\u0146"+ + "\61\3\2\2\2\u0147\u014f\7e\2\2\u0148\u0149\7e\2\2\u0149\u014a\7\r\2\2"+ + "\u014a\u014f\7e\2\2\u014b\u014f\7n\2\2\u014c\u014f\7o\2\2\u014d\u014f"+ + "\7:\2\2\u014e\u0147\3\2\2\2\u014e\u0148\3\2\2\2\u014e\u014b\3\2\2\2\u014e"+ + "\u014c\3\2\2\2\u014e\u014d\3\2\2\2\u014f\63\3\2\2\2\u0150\u017e\7*\2\2"+ + "\u0151\u0152\7-\2\2\u0152\u0153\7\b\2\2\u0153\u0154\7e\2\2\u0154\u017e"+ + "\7\t\2\2\u0155\u0159\7\62\2\2\u0156\u0157\7\b\2\2\u0157\u0158\7n\2\2\u0158"+ + "\u015a\7\t\2\2\u0159\u0156\3\2\2\2\u0159\u015a\3\2\2\2\u015a\u017e\3\2"+ + "\2\2\u015b\u017e\7\65\2\2\u015c\u017e\7\66\2\2\u015d\u015e\7\64\2\2\u015e"+ + "\u015f\7\b\2\2\u015f\u0160\5F$\2\u0160\u0161\7\t\2\2\u0161\u017e\3\2\2"+ + "\2\u0162\u017e\7/\2\2\u0163\u017e\7\60\2\2\u0164\u017e\7\67\2\2\u0165"+ + "\u017e\78\2\2\u0166\u017e\7+\2\2\u0167\u017e\7,\2\2\u0168\u017e\7.\2\2"+ + "\u0169\u017e\79\2\2\u016a\u016e\7\61\2\2\u016b\u016c\7\b\2\2\u016c\u016d"+ + "\7n\2\2\u016d\u016f\7\t\2\2\u016e\u016b\3\2\2\2\u016e\u016f\3\2\2\2\u016f"+ + "\u017e\3\2\2\2\u0170\u0171\7\63\2\2\u0171\u0172\7\b\2\2\u0172\u0177\5"+ + "\62\32\2\u0173\u0174\7\f\2\2\u0174\u0176\5\62\32\2\u0175\u0173\3\2\2\2"+ + "\u0176\u0179\3\2\2\2\u0177\u0175\3\2\2\2\u0177\u0178\3\2\2\2\u0178\u017a"+ + "\3\2\2\2\u0179\u0177\3\2\2\2\u017a\u017b\7\t\2\2\u017b\u017e\3\2\2\2\u017c"+ + "\u017e\7:\2\2\u017d\u0150\3\2\2\2\u017d\u0151\3\2\2\2\u017d\u0155\3\2"+ + "\2\2\u017d\u015b\3\2\2\2\u017d\u015c\3\2\2\2\u017d\u015d\3\2\2\2\u017d"+ + "\u0162\3\2\2\2\u017d\u0163\3\2\2\2\u017d\u0164\3\2\2\2\u017d\u0165\3\2"+ + "\2\2\u017d\u0166\3\2\2\2\u017d\u0167\3\2\2\2\u017d\u0168\3\2\2\2\u017d"+ + "\u0169\3\2\2\2\u017d\u016a\3\2\2\2\u017d\u0170\3\2\2\2\u017d\u017c\3\2"+ + "\2\2\u017e\65\3\2\2\2\u017f\u0181\58\35\2\u0180\u017f\3\2\2\2\u0181\u0182"+ + "\3\2\2\2\u0182\u0180\3\2\2\2\u0182\u0183\3\2\2\2\u0183\67\3\2\2\2\u0184"+ + "\u0185\5\n\6\2\u0185\u0186\7\n\2\2\u0186\u01df\3\2\2\2\u0187\u0189\7\4"+ + "\2\2\u0188\u018a\5\66\34\2\u0189\u0188\3\2\2\2\u0189\u018a\3\2\2\2\u018a"+ + "\u018b\3\2\2\2\u018b\u01df\7\5\2\2\u018c\u018d\5D#\2\u018d\u018e\7\n\2"+ + "\2\u018e\u01df\3\2\2\2\u018f\u0190\7;\2\2\u0190\u0191\7\b\2\2\u0191\u0192"+ + "\5D#\2\u0192\u0193\7\t\2\2\u0193\u0196\58\35\2\u0194\u0195\7<\2\2\u0195"+ + "\u0197\58\35\2\u0196\u0194\3\2\2\2\u0196\u0197\3\2\2\2\u0197\u01df\3\2"+ + "\2\2\u0198\u019a\5\64\33\2\u0199\u0198\3\2\2\2\u019a\u019d\3\2\2\2\u019b"+ + "\u0199\3\2\2\2\u019b\u019c\3\2\2\2\u019c\u019e\3\2\2\2\u019d\u019b\3\2"+ + "\2\2\u019e\u019f\7=\2\2\u019f\u01a0\7\b\2\2\u01a0\u01a1\5D#\2\u01a1\u01a2"+ + "\7\t\2\2\u01a2\u01a3\58\35\2\u01a3\u01df\3\2\2\2\u01a4\u01a6\5\64\33\2"+ + "\u01a5\u01a4\3\2\2\2\u01a6\u01a9\3\2\2\2\u01a7\u01a5\3\2\2\2\u01a7\u01a8"+ + "\3\2\2\2\u01a8\u01aa\3\2\2\2\u01a9\u01a7\3\2\2\2\u01aa\u01ab\7>\2\2\u01ab"+ + "\u01ac\58\35\2\u01ac\u01ad\7=\2\2\u01ad\u01ae\7\b\2\2\u01ae\u01af\5D#"+ + "\2\u01af\u01b0\7\t\2\2\u01b0\u01b1\7\n\2\2\u01b1\u01df\3\2\2\2\u01b2\u01b4"+ + "\5\64\33\2\u01b3\u01b2\3\2\2\2\u01b4\u01b7\3\2\2\2\u01b5\u01b3\3\2\2\2"+ + "\u01b5\u01b6\3\2\2\2\u01b6\u01b8\3\2\2\2\u01b7\u01b5\3\2\2\2\u01b8\u01b9"+ + "\7?\2\2\u01b9\u01ba\7\b\2\2\u01ba\u01bb\5> \2\u01bb\u01bc\7\t\2\2\u01bc"+ + "\u01bd\58\35\2\u01bd\u01df\3\2\2\2\u01be\u01bf\7@\2\2\u01bf\u01c0\7\b"+ + "\2\2\u01c0\u01c1\5D#\2\u01c1\u01c2\7\t\2\2\u01c2\u01c3\7\4\2\2\u01c3\u01c4"+ + "\5:\36\2\u01c4\u01c5\7\5\2\2\u01c5\u01df\3\2\2\2\u01c6\u01c8\7A\2\2\u01c7"+ + "\u01c9\5D#\2\u01c8\u01c7\3\2\2\2\u01c8\u01c9\3\2\2\2\u01c9\u01ca\3\2\2"+ + "\2\u01ca\u01df\7\n\2\2\u01cb\u01cc\7B\2\2\u01cc\u01df\7\n\2\2\u01cd\u01ce"+ + "\7C\2\2\u01ce\u01df\7\n\2\2\u01cf\u01d1\7E\2\2\u01d0\u01d2\5L\'\2\u01d1"+ + "\u01d0\3\2\2\2\u01d1\u01d2\3\2\2\2\u01d2\u01d3\3\2\2\2\u01d3\u01d4\7\4"+ + "\2\2\u01d4\u01d5\5P)\2\u01d5\u01d6\7\u0087\2\2\u01d6\u01df\3\2\2\2\u01d7"+ + "\u01df\5J&\2\u01d8\u01df\7\n\2\2\u01d9\u01da\7n\2\2\u01da\u01df\7\13\2"+ + "\2\u01db\u01dc\7D\2\2\u01dc\u01dd\7n\2\2\u01dd\u01df\7\n\2\2\u01de\u0184"+ + "\3\2\2\2\u01de\u0187\3\2\2\2\u01de\u018c\3\2\2\2\u01de\u018f\3\2\2\2\u01de"+ + "\u019b\3\2\2\2\u01de\u01a7\3\2\2\2\u01de\u01b5\3\2\2\2\u01de\u01be\3\2"+ + "\2\2\u01de\u01c6\3\2\2\2\u01de\u01cb\3\2\2\2\u01de\u01cd\3\2\2\2\u01de"+ + "\u01cf\3\2\2\2\u01de\u01d7\3\2\2\2\u01de\u01d8\3\2\2\2\u01de\u01d9\3\2"+ + "\2\2\u01de\u01db\3\2\2\2\u01df9\3\2\2\2\u01e0\u01e2\5<\37\2\u01e1\u01e0"+ + "\3\2\2\2\u01e2\u01e3\3\2\2\2\u01e3\u01e1\3\2\2\2\u01e3\u01e4\3\2\2\2\u01e4"+ + "\u01ea\3\2\2\2\u01e5\u01e6\7F\2\2\u01e6\u01e8\7\13\2\2\u01e7\u01e9\5\66"+ + "\34\2\u01e8\u01e7\3\2\2\2\u01e8\u01e9\3\2\2\2\u01e9\u01eb\3\2\2\2\u01ea"+ + "\u01e5\3\2\2\2\u01ea\u01eb\3\2\2\2\u01eb;\3\2\2\2\u01ec\u01ed\7G\2\2\u01ed"+ + "\u01ee\5F$\2\u01ee\u01f0\7\13\2\2\u01ef\u01f1\5\66\34\2\u01f0\u01ef\3"+ + "\2\2\2\u01f0\u01f1\3\2\2\2\u01f1=\3\2\2\2\u01f2\u01f3\5@!\2\u01f3\u01f5"+ + "\7\n\2\2\u01f4\u01f6\5B\"\2\u01f5\u01f4\3\2\2\2\u01f5\u01f6\3\2\2\2\u01f6"+ + "\u01f7\3\2\2\2\u01f7\u01f9\7\n\2\2\u01f8\u01fa\5D#\2\u01f9\u01f8\3\2\2"+ + "\2\u01f9\u01fa\3\2\2\2\u01fa\u0203\3\2\2\2\u01fb\u01fc\5\22\n\2\u01fc"+ + "\u01fd\5\30\r\2\u01fd\u01fe\7\13\2\2\u01fe\u01ff\5F$\2\u01ff\u0200\7\r"+ + "\2\2\u0200\u0201\5F$\2\u0201\u0203\3\2\2\2\u0202\u01f2\3\2\2\2\u0202\u01fb"+ + "\3\2\2\2\u0203?\3\2\2\2\u0204\u0206\5\n\6\2\u0205\u0204\3\2\2\2\u0205"+ + "\u0206\3\2\2\2\u0206\u0209\3\2\2\2\u0207\u0209\5D#\2\u0208\u0205\3\2\2"+ + "\2\u0208\u0207\3\2\2\2\u0209A\3\2\2\2\u020a\u020b\5D#\2\u020bC\3\2\2\2"+ + "\u020c\u020d\b#\1\2\u020d\u020e\5F$\2\u020e\u0214\3\2\2\2\u020f\u0210"+ + "\f\3\2\2\u0210\u0211\7\f\2\2\u0211\u0213\5F$\2\u0212\u020f\3\2\2\2\u0213"+ + "\u0216\3\2\2\2\u0214\u0212\3\2\2\2\u0214\u0215\3\2\2\2\u0215E\3\2\2\2"+ + "\u0216\u0214\3\2\2\2\u0217\u0218\b$\1\2\u0218\u0219\7\b\2\2\u0219\u021a"+ + "\5D#\2\u021a\u021b\7\t\2\2\u021b\u025d\3\2\2\2\u021c\u021e\7K\2\2\u021d"+ + "\u021f\7\b\2\2\u021e\u021d\3\2\2\2\u021e\u021f\3\2\2\2\u021f\u0222\3\2"+ + "\2\2\u0220\u0223\5F$\2\u0221\u0223\5\24\13\2\u0222\u0220\3\2\2\2\u0222"+ + "\u0221\3\2\2\2\u0223\u0225\3\2\2\2\u0224\u0226\7\t\2\2\u0225\u0224\3\2"+ + "\2\2\u0225\u0226\3\2\2\2\u0226\u025d\3\2\2\2\u0227\u0229\7L\2\2\u0228"+ + "\u022a\7\b\2\2\u0229\u0228\3\2\2\2\u0229\u022a\3\2\2\2\u022a\u022d\3\2"+ + "\2\2\u022b\u022e\5F$\2\u022c\u022e\5\24\13\2\u022d\u022b\3\2\2\2\u022d"+ + "\u022c\3\2\2\2\u022e\u0230\3\2\2\2\u022f\u0231\7\t\2\2\u0230\u022f\3\2"+ + "\2\2\u0230\u0231\3\2\2\2\u0231\u025d\3\2\2\2\u0232\u0234\7M\2\2\u0233"+ + "\u0235\7\b\2\2\u0234\u0233\3\2\2\2\u0234\u0235\3\2\2\2\u0235\u0236\3\2"+ + "\2\2\u0236\u0238\7n\2\2\u0237\u0239\7\t\2\2\u0238\u0237\3\2\2\2\u0238"+ + "\u0239\3\2\2\2\u0239\u025d\3\2\2\2\u023a\u023b\7\b\2\2\u023b\u023c\5\24"+ + "\13\2\u023c\u023d\7\t\2\2\u023d\u023e\5F$\31\u023e\u025d\3\2\2\2\u023f"+ + "\u0240\t\3\2\2\u0240\u025d\5F$\30\u0241\u0242\7\24\2\2\u0242\u025d\5F"+ + "$\26\u0243\u0244\t\4\2\2\u0244\u025d\5F$\25\u0245\u0246\7\4\2\2\u0246"+ + "\u024b\5F$\2\u0247\u0248\7\f\2\2\u0248\u024a\5F$\2\u0249\u0247\3\2\2\2"+ + "\u024a\u024d\3\2\2\2\u024b\u0249\3\2\2\2\u024b\u024c\3\2\2\2\u024c\u024f"+ + "\3\2\2\2\u024d\u024b\3\2\2\2\u024e\u0250\7\f\2\2\u024f\u024e\3\2\2\2\u024f"+ + "\u0250\3\2\2\2\u0250\u0251\3\2\2\2\u0251\u0252\7\5\2\2\u0252\u025d\3\2"+ + "\2\2\u0253\u025d\7n\2\2\u0254\u025d\7e\2\2\u0255\u0257\7o\2\2\u0256\u0255"+ + "\3\2\2\2\u0257\u0258\3\2\2\2\u0258\u0256\3\2\2\2\u0258\u0259\3\2\2\2\u0259"+ + "\u025d\3\2\2\2\u025a\u025d\7p\2\2\u025b\u025d\7V\2\2\u025c\u0217\3\2\2"+ + "\2\u025c\u021c\3\2\2\2\u025c\u0227\3\2\2\2\u025c\u0232\3\2\2\2\u025c\u023a"+ + "\3\2\2\2\u025c\u023f\3\2\2\2\u025c\u0241\3\2\2\2\u025c\u0243\3\2\2\2\u025c"+ + "\u0245\3\2\2\2\u025c\u0253\3\2\2\2\u025c\u0254\3\2\2\2\u025c\u0256\3\2"+ + "\2\2\u025c\u025a\3\2\2\2\u025c\u025b\3\2\2\2\u025d\u029a\3\2\2\2\u025e"+ + "\u025f\f\24\2\2\u025f\u0260\t\5\2\2\u0260\u0299\5F$\25\u0261\u0262\f\23"+ + "\2\2\u0262\u0263\t\6\2\2\u0263\u0299\5F$\24\u0264\u0265\f\22\2\2\u0265"+ + "\u0266\t\7\2\2\u0266\u0299\5F$\23\u0267\u0268\f\21\2\2\u0268\u0269\t\b"+ + "\2\2\u0269\u0299\5F$\22\u026a\u026b\f\20\2\2\u026b\u026c\7\31\2\2\u026c"+ + "\u0299\5F$\21\u026d\u026e\f\17\2\2\u026e\u026f\7\33\2\2\u026f\u0299\5"+ + "F$\20\u0270\u0271\f\16\2\2\u0271\u0272\7\34\2\2\u0272\u0299\5F$\17\u0273"+ + "\u0274\f\r\2\2\u0274\u0275\7%\2\2\u0275\u0299\5F$\16\u0276\u0277\f\f\2"+ + "\2\u0277\u0278\7&\2\2\u0278\u0299\5F$\r\u0279\u027a\f\13\2\2\u027a\u027b"+ + "\7\17\2\2\u027b\u027c\5F$\2\u027c\u027d\7\13\2\2\u027d\u027e\5F$\f\u027e"+ + "\u0299\3\2\2\2\u027f\u0280\f\n\2\2\u0280\u0281\7\'\2\2\u0281\u0299\5F"+ + "$\n\u0282\u0283\f\t\2\2\u0283\u0284\7(\2\2\u0284\u0299\5F$\t\u0285\u0286"+ + "\f \2\2\u0286\u0287\7\20\2\2\u0287\u0299\7n\2\2\u0288\u0289\f\37\2\2\u0289"+ + "\u028a\7\21\2\2\u028a\u0299\7n\2\2\u028b\u028c\f\36\2\2\u028c\u028e\7"+ + "\b\2\2\u028d\u028f\5H%\2\u028e\u028d\3\2\2\2\u028e\u028f\3\2\2\2\u028f"+ + "\u0290\3\2\2\2\u0290\u0299\7\t\2\2\u0291\u0292\f\32\2\2\u0292\u0293\7"+ + "\6\2\2\u0293\u0294\5D#\2\u0294\u0295\7\7\2\2\u0295\u0299\3\2\2\2\u0296"+ + "\u0297\f\27\2\2\u0297\u0299\t\3\2\2\u0298\u025e\3\2\2\2\u0298\u0261\3"+ + "\2\2\2\u0298\u0264\3\2\2\2\u0298\u0267\3\2\2\2\u0298\u026a\3\2\2\2\u0298"+ + "\u026d\3\2\2\2\u0298\u0270\3\2\2\2\u0298\u0273\3\2\2\2\u0298\u0276\3\2"+ + "\2\2\u0298\u0279\3\2\2\2\u0298\u027f\3\2\2\2\u0298\u0282\3\2\2\2\u0298"+ + "\u0285\3\2\2\2\u0298\u0288\3\2\2\2\u0298\u028b\3\2\2\2\u0298\u0291\3\2"+ + "\2\2\u0298\u0296\3\2\2\2\u0299\u029c\3\2\2\2\u029a\u0298\3\2\2\2\u029a"+ + "\u029b\3\2\2\2\u029bG\3\2\2\2\u029c\u029a\3\2\2\2\u029d\u02a2\5F$\2\u029e"+ + "\u029f\7\f\2\2\u029f\u02a1\5F$\2\u02a0\u029e\3\2\2\2\u02a1\u02a4\3\2\2"+ + "\2\u02a2\u02a0\3\2\2\2\u02a2\u02a3\3\2\2\2\u02a3I\3\2\2\2\u02a4\u02a2"+ + "\3\2\2\2\u02a5\u02a7\7N\2\2\u02a6\u02a8\5L\'\2\u02a7\u02a6\3\2\2\2\u02a7"+ + "\u02a8\3\2\2\2\u02a8\u02a9\3\2\2\2\u02a9\u02aa\7W\2\2\u02aaK\3\2\2\2\u02ab"+ + "\u02ac\7\b\2\2\u02ac\u02b1\5N(\2\u02ad\u02ae\7\f\2\2\u02ae\u02b0\5N(\2"+ + "\u02af\u02ad\3\2\2\2\u02b0\u02b3\3\2\2\2\u02b1\u02af\3\2\2\2\u02b1\u02b2"+ + "\3\2\2\2\u02b2\u02b4\3\2\2\2\u02b3\u02b1\3\2\2\2\u02b4\u02b5\7\t\2\2\u02b5"+ + "M\3\2\2\2\u02b6\u02b7\7O\2\2\u02b7\u02c1\7o\2\2\u02b8\u02b9\7P\2\2\u02b9"+ + "\u02c1\7n\2\2\u02ba\u02bb\7Q\2\2\u02bb\u02c1\7o\2\2\u02bc\u02bd\7R\2\2"+ + "\u02bd\u02c1\5F$\2\u02be\u02bf\7S\2\2\u02bf\u02c1\5F$\2\u02c0\u02b6\3"+ + "\2\2\2\u02c0\u02b8\3\2\2\2\u02c0\u02ba\3\2\2\2\u02c0\u02bc\3\2\2\2\u02c0"+ + "\u02be\3\2\2\2\u02c1O\3\2\2\2\u02c2\u02c4\5R*\2\u02c3\u02c2\3\2\2\2\u02c4"+ + "\u02c7\3\2\2\2\u02c5\u02c3\3\2\2\2\u02c5\u02c6\3\2\2\2\u02c6Q\3\2\2\2"+ + "\u02c7\u02c5\3\2\2\2\u02c8\u02cc\5T+\2\u02c9\u02cc\5V,\2\u02ca\u02cc\5"+ + "X-\2\u02cb\u02c8\3\2\2\2\u02cb\u02c9\3\2\2\2\u02cb\u02ca\3\2\2\2\u02cc"+ + "S\3\2\2\2\u02cd\u02ce\7\u0094\2\2\u02ce\u02d2\7w\2\2\u02cf\u02d1\7\u0095"+ + "\2\2\u02d0\u02cf\3\2\2\2\u02d1\u02d4\3\2\2\2\u02d2\u02d0\3\2\2\2\u02d2"+ + "\u02d3\3\2\2\2\u02d3\u02de\3\2\2\2\u02d4\u02d2\3\2\2\2\u02d5\u02d6\7\u0093"+ + "\2\2\u02d6\u02da\7w\2\2\u02d7\u02d9\7\u0095\2\2\u02d8\u02d7\3\2\2\2\u02d9"+ + "\u02dc\3\2\2\2\u02da\u02d8\3\2\2\2\u02da\u02db\3\2\2\2\u02db\u02de\3\2"+ + "\2\2\u02dc\u02da\3\2\2\2\u02dd\u02cd\3\2\2\2\u02dd\u02d5\3\2\2\2\u02de"+ + "U\3\2\2\2\u02df\u02e1\7u\2\2\u02e0\u02e2\5Z.\2\u02e1\u02e0\3\2\2\2\u02e1"+ + "\u02e2\3\2\2\2\u02e2\u02e6\3\2\2\2\u02e3\u02e5\7\u0095\2\2\u02e4\u02e3"+ + "\3\2\2\2\u02e5\u02e8\3\2\2\2\u02e6\u02e4\3\2\2\2\u02e6\u02e7\3\2\2\2\u02e7"+ + "W\3\2\2\2\u02e8\u02e6\3\2\2\2\u02e9\u02ea\7t\2\2\u02ea\u02ef\5\\/\2\u02eb"+ + "\u02ec\7x\2\2\u02ec\u02ee\5\\/\2\u02ed\u02eb\3\2\2\2\u02ee\u02f1\3\2\2"+ + "\2\u02ef\u02ed\3\2\2\2\u02ef\u02f0\3\2\2\2\u02f0\u02f5\3\2\2\2\u02f1\u02ef"+ + "\3\2\2\2\u02f2\u02f4\7\u0095\2\2\u02f3\u02f2\3\2\2\2\u02f4\u02f7\3\2\2"+ + "\2\u02f5\u02f3\3\2\2\2\u02f5\u02f6\3\2\2\2\u02f6Y\3\2\2\2\u02f7\u02f5"+ + "\3\2\2\2\u02f8\u0326\5\\/\2\u02f9\u02fa\7v\2\2\u02fa\u0326\5\\/\2\u02fb"+ + "\u02fc\5\\/\2\u02fc\u02fd\7x\2\2\u02fd\u02fe\5\\/\2\u02fe\u0326\3\2\2"+ + "\2\u02ff\u0300\7y\2\2\u0300\u0301\5\\/\2\u0301\u0302\7z\2\2\u0302\u0303"+ + "\7x\2\2\u0303\u0304\7\u0094\2\2\u0304\u0326\3\2\2\2\u0305\u0306\7y\2\2"+ + "\u0306\u0307\7y\2\2\u0307\u0308\5\\/\2\u0308\u0309\7z\2\2\u0309\u030a"+ + "\7z\2\2\u030a\u030b\7x\2\2\u030b\u030c\7\u0094\2\2\u030c\u0326\3\2\2\2"+ + "\u030d\u030e\7y\2\2\u030e\u030f\5\\/\2\u030f\u0310\7x\2\2\u0310\u0311"+ + "\7\u0094\2\2\u0311\u0312\7z\2\2\u0312\u0313\7x\2\2\u0313\u0314\7\u0094"+ + "\2\2\u0314\u0326\3\2\2\2\u0315\u0316\7y\2\2\u0316\u0317\5\\/\2\u0317\u0318"+ + "\7x\2\2\u0318\u0319\7\u0094\2\2\u0319\u031a\7z\2\2\u031a\u0326\3\2\2\2"+ + "\u031b\u031c\7y\2\2\u031c\u031d\5\\/\2\u031d\u031e\7z\2\2\u031e\u0326"+ + "\3\2\2\2\u031f\u0320\7y\2\2\u0320\u0321\7y\2\2\u0321\u0322\5\\/\2\u0322"+ + "\u0323\7z\2\2\u0323\u0324\7z\2\2\u0324\u0326\3\2\2\2\u0325\u02f8\3\2\2"+ + "\2\u0325\u02f9\3\2\2\2\u0325\u02fb\3\2\2\2\u0325\u02ff\3\2\2\2\u0325\u0305"+ + "\3\2\2\2\u0325\u030d\3\2\2\2\u0325\u0315\3\2\2\2\u0325\u031b\3\2\2\2\u0325"+ + "\u031f\3\2\2\2\u0326[\3\2\2\2\u0327\u0328\b/\1\2\u0328\u0329\7{\2\2\u0329"+ + "\u032a\5\\/\2\u032a\u032b\7|\2\2\u032b\u0336\3\2\2\2\u032c\u032d\t\t\2"+ + "\2\u032d\u0336\5\\/\n\u032e\u0336\7\u0094\2\2\u032f\u0336\7\u0092\2\2"+ + "\u0330\u0331\7\u0086\2\2\u0331\u0332\7\u0094\2\2\u0332\u0336\7\u0087\2"+ + "\2\u0333\u0336\7\u0088\2\2\u0334\u0336\7\u0091\2\2\u0335\u0327\3\2\2\2"+ + "\u0335\u032c\3\2\2\2\u0335\u032e\3\2\2\2\u0335\u032f\3\2\2\2\u0335\u0330"+ + "\3\2\2\2\u0335\u0333\3\2\2\2\u0335\u0334\3\2\2\2\u0336\u0345\3\2\2\2\u0337"+ + "\u0338\f\f\2\2\u0338\u0339\7}\2\2\u0339\u0344\5\\/\r\u033a\u033b\f\13"+ + "\2\2\u033b\u033c\t\n\2\2\u033c\u0344\5\\/\f\u033d\u033e\f\t\2\2\u033e"+ + "\u033f\t\13\2\2\u033f\u0344\5\\/\n\u0340\u0341\f\b\2\2\u0341\u0342\t\f"+ + "\2\2\u0342\u0344\5\\/\t\u0343\u0337\3\2\2\2\u0343\u033a\3\2\2\2\u0343"+ + "\u033d\3\2\2\2\u0343\u0340\3\2\2\2\u0344\u0347\3\2\2\2\u0345\u0343\3\2"+ + "\2\2\u0345\u0346\3\2\2\2\u0346]\3\2\2\2\u0347\u0345\3\2\2\2Xgx\u0085\u008b"+ + "\u0091\u009b\u00a2\u00ad\u00b5\u00ba\u00c0\u00c3\u00c5\u00cf\u00d7\u00dc"+ + "\u00e2\u00e5\u00e7\u00ed\u00f4\u00fb\u0101\u010d\u011b\u0121\u0127\u0130"+ + "\u0138\u0142\u014e\u0159\u016e\u0177\u017d\u0182\u0189\u0196\u019b\u01a7"+ + "\u01b5\u01c8\u01d1\u01de\u01e3\u01e8\u01ea\u01f0\u01f5\u01f9\u0202\u0205"+ + "\u0208\u0214\u021e\u0222\u0225\u0229\u022d\u0230\u0234\u0238\u024b\u024f"+ + "\u0258\u025c\u028e\u0298\u029a\u02a2\u02a7\u02b1\u02c0\u02c5\u02cb\u02d2"+ + "\u02da\u02dd\u02e1\u02e6\u02ef\u02f5\u0325\u0335\u0343\u0345"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/src/test/java/dk/camelot64/kickc/test/TestProgramsFast.java b/src/test/java/dk/camelot64/kickc/test/TestProgramsFast.java index 9b7f5614e..2aef3f092 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestProgramsFast.java +++ b/src/test/java/dk/camelot64/kickc/test/TestProgramsFast.java @@ -199,6 +199,11 @@ public class TestProgramsFast extends TestPrograms { compileAndCompare("procedure-declare-0.c"); } + @Test + public void testSizeNoParen() throws IOException { + compileAndCompare("sizeof-noparen.c"); + } + @Test public void testSizeOfProblem() throws IOException { compileAndCompare("sizeof-problem.c"); diff --git a/src/test/kc/sizeof-noparen.c b/src/test/kc/sizeof-noparen.c new file mode 100644 index 000000000..def96892c --- /dev/null +++ b/src/test/kc/sizeof-noparen.c @@ -0,0 +1,18 @@ +// Tests the sizeof operator without parenthesis + +char* const SCREEN = (char*)0x400; + +void main() { + char idx = 0; + + // Simple types + char b = 0; + int w = 0; + + SCREEN[idx++] = '0'+sizeof 0; + SCREEN[idx++] = '0'+sizeof b; + SCREEN[idx++] = '0'+sizeof w; + SCREEN[idx++] = '0'+sizeof (char); + SCREEN[idx++] = '0'+sizeof (int); + +} \ No newline at end of file diff --git a/src/test/ref/labelgoto-5.asm b/src/test/ref/labelgoto-5.asm index 90c52fa2b..d72541e8f 100644 --- a/src/test/ref/labelgoto-5.asm +++ b/src/test/ref/labelgoto-5.asm @@ -1,5 +1,5 @@ // Test labels/goto -// goto a nested label +// goto a label nested in a loop // Commodore 64 PRG executable file .file [name="labelgoto-5.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] diff --git a/src/test/ref/labelgoto-5.log b/src/test/ref/labelgoto-5.log index 180b5411b..3edc6d322 100644 --- a/src/test/ref/labelgoto-5.log +++ b/src/test/ref/labelgoto-5.log @@ -1,291 +1,3 @@ -PARSING /Users/jespergravgaard/c64/kickc/src/test/kc/labelgoto-5.c -// Test labels/goto -// goto a nested label - -void main() { - char * const SCREEN = (char*)0x0400; - char i = 0; - goto first; - for(;i<10;i++) { - SCREEN[i] = '*'; - first: - SCREEN[40]++; - } -} -Adding pre/post-modifier main::SCREEN[$28] = ++ main::SCREEN[$28] -Adding pre/post-modifier main::i = ++ main::i -FIRST CONTROL FLOW GRAPH - -void main() -main: scope:[main] from - main::i = 0 - to:main::first -main::first: scope:[main] from main main:::1::@2 - main:::1::$1 = main::SCREEN[$28] - main::SCREEN[$28] = ++ main::SCREEN[$28] - main::i = ++ main::i - to:main:::1::@1 -main::@1: scope:[main] from - to:main:::1::@1 -main:::1::@1: scope:[main] from main::@1 main::first - main:::1::$0 = main::i < $a - if(main:::1::$0) goto main:::1::@2 - to:main:::1::@4 -main:::1::@2: scope:[main] from main:::1::@1 main:::1::@5 - main::SCREEN[main::i] = '*' - to:main::first -main:::1::@4: scope:[main] from main:::1::@1 - to:main:::1::@3 -main:::1::@3: scope:[main] from main:::1::@4 main::@2 - to:main::@return -main:::1::@5: scope:[main] from - to:main:::1::@2 -main::@2: scope:[main] from - to:main:::1::@3 -main::@return: scope:[main] from main:::1::@3 - return - to:@return - -void __start() -__start: scope:[__start] from - call main - to:__start::@return -__start::@return: scope:[__start] from __start - return - to:@return - -SYMBOLS -void __start() -void main() -bool~ main::$0 -byte~ main::$1 -constant byte* const main::SCREEN = (byte*)$400 -byte main::i - -CONTROL FLOW GRAPH BEFORE SIZEOF FIX - -void main() -main: scope:[main] from - main::i = 0 - to:main::first -main::first: scope:[main] from main main::@4 - main::$1 = main::SCREEN[$28] - main::SCREEN[$28] = ++ main::SCREEN[$28] - main::i = ++ main::i - to:main::@3 -main::@1: scope:[main] from - to:main::@3 -main::@3: scope:[main] from main::@1 main::first - main::$0 = main::i < $a - if(main::$0) goto main::@4 - to:main::@6 -main::@4: scope:[main] from main::@3 main::@7 - main::SCREEN[main::i] = '*' - to:main::first -main::@6: scope:[main] from main::@3 - to:main::@5 -main::@5: scope:[main] from main::@2 main::@6 - to:main::@return -main::@7: scope:[main] from - to:main::@4 -main::@2: scope:[main] from - to:main::@5 -main::@return: scope:[main] from main::@5 - return - to:@return - -void __start() -__start: scope:[__start] from - call main - to:__start::@return -__start::@return: scope:[__start] from __start - return - to:@return - -CONTROL FLOW GRAPH AFTER UNWIND - -void main() -main: scope:[main] from - main::i = 0 - to:main::first -main::first: scope:[main] from main main::@4 - main::$1 = main::SCREEN[$28] - main::SCREEN[$28] = ++ main::SCREEN[$28] - main::i = ++ main::i - to:main::@3 -main::@1: scope:[main] from - to:main::@3 -main::@3: scope:[main] from main::@1 main::first - main::$0 = main::i < $a - if(main::$0) goto main::@4 - to:main::@6 -main::@4: scope:[main] from main::@3 main::@7 - main::SCREEN[main::i] = '*' - to:main::first -main::@6: scope:[main] from main::@3 - to:main::@5 -main::@5: scope:[main] from main::@2 main::@6 - to:main::@return -main::@7: scope:[main] from - to:main::@4 -main::@2: scope:[main] from - to:main::@5 -main::@return: scope:[main] from main::@5 - return - to:@return - -void __start() -__start: scope:[__start] from - call main - to:__start::@return -__start::@return: scope:[__start] from __start - return - to:@return - -CONTROL FLOW GRAPH BEFORE INLINING - -void main() -main: scope:[main] from - main::i = 0 - to:main::first -main::first: scope:[main] from main main::@4 - main::$1 = main::SCREEN[$28] - main::SCREEN[$28] = ++ main::SCREEN[$28] - main::i = ++ main::i - to:main::@3 -main::@1: scope:[main] from - to:main::@3 -main::@3: scope:[main] from main::@1 main::first - main::$0 = main::i < $a - if(main::$0) goto main::@4 - to:main::@6 -main::@4: scope:[main] from main::@3 main::@7 - main::SCREEN[main::i] = '*' - to:main::first -main::@6: scope:[main] from main::@3 - to:main::@5 -main::@5: scope:[main] from main::@2 main::@6 - to:main::@return -main::@7: scope:[main] from - to:main::@4 -main::@2: scope:[main] from - to:main::@5 -main::@return: scope:[main] from main::@5 - return - to:@return - -void __start() -__start: scope:[__start] from - call main - to:__start::@return -__start::@return: scope:[__start] from __start - return - to:@return - -INITIAL CONTROL FLOW GRAPH - -void main() -main: scope:[main] from - [0] main::i = 0 - to:main::first -main::first: scope:[main] from main main::@4 - [1] main::$1 = main::SCREEN[$28] - [2] main::SCREEN[$28] = ++ main::SCREEN[$28] - [3] main::i = ++ main::i - to:main::@3 -main::@1: scope:[main] from - to:main::@3 -main::@3: scope:[main] from main::@1 main::first - [4] main::$0 = main::i < $a - [5] if(main::$0) goto main::@4 - to:main::@6 -main::@4: scope:[main] from main::@3 main::@7 - [6] main::SCREEN[main::i] = '*' - to:main::first -main::@6: scope:[main] from main::@3 - to:main::@5 -main::@5: scope:[main] from main::@2 main::@6 - to:main::@return -main::@7: scope:[main] from - to:main::@4 -main::@2: scope:[main] from - to:main::@5 -main::@return: scope:[main] from main::@5 - [7] return - to:@return - -void __start() -__start: scope:[__start] from - [8] call main - to:__start::@return -__start::@return: scope:[__start] from __start - [9] return - to:@return - -Eliminating unused variable main::$1 and assignment [1] main::$1 = main::SCREEN[$28] -PROCEDURE MODIFY VARIABLE ANALYSIS - -PROCEDURE CALLS - -void main() -main: scope:[main] from - main::i = 0 - to:main::first -main::first: scope:[main] from main main::@2 - main::SCREEN[$28] = ++ main::SCREEN[$28] - main::i = ++ main::i - to:main::@1 -main::@1: scope:[main] from main::first - main::$0 = main::i < $a - if(main::$0) goto main::@2 - to:main::@return -main::@2: scope:[main] from main::@1 - main::SCREEN[main::i] = '*' - to:main::first -main::@return: scope:[main] from main::@1 - return - to:@return - -void __start() -__start: scope:[__start] from - call main - to:__start::@return -__start::@return: scope:[__start] from __start - return - to:@return - -PROCEDURE PARAMETERS - -void main() -main: scope:[main] from __start - main::i = 0 - to:main::first -main::first: scope:[main] from main main::@2 - main::SCREEN[$28] = ++ main::SCREEN[$28] - main::i = ++ main::i - to:main::@1 -main::@1: scope:[main] from main::first - main::$0 = main::i < $a - if(main::$0) goto main::@2 - to:main::@return -main::@2: scope:[main] from main::@1 - main::SCREEN[main::i] = '*' - to:main::first -main::@return: scope:[main] from main::@1 - return - to:@return - -void __start() -__start: scope:[__start] from - call main - to:__start::@1 -__start::@1: scope:[__start] from __start - to:__start::@return -__start::@return: scope:[__start] from __start::@1 - return - to:@return - -Completing Phi functions... CONTROL FLOW GRAPH SSA @@ -420,7 +132,7 @@ Uplifting [] best 341 combination ASSEMBLER BEFORE OPTIMIZATION // File Comments // Test labels/goto -// goto a nested label +// goto a label nested in a loop // Upstart // Commodore 64 PRG executable file .file [name="labelgoto-5.prg", type="prg", segments="Program"] @@ -495,7 +207,7 @@ Score: 251 // File Comments // Test labels/goto -// goto a nested label +// goto a label nested in a loop // Upstart // Commodore 64 PRG executable file .file [name="labelgoto-5.prg", type="prg", segments="Program"] diff --git a/src/test/ref/sizeof-noparen.asm b/src/test/ref/sizeof-noparen.asm new file mode 100644 index 000000000..24184d899 --- /dev/null +++ b/src/test/ref/sizeof-noparen.asm @@ -0,0 +1,33 @@ +// Tests the sizeof operator without parenthesis + // Commodore 64 PRG executable file +.file [name="sizeof-noparen.prg", type="prg", segments="Program"] +.segmentdef Program [segments="Basic, Code, Data"] +.segmentdef Basic [start=$0801] +.segmentdef Code [start=$80d] +.segmentdef Data [startAfter="Code"] +.segment Basic +:BasicUpstart(main) + .const SIZEOF_BYTE = 1 + .const SIZEOF_SIGNED_WORD = 2 + .const SIZEOF_NUMBER = -1 + .label SCREEN = $400 +.segment Code +main: { + // SCREEN[idx++] = '0'+sizeof 0 + lda #'0'+SIZEOF_NUMBER + sta SCREEN + // SCREEN[idx++] = '0'+sizeof b + lda #'0'+SIZEOF_BYTE + sta SCREEN+1 + // SCREEN[idx++] = '0'+sizeof w + lda #'0'+SIZEOF_SIGNED_WORD + sta SCREEN+2 + // SCREEN[idx++] = '0'+sizeof (char) + lda #'0'+SIZEOF_BYTE + sta SCREEN+3 + // SCREEN[idx++] = '0'+sizeof (int) + lda #'0'+SIZEOF_SIGNED_WORD + sta SCREEN+4 + // } + rts +} diff --git a/src/test/ref/sizeof-noparen.cfg b/src/test/ref/sizeof-noparen.cfg new file mode 100644 index 000000000..74ac8ce28 --- /dev/null +++ b/src/test/ref/sizeof-noparen.cfg @@ -0,0 +1,12 @@ + +void main() +main: scope:[main] from + [0] *SCREEN = '0'+SIZEOF_NUMBER + [1] *(SCREEN+1) = '0'+SIZEOF_BYTE + [2] *(SCREEN+2) = '0'+SIZEOF_SIGNED_WORD + [3] *(SCREEN+3) = '0'+SIZEOF_BYTE + [4] *(SCREEN+4) = '0'+SIZEOF_SIGNED_WORD + to:main::@return +main::@return: scope:[main] from main + [5] return + to:@return diff --git a/src/test/ref/sizeof-noparen.log b/src/test/ref/sizeof-noparen.log new file mode 100644 index 000000000..3374d8074 --- /dev/null +++ b/src/test/ref/sizeof-noparen.log @@ -0,0 +1,280 @@ +Resolving sizeof() main::$2 = sizeof main::b +Resolving sizeof() main::$4 = sizeof main::w + +CONTROL FLOW GRAPH SSA + +void main() +main: scope:[main] from __start + main::idx#0 = 0 + main::$0 = sizeof 0 + main::$1 = '0' + main::$0 + SCREEN[main::idx#0] = main::$1 + main::idx#1 = ++ main::idx#0 + main::$2 = SIZEOF_BYTE + main::$3 = '0' + main::$2 + SCREEN[main::idx#1] = main::$3 + main::idx#2 = ++ main::idx#1 + main::$4 = SIZEOF_SIGNED_WORD + main::$5 = '0' + main::$4 + SCREEN[main::idx#2] = main::$5 + main::idx#3 = ++ main::idx#2 + SCREEN[main::idx#3] = '0'+SIZEOF_BYTE + main::idx#4 = ++ main::idx#3 + SCREEN[main::idx#4] = '0'+SIZEOF_SIGNED_WORD + main::idx#5 = ++ main::idx#4 + to:main::@return +main::@return: scope:[main] from main + return + to:@return + +void __start() +__start: scope:[__start] from + call main + to:__start::@1 +__start::@1: scope:[__start] from __start + to:__start::@return +__start::@return: scope:[__start] from __start::@1 + return + to:@return + +SYMBOL TABLE SSA +constant byte* const SCREEN = (byte*)$400 +constant byte SIZEOF_BYTE = 1 +constant byte SIZEOF_SIGNED_WORD = 2 +void __start() +void main() +word~ main::$0 +word~ main::$1 +word~ main::$2 +word~ main::$3 +word~ main::$4 +word~ main::$5 +byte main::idx +byte main::idx#0 +byte main::idx#1 +byte main::idx#2 +byte main::idx#3 +byte main::idx#4 +byte main::idx#5 + +Simplifying constant pointer cast (byte*) 1024 +Successful SSA optimization PassNCastSimplification +Constant right-side identified [1] main::$0 = sizeof 0 +Successful SSA optimization Pass2ConstantRValueConsolidation +Constant main::idx#0 = 0 +Constant main::$0 = sizeof 0 +Constant main::$2 = SIZEOF_BYTE +Constant main::$4 = SIZEOF_SIGNED_WORD +Successful SSA optimization Pass2ConstantIdentification +Simplifying expression containing zero SCREEN in [3] SCREEN[main::idx#0] = main::$1 +Successful SSA optimization PassNSimplifyExpressionWithZero +Eliminating unused variable main::idx#5 and assignment [12] main::idx#5 = ++ main::idx#4 +Successful SSA optimization PassNEliminateUnusedVars +Removing unused procedure __start +Removing unused procedure block __start +Removing unused procedure block __start::@1 +Removing unused procedure block __start::@return +Successful SSA optimization PassNEliminateEmptyStart +Resolving sizeof() sizeof 0 +Successful SSA optimization PassNSizeOfSimplification +Constant right-side identified [0] main::$1 = '0' + main::$0 +Constant right-side identified [2] main::idx#1 = ++ main::idx#0 +Constant right-side identified [3] main::$3 = '0' + main::$2 +Constant right-side identified [6] main::$5 = '0' + main::$4 +Successful SSA optimization Pass2ConstantRValueConsolidation +Constant main::$1 = '0'+main::$0 +Constant main::idx#1 = ++main::idx#0 +Constant main::$3 = '0'+main::$2 +Constant main::$5 = '0'+main::$4 +Successful SSA optimization Pass2ConstantIdentification +Constant right-side identified [2] main::idx#2 = ++ main::idx#1 +Successful SSA optimization Pass2ConstantRValueConsolidation +Constant main::idx#2 = ++main::idx#1 +Successful SSA optimization Pass2ConstantIdentification +Constant right-side identified [3] main::idx#3 = ++ main::idx#2 +Successful SSA optimization Pass2ConstantRValueConsolidation +Constant main::idx#3 = ++main::idx#2 +Successful SSA optimization Pass2ConstantIdentification +Constant right-side identified [4] main::idx#4 = ++ main::idx#3 +Successful SSA optimization Pass2ConstantRValueConsolidation +Constant main::idx#4 = ++main::idx#3 +Successful SSA optimization Pass2ConstantIdentification +Inlining constant with different constant siblings main::idx#0 +Inlining constant with different constant siblings main::idx#1 +Inlining constant with different constant siblings main::idx#2 +Inlining constant with different constant siblings main::idx#3 +Inlining constant with different constant siblings main::idx#4 +Constant inlined main::idx#0 = 0 +Constant inlined main::idx#1 = ++0 +Constant inlined main::idx#2 = ++++0 +Constant inlined main::$1 = '0'+SIZEOF_NUMBER +Constant inlined main::idx#3 = ++++++0 +Constant inlined main::$2 = SIZEOF_BYTE +Constant inlined main::idx#4 = ++++++++0 +Constant inlined main::$0 = SIZEOF_NUMBER +Constant inlined main::$5 = '0'+SIZEOF_SIGNED_WORD +Constant inlined main::$3 = '0'+SIZEOF_BYTE +Constant inlined main::$4 = SIZEOF_SIGNED_WORD +Successful SSA optimization Pass2ConstantInlining +Consolidated array index constant in *(SCREEN+++0) +Consolidated array index constant in *(SCREEN+++++0) +Consolidated array index constant in *(SCREEN+++++++0) +Consolidated array index constant in *(SCREEN+++++++++0) +Successful SSA optimization Pass2ConstantAdditionElimination +Simplifying constant integer increment ++0 +Simplifying constant integer increment ++0 +Simplifying constant integer increment ++1 +Simplifying constant integer increment ++2 +Successful SSA optimization Pass2ConstantSimplification +Simplifying constant integer increment ++1 +Simplifying constant integer increment ++2 +Simplifying constant integer increment ++3 +Successful SSA optimization Pass2ConstantSimplification +CALL GRAPH + +Created 0 initial phi equivalence classes +Coalesced down to 0 phi equivalence classes + +FINAL CONTROL FLOW GRAPH + +void main() +main: scope:[main] from + [0] *SCREEN = '0'+SIZEOF_NUMBER + [1] *(SCREEN+1) = '0'+SIZEOF_BYTE + [2] *(SCREEN+2) = '0'+SIZEOF_SIGNED_WORD + [3] *(SCREEN+3) = '0'+SIZEOF_BYTE + [4] *(SCREEN+4) = '0'+SIZEOF_SIGNED_WORD + to:main::@return +main::@return: scope:[main] from main + [5] return + to:@return + + +VARIABLE REGISTER WEIGHTS +void main() +byte main::idx + +Initial phi equivalence classes +Complete equivalence classes +REGISTER UPLIFT POTENTIAL REGISTERS +Statement [0] *SCREEN = '0'+SIZEOF_NUMBER [ ] ( [ ] { } ) always clobbers reg byte a +Statement [1] *(SCREEN+1) = '0'+SIZEOF_BYTE [ ] ( [ ] { } ) always clobbers reg byte a +Statement [2] *(SCREEN+2) = '0'+SIZEOF_SIGNED_WORD [ ] ( [ ] { } ) always clobbers reg byte a +Statement [3] *(SCREEN+3) = '0'+SIZEOF_BYTE [ ] ( [ ] { } ) always clobbers reg byte a +Statement [4] *(SCREEN+4) = '0'+SIZEOF_SIGNED_WORD [ ] ( [ ] { } ) always clobbers reg byte a + +REGISTER UPLIFT SCOPES +Uplift Scope [main] +Uplift Scope [] + +Uplifting [main] best 39 combination +Uplifting [] best 39 combination + +ASSEMBLER BEFORE OPTIMIZATION + // File Comments +// Tests the sizeof operator without parenthesis + // Upstart + // Commodore 64 PRG executable file +.file [name="sizeof-noparen.prg", type="prg", segments="Program"] +.segmentdef Program [segments="Basic, Code, Data"] +.segmentdef Basic [start=$0801] +.segmentdef Code [start=$80d] +.segmentdef Data [startAfter="Code"] +.segment Basic +:BasicUpstart(main) + // Global Constants & labels + .const SIZEOF_BYTE = 1 + .const SIZEOF_SIGNED_WORD = 2 + .const SIZEOF_NUMBER = -1 + .label SCREEN = $400 +.segment Code + // main +main: { + // [0] *SCREEN = '0'+SIZEOF_NUMBER -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_NUMBER + sta SCREEN + // [1] *(SCREEN+1) = '0'+SIZEOF_BYTE -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_BYTE + sta SCREEN+1 + // [2] *(SCREEN+2) = '0'+SIZEOF_SIGNED_WORD -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_SIGNED_WORD + sta SCREEN+2 + // [3] *(SCREEN+3) = '0'+SIZEOF_BYTE -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_BYTE + sta SCREEN+3 + // [4] *(SCREEN+4) = '0'+SIZEOF_SIGNED_WORD -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_SIGNED_WORD + sta SCREEN+4 + jmp __breturn + // main::@return + __breturn: + // [5] return + rts +} + // File Data + +ASSEMBLER OPTIMIZATIONS +Removing instruction jmp __breturn +Succesful ASM optimization Pass5NextJumpElimination +Removing instruction __breturn: +Succesful ASM optimization Pass5UnusedLabelElimination + +FINAL SYMBOL TABLE +constant byte* const SCREEN = (byte*) 1024 +constant byte SIZEOF_BYTE = 1 +constant byte SIZEOF_NUMBER = -1 +constant byte SIZEOF_SIGNED_WORD = 2 +void main() +byte main::idx + + + +FINAL ASSEMBLER +Score: 36 + + // File Comments +// Tests the sizeof operator without parenthesis + // Upstart + // Commodore 64 PRG executable file +.file [name="sizeof-noparen.prg", type="prg", segments="Program"] +.segmentdef Program [segments="Basic, Code, Data"] +.segmentdef Basic [start=$0801] +.segmentdef Code [start=$80d] +.segmentdef Data [startAfter="Code"] +.segment Basic +:BasicUpstart(main) + // Global Constants & labels + .const SIZEOF_BYTE = 1 + .const SIZEOF_SIGNED_WORD = 2 + .const SIZEOF_NUMBER = -1 + .label SCREEN = $400 +.segment Code + // main +main: { + // SCREEN[idx++] = '0'+sizeof 0 + // [0] *SCREEN = '0'+SIZEOF_NUMBER -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_NUMBER + sta SCREEN + // SCREEN[idx++] = '0'+sizeof b + // [1] *(SCREEN+1) = '0'+SIZEOF_BYTE -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_BYTE + sta SCREEN+1 + // SCREEN[idx++] = '0'+sizeof w + // [2] *(SCREEN+2) = '0'+SIZEOF_SIGNED_WORD -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_SIGNED_WORD + sta SCREEN+2 + // SCREEN[idx++] = '0'+sizeof (char) + // [3] *(SCREEN+3) = '0'+SIZEOF_BYTE -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_BYTE + sta SCREEN+3 + // SCREEN[idx++] = '0'+sizeof (int) + // [4] *(SCREEN+4) = '0'+SIZEOF_SIGNED_WORD -- _deref_pbuc1=vbuc2 + lda #'0'+SIZEOF_SIGNED_WORD + sta SCREEN+4 + // main::@return + // } + // [5] return + rts +} + // File Data + diff --git a/src/test/ref/sizeof-noparen.sym b/src/test/ref/sizeof-noparen.sym new file mode 100644 index 000000000..5ce4991ae --- /dev/null +++ b/src/test/ref/sizeof-noparen.sym @@ -0,0 +1,7 @@ +constant byte* const SCREEN = (byte*) 1024 +constant byte SIZEOF_BYTE = 1 +constant byte SIZEOF_NUMBER = -1 +constant byte SIZEOF_SIGNED_WORD = 2 +void main() +byte main::idx +