diff --git a/src/main/fragment/cache/fragment-cache-mos6502.asm b/src/main/fragment/cache/fragment-cache-mos6502.asm index 06affc4ac..c8f402d23 100644 --- a/src/main/fragment/cache/fragment-cache-mos6502.asm +++ b/src/main/fragment/cache/fragment-cache-mos6502.asm @@ -1,4 +1,4 @@ -//KICKC FRAGMENT CACHE 160b015f22 +//KICKC FRAGMENT CACHE 160b017651 //FRAGMENT vbuz1=vbuc1 lda #{c1} sta {z1} diff --git a/src/main/fragment/cache/fragment-cache-mos6502x.asm b/src/main/fragment/cache/fragment-cache-mos6502x.asm index 529c3fcfe..c33dbfbda 100644 --- a/src/main/fragment/cache/fragment-cache-mos6502x.asm +++ b/src/main/fragment/cache/fragment-cache-mos6502x.asm @@ -1,4 +1,6 @@ -//KICKC FRAGMENT CACHE 160b015f22 +//KICKC FRAGMENT CACHE 160b017651 +//FRAGMENT _deref_pbuc1=_inc__deref_pbuc1 +inc {c1} //FRAGMENT vbuz1=vbuc1 lda #{c1} sta {z1} @@ -1611,8 +1613,6 @@ lda #<{c2} sta {c1} lda #>{c2} sta {c1}+1 -//FRAGMENT _deref_pbuc1=_inc__deref_pbuc1 -inc {c1} //FRAGMENT _deref_pbuc1_lt_vbuc2_then_la1 lda {c1} cmp #{c2} diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java index 8e2f49230..7185d42f5 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java @@ -1,4 +1,4 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 by ANTLR 4.8 +// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCLexer.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -13,7 +13,7 @@ import org.antlr.v4.runtime.misc.*; @SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"}) public class KickCLexer extends Lexer { - static { RuntimeMetaData.checkVersion("4.8", RuntimeMetaData.VERSION); } + static { RuntimeMetaData.checkVersion("4.7.2", RuntimeMetaData.VERSION); } protected static final DFA[] _decisionToDFA; protected static final PredictionContextCache _sharedContextCache = diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 b/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 index 85647367e..d0cd8288c 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 @@ -202,7 +202,7 @@ switchCase: ; forLoop - : forClassicInit ';' commaExpr? ';' commaExpr? #forClassic + : forClassicInit ';' forClassicCondition? ';' commaExpr? #forClassic | (declType declPointer*)? NAME COLON expr RANGE expr #forRange ; @@ -211,6 +211,10 @@ forClassicInit | commaExpr #forClassicInitExpr ; +forClassicCondition + : commaExpr + ; + commaExpr : expr #commaNone | commaExpr COMMA expr #commaSimple diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp index 5f2863144..f525005b8 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp @@ -368,6 +368,7 @@ switchCases switchCase forLoop forClassicInit +forClassicCondition commaExpr expr parameterList @@ -384,4 +385,4 @@ asmExpr atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 167, 898, 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, 7, 7, 128, 10, 7, 12, 7, 14, 7, 131, 11, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 138, 10, 7, 12, 7, 14, 7, 141, 11, 7, 3, 7, 7, 7, 144, 10, 7, 12, 7, 14, 7, 147, 11, 7, 3, 8, 3, 8, 3, 8, 7, 8, 152, 10, 8, 12, 8, 14, 8, 155, 11, 8, 3, 8, 3, 8, 7, 8, 159, 10, 8, 12, 8, 14, 8, 162, 11, 8, 3, 8, 3, 8, 3, 9, 3, 9, 7, 9, 168, 10, 9, 12, 9, 14, 9, 171, 11, 9, 3, 9, 3, 9, 5, 9, 175, 10, 9, 3, 9, 3, 9, 7, 9, 179, 10, 9, 12, 9, 14, 9, 182, 11, 9, 3, 9, 3, 9, 5, 9, 186, 10, 9, 3, 10, 7, 10, 189, 10, 10, 12, 10, 14, 10, 192, 11, 10, 3, 10, 3, 10, 7, 10, 196, 10, 10, 12, 10, 14, 10, 199, 11, 10, 3, 11, 3, 11, 7, 11, 203, 10, 11, 12, 11, 14, 11, 206, 11, 11, 3, 12, 3, 12, 5, 12, 210, 10, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 222, 10, 13, 3, 13, 7, 13, 225, 10, 13, 12, 13, 14, 13, 228, 11, 13, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 238, 10, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 245, 10, 14, 3, 14, 3, 14, 3, 14, 5, 14, 250, 10, 14, 3, 14, 3, 14, 3, 14, 3, 14, 7, 14, 256, 10, 14, 12, 14, 14, 14, 259, 11, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 5, 16, 266, 10, 16, 3, 16, 3, 16, 6, 16, 270, 10, 16, 13, 16, 14, 16, 271, 3, 16, 3, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 5, 19, 284, 10, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 7, 20, 296, 10, 20, 12, 20, 14, 20, 299, 11, 20, 3, 21, 3, 21, 3, 21, 5, 21, 304, 10, 21, 3, 22, 3, 22, 7, 22, 308, 10, 22, 12, 22, 14, 22, 311, 11, 22, 3, 22, 3, 22, 3, 22, 5, 22, 316, 10, 22, 3, 22, 3, 22, 3, 22, 5, 22, 321, 10, 22, 3, 23, 3, 23, 5, 23, 325, 10, 23, 3, 23, 3, 23, 3, 24, 3, 24, 3, 24, 7, 24, 332, 10, 24, 12, 24, 14, 24, 335, 11, 24, 3, 25, 3, 25, 7, 25, 339, 10, 25, 12, 25, 14, 25, 342, 11, 25, 3, 25, 3, 25, 3, 25, 3, 25, 5, 25, 348, 10, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 7, 26, 387, 10, 26, 12, 26, 14, 26, 390, 11, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 7, 26, 431, 10, 26, 12, 26, 14, 26, 434, 11, 26, 3, 26, 5, 26, 437, 10, 26, 3, 27, 3, 27, 3, 27, 5, 27, 442, 10, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 453, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 473, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 7, 28, 480, 10, 28, 12, 28, 14, 28, 483, 11, 28, 3, 28, 3, 28, 3, 28, 5, 28, 488, 10, 28, 3, 29, 6, 29, 491, 10, 29, 13, 29, 14, 29, 492, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 500, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 513, 10, 30, 3, 30, 7, 30, 516, 10, 30, 12, 30, 14, 30, 519, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 528, 10, 30, 12, 30, 14, 30, 531, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 542, 10, 30, 12, 30, 14, 30, 545, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 563, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 572, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 580, 10, 30, 3, 31, 6, 31, 583, 10, 31, 13, 31, 14, 31, 584, 3, 31, 3, 31, 3, 31, 5, 31, 590, 10, 31, 5, 31, 592, 10, 31, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 598, 10, 32, 3, 33, 3, 33, 3, 33, 5, 33, 603, 10, 33, 3, 33, 3, 33, 5, 33, 607, 10, 33, 3, 33, 3, 33, 7, 33, 611, 10, 33, 12, 33, 14, 33, 614, 11, 33, 5, 33, 616, 10, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 624, 10, 33, 3, 34, 5, 34, 627, 10, 34, 3, 34, 5, 34, 630, 10, 34, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 7, 35, 638, 10, 35, 12, 35, 14, 35, 641, 11, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 652, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 660, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 666, 10, 36, 3, 36, 3, 36, 5, 36, 670, 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, 7, 36, 689, 10, 36, 12, 36, 14, 36, 692, 11, 36, 3, 36, 5, 36, 695, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 6, 36, 702, 10, 36, 13, 36, 14, 36, 703, 3, 36, 3, 36, 5, 36, 708, 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, 758, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 768, 10, 36, 12, 36, 14, 36, 771, 11, 36, 3, 37, 3, 37, 3, 37, 7, 37, 776, 10, 37, 12, 37, 14, 37, 779, 11, 37, 3, 38, 3, 38, 5, 38, 783, 10, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 7, 39, 791, 10, 39, 12, 39, 14, 39, 794, 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, 808, 10, 40, 3, 41, 7, 41, 811, 10, 41, 12, 41, 14, 41, 814, 11, 41, 3, 42, 3, 42, 3, 42, 5, 42, 819, 10, 42, 3, 43, 3, 43, 3, 43, 3, 43, 5, 43, 825, 10, 43, 3, 44, 3, 44, 5, 44, 829, 10, 44, 3, 45, 3, 45, 3, 45, 3, 45, 7, 45, 835, 10, 45, 12, 45, 14, 45, 838, 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, 5, 46, 863, 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, 879, 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, 893, 10, 47, 12, 47, 14, 47, 896, 11, 47, 3, 47, 2, 9, 12, 24, 26, 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, 23, 24, 5, 2, 18, 19, 25, 26, 94, 94, 4, 2, 33, 33, 36, 36, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 139, 142, 3, 2, 137, 138, 3, 2, 143, 144, 3, 2, 139, 140, 2, 1030, 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, 148, 3, 2, 2, 2, 16, 185, 3, 2, 2, 2, 18, 190, 3, 2, 2, 2, 20, 200, 3, 2, 2, 2, 22, 207, 3, 2, 2, 2, 24, 213, 3, 2, 2, 2, 26, 244, 3, 2, 2, 2, 28, 260, 3, 2, 2, 2, 30, 263, 3, 2, 2, 2, 32, 275, 3, 2, 2, 2, 34, 278, 3, 2, 2, 2, 36, 281, 3, 2, 2, 2, 38, 289, 3, 2, 2, 2, 40, 300, 3, 2, 2, 2, 42, 305, 3, 2, 2, 2, 44, 322, 3, 2, 2, 2, 46, 328, 3, 2, 2, 2, 48, 347, 3, 2, 2, 2, 50, 436, 3, 2, 2, 2, 52, 438, 3, 2, 2, 2, 54, 487, 3, 2, 2, 2, 56, 490, 3, 2, 2, 2, 58, 579, 3, 2, 2, 2, 60, 582, 3, 2, 2, 2, 62, 593, 3, 2, 2, 2, 64, 623, 3, 2, 2, 2, 66, 629, 3, 2, 2, 2, 68, 631, 3, 2, 2, 2, 70, 707, 3, 2, 2, 2, 72, 772, 3, 2, 2, 2, 74, 780, 3, 2, 2, 2, 76, 786, 3, 2, 2, 2, 78, 807, 3, 2, 2, 2, 80, 812, 3, 2, 2, 2, 82, 818, 3, 2, 2, 2, 84, 824, 3, 2, 2, 2, 86, 826, 3, 2, 2, 2, 88, 830, 3, 2, 2, 2, 90, 862, 3, 2, 2, 2, 92, 878, 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, 110, 5, 30, 16, 2, 110, 111, 7, 10, 2, 2, 111, 121, 3, 2, 2, 2, 112, 113, 5, 36, 19, 2, 113, 114, 7, 10, 2, 2, 114, 121, 3, 2, 2, 2, 115, 121, 5, 42, 22, 2, 116, 121, 5, 50, 26, 2, 117, 118, 5, 14, 8, 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, 112, 3, 2, 2, 2, 120, 115, 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, 129, 8, 7, 1, 2, 126, 128, 5, 20, 11, 2, 127, 126, 3, 2, 2, 2, 128, 131, 3, 2, 2, 2, 129, 127, 3, 2, 2, 2, 129, 130, 3, 2, 2, 2, 130, 132, 3, 2, 2, 2, 131, 129, 3, 2, 2, 2, 132, 133, 5, 16, 9, 2, 133, 145, 3, 2, 2, 2, 134, 135, 12, 3, 2, 2, 135, 139, 7, 12, 2, 2, 136, 138, 5, 20, 11, 2, 137, 136, 3, 2, 2, 2, 138, 141, 3, 2, 2, 2, 139, 137, 3, 2, 2, 2, 139, 140, 3, 2, 2, 2, 140, 142, 3, 2, 2, 2, 141, 139, 3, 2, 2, 2, 142, 144, 5, 16, 9, 2, 143, 134, 3, 2, 2, 2, 144, 147, 3, 2, 2, 2, 145, 143, 3, 2, 2, 2, 145, 146, 3, 2, 2, 2, 146, 13, 3, 2, 2, 2, 147, 145, 3, 2, 2, 2, 148, 149, 7, 41, 2, 2, 149, 153, 5, 18, 10, 2, 150, 152, 5, 20, 11, 2, 151, 150, 3, 2, 2, 2, 152, 155, 3, 2, 2, 2, 153, 151, 3, 2, 2, 2, 153, 154, 3, 2, 2, 2, 154, 156, 3, 2, 2, 2, 155, 153, 3, 2, 2, 2, 156, 160, 7, 121, 2, 2, 157, 159, 5, 22, 12, 2, 158, 157, 3, 2, 2, 2, 159, 162, 3, 2, 2, 2, 160, 158, 3, 2, 2, 2, 160, 161, 3, 2, 2, 2, 161, 163, 3, 2, 2, 2, 162, 160, 3, 2, 2, 2, 163, 164, 8, 8, 1, 2, 164, 15, 3, 2, 2, 2, 165, 169, 7, 121, 2, 2, 166, 168, 5, 22, 12, 2, 167, 166, 3, 2, 2, 2, 168, 171, 3, 2, 2, 2, 169, 167, 3, 2, 2, 2, 169, 170, 3, 2, 2, 2, 170, 174, 3, 2, 2, 2, 171, 169, 3, 2, 2, 2, 172, 173, 7, 39, 2, 2, 173, 175, 5, 70, 36, 2, 174, 172, 3, 2, 2, 2, 174, 175, 3, 2, 2, 2, 175, 186, 3, 2, 2, 2, 176, 180, 7, 121, 2, 2, 177, 179, 5, 22, 12, 2, 178, 177, 3, 2, 2, 2, 179, 182, 3, 2, 2, 2, 180, 178, 3, 2, 2, 2, 180, 181, 3, 2, 2, 2, 181, 183, 3, 2, 2, 2, 182, 180, 3, 2, 2, 2, 183, 184, 7, 39, 2, 2, 184, 186, 5, 74, 38, 2, 185, 165, 3, 2, 2, 2, 185, 176, 3, 2, 2, 2, 186, 17, 3, 2, 2, 2, 187, 189, 5, 54, 28, 2, 188, 187, 3, 2, 2, 2, 189, 192, 3, 2, 2, 2, 190, 188, 3, 2, 2, 2, 190, 191, 3, 2, 2, 2, 191, 193, 3, 2, 2, 2, 192, 190, 3, 2, 2, 2, 193, 197, 5, 26, 14, 2, 194, 196, 5, 54, 28, 2, 195, 194, 3, 2, 2, 2, 196, 199, 3, 2, 2, 2, 197, 195, 3, 2, 2, 2, 197, 198, 3, 2, 2, 2, 198, 19, 3, 2, 2, 2, 199, 197, 3, 2, 2, 2, 200, 204, 7, 20, 2, 2, 201, 203, 5, 54, 28, 2, 202, 201, 3, 2, 2, 2, 203, 206, 3, 2, 2, 2, 204, 202, 3, 2, 2, 2, 204, 205, 3, 2, 2, 2, 205, 21, 3, 2, 2, 2, 206, 204, 3, 2, 2, 2, 207, 209, 7, 6, 2, 2, 208, 210, 5, 70, 36, 2, 209, 208, 3, 2, 2, 2, 209, 210, 3, 2, 2, 2, 210, 211, 3, 2, 2, 2, 211, 212, 7, 7, 2, 2, 212, 23, 3, 2, 2, 2, 213, 214, 8, 13, 1, 2, 214, 215, 5, 26, 14, 2, 215, 226, 3, 2, 2, 2, 216, 217, 12, 4, 2, 2, 217, 225, 7, 20, 2, 2, 218, 219, 12, 3, 2, 2, 219, 221, 7, 6, 2, 2, 220, 222, 5, 70, 36, 2, 221, 220, 3, 2, 2, 2, 221, 222, 3, 2, 2, 2, 222, 223, 3, 2, 2, 2, 223, 225, 7, 7, 2, 2, 224, 216, 3, 2, 2, 2, 224, 218, 3, 2, 2, 2, 225, 228, 3, 2, 2, 2, 226, 224, 3, 2, 2, 2, 226, 227, 3, 2, 2, 2, 227, 25, 3, 2, 2, 2, 228, 226, 3, 2, 2, 2, 229, 230, 8, 14, 1, 2, 230, 231, 7, 8, 2, 2, 231, 232, 5, 26, 14, 2, 232, 233, 7, 9, 2, 2, 233, 245, 3, 2, 2, 2, 234, 245, 7, 96, 2, 2, 235, 237, 7, 95, 2, 2, 236, 238, 7, 96, 2, 2, 237, 236, 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, 229, 3, 2, 2, 2, 244, 234, 3, 2, 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, 257, 3, 2, 2, 2, 246, 247, 12, 9, 2, 2, 247, 249, 7, 6, 2, 2, 248, 250, 5, 70, 36, 2, 249, 248, 3, 2, 2, 2, 249, 250, 3, 2, 2, 2, 250, 251, 3, 2, 2, 2, 251, 256, 7, 7, 2, 2, 252, 253, 12, 8, 2, 2, 253, 254, 7, 8, 2, 2, 254, 256, 7, 9, 2, 2, 255, 246, 3, 2, 2, 2, 255, 252, 3, 2, 2, 2, 256, 259, 3, 2, 2, 2, 257, 255, 3, 2, 2, 2, 257, 258, 3, 2, 2, 2, 258, 27, 3, 2, 2, 2, 259, 257, 3, 2, 2, 2, 260, 261, 7, 83, 2, 2, 261, 262, 7, 121, 2, 2, 262, 29, 3, 2, 2, 2, 263, 265, 7, 83, 2, 2, 264, 266, 7, 121, 2, 2, 265, 264, 3, 2, 2, 2, 265, 266, 3, 2, 2, 2, 266, 267, 3, 2, 2, 2, 267, 269, 7, 4, 2, 2, 268, 270, 5, 32, 17, 2, 269, 268, 3, 2, 2, 2, 270, 271, 3, 2, 2, 2, 271, 269, 3, 2, 2, 2, 271, 272, 3, 2, 2, 2, 272, 273, 3, 2, 2, 2, 273, 274, 7, 5, 2, 2, 274, 31, 3, 2, 2, 2, 275, 276, 5, 10, 6, 2, 276, 277, 7, 10, 2, 2, 277, 33, 3, 2, 2, 2, 278, 279, 7, 84, 2, 2, 279, 280, 7, 121, 2, 2, 280, 35, 3, 2, 2, 2, 281, 283, 7, 84, 2, 2, 282, 284, 7, 121, 2, 2, 283, 282, 3, 2, 2, 2, 283, 284, 3, 2, 2, 2, 284, 285, 3, 2, 2, 2, 285, 286, 7, 4, 2, 2, 286, 287, 5, 38, 20, 2, 287, 288, 7, 5, 2, 2, 288, 37, 3, 2, 2, 2, 289, 290, 8, 20, 1, 2, 290, 291, 5, 40, 21, 2, 291, 297, 3, 2, 2, 2, 292, 293, 12, 3, 2, 2, 293, 294, 7, 12, 2, 2, 294, 296, 5, 40, 21, 2, 295, 292, 3, 2, 2, 2, 296, 299, 3, 2, 2, 2, 297, 295, 3, 2, 2, 2, 297, 298, 3, 2, 2, 2, 298, 39, 3, 2, 2, 2, 299, 297, 3, 2, 2, 2, 300, 303, 7, 121, 2, 2, 301, 302, 7, 39, 2, 2, 302, 304, 5, 70, 36, 2, 303, 301, 3, 2, 2, 2, 303, 304, 3, 2, 2, 2, 304, 41, 3, 2, 2, 2, 305, 309, 5, 18, 10, 2, 306, 308, 5, 20, 11, 2, 307, 306, 3, 2, 2, 2, 308, 311, 3, 2, 2, 2, 309, 307, 3, 2, 2, 2, 309, 310, 3, 2, 2, 2, 310, 312, 3, 2, 2, 2, 311, 309, 3, 2, 2, 2, 312, 313, 7, 121, 2, 2, 313, 315, 7, 8, 2, 2, 314, 316, 5, 46, 24, 2, 315, 314, 3, 2, 2, 2, 315, 316, 3, 2, 2, 2, 316, 317, 3, 2, 2, 2, 317, 320, 7, 9, 2, 2, 318, 321, 5, 44, 23, 2, 319, 321, 7, 10, 2, 2, 320, 318, 3, 2, 2, 2, 320, 319, 3, 2, 2, 2, 321, 43, 3, 2, 2, 2, 322, 324, 7, 4, 2, 2, 323, 325, 5, 56, 29, 2, 324, 323, 3, 2, 2, 2, 324, 325, 3, 2, 2, 2, 325, 326, 3, 2, 2, 2, 326, 327, 7, 5, 2, 2, 327, 45, 3, 2, 2, 2, 328, 333, 5, 48, 25, 2, 329, 330, 7, 12, 2, 2, 330, 332, 5, 48, 25, 2, 331, 329, 3, 2, 2, 2, 332, 335, 3, 2, 2, 2, 333, 331, 3, 2, 2, 2, 333, 334, 3, 2, 2, 2, 334, 47, 3, 2, 2, 2, 335, 333, 3, 2, 2, 2, 336, 340, 5, 18, 10, 2, 337, 339, 5, 20, 11, 2, 338, 337, 3, 2, 2, 2, 339, 342, 3, 2, 2, 2, 340, 338, 3, 2, 2, 2, 340, 341, 3, 2, 2, 2, 341, 343, 3, 2, 2, 2, 342, 340, 3, 2, 2, 2, 343, 344, 7, 121, 2, 2, 344, 348, 3, 2, 2, 2, 345, 348, 7, 96, 2, 2, 346, 348, 7, 14, 2, 2, 347, 336, 3, 2, 2, 2, 347, 345, 3, 2, 2, 2, 347, 346, 3, 2, 2, 2, 348, 49, 3, 2, 2, 2, 349, 350, 7, 101, 2, 2, 350, 351, 7, 44, 2, 2, 351, 352, 3, 2, 2, 2, 352, 353, 7, 8, 2, 2, 353, 354, 7, 121, 2, 2, 354, 437, 7, 9, 2, 2, 355, 356, 7, 101, 2, 2, 356, 357, 7, 48, 2, 2, 357, 358, 3, 2, 2, 2, 358, 359, 7, 8, 2, 2, 359, 360, 7, 121, 2, 2, 360, 437, 7, 9, 2, 2, 361, 362, 7, 101, 2, 2, 362, 363, 7, 45, 2, 2, 363, 364, 3, 2, 2, 2, 364, 365, 7, 8, 2, 2, 365, 366, 7, 122, 2, 2, 366, 437, 7, 9, 2, 2, 367, 368, 7, 101, 2, 2, 368, 369, 7, 46, 2, 2, 369, 370, 3, 2, 2, 2, 370, 371, 7, 8, 2, 2, 371, 372, 7, 122, 2, 2, 372, 437, 7, 9, 2, 2, 373, 374, 7, 101, 2, 2, 374, 375, 7, 47, 2, 2, 375, 376, 3, 2, 2, 2, 376, 377, 7, 8, 2, 2, 377, 378, 7, 122, 2, 2, 378, 437, 7, 9, 2, 2, 379, 380, 7, 101, 2, 2, 380, 381, 7, 42, 2, 2, 381, 382, 3, 2, 2, 2, 382, 383, 7, 8, 2, 2, 383, 388, 5, 52, 27, 2, 384, 385, 7, 12, 2, 2, 385, 387, 5, 52, 27, 2, 386, 384, 3, 2, 2, 2, 387, 390, 3, 2, 2, 2, 388, 386, 3, 2, 2, 2, 388, 389, 3, 2, 2, 2, 389, 391, 3, 2, 2, 2, 390, 388, 3, 2, 2, 2, 391, 392, 7, 9, 2, 2, 392, 437, 3, 2, 2, 2, 393, 394, 7, 101, 2, 2, 394, 395, 7, 43, 2, 2, 395, 396, 3, 2, 2, 2, 396, 397, 7, 8, 2, 2, 397, 398, 7, 112, 2, 2, 398, 437, 7, 9, 2, 2, 399, 400, 7, 101, 2, 2, 400, 401, 7, 49, 2, 2, 401, 402, 3, 2, 2, 2, 402, 403, 7, 8, 2, 2, 403, 404, 7, 121, 2, 2, 404, 437, 7, 9, 2, 2, 405, 406, 7, 101, 2, 2, 406, 407, 7, 50, 2, 2, 407, 408, 3, 2, 2, 2, 408, 409, 7, 8, 2, 2, 409, 410, 7, 121, 2, 2, 410, 437, 7, 9, 2, 2, 411, 412, 7, 101, 2, 2, 412, 413, 7, 51, 2, 2, 413, 414, 3, 2, 2, 2, 414, 415, 7, 8, 2, 2, 415, 416, 7, 121, 2, 2, 416, 437, 7, 9, 2, 2, 417, 418, 7, 101, 2, 2, 418, 419, 7, 68, 2, 2, 419, 420, 3, 2, 2, 2, 420, 421, 7, 8, 2, 2, 421, 422, 7, 69, 2, 2, 422, 437, 7, 9, 2, 2, 423, 424, 7, 101, 2, 2, 424, 425, 7, 70, 2, 2, 425, 426, 3, 2, 2, 2, 426, 427, 7, 8, 2, 2, 427, 432, 7, 121, 2, 2, 428, 429, 7, 12, 2, 2, 429, 431, 7, 121, 2, 2, 430, 428, 3, 2, 2, 2, 431, 434, 3, 2, 2, 2, 432, 430, 3, 2, 2, 2, 432, 433, 3, 2, 2, 2, 433, 435, 3, 2, 2, 2, 434, 432, 3, 2, 2, 2, 435, 437, 7, 9, 2, 2, 436, 349, 3, 2, 2, 2, 436, 355, 3, 2, 2, 2, 436, 361, 3, 2, 2, 2, 436, 367, 3, 2, 2, 2, 436, 373, 3, 2, 2, 2, 436, 379, 3, 2, 2, 2, 436, 393, 3, 2, 2, 2, 436, 399, 3, 2, 2, 2, 436, 405, 3, 2, 2, 2, 436, 411, 3, 2, 2, 2, 436, 417, 3, 2, 2, 2, 436, 423, 3, 2, 2, 2, 437, 51, 3, 2, 2, 2, 438, 441, 7, 112, 2, 2, 439, 440, 7, 13, 2, 2, 440, 442, 7, 112, 2, 2, 441, 439, 3, 2, 2, 2, 441, 442, 3, 2, 2, 2, 442, 53, 3, 2, 2, 2, 443, 488, 7, 52, 2, 2, 444, 445, 7, 55, 2, 2, 445, 446, 7, 8, 2, 2, 446, 447, 7, 112, 2, 2, 447, 488, 7, 9, 2, 2, 448, 452, 7, 60, 2, 2, 449, 450, 7, 8, 2, 2, 450, 451, 7, 121, 2, 2, 451, 453, 7, 9, 2, 2, 452, 449, 3, 2, 2, 2, 452, 453, 3, 2, 2, 2, 453, 488, 3, 2, 2, 2, 454, 488, 7, 63, 2, 2, 455, 488, 7, 64, 2, 2, 456, 457, 7, 62, 2, 2, 457, 458, 7, 8, 2, 2, 458, 459, 7, 112, 2, 2, 459, 488, 7, 9, 2, 2, 460, 488, 7, 57, 2, 2, 461, 488, 7, 58, 2, 2, 462, 488, 7, 65, 2, 2, 463, 488, 7, 66, 2, 2, 464, 488, 7, 53, 2, 2, 465, 488, 7, 54, 2, 2, 466, 488, 7, 56, 2, 2, 467, 488, 7, 67, 2, 2, 468, 472, 7, 59, 2, 2, 469, 470, 7, 8, 2, 2, 470, 471, 7, 121, 2, 2, 471, 473, 7, 9, 2, 2, 472, 469, 3, 2, 2, 2, 472, 473, 3, 2, 2, 2, 473, 488, 3, 2, 2, 2, 474, 475, 7, 61, 2, 2, 475, 476, 7, 8, 2, 2, 476, 481, 5, 52, 27, 2, 477, 478, 7, 12, 2, 2, 478, 480, 5, 52, 27, 2, 479, 477, 3, 2, 2, 2, 480, 483, 3, 2, 2, 2, 481, 479, 3, 2, 2, 2, 481, 482, 3, 2, 2, 2, 482, 484, 3, 2, 2, 2, 483, 481, 3, 2, 2, 2, 484, 485, 7, 9, 2, 2, 485, 488, 3, 2, 2, 2, 486, 488, 7, 69, 2, 2, 487, 443, 3, 2, 2, 2, 487, 444, 3, 2, 2, 2, 487, 448, 3, 2, 2, 2, 487, 454, 3, 2, 2, 2, 487, 455, 3, 2, 2, 2, 487, 456, 3, 2, 2, 2, 487, 460, 3, 2, 2, 2, 487, 461, 3, 2, 2, 2, 487, 462, 3, 2, 2, 2, 487, 463, 3, 2, 2, 2, 487, 464, 3, 2, 2, 2, 487, 465, 3, 2, 2, 2, 487, 466, 3, 2, 2, 2, 487, 467, 3, 2, 2, 2, 487, 468, 3, 2, 2, 2, 487, 474, 3, 2, 2, 2, 487, 486, 3, 2, 2, 2, 488, 55, 3, 2, 2, 2, 489, 491, 5, 58, 30, 2, 490, 489, 3, 2, 2, 2, 491, 492, 3, 2, 2, 2, 492, 490, 3, 2, 2, 2, 492, 493, 3, 2, 2, 2, 493, 57, 3, 2, 2, 2, 494, 495, 5, 10, 6, 2, 495, 496, 7, 10, 2, 2, 496, 580, 3, 2, 2, 2, 497, 499, 7, 4, 2, 2, 498, 500, 5, 56, 29, 2, 499, 498, 3, 2, 2, 2, 499, 500, 3, 2, 2, 2, 500, 501, 3, 2, 2, 2, 501, 580, 7, 5, 2, 2, 502, 503, 5, 68, 35, 2, 503, 504, 7, 10, 2, 2, 504, 580, 3, 2, 2, 2, 505, 506, 7, 71, 2, 2, 506, 507, 7, 8, 2, 2, 507, 508, 5, 68, 35, 2, 508, 509, 7, 9, 2, 2, 509, 512, 5, 58, 30, 2, 510, 511, 7, 72, 2, 2, 511, 513, 5, 58, 30, 2, 512, 510, 3, 2, 2, 2, 512, 513, 3, 2, 2, 2, 513, 580, 3, 2, 2, 2, 514, 516, 5, 54, 28, 2, 515, 514, 3, 2, 2, 2, 516, 519, 3, 2, 2, 2, 517, 515, 3, 2, 2, 2, 517, 518, 3, 2, 2, 2, 518, 520, 3, 2, 2, 2, 519, 517, 3, 2, 2, 2, 520, 521, 7, 73, 2, 2, 521, 522, 7, 8, 2, 2, 522, 523, 5, 68, 35, 2, 523, 524, 7, 9, 2, 2, 524, 525, 5, 58, 30, 2, 525, 580, 3, 2, 2, 2, 526, 528, 5, 54, 28, 2, 527, 526, 3, 2, 2, 2, 528, 531, 3, 2, 2, 2, 529, 527, 3, 2, 2, 2, 529, 530, 3, 2, 2, 2, 530, 532, 3, 2, 2, 2, 531, 529, 3, 2, 2, 2, 532, 533, 7, 74, 2, 2, 533, 534, 5, 58, 30, 2, 534, 535, 7, 73, 2, 2, 535, 536, 7, 8, 2, 2, 536, 537, 5, 68, 35, 2, 537, 538, 7, 9, 2, 2, 538, 539, 7, 10, 2, 2, 539, 580, 3, 2, 2, 2, 540, 542, 5, 54, 28, 2, 541, 540, 3, 2, 2, 2, 542, 545, 3, 2, 2, 2, 543, 541, 3, 2, 2, 2, 543, 544, 3, 2, 2, 2, 544, 546, 3, 2, 2, 2, 545, 543, 3, 2, 2, 2, 546, 547, 7, 75, 2, 2, 547, 548, 7, 8, 2, 2, 548, 549, 5, 64, 33, 2, 549, 550, 7, 9, 2, 2, 550, 551, 5, 58, 30, 2, 551, 580, 3, 2, 2, 2, 552, 553, 7, 76, 2, 2, 553, 554, 7, 8, 2, 2, 554, 555, 5, 68, 35, 2, 555, 556, 7, 9, 2, 2, 556, 557, 7, 4, 2, 2, 557, 558, 5, 60, 31, 2, 558, 559, 7, 5, 2, 2, 559, 580, 3, 2, 2, 2, 560, 562, 7, 77, 2, 2, 561, 563, 5, 68, 35, 2, 562, 561, 3, 2, 2, 2, 562, 563, 3, 2, 2, 2, 563, 564, 3, 2, 2, 2, 564, 580, 7, 10, 2, 2, 565, 566, 7, 78, 2, 2, 566, 580, 7, 10, 2, 2, 567, 568, 7, 79, 2, 2, 568, 580, 7, 10, 2, 2, 569, 571, 7, 80, 2, 2, 570, 572, 5, 76, 39, 2, 571, 570, 3, 2, 2, 2, 571, 572, 3, 2, 2, 2, 572, 573, 3, 2, 2, 2, 573, 574, 7, 4, 2, 2, 574, 575, 5, 80, 41, 2, 575, 576, 7, 146, 2, 2, 576, 580, 3, 2, 2, 2, 577, 580, 5, 74, 38, 2, 578, 580, 7, 10, 2, 2, 579, 494, 3, 2, 2, 2, 579, 497, 3, 2, 2, 2, 579, 502, 3, 2, 2, 2, 579, 505, 3, 2, 2, 2, 579, 517, 3, 2, 2, 2, 579, 529, 3, 2, 2, 2, 579, 543, 3, 2, 2, 2, 579, 552, 3, 2, 2, 2, 579, 560, 3, 2, 2, 2, 579, 565, 3, 2, 2, 2, 579, 567, 3, 2, 2, 2, 579, 569, 3, 2, 2, 2, 579, 577, 3, 2, 2, 2, 579, 578, 3, 2, 2, 2, 580, 59, 3, 2, 2, 2, 581, 583, 5, 62, 32, 2, 582, 581, 3, 2, 2, 2, 583, 584, 3, 2, 2, 2, 584, 582, 3, 2, 2, 2, 584, 585, 3, 2, 2, 2, 585, 591, 3, 2, 2, 2, 586, 587, 7, 81, 2, 2, 587, 589, 7, 11, 2, 2, 588, 590, 5, 56, 29, 2, 589, 588, 3, 2, 2, 2, 589, 590, 3, 2, 2, 2, 590, 592, 3, 2, 2, 2, 591, 586, 3, 2, 2, 2, 591, 592, 3, 2, 2, 2, 592, 61, 3, 2, 2, 2, 593, 594, 7, 82, 2, 2, 594, 595, 5, 70, 36, 2, 595, 597, 7, 11, 2, 2, 596, 598, 5, 56, 29, 2, 597, 596, 3, 2, 2, 2, 597, 598, 3, 2, 2, 2, 598, 63, 3, 2, 2, 2, 599, 600, 5, 66, 34, 2, 600, 602, 7, 10, 2, 2, 601, 603, 5, 68, 35, 2, 602, 601, 3, 2, 2, 2, 602, 603, 3, 2, 2, 2, 603, 604, 3, 2, 2, 2, 604, 606, 7, 10, 2, 2, 605, 607, 5, 68, 35, 2, 606, 605, 3, 2, 2, 2, 606, 607, 3, 2, 2, 2, 607, 624, 3, 2, 2, 2, 608, 612, 5, 18, 10, 2, 609, 611, 5, 20, 11, 2, 610, 609, 3, 2, 2, 2, 611, 614, 3, 2, 2, 2, 612, 610, 3, 2, 2, 2, 612, 613, 3, 2, 2, 2, 613, 616, 3, 2, 2, 2, 614, 612, 3, 2, 2, 2, 615, 608, 3, 2, 2, 2, 615, 616, 3, 2, 2, 2, 616, 617, 3, 2, 2, 2, 617, 618, 7, 121, 2, 2, 618, 619, 7, 11, 2, 2, 619, 620, 5, 70, 36, 2, 620, 621, 7, 13, 2, 2, 621, 622, 5, 70, 36, 2, 622, 624, 3, 2, 2, 2, 623, 599, 3, 2, 2, 2, 623, 615, 3, 2, 2, 2, 624, 65, 3, 2, 2, 2, 625, 627, 5, 10, 6, 2, 626, 625, 3, 2, 2, 2, 626, 627, 3, 2, 2, 2, 627, 630, 3, 2, 2, 2, 628, 630, 5, 68, 35, 2, 629, 626, 3, 2, 2, 2, 629, 628, 3, 2, 2, 2, 630, 67, 3, 2, 2, 2, 631, 632, 8, 35, 1, 2, 632, 633, 5, 70, 36, 2, 633, 639, 3, 2, 2, 2, 634, 635, 12, 3, 2, 2, 635, 636, 7, 12, 2, 2, 636, 638, 5, 70, 36, 2, 637, 634, 3, 2, 2, 2, 638, 641, 3, 2, 2, 2, 639, 637, 3, 2, 2, 2, 639, 640, 3, 2, 2, 2, 640, 69, 3, 2, 2, 2, 641, 639, 3, 2, 2, 2, 642, 643, 8, 36, 1, 2, 643, 644, 7, 8, 2, 2, 644, 645, 5, 68, 35, 2, 645, 646, 7, 9, 2, 2, 646, 708, 3, 2, 2, 2, 647, 648, 7, 85, 2, 2, 648, 651, 7, 8, 2, 2, 649, 652, 5, 70, 36, 2, 650, 652, 5, 24, 13, 2, 651, 649, 3, 2, 2, 2, 651, 650, 3, 2, 2, 2, 652, 653, 3, 2, 2, 2, 653, 654, 7, 9, 2, 2, 654, 708, 3, 2, 2, 2, 655, 656, 7, 86, 2, 2, 656, 659, 7, 8, 2, 2, 657, 660, 5, 70, 36, 2, 658, 660, 5, 24, 13, 2, 659, 657, 3, 2, 2, 2, 659, 658, 3, 2, 2, 2, 660, 661, 3, 2, 2, 2, 661, 662, 7, 9, 2, 2, 662, 708, 3, 2, 2, 2, 663, 665, 7, 87, 2, 2, 664, 666, 7, 8, 2, 2, 665, 664, 3, 2, 2, 2, 665, 666, 3, 2, 2, 2, 666, 667, 3, 2, 2, 2, 667, 669, 7, 121, 2, 2, 668, 670, 7, 9, 2, 2, 669, 668, 3, 2, 2, 2, 669, 670, 3, 2, 2, 2, 670, 708, 3, 2, 2, 2, 671, 672, 7, 8, 2, 2, 672, 673, 5, 24, 13, 2, 673, 674, 7, 9, 2, 2, 674, 675, 5, 70, 36, 26, 675, 708, 3, 2, 2, 2, 676, 677, 9, 2, 2, 2, 677, 708, 5, 70, 36, 25, 678, 679, 7, 20, 2, 2, 679, 708, 5, 70, 36, 23, 680, 681, 9, 3, 2, 2, 681, 708, 5, 70, 36, 22, 682, 683, 9, 4, 2, 2, 683, 708, 5, 70, 36, 18, 684, 685, 7, 4, 2, 2, 685, 690, 5, 70, 36, 2, 686, 687, 7, 12, 2, 2, 687, 689, 5, 70, 36, 2, 688, 686, 3, 2, 2, 2, 689, 692, 3, 2, 2, 2, 690, 688, 3, 2, 2, 2, 690, 691, 3, 2, 2, 2, 691, 694, 3, 2, 2, 2, 692, 690, 3, 2, 2, 2, 693, 695, 7, 12, 2, 2, 694, 693, 3, 2, 2, 2, 694, 695, 3, 2, 2, 2, 695, 696, 3, 2, 2, 2, 696, 697, 7, 5, 2, 2, 697, 708, 3, 2, 2, 2, 698, 708, 7, 121, 2, 2, 699, 708, 7, 112, 2, 2, 700, 702, 7, 122, 2, 2, 701, 700, 3, 2, 2, 2, 702, 703, 3, 2, 2, 2, 703, 701, 3, 2, 2, 2, 703, 704, 3, 2, 2, 2, 704, 708, 3, 2, 2, 2, 705, 708, 7, 123, 2, 2, 706, 708, 7, 97, 2, 2, 707, 642, 3, 2, 2, 2, 707, 647, 3, 2, 2, 2, 707, 655, 3, 2, 2, 2, 707, 663, 3, 2, 2, 2, 707, 671, 3, 2, 2, 2, 707, 676, 3, 2, 2, 2, 707, 678, 3, 2, 2, 2, 707, 680, 3, 2, 2, 2, 707, 682, 3, 2, 2, 2, 707, 684, 3, 2, 2, 2, 707, 698, 3, 2, 2, 2, 707, 699, 3, 2, 2, 2, 707, 701, 3, 2, 2, 2, 707, 705, 3, 2, 2, 2, 707, 706, 3, 2, 2, 2, 708, 769, 3, 2, 2, 2, 709, 710, 12, 21, 2, 2, 710, 711, 9, 5, 2, 2, 711, 768, 5, 70, 36, 22, 712, 713, 12, 20, 2, 2, 713, 714, 9, 6, 2, 2, 714, 768, 5, 70, 36, 21, 715, 716, 12, 19, 2, 2, 716, 717, 9, 7, 2, 2, 717, 768, 5, 70, 36, 20, 718, 719, 12, 17, 2, 2, 719, 720, 9, 8, 2, 2, 720, 768, 5, 70, 36, 18, 721, 722, 12, 16, 2, 2, 722, 723, 7, 25, 2, 2, 723, 768, 5, 70, 36, 17, 724, 725, 12, 15, 2, 2, 725, 726, 7, 27, 2, 2, 726, 768, 5, 70, 36, 16, 727, 728, 12, 14, 2, 2, 728, 729, 7, 28, 2, 2, 729, 768, 5, 70, 36, 15, 730, 731, 12, 13, 2, 2, 731, 732, 7, 37, 2, 2, 732, 768, 5, 70, 36, 14, 733, 734, 12, 12, 2, 2, 734, 735, 7, 38, 2, 2, 735, 768, 5, 70, 36, 13, 736, 737, 12, 11, 2, 2, 737, 738, 7, 15, 2, 2, 738, 739, 5, 70, 36, 2, 739, 740, 7, 11, 2, 2, 740, 741, 5, 70, 36, 12, 741, 768, 3, 2, 2, 2, 742, 743, 12, 10, 2, 2, 743, 744, 7, 39, 2, 2, 744, 768, 5, 70, 36, 10, 745, 746, 12, 9, 2, 2, 746, 747, 7, 40, 2, 2, 747, 768, 5, 70, 36, 9, 748, 749, 12, 33, 2, 2, 749, 750, 7, 16, 2, 2, 750, 768, 7, 121, 2, 2, 751, 752, 12, 32, 2, 2, 752, 753, 7, 17, 2, 2, 753, 768, 7, 121, 2, 2, 754, 755, 12, 31, 2, 2, 755, 757, 7, 8, 2, 2, 756, 758, 5, 72, 37, 2, 757, 756, 3, 2, 2, 2, 757, 758, 3, 2, 2, 2, 758, 759, 3, 2, 2, 2, 759, 768, 7, 9, 2, 2, 760, 761, 12, 27, 2, 2, 761, 762, 7, 6, 2, 2, 762, 763, 5, 68, 35, 2, 763, 764, 7, 7, 2, 2, 764, 768, 3, 2, 2, 2, 765, 766, 12, 24, 2, 2, 766, 768, 9, 2, 2, 2, 767, 709, 3, 2, 2, 2, 767, 712, 3, 2, 2, 2, 767, 715, 3, 2, 2, 2, 767, 718, 3, 2, 2, 2, 767, 721, 3, 2, 2, 2, 767, 724, 3, 2, 2, 2, 767, 727, 3, 2, 2, 2, 767, 730, 3, 2, 2, 2, 767, 733, 3, 2, 2, 2, 767, 736, 3, 2, 2, 2, 767, 742, 3, 2, 2, 2, 767, 745, 3, 2, 2, 2, 767, 748, 3, 2, 2, 2, 767, 751, 3, 2, 2, 2, 767, 754, 3, 2, 2, 2, 767, 760, 3, 2, 2, 2, 767, 765, 3, 2, 2, 2, 768, 771, 3, 2, 2, 2, 769, 767, 3, 2, 2, 2, 769, 770, 3, 2, 2, 2, 770, 71, 3, 2, 2, 2, 771, 769, 3, 2, 2, 2, 772, 777, 5, 70, 36, 2, 773, 774, 7, 12, 2, 2, 774, 776, 5, 70, 36, 2, 775, 773, 3, 2, 2, 2, 776, 779, 3, 2, 2, 2, 777, 775, 3, 2, 2, 2, 777, 778, 3, 2, 2, 2, 778, 73, 3, 2, 2, 2, 779, 777, 3, 2, 2, 2, 780, 782, 7, 88, 2, 2, 781, 783, 5, 76, 39, 2, 782, 781, 3, 2, 2, 2, 782, 783, 3, 2, 2, 2, 783, 784, 3, 2, 2, 2, 784, 785, 7, 98, 2, 2, 785, 75, 3, 2, 2, 2, 786, 787, 7, 8, 2, 2, 787, 792, 5, 78, 40, 2, 788, 789, 7, 12, 2, 2, 789, 791, 5, 78, 40, 2, 790, 788, 3, 2, 2, 2, 791, 794, 3, 2, 2, 2, 792, 790, 3, 2, 2, 2, 792, 793, 3, 2, 2, 2, 793, 795, 3, 2, 2, 2, 794, 792, 3, 2, 2, 2, 795, 796, 7, 9, 2, 2, 796, 77, 3, 2, 2, 2, 797, 798, 7, 89, 2, 2, 798, 808, 7, 122, 2, 2, 799, 800, 7, 90, 2, 2, 800, 808, 7, 121, 2, 2, 801, 802, 7, 91, 2, 2, 802, 808, 7, 122, 2, 2, 803, 804, 7, 92, 2, 2, 804, 808, 5, 70, 36, 2, 805, 806, 7, 93, 2, 2, 806, 808, 5, 70, 36, 2, 807, 797, 3, 2, 2, 2, 807, 799, 3, 2, 2, 2, 807, 801, 3, 2, 2, 2, 807, 803, 3, 2, 2, 2, 807, 805, 3, 2, 2, 2, 808, 79, 3, 2, 2, 2, 809, 811, 5, 82, 42, 2, 810, 809, 3, 2, 2, 2, 811, 814, 3, 2, 2, 2, 812, 810, 3, 2, 2, 2, 812, 813, 3, 2, 2, 2, 813, 81, 3, 2, 2, 2, 814, 812, 3, 2, 2, 2, 815, 819, 5, 84, 43, 2, 816, 819, 5, 86, 44, 2, 817, 819, 5, 88, 45, 2, 818, 815, 3, 2, 2, 2, 818, 816, 3, 2, 2, 2, 818, 817, 3, 2, 2, 2, 819, 83, 3, 2, 2, 2, 820, 821, 7, 159, 2, 2, 821, 825, 7, 130, 2, 2, 822, 823, 7, 158, 2, 2, 823, 825, 7, 130, 2, 2, 824, 820, 3, 2, 2, 2, 824, 822, 3, 2, 2, 2, 825, 85, 3, 2, 2, 2, 826, 828, 7, 128, 2, 2, 827, 829, 5, 90, 46, 2, 828, 827, 3, 2, 2, 2, 828, 829, 3, 2, 2, 2, 829, 87, 3, 2, 2, 2, 830, 831, 7, 127, 2, 2, 831, 836, 5, 92, 47, 2, 832, 833, 7, 131, 2, 2, 833, 835, 5, 92, 47, 2, 834, 832, 3, 2, 2, 2, 835, 838, 3, 2, 2, 2, 836, 834, 3, 2, 2, 2, 836, 837, 3, 2, 2, 2, 837, 89, 3, 2, 2, 2, 838, 836, 3, 2, 2, 2, 839, 863, 5, 92, 47, 2, 840, 841, 7, 129, 2, 2, 841, 863, 5, 92, 47, 2, 842, 843, 5, 92, 47, 2, 843, 844, 7, 131, 2, 2, 844, 845, 7, 159, 2, 2, 845, 863, 3, 2, 2, 2, 846, 847, 7, 132, 2, 2, 847, 848, 5, 92, 47, 2, 848, 849, 7, 133, 2, 2, 849, 850, 7, 131, 2, 2, 850, 851, 7, 159, 2, 2, 851, 863, 3, 2, 2, 2, 852, 853, 7, 132, 2, 2, 853, 854, 5, 92, 47, 2, 854, 855, 7, 131, 2, 2, 855, 856, 7, 159, 2, 2, 856, 857, 7, 133, 2, 2, 857, 863, 3, 2, 2, 2, 858, 859, 7, 132, 2, 2, 859, 860, 5, 92, 47, 2, 860, 861, 7, 133, 2, 2, 861, 863, 3, 2, 2, 2, 862, 839, 3, 2, 2, 2, 862, 840, 3, 2, 2, 2, 862, 842, 3, 2, 2, 2, 862, 846, 3, 2, 2, 2, 862, 852, 3, 2, 2, 2, 862, 858, 3, 2, 2, 2, 863, 91, 3, 2, 2, 2, 864, 865, 8, 47, 1, 2, 865, 866, 7, 134, 2, 2, 866, 867, 5, 92, 47, 2, 867, 868, 7, 135, 2, 2, 868, 879, 3, 2, 2, 2, 869, 870, 9, 9, 2, 2, 870, 879, 5, 92, 47, 10, 871, 879, 7, 159, 2, 2, 872, 879, 7, 157, 2, 2, 873, 874, 7, 145, 2, 2, 874, 875, 7, 159, 2, 2, 875, 879, 7, 146, 2, 2, 876, 879, 7, 147, 2, 2, 877, 879, 7, 156, 2, 2, 878, 864, 3, 2, 2, 2, 878, 869, 3, 2, 2, 2, 878, 871, 3, 2, 2, 2, 878, 872, 3, 2, 2, 2, 878, 873, 3, 2, 2, 2, 878, 876, 3, 2, 2, 2, 878, 877, 3, 2, 2, 2, 879, 894, 3, 2, 2, 2, 880, 881, 12, 12, 2, 2, 881, 882, 7, 136, 2, 2, 882, 893, 5, 92, 47, 13, 883, 884, 12, 11, 2, 2, 884, 885, 9, 10, 2, 2, 885, 893, 5, 92, 47, 12, 886, 887, 12, 9, 2, 2, 887, 888, 9, 11, 2, 2, 888, 893, 5, 92, 47, 10, 889, 890, 12, 8, 2, 2, 890, 891, 9, 12, 2, 2, 891, 893, 5, 92, 47, 9, 892, 880, 3, 2, 2, 2, 892, 883, 3, 2, 2, 2, 892, 886, 3, 2, 2, 2, 892, 889, 3, 2, 2, 2, 893, 896, 3, 2, 2, 2, 894, 892, 3, 2, 2, 2, 894, 895, 3, 2, 2, 2, 895, 93, 3, 2, 2, 2, 896, 894, 3, 2, 2, 2, 90, 103, 120, 129, 139, 145, 153, 160, 169, 174, 180, 185, 190, 197, 204, 209, 221, 224, 226, 237, 244, 249, 255, 257, 265, 271, 283, 297, 303, 309, 315, 320, 324, 333, 340, 347, 388, 432, 436, 441, 452, 472, 481, 487, 492, 499, 512, 517, 529, 543, 562, 571, 579, 584, 589, 591, 597, 602, 606, 612, 615, 623, 626, 629, 639, 651, 659, 665, 669, 690, 694, 703, 707, 757, 767, 769, 777, 782, 792, 807, 812, 818, 824, 828, 836, 862, 878, 892, 894] \ No newline at end of file +[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 167, 902, 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, 4, 48, 9, 48, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 104, 10, 4, 12, 4, 14, 4, 107, 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, 123, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 7, 7, 130, 10, 7, 12, 7, 14, 7, 133, 11, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 140, 10, 7, 12, 7, 14, 7, 143, 11, 7, 3, 7, 7, 7, 146, 10, 7, 12, 7, 14, 7, 149, 11, 7, 3, 8, 3, 8, 3, 8, 7, 8, 154, 10, 8, 12, 8, 14, 8, 157, 11, 8, 3, 8, 3, 8, 7, 8, 161, 10, 8, 12, 8, 14, 8, 164, 11, 8, 3, 8, 3, 8, 3, 9, 3, 9, 7, 9, 170, 10, 9, 12, 9, 14, 9, 173, 11, 9, 3, 9, 3, 9, 5, 9, 177, 10, 9, 3, 9, 3, 9, 7, 9, 181, 10, 9, 12, 9, 14, 9, 184, 11, 9, 3, 9, 3, 9, 5, 9, 188, 10, 9, 3, 10, 7, 10, 191, 10, 10, 12, 10, 14, 10, 194, 11, 10, 3, 10, 3, 10, 7, 10, 198, 10, 10, 12, 10, 14, 10, 201, 11, 10, 3, 11, 3, 11, 7, 11, 205, 10, 11, 12, 11, 14, 11, 208, 11, 11, 3, 12, 3, 12, 5, 12, 212, 10, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 224, 10, 13, 3, 13, 7, 13, 227, 10, 13, 12, 13, 14, 13, 230, 11, 13, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 240, 10, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 247, 10, 14, 3, 14, 3, 14, 3, 14, 5, 14, 252, 10, 14, 3, 14, 3, 14, 3, 14, 3, 14, 7, 14, 258, 10, 14, 12, 14, 14, 14, 261, 11, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 5, 16, 268, 10, 16, 3, 16, 3, 16, 6, 16, 272, 10, 16, 13, 16, 14, 16, 273, 3, 16, 3, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 5, 19, 286, 10, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 7, 20, 298, 10, 20, 12, 20, 14, 20, 301, 11, 20, 3, 21, 3, 21, 3, 21, 5, 21, 306, 10, 21, 3, 22, 3, 22, 7, 22, 310, 10, 22, 12, 22, 14, 22, 313, 11, 22, 3, 22, 3, 22, 3, 22, 5, 22, 318, 10, 22, 3, 22, 3, 22, 3, 22, 5, 22, 323, 10, 22, 3, 23, 3, 23, 5, 23, 327, 10, 23, 3, 23, 3, 23, 3, 24, 3, 24, 3, 24, 7, 24, 334, 10, 24, 12, 24, 14, 24, 337, 11, 24, 3, 25, 3, 25, 7, 25, 341, 10, 25, 12, 25, 14, 25, 344, 11, 25, 3, 25, 3, 25, 3, 25, 3, 25, 5, 25, 350, 10, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 7, 26, 389, 10, 26, 12, 26, 14, 26, 392, 11, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 7, 26, 433, 10, 26, 12, 26, 14, 26, 436, 11, 26, 3, 26, 5, 26, 439, 10, 26, 3, 27, 3, 27, 3, 27, 5, 27, 444, 10, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 455, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 475, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 7, 28, 482, 10, 28, 12, 28, 14, 28, 485, 11, 28, 3, 28, 3, 28, 3, 28, 5, 28, 490, 10, 28, 3, 29, 6, 29, 493, 10, 29, 13, 29, 14, 29, 494, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 502, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 515, 10, 30, 3, 30, 7, 30, 518, 10, 30, 12, 30, 14, 30, 521, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 530, 10, 30, 12, 30, 14, 30, 533, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 544, 10, 30, 12, 30, 14, 30, 547, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 565, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 574, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 582, 10, 30, 3, 31, 6, 31, 585, 10, 31, 13, 31, 14, 31, 586, 3, 31, 3, 31, 3, 31, 5, 31, 592, 10, 31, 5, 31, 594, 10, 31, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 600, 10, 32, 3, 33, 3, 33, 3, 33, 5, 33, 605, 10, 33, 3, 33, 3, 33, 5, 33, 609, 10, 33, 3, 33, 3, 33, 7, 33, 613, 10, 33, 12, 33, 14, 33, 616, 11, 33, 5, 33, 618, 10, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 626, 10, 33, 3, 34, 5, 34, 629, 10, 34, 3, 34, 5, 34, 632, 10, 34, 3, 35, 3, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 642, 10, 36, 12, 36, 14, 36, 645, 11, 36, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 656, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 664, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 670, 10, 37, 3, 37, 3, 37, 5, 37, 674, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 7, 37, 693, 10, 37, 12, 37, 14, 37, 696, 11, 37, 3, 37, 5, 37, 699, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 6, 37, 706, 10, 37, 13, 37, 14, 37, 707, 3, 37, 3, 37, 5, 37, 712, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 762, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 7, 37, 772, 10, 37, 12, 37, 14, 37, 775, 11, 37, 3, 38, 3, 38, 3, 38, 7, 38, 780, 10, 38, 12, 38, 14, 38, 783, 11, 38, 3, 39, 3, 39, 5, 39, 787, 10, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 7, 40, 795, 10, 40, 12, 40, 14, 40, 798, 11, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 5, 41, 812, 10, 41, 3, 42, 7, 42, 815, 10, 42, 12, 42, 14, 42, 818, 11, 42, 3, 43, 3, 43, 3, 43, 5, 43, 823, 10, 43, 3, 44, 3, 44, 3, 44, 3, 44, 5, 44, 829, 10, 44, 3, 45, 3, 45, 5, 45, 833, 10, 45, 3, 46, 3, 46, 3, 46, 3, 46, 7, 46, 839, 10, 46, 12, 46, 14, 46, 842, 11, 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, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 5, 47, 867, 10, 47, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 5, 48, 883, 10, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 7, 48, 897, 10, 48, 12, 48, 14, 48, 900, 11, 48, 3, 48, 2, 9, 12, 24, 26, 38, 70, 72, 94, 49, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 2, 13, 3, 2, 23, 24, 5, 2, 18, 19, 25, 26, 94, 94, 4, 2, 33, 33, 36, 36, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 139, 142, 3, 2, 137, 138, 3, 2, 143, 144, 3, 2, 139, 140, 2, 1033, 2, 96, 3, 2, 2, 2, 4, 99, 3, 2, 2, 2, 6, 105, 3, 2, 2, 2, 8, 122, 3, 2, 2, 2, 10, 124, 3, 2, 2, 2, 12, 127, 3, 2, 2, 2, 14, 150, 3, 2, 2, 2, 16, 187, 3, 2, 2, 2, 18, 192, 3, 2, 2, 2, 20, 202, 3, 2, 2, 2, 22, 209, 3, 2, 2, 2, 24, 215, 3, 2, 2, 2, 26, 246, 3, 2, 2, 2, 28, 262, 3, 2, 2, 2, 30, 265, 3, 2, 2, 2, 32, 277, 3, 2, 2, 2, 34, 280, 3, 2, 2, 2, 36, 283, 3, 2, 2, 2, 38, 291, 3, 2, 2, 2, 40, 302, 3, 2, 2, 2, 42, 307, 3, 2, 2, 2, 44, 324, 3, 2, 2, 2, 46, 330, 3, 2, 2, 2, 48, 349, 3, 2, 2, 2, 50, 438, 3, 2, 2, 2, 52, 440, 3, 2, 2, 2, 54, 489, 3, 2, 2, 2, 56, 492, 3, 2, 2, 2, 58, 581, 3, 2, 2, 2, 60, 584, 3, 2, 2, 2, 62, 595, 3, 2, 2, 2, 64, 625, 3, 2, 2, 2, 66, 631, 3, 2, 2, 2, 68, 633, 3, 2, 2, 2, 70, 635, 3, 2, 2, 2, 72, 711, 3, 2, 2, 2, 74, 776, 3, 2, 2, 2, 76, 784, 3, 2, 2, 2, 78, 790, 3, 2, 2, 2, 80, 811, 3, 2, 2, 2, 82, 816, 3, 2, 2, 2, 84, 822, 3, 2, 2, 2, 86, 828, 3, 2, 2, 2, 88, 830, 3, 2, 2, 2, 90, 834, 3, 2, 2, 2, 92, 866, 3, 2, 2, 2, 94, 882, 3, 2, 2, 2, 96, 97, 5, 6, 4, 2, 97, 98, 7, 2, 2, 3, 98, 3, 3, 2, 2, 2, 99, 100, 5, 82, 42, 2, 100, 101, 7, 2, 2, 3, 101, 5, 3, 2, 2, 2, 102, 104, 5, 8, 5, 2, 103, 102, 3, 2, 2, 2, 104, 107, 3, 2, 2, 2, 105, 103, 3, 2, 2, 2, 105, 106, 3, 2, 2, 2, 106, 7, 3, 2, 2, 2, 107, 105, 3, 2, 2, 2, 108, 109, 5, 10, 6, 2, 109, 110, 7, 10, 2, 2, 110, 123, 3, 2, 2, 2, 111, 112, 5, 30, 16, 2, 112, 113, 7, 10, 2, 2, 113, 123, 3, 2, 2, 2, 114, 115, 5, 36, 19, 2, 115, 116, 7, 10, 2, 2, 116, 123, 3, 2, 2, 2, 117, 123, 5, 42, 22, 2, 118, 123, 5, 50, 26, 2, 119, 120, 5, 14, 8, 2, 120, 121, 7, 10, 2, 2, 121, 123, 3, 2, 2, 2, 122, 108, 3, 2, 2, 2, 122, 111, 3, 2, 2, 2, 122, 114, 3, 2, 2, 2, 122, 117, 3, 2, 2, 2, 122, 118, 3, 2, 2, 2, 122, 119, 3, 2, 2, 2, 123, 9, 3, 2, 2, 2, 124, 125, 5, 18, 10, 2, 125, 126, 5, 12, 7, 2, 126, 11, 3, 2, 2, 2, 127, 131, 8, 7, 1, 2, 128, 130, 5, 20, 11, 2, 129, 128, 3, 2, 2, 2, 130, 133, 3, 2, 2, 2, 131, 129, 3, 2, 2, 2, 131, 132, 3, 2, 2, 2, 132, 134, 3, 2, 2, 2, 133, 131, 3, 2, 2, 2, 134, 135, 5, 16, 9, 2, 135, 147, 3, 2, 2, 2, 136, 137, 12, 3, 2, 2, 137, 141, 7, 12, 2, 2, 138, 140, 5, 20, 11, 2, 139, 138, 3, 2, 2, 2, 140, 143, 3, 2, 2, 2, 141, 139, 3, 2, 2, 2, 141, 142, 3, 2, 2, 2, 142, 144, 3, 2, 2, 2, 143, 141, 3, 2, 2, 2, 144, 146, 5, 16, 9, 2, 145, 136, 3, 2, 2, 2, 146, 149, 3, 2, 2, 2, 147, 145, 3, 2, 2, 2, 147, 148, 3, 2, 2, 2, 148, 13, 3, 2, 2, 2, 149, 147, 3, 2, 2, 2, 150, 151, 7, 41, 2, 2, 151, 155, 5, 18, 10, 2, 152, 154, 5, 20, 11, 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, 7, 121, 2, 2, 159, 161, 5, 22, 12, 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, 165, 3, 2, 2, 2, 164, 162, 3, 2, 2, 2, 165, 166, 8, 8, 1, 2, 166, 15, 3, 2, 2, 2, 167, 171, 7, 121, 2, 2, 168, 170, 5, 22, 12, 2, 169, 168, 3, 2, 2, 2, 170, 173, 3, 2, 2, 2, 171, 169, 3, 2, 2, 2, 171, 172, 3, 2, 2, 2, 172, 176, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 174, 175, 7, 39, 2, 2, 175, 177, 5, 72, 37, 2, 176, 174, 3, 2, 2, 2, 176, 177, 3, 2, 2, 2, 177, 188, 3, 2, 2, 2, 178, 182, 7, 121, 2, 2, 179, 181, 5, 22, 12, 2, 180, 179, 3, 2, 2, 2, 181, 184, 3, 2, 2, 2, 182, 180, 3, 2, 2, 2, 182, 183, 3, 2, 2, 2, 183, 185, 3, 2, 2, 2, 184, 182, 3, 2, 2, 2, 185, 186, 7, 39, 2, 2, 186, 188, 5, 76, 39, 2, 187, 167, 3, 2, 2, 2, 187, 178, 3, 2, 2, 2, 188, 17, 3, 2, 2, 2, 189, 191, 5, 54, 28, 2, 190, 189, 3, 2, 2, 2, 191, 194, 3, 2, 2, 2, 192, 190, 3, 2, 2, 2, 192, 193, 3, 2, 2, 2, 193, 195, 3, 2, 2, 2, 194, 192, 3, 2, 2, 2, 195, 199, 5, 26, 14, 2, 196, 198, 5, 54, 28, 2, 197, 196, 3, 2, 2, 2, 198, 201, 3, 2, 2, 2, 199, 197, 3, 2, 2, 2, 199, 200, 3, 2, 2, 2, 200, 19, 3, 2, 2, 2, 201, 199, 3, 2, 2, 2, 202, 206, 7, 20, 2, 2, 203, 205, 5, 54, 28, 2, 204, 203, 3, 2, 2, 2, 205, 208, 3, 2, 2, 2, 206, 204, 3, 2, 2, 2, 206, 207, 3, 2, 2, 2, 207, 21, 3, 2, 2, 2, 208, 206, 3, 2, 2, 2, 209, 211, 7, 6, 2, 2, 210, 212, 5, 72, 37, 2, 211, 210, 3, 2, 2, 2, 211, 212, 3, 2, 2, 2, 212, 213, 3, 2, 2, 2, 213, 214, 7, 7, 2, 2, 214, 23, 3, 2, 2, 2, 215, 216, 8, 13, 1, 2, 216, 217, 5, 26, 14, 2, 217, 228, 3, 2, 2, 2, 218, 219, 12, 4, 2, 2, 219, 227, 7, 20, 2, 2, 220, 221, 12, 3, 2, 2, 221, 223, 7, 6, 2, 2, 222, 224, 5, 72, 37, 2, 223, 222, 3, 2, 2, 2, 223, 224, 3, 2, 2, 2, 224, 225, 3, 2, 2, 2, 225, 227, 7, 7, 2, 2, 226, 218, 3, 2, 2, 2, 226, 220, 3, 2, 2, 2, 227, 230, 3, 2, 2, 2, 228, 226, 3, 2, 2, 2, 228, 229, 3, 2, 2, 2, 229, 25, 3, 2, 2, 2, 230, 228, 3, 2, 2, 2, 231, 232, 8, 14, 1, 2, 232, 233, 7, 8, 2, 2, 233, 234, 5, 26, 14, 2, 234, 235, 7, 9, 2, 2, 235, 247, 3, 2, 2, 2, 236, 247, 7, 96, 2, 2, 237, 239, 7, 95, 2, 2, 238, 240, 7, 96, 2, 2, 239, 238, 3, 2, 2, 2, 239, 240, 3, 2, 2, 2, 240, 247, 3, 2, 2, 2, 241, 247, 5, 30, 16, 2, 242, 247, 5, 28, 15, 2, 243, 247, 5, 36, 19, 2, 244, 247, 5, 34, 18, 2, 245, 247, 7, 3, 2, 2, 246, 231, 3, 2, 2, 2, 246, 236, 3, 2, 2, 2, 246, 237, 3, 2, 2, 2, 246, 241, 3, 2, 2, 2, 246, 242, 3, 2, 2, 2, 246, 243, 3, 2, 2, 2, 246, 244, 3, 2, 2, 2, 246, 245, 3, 2, 2, 2, 247, 259, 3, 2, 2, 2, 248, 249, 12, 9, 2, 2, 249, 251, 7, 6, 2, 2, 250, 252, 5, 72, 37, 2, 251, 250, 3, 2, 2, 2, 251, 252, 3, 2, 2, 2, 252, 253, 3, 2, 2, 2, 253, 258, 7, 7, 2, 2, 254, 255, 12, 8, 2, 2, 255, 256, 7, 8, 2, 2, 256, 258, 7, 9, 2, 2, 257, 248, 3, 2, 2, 2, 257, 254, 3, 2, 2, 2, 258, 261, 3, 2, 2, 2, 259, 257, 3, 2, 2, 2, 259, 260, 3, 2, 2, 2, 260, 27, 3, 2, 2, 2, 261, 259, 3, 2, 2, 2, 262, 263, 7, 83, 2, 2, 263, 264, 7, 121, 2, 2, 264, 29, 3, 2, 2, 2, 265, 267, 7, 83, 2, 2, 266, 268, 7, 121, 2, 2, 267, 266, 3, 2, 2, 2, 267, 268, 3, 2, 2, 2, 268, 269, 3, 2, 2, 2, 269, 271, 7, 4, 2, 2, 270, 272, 5, 32, 17, 2, 271, 270, 3, 2, 2, 2, 272, 273, 3, 2, 2, 2, 273, 271, 3, 2, 2, 2, 273, 274, 3, 2, 2, 2, 274, 275, 3, 2, 2, 2, 275, 276, 7, 5, 2, 2, 276, 31, 3, 2, 2, 2, 277, 278, 5, 10, 6, 2, 278, 279, 7, 10, 2, 2, 279, 33, 3, 2, 2, 2, 280, 281, 7, 84, 2, 2, 281, 282, 7, 121, 2, 2, 282, 35, 3, 2, 2, 2, 283, 285, 7, 84, 2, 2, 284, 286, 7, 121, 2, 2, 285, 284, 3, 2, 2, 2, 285, 286, 3, 2, 2, 2, 286, 287, 3, 2, 2, 2, 287, 288, 7, 4, 2, 2, 288, 289, 5, 38, 20, 2, 289, 290, 7, 5, 2, 2, 290, 37, 3, 2, 2, 2, 291, 292, 8, 20, 1, 2, 292, 293, 5, 40, 21, 2, 293, 299, 3, 2, 2, 2, 294, 295, 12, 3, 2, 2, 295, 296, 7, 12, 2, 2, 296, 298, 5, 40, 21, 2, 297, 294, 3, 2, 2, 2, 298, 301, 3, 2, 2, 2, 299, 297, 3, 2, 2, 2, 299, 300, 3, 2, 2, 2, 300, 39, 3, 2, 2, 2, 301, 299, 3, 2, 2, 2, 302, 305, 7, 121, 2, 2, 303, 304, 7, 39, 2, 2, 304, 306, 5, 72, 37, 2, 305, 303, 3, 2, 2, 2, 305, 306, 3, 2, 2, 2, 306, 41, 3, 2, 2, 2, 307, 311, 5, 18, 10, 2, 308, 310, 5, 20, 11, 2, 309, 308, 3, 2, 2, 2, 310, 313, 3, 2, 2, 2, 311, 309, 3, 2, 2, 2, 311, 312, 3, 2, 2, 2, 312, 314, 3, 2, 2, 2, 313, 311, 3, 2, 2, 2, 314, 315, 7, 121, 2, 2, 315, 317, 7, 8, 2, 2, 316, 318, 5, 46, 24, 2, 317, 316, 3, 2, 2, 2, 317, 318, 3, 2, 2, 2, 318, 319, 3, 2, 2, 2, 319, 322, 7, 9, 2, 2, 320, 323, 5, 44, 23, 2, 321, 323, 7, 10, 2, 2, 322, 320, 3, 2, 2, 2, 322, 321, 3, 2, 2, 2, 323, 43, 3, 2, 2, 2, 324, 326, 7, 4, 2, 2, 325, 327, 5, 56, 29, 2, 326, 325, 3, 2, 2, 2, 326, 327, 3, 2, 2, 2, 327, 328, 3, 2, 2, 2, 328, 329, 7, 5, 2, 2, 329, 45, 3, 2, 2, 2, 330, 335, 5, 48, 25, 2, 331, 332, 7, 12, 2, 2, 332, 334, 5, 48, 25, 2, 333, 331, 3, 2, 2, 2, 334, 337, 3, 2, 2, 2, 335, 333, 3, 2, 2, 2, 335, 336, 3, 2, 2, 2, 336, 47, 3, 2, 2, 2, 337, 335, 3, 2, 2, 2, 338, 342, 5, 18, 10, 2, 339, 341, 5, 20, 11, 2, 340, 339, 3, 2, 2, 2, 341, 344, 3, 2, 2, 2, 342, 340, 3, 2, 2, 2, 342, 343, 3, 2, 2, 2, 343, 345, 3, 2, 2, 2, 344, 342, 3, 2, 2, 2, 345, 346, 7, 121, 2, 2, 346, 350, 3, 2, 2, 2, 347, 350, 7, 96, 2, 2, 348, 350, 7, 14, 2, 2, 349, 338, 3, 2, 2, 2, 349, 347, 3, 2, 2, 2, 349, 348, 3, 2, 2, 2, 350, 49, 3, 2, 2, 2, 351, 352, 7, 101, 2, 2, 352, 353, 7, 44, 2, 2, 353, 354, 3, 2, 2, 2, 354, 355, 7, 8, 2, 2, 355, 356, 7, 121, 2, 2, 356, 439, 7, 9, 2, 2, 357, 358, 7, 101, 2, 2, 358, 359, 7, 48, 2, 2, 359, 360, 3, 2, 2, 2, 360, 361, 7, 8, 2, 2, 361, 362, 7, 121, 2, 2, 362, 439, 7, 9, 2, 2, 363, 364, 7, 101, 2, 2, 364, 365, 7, 45, 2, 2, 365, 366, 3, 2, 2, 2, 366, 367, 7, 8, 2, 2, 367, 368, 7, 122, 2, 2, 368, 439, 7, 9, 2, 2, 369, 370, 7, 101, 2, 2, 370, 371, 7, 46, 2, 2, 371, 372, 3, 2, 2, 2, 372, 373, 7, 8, 2, 2, 373, 374, 7, 122, 2, 2, 374, 439, 7, 9, 2, 2, 375, 376, 7, 101, 2, 2, 376, 377, 7, 47, 2, 2, 377, 378, 3, 2, 2, 2, 378, 379, 7, 8, 2, 2, 379, 380, 7, 122, 2, 2, 380, 439, 7, 9, 2, 2, 381, 382, 7, 101, 2, 2, 382, 383, 7, 42, 2, 2, 383, 384, 3, 2, 2, 2, 384, 385, 7, 8, 2, 2, 385, 390, 5, 52, 27, 2, 386, 387, 7, 12, 2, 2, 387, 389, 5, 52, 27, 2, 388, 386, 3, 2, 2, 2, 389, 392, 3, 2, 2, 2, 390, 388, 3, 2, 2, 2, 390, 391, 3, 2, 2, 2, 391, 393, 3, 2, 2, 2, 392, 390, 3, 2, 2, 2, 393, 394, 7, 9, 2, 2, 394, 439, 3, 2, 2, 2, 395, 396, 7, 101, 2, 2, 396, 397, 7, 43, 2, 2, 397, 398, 3, 2, 2, 2, 398, 399, 7, 8, 2, 2, 399, 400, 7, 112, 2, 2, 400, 439, 7, 9, 2, 2, 401, 402, 7, 101, 2, 2, 402, 403, 7, 49, 2, 2, 403, 404, 3, 2, 2, 2, 404, 405, 7, 8, 2, 2, 405, 406, 7, 121, 2, 2, 406, 439, 7, 9, 2, 2, 407, 408, 7, 101, 2, 2, 408, 409, 7, 50, 2, 2, 409, 410, 3, 2, 2, 2, 410, 411, 7, 8, 2, 2, 411, 412, 7, 121, 2, 2, 412, 439, 7, 9, 2, 2, 413, 414, 7, 101, 2, 2, 414, 415, 7, 51, 2, 2, 415, 416, 3, 2, 2, 2, 416, 417, 7, 8, 2, 2, 417, 418, 7, 121, 2, 2, 418, 439, 7, 9, 2, 2, 419, 420, 7, 101, 2, 2, 420, 421, 7, 68, 2, 2, 421, 422, 3, 2, 2, 2, 422, 423, 7, 8, 2, 2, 423, 424, 7, 69, 2, 2, 424, 439, 7, 9, 2, 2, 425, 426, 7, 101, 2, 2, 426, 427, 7, 70, 2, 2, 427, 428, 3, 2, 2, 2, 428, 429, 7, 8, 2, 2, 429, 434, 7, 121, 2, 2, 430, 431, 7, 12, 2, 2, 431, 433, 7, 121, 2, 2, 432, 430, 3, 2, 2, 2, 433, 436, 3, 2, 2, 2, 434, 432, 3, 2, 2, 2, 434, 435, 3, 2, 2, 2, 435, 437, 3, 2, 2, 2, 436, 434, 3, 2, 2, 2, 437, 439, 7, 9, 2, 2, 438, 351, 3, 2, 2, 2, 438, 357, 3, 2, 2, 2, 438, 363, 3, 2, 2, 2, 438, 369, 3, 2, 2, 2, 438, 375, 3, 2, 2, 2, 438, 381, 3, 2, 2, 2, 438, 395, 3, 2, 2, 2, 438, 401, 3, 2, 2, 2, 438, 407, 3, 2, 2, 2, 438, 413, 3, 2, 2, 2, 438, 419, 3, 2, 2, 2, 438, 425, 3, 2, 2, 2, 439, 51, 3, 2, 2, 2, 440, 443, 7, 112, 2, 2, 441, 442, 7, 13, 2, 2, 442, 444, 7, 112, 2, 2, 443, 441, 3, 2, 2, 2, 443, 444, 3, 2, 2, 2, 444, 53, 3, 2, 2, 2, 445, 490, 7, 52, 2, 2, 446, 447, 7, 55, 2, 2, 447, 448, 7, 8, 2, 2, 448, 449, 7, 112, 2, 2, 449, 490, 7, 9, 2, 2, 450, 454, 7, 60, 2, 2, 451, 452, 7, 8, 2, 2, 452, 453, 7, 121, 2, 2, 453, 455, 7, 9, 2, 2, 454, 451, 3, 2, 2, 2, 454, 455, 3, 2, 2, 2, 455, 490, 3, 2, 2, 2, 456, 490, 7, 63, 2, 2, 457, 490, 7, 64, 2, 2, 458, 459, 7, 62, 2, 2, 459, 460, 7, 8, 2, 2, 460, 461, 7, 112, 2, 2, 461, 490, 7, 9, 2, 2, 462, 490, 7, 57, 2, 2, 463, 490, 7, 58, 2, 2, 464, 490, 7, 65, 2, 2, 465, 490, 7, 66, 2, 2, 466, 490, 7, 53, 2, 2, 467, 490, 7, 54, 2, 2, 468, 490, 7, 56, 2, 2, 469, 490, 7, 67, 2, 2, 470, 474, 7, 59, 2, 2, 471, 472, 7, 8, 2, 2, 472, 473, 7, 121, 2, 2, 473, 475, 7, 9, 2, 2, 474, 471, 3, 2, 2, 2, 474, 475, 3, 2, 2, 2, 475, 490, 3, 2, 2, 2, 476, 477, 7, 61, 2, 2, 477, 478, 7, 8, 2, 2, 478, 483, 5, 52, 27, 2, 479, 480, 7, 12, 2, 2, 480, 482, 5, 52, 27, 2, 481, 479, 3, 2, 2, 2, 482, 485, 3, 2, 2, 2, 483, 481, 3, 2, 2, 2, 483, 484, 3, 2, 2, 2, 484, 486, 3, 2, 2, 2, 485, 483, 3, 2, 2, 2, 486, 487, 7, 9, 2, 2, 487, 490, 3, 2, 2, 2, 488, 490, 7, 69, 2, 2, 489, 445, 3, 2, 2, 2, 489, 446, 3, 2, 2, 2, 489, 450, 3, 2, 2, 2, 489, 456, 3, 2, 2, 2, 489, 457, 3, 2, 2, 2, 489, 458, 3, 2, 2, 2, 489, 462, 3, 2, 2, 2, 489, 463, 3, 2, 2, 2, 489, 464, 3, 2, 2, 2, 489, 465, 3, 2, 2, 2, 489, 466, 3, 2, 2, 2, 489, 467, 3, 2, 2, 2, 489, 468, 3, 2, 2, 2, 489, 469, 3, 2, 2, 2, 489, 470, 3, 2, 2, 2, 489, 476, 3, 2, 2, 2, 489, 488, 3, 2, 2, 2, 490, 55, 3, 2, 2, 2, 491, 493, 5, 58, 30, 2, 492, 491, 3, 2, 2, 2, 493, 494, 3, 2, 2, 2, 494, 492, 3, 2, 2, 2, 494, 495, 3, 2, 2, 2, 495, 57, 3, 2, 2, 2, 496, 497, 5, 10, 6, 2, 497, 498, 7, 10, 2, 2, 498, 582, 3, 2, 2, 2, 499, 501, 7, 4, 2, 2, 500, 502, 5, 56, 29, 2, 501, 500, 3, 2, 2, 2, 501, 502, 3, 2, 2, 2, 502, 503, 3, 2, 2, 2, 503, 582, 7, 5, 2, 2, 504, 505, 5, 70, 36, 2, 505, 506, 7, 10, 2, 2, 506, 582, 3, 2, 2, 2, 507, 508, 7, 71, 2, 2, 508, 509, 7, 8, 2, 2, 509, 510, 5, 70, 36, 2, 510, 511, 7, 9, 2, 2, 511, 514, 5, 58, 30, 2, 512, 513, 7, 72, 2, 2, 513, 515, 5, 58, 30, 2, 514, 512, 3, 2, 2, 2, 514, 515, 3, 2, 2, 2, 515, 582, 3, 2, 2, 2, 516, 518, 5, 54, 28, 2, 517, 516, 3, 2, 2, 2, 518, 521, 3, 2, 2, 2, 519, 517, 3, 2, 2, 2, 519, 520, 3, 2, 2, 2, 520, 522, 3, 2, 2, 2, 521, 519, 3, 2, 2, 2, 522, 523, 7, 73, 2, 2, 523, 524, 7, 8, 2, 2, 524, 525, 5, 70, 36, 2, 525, 526, 7, 9, 2, 2, 526, 527, 5, 58, 30, 2, 527, 582, 3, 2, 2, 2, 528, 530, 5, 54, 28, 2, 529, 528, 3, 2, 2, 2, 530, 533, 3, 2, 2, 2, 531, 529, 3, 2, 2, 2, 531, 532, 3, 2, 2, 2, 532, 534, 3, 2, 2, 2, 533, 531, 3, 2, 2, 2, 534, 535, 7, 74, 2, 2, 535, 536, 5, 58, 30, 2, 536, 537, 7, 73, 2, 2, 537, 538, 7, 8, 2, 2, 538, 539, 5, 70, 36, 2, 539, 540, 7, 9, 2, 2, 540, 541, 7, 10, 2, 2, 541, 582, 3, 2, 2, 2, 542, 544, 5, 54, 28, 2, 543, 542, 3, 2, 2, 2, 544, 547, 3, 2, 2, 2, 545, 543, 3, 2, 2, 2, 545, 546, 3, 2, 2, 2, 546, 548, 3, 2, 2, 2, 547, 545, 3, 2, 2, 2, 548, 549, 7, 75, 2, 2, 549, 550, 7, 8, 2, 2, 550, 551, 5, 64, 33, 2, 551, 552, 7, 9, 2, 2, 552, 553, 5, 58, 30, 2, 553, 582, 3, 2, 2, 2, 554, 555, 7, 76, 2, 2, 555, 556, 7, 8, 2, 2, 556, 557, 5, 70, 36, 2, 557, 558, 7, 9, 2, 2, 558, 559, 7, 4, 2, 2, 559, 560, 5, 60, 31, 2, 560, 561, 7, 5, 2, 2, 561, 582, 3, 2, 2, 2, 562, 564, 7, 77, 2, 2, 563, 565, 5, 70, 36, 2, 564, 563, 3, 2, 2, 2, 564, 565, 3, 2, 2, 2, 565, 566, 3, 2, 2, 2, 566, 582, 7, 10, 2, 2, 567, 568, 7, 78, 2, 2, 568, 582, 7, 10, 2, 2, 569, 570, 7, 79, 2, 2, 570, 582, 7, 10, 2, 2, 571, 573, 7, 80, 2, 2, 572, 574, 5, 78, 40, 2, 573, 572, 3, 2, 2, 2, 573, 574, 3, 2, 2, 2, 574, 575, 3, 2, 2, 2, 575, 576, 7, 4, 2, 2, 576, 577, 5, 82, 42, 2, 577, 578, 7, 146, 2, 2, 578, 582, 3, 2, 2, 2, 579, 582, 5, 76, 39, 2, 580, 582, 7, 10, 2, 2, 581, 496, 3, 2, 2, 2, 581, 499, 3, 2, 2, 2, 581, 504, 3, 2, 2, 2, 581, 507, 3, 2, 2, 2, 581, 519, 3, 2, 2, 2, 581, 531, 3, 2, 2, 2, 581, 545, 3, 2, 2, 2, 581, 554, 3, 2, 2, 2, 581, 562, 3, 2, 2, 2, 581, 567, 3, 2, 2, 2, 581, 569, 3, 2, 2, 2, 581, 571, 3, 2, 2, 2, 581, 579, 3, 2, 2, 2, 581, 580, 3, 2, 2, 2, 582, 59, 3, 2, 2, 2, 583, 585, 5, 62, 32, 2, 584, 583, 3, 2, 2, 2, 585, 586, 3, 2, 2, 2, 586, 584, 3, 2, 2, 2, 586, 587, 3, 2, 2, 2, 587, 593, 3, 2, 2, 2, 588, 589, 7, 81, 2, 2, 589, 591, 7, 11, 2, 2, 590, 592, 5, 56, 29, 2, 591, 590, 3, 2, 2, 2, 591, 592, 3, 2, 2, 2, 592, 594, 3, 2, 2, 2, 593, 588, 3, 2, 2, 2, 593, 594, 3, 2, 2, 2, 594, 61, 3, 2, 2, 2, 595, 596, 7, 82, 2, 2, 596, 597, 5, 72, 37, 2, 597, 599, 7, 11, 2, 2, 598, 600, 5, 56, 29, 2, 599, 598, 3, 2, 2, 2, 599, 600, 3, 2, 2, 2, 600, 63, 3, 2, 2, 2, 601, 602, 5, 66, 34, 2, 602, 604, 7, 10, 2, 2, 603, 605, 5, 68, 35, 2, 604, 603, 3, 2, 2, 2, 604, 605, 3, 2, 2, 2, 605, 606, 3, 2, 2, 2, 606, 608, 7, 10, 2, 2, 607, 609, 5, 70, 36, 2, 608, 607, 3, 2, 2, 2, 608, 609, 3, 2, 2, 2, 609, 626, 3, 2, 2, 2, 610, 614, 5, 18, 10, 2, 611, 613, 5, 20, 11, 2, 612, 611, 3, 2, 2, 2, 613, 616, 3, 2, 2, 2, 614, 612, 3, 2, 2, 2, 614, 615, 3, 2, 2, 2, 615, 618, 3, 2, 2, 2, 616, 614, 3, 2, 2, 2, 617, 610, 3, 2, 2, 2, 617, 618, 3, 2, 2, 2, 618, 619, 3, 2, 2, 2, 619, 620, 7, 121, 2, 2, 620, 621, 7, 11, 2, 2, 621, 622, 5, 72, 37, 2, 622, 623, 7, 13, 2, 2, 623, 624, 5, 72, 37, 2, 624, 626, 3, 2, 2, 2, 625, 601, 3, 2, 2, 2, 625, 617, 3, 2, 2, 2, 626, 65, 3, 2, 2, 2, 627, 629, 5, 10, 6, 2, 628, 627, 3, 2, 2, 2, 628, 629, 3, 2, 2, 2, 629, 632, 3, 2, 2, 2, 630, 632, 5, 70, 36, 2, 631, 628, 3, 2, 2, 2, 631, 630, 3, 2, 2, 2, 632, 67, 3, 2, 2, 2, 633, 634, 5, 70, 36, 2, 634, 69, 3, 2, 2, 2, 635, 636, 8, 36, 1, 2, 636, 637, 5, 72, 37, 2, 637, 643, 3, 2, 2, 2, 638, 639, 12, 3, 2, 2, 639, 640, 7, 12, 2, 2, 640, 642, 5, 72, 37, 2, 641, 638, 3, 2, 2, 2, 642, 645, 3, 2, 2, 2, 643, 641, 3, 2, 2, 2, 643, 644, 3, 2, 2, 2, 644, 71, 3, 2, 2, 2, 645, 643, 3, 2, 2, 2, 646, 647, 8, 37, 1, 2, 647, 648, 7, 8, 2, 2, 648, 649, 5, 70, 36, 2, 649, 650, 7, 9, 2, 2, 650, 712, 3, 2, 2, 2, 651, 652, 7, 85, 2, 2, 652, 655, 7, 8, 2, 2, 653, 656, 5, 72, 37, 2, 654, 656, 5, 24, 13, 2, 655, 653, 3, 2, 2, 2, 655, 654, 3, 2, 2, 2, 656, 657, 3, 2, 2, 2, 657, 658, 7, 9, 2, 2, 658, 712, 3, 2, 2, 2, 659, 660, 7, 86, 2, 2, 660, 663, 7, 8, 2, 2, 661, 664, 5, 72, 37, 2, 662, 664, 5, 24, 13, 2, 663, 661, 3, 2, 2, 2, 663, 662, 3, 2, 2, 2, 664, 665, 3, 2, 2, 2, 665, 666, 7, 9, 2, 2, 666, 712, 3, 2, 2, 2, 667, 669, 7, 87, 2, 2, 668, 670, 7, 8, 2, 2, 669, 668, 3, 2, 2, 2, 669, 670, 3, 2, 2, 2, 670, 671, 3, 2, 2, 2, 671, 673, 7, 121, 2, 2, 672, 674, 7, 9, 2, 2, 673, 672, 3, 2, 2, 2, 673, 674, 3, 2, 2, 2, 674, 712, 3, 2, 2, 2, 675, 676, 7, 8, 2, 2, 676, 677, 5, 24, 13, 2, 677, 678, 7, 9, 2, 2, 678, 679, 5, 72, 37, 26, 679, 712, 3, 2, 2, 2, 680, 681, 9, 2, 2, 2, 681, 712, 5, 72, 37, 25, 682, 683, 7, 20, 2, 2, 683, 712, 5, 72, 37, 23, 684, 685, 9, 3, 2, 2, 685, 712, 5, 72, 37, 22, 686, 687, 9, 4, 2, 2, 687, 712, 5, 72, 37, 18, 688, 689, 7, 4, 2, 2, 689, 694, 5, 72, 37, 2, 690, 691, 7, 12, 2, 2, 691, 693, 5, 72, 37, 2, 692, 690, 3, 2, 2, 2, 693, 696, 3, 2, 2, 2, 694, 692, 3, 2, 2, 2, 694, 695, 3, 2, 2, 2, 695, 698, 3, 2, 2, 2, 696, 694, 3, 2, 2, 2, 697, 699, 7, 12, 2, 2, 698, 697, 3, 2, 2, 2, 698, 699, 3, 2, 2, 2, 699, 700, 3, 2, 2, 2, 700, 701, 7, 5, 2, 2, 701, 712, 3, 2, 2, 2, 702, 712, 7, 121, 2, 2, 703, 712, 7, 112, 2, 2, 704, 706, 7, 122, 2, 2, 705, 704, 3, 2, 2, 2, 706, 707, 3, 2, 2, 2, 707, 705, 3, 2, 2, 2, 707, 708, 3, 2, 2, 2, 708, 712, 3, 2, 2, 2, 709, 712, 7, 123, 2, 2, 710, 712, 7, 97, 2, 2, 711, 646, 3, 2, 2, 2, 711, 651, 3, 2, 2, 2, 711, 659, 3, 2, 2, 2, 711, 667, 3, 2, 2, 2, 711, 675, 3, 2, 2, 2, 711, 680, 3, 2, 2, 2, 711, 682, 3, 2, 2, 2, 711, 684, 3, 2, 2, 2, 711, 686, 3, 2, 2, 2, 711, 688, 3, 2, 2, 2, 711, 702, 3, 2, 2, 2, 711, 703, 3, 2, 2, 2, 711, 705, 3, 2, 2, 2, 711, 709, 3, 2, 2, 2, 711, 710, 3, 2, 2, 2, 712, 773, 3, 2, 2, 2, 713, 714, 12, 21, 2, 2, 714, 715, 9, 5, 2, 2, 715, 772, 5, 72, 37, 22, 716, 717, 12, 20, 2, 2, 717, 718, 9, 6, 2, 2, 718, 772, 5, 72, 37, 21, 719, 720, 12, 19, 2, 2, 720, 721, 9, 7, 2, 2, 721, 772, 5, 72, 37, 20, 722, 723, 12, 17, 2, 2, 723, 724, 9, 8, 2, 2, 724, 772, 5, 72, 37, 18, 725, 726, 12, 16, 2, 2, 726, 727, 7, 25, 2, 2, 727, 772, 5, 72, 37, 17, 728, 729, 12, 15, 2, 2, 729, 730, 7, 27, 2, 2, 730, 772, 5, 72, 37, 16, 731, 732, 12, 14, 2, 2, 732, 733, 7, 28, 2, 2, 733, 772, 5, 72, 37, 15, 734, 735, 12, 13, 2, 2, 735, 736, 7, 37, 2, 2, 736, 772, 5, 72, 37, 14, 737, 738, 12, 12, 2, 2, 738, 739, 7, 38, 2, 2, 739, 772, 5, 72, 37, 13, 740, 741, 12, 11, 2, 2, 741, 742, 7, 15, 2, 2, 742, 743, 5, 72, 37, 2, 743, 744, 7, 11, 2, 2, 744, 745, 5, 72, 37, 12, 745, 772, 3, 2, 2, 2, 746, 747, 12, 10, 2, 2, 747, 748, 7, 39, 2, 2, 748, 772, 5, 72, 37, 10, 749, 750, 12, 9, 2, 2, 750, 751, 7, 40, 2, 2, 751, 772, 5, 72, 37, 9, 752, 753, 12, 33, 2, 2, 753, 754, 7, 16, 2, 2, 754, 772, 7, 121, 2, 2, 755, 756, 12, 32, 2, 2, 756, 757, 7, 17, 2, 2, 757, 772, 7, 121, 2, 2, 758, 759, 12, 31, 2, 2, 759, 761, 7, 8, 2, 2, 760, 762, 5, 74, 38, 2, 761, 760, 3, 2, 2, 2, 761, 762, 3, 2, 2, 2, 762, 763, 3, 2, 2, 2, 763, 772, 7, 9, 2, 2, 764, 765, 12, 27, 2, 2, 765, 766, 7, 6, 2, 2, 766, 767, 5, 70, 36, 2, 767, 768, 7, 7, 2, 2, 768, 772, 3, 2, 2, 2, 769, 770, 12, 24, 2, 2, 770, 772, 9, 2, 2, 2, 771, 713, 3, 2, 2, 2, 771, 716, 3, 2, 2, 2, 771, 719, 3, 2, 2, 2, 771, 722, 3, 2, 2, 2, 771, 725, 3, 2, 2, 2, 771, 728, 3, 2, 2, 2, 771, 731, 3, 2, 2, 2, 771, 734, 3, 2, 2, 2, 771, 737, 3, 2, 2, 2, 771, 740, 3, 2, 2, 2, 771, 746, 3, 2, 2, 2, 771, 749, 3, 2, 2, 2, 771, 752, 3, 2, 2, 2, 771, 755, 3, 2, 2, 2, 771, 758, 3, 2, 2, 2, 771, 764, 3, 2, 2, 2, 771, 769, 3, 2, 2, 2, 772, 775, 3, 2, 2, 2, 773, 771, 3, 2, 2, 2, 773, 774, 3, 2, 2, 2, 774, 73, 3, 2, 2, 2, 775, 773, 3, 2, 2, 2, 776, 781, 5, 72, 37, 2, 777, 778, 7, 12, 2, 2, 778, 780, 5, 72, 37, 2, 779, 777, 3, 2, 2, 2, 780, 783, 3, 2, 2, 2, 781, 779, 3, 2, 2, 2, 781, 782, 3, 2, 2, 2, 782, 75, 3, 2, 2, 2, 783, 781, 3, 2, 2, 2, 784, 786, 7, 88, 2, 2, 785, 787, 5, 78, 40, 2, 786, 785, 3, 2, 2, 2, 786, 787, 3, 2, 2, 2, 787, 788, 3, 2, 2, 2, 788, 789, 7, 98, 2, 2, 789, 77, 3, 2, 2, 2, 790, 791, 7, 8, 2, 2, 791, 796, 5, 80, 41, 2, 792, 793, 7, 12, 2, 2, 793, 795, 5, 80, 41, 2, 794, 792, 3, 2, 2, 2, 795, 798, 3, 2, 2, 2, 796, 794, 3, 2, 2, 2, 796, 797, 3, 2, 2, 2, 797, 799, 3, 2, 2, 2, 798, 796, 3, 2, 2, 2, 799, 800, 7, 9, 2, 2, 800, 79, 3, 2, 2, 2, 801, 802, 7, 89, 2, 2, 802, 812, 7, 122, 2, 2, 803, 804, 7, 90, 2, 2, 804, 812, 7, 121, 2, 2, 805, 806, 7, 91, 2, 2, 806, 812, 7, 122, 2, 2, 807, 808, 7, 92, 2, 2, 808, 812, 5, 72, 37, 2, 809, 810, 7, 93, 2, 2, 810, 812, 5, 72, 37, 2, 811, 801, 3, 2, 2, 2, 811, 803, 3, 2, 2, 2, 811, 805, 3, 2, 2, 2, 811, 807, 3, 2, 2, 2, 811, 809, 3, 2, 2, 2, 812, 81, 3, 2, 2, 2, 813, 815, 5, 84, 43, 2, 814, 813, 3, 2, 2, 2, 815, 818, 3, 2, 2, 2, 816, 814, 3, 2, 2, 2, 816, 817, 3, 2, 2, 2, 817, 83, 3, 2, 2, 2, 818, 816, 3, 2, 2, 2, 819, 823, 5, 86, 44, 2, 820, 823, 5, 88, 45, 2, 821, 823, 5, 90, 46, 2, 822, 819, 3, 2, 2, 2, 822, 820, 3, 2, 2, 2, 822, 821, 3, 2, 2, 2, 823, 85, 3, 2, 2, 2, 824, 825, 7, 159, 2, 2, 825, 829, 7, 130, 2, 2, 826, 827, 7, 158, 2, 2, 827, 829, 7, 130, 2, 2, 828, 824, 3, 2, 2, 2, 828, 826, 3, 2, 2, 2, 829, 87, 3, 2, 2, 2, 830, 832, 7, 128, 2, 2, 831, 833, 5, 92, 47, 2, 832, 831, 3, 2, 2, 2, 832, 833, 3, 2, 2, 2, 833, 89, 3, 2, 2, 2, 834, 835, 7, 127, 2, 2, 835, 840, 5, 94, 48, 2, 836, 837, 7, 131, 2, 2, 837, 839, 5, 94, 48, 2, 838, 836, 3, 2, 2, 2, 839, 842, 3, 2, 2, 2, 840, 838, 3, 2, 2, 2, 840, 841, 3, 2, 2, 2, 841, 91, 3, 2, 2, 2, 842, 840, 3, 2, 2, 2, 843, 867, 5, 94, 48, 2, 844, 845, 7, 129, 2, 2, 845, 867, 5, 94, 48, 2, 846, 847, 5, 94, 48, 2, 847, 848, 7, 131, 2, 2, 848, 849, 7, 159, 2, 2, 849, 867, 3, 2, 2, 2, 850, 851, 7, 132, 2, 2, 851, 852, 5, 94, 48, 2, 852, 853, 7, 133, 2, 2, 853, 854, 7, 131, 2, 2, 854, 855, 7, 159, 2, 2, 855, 867, 3, 2, 2, 2, 856, 857, 7, 132, 2, 2, 857, 858, 5, 94, 48, 2, 858, 859, 7, 131, 2, 2, 859, 860, 7, 159, 2, 2, 860, 861, 7, 133, 2, 2, 861, 867, 3, 2, 2, 2, 862, 863, 7, 132, 2, 2, 863, 864, 5, 94, 48, 2, 864, 865, 7, 133, 2, 2, 865, 867, 3, 2, 2, 2, 866, 843, 3, 2, 2, 2, 866, 844, 3, 2, 2, 2, 866, 846, 3, 2, 2, 2, 866, 850, 3, 2, 2, 2, 866, 856, 3, 2, 2, 2, 866, 862, 3, 2, 2, 2, 867, 93, 3, 2, 2, 2, 868, 869, 8, 48, 1, 2, 869, 870, 7, 134, 2, 2, 870, 871, 5, 94, 48, 2, 871, 872, 7, 135, 2, 2, 872, 883, 3, 2, 2, 2, 873, 874, 9, 9, 2, 2, 874, 883, 5, 94, 48, 10, 875, 883, 7, 159, 2, 2, 876, 883, 7, 157, 2, 2, 877, 878, 7, 145, 2, 2, 878, 879, 7, 159, 2, 2, 879, 883, 7, 146, 2, 2, 880, 883, 7, 147, 2, 2, 881, 883, 7, 156, 2, 2, 882, 868, 3, 2, 2, 2, 882, 873, 3, 2, 2, 2, 882, 875, 3, 2, 2, 2, 882, 876, 3, 2, 2, 2, 882, 877, 3, 2, 2, 2, 882, 880, 3, 2, 2, 2, 882, 881, 3, 2, 2, 2, 883, 898, 3, 2, 2, 2, 884, 885, 12, 12, 2, 2, 885, 886, 7, 136, 2, 2, 886, 897, 5, 94, 48, 13, 887, 888, 12, 11, 2, 2, 888, 889, 9, 10, 2, 2, 889, 897, 5, 94, 48, 12, 890, 891, 12, 9, 2, 2, 891, 892, 9, 11, 2, 2, 892, 897, 5, 94, 48, 10, 893, 894, 12, 8, 2, 2, 894, 895, 9, 12, 2, 2, 895, 897, 5, 94, 48, 9, 896, 884, 3, 2, 2, 2, 896, 887, 3, 2, 2, 2, 896, 890, 3, 2, 2, 2, 896, 893, 3, 2, 2, 2, 897, 900, 3, 2, 2, 2, 898, 896, 3, 2, 2, 2, 898, 899, 3, 2, 2, 2, 899, 95, 3, 2, 2, 2, 900, 898, 3, 2, 2, 2, 90, 105, 122, 131, 141, 147, 155, 162, 171, 176, 182, 187, 192, 199, 206, 211, 223, 226, 228, 239, 246, 251, 257, 259, 267, 273, 285, 299, 305, 311, 317, 322, 326, 335, 342, 349, 390, 434, 438, 443, 454, 474, 483, 489, 494, 501, 514, 519, 531, 545, 564, 573, 581, 586, 591, 593, 599, 604, 608, 614, 617, 625, 628, 631, 643, 655, 663, 669, 673, 694, 698, 707, 711, 761, 771, 773, 781, 786, 796, 811, 816, 822, 828, 832, 840, 866, 882, 896, 898] \ 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 17af04f9a..d8f402276 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.java @@ -1,4 +1,4 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.8 +// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -13,7 +13,7 @@ import java.util.ArrayList; @SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"}) public class KickCParser extends Parser { - static { RuntimeMetaData.checkVersion("4.8", RuntimeMetaData.VERSION); } + static { RuntimeMetaData.checkVersion("4.7.2", RuntimeMetaData.VERSION); } protected static final DFA[] _decisionToDFA; protected static final PredictionContextCache _sharedContextCache = @@ -59,11 +59,11 @@ public class KickCParser extends Parser { RULE_declFunction = 20, RULE_declFunctionBody = 21, RULE_parameterListDecl = 22, RULE_parameterDecl = 23, RULE_globalDirective = 24, RULE_directiveReserveParam = 25, RULE_directive = 26, RULE_stmtSeq = 27, RULE_stmt = 28, RULE_switchCases = 29, - RULE_switchCase = 30, RULE_forLoop = 31, RULE_forClassicInit = 32, RULE_commaExpr = 33, - RULE_expr = 34, RULE_parameterList = 35, RULE_kasmContent = 36, RULE_asmDirectives = 37, - RULE_asmDirective = 38, RULE_asmLines = 39, RULE_asmLine = 40, RULE_asmLabel = 41, - RULE_asmInstruction = 42, RULE_asmBytes = 43, RULE_asmParamMode = 44, - RULE_asmExpr = 45; + RULE_switchCase = 30, RULE_forLoop = 31, RULE_forClassicInit = 32, RULE_forClassicCondition = 33, + RULE_commaExpr = 34, RULE_expr = 35, RULE_parameterList = 36, RULE_kasmContent = 37, + RULE_asmDirectives = 38, RULE_asmDirective = 39, RULE_asmLines = 40, RULE_asmLine = 41, + RULE_asmLabel = 42, RULE_asmInstruction = 43, RULE_asmBytes = 44, RULE_asmParamMode = 45, + RULE_asmExpr = 46; private static String[] makeRuleNames() { return new String[] { "file", "asmFile", "declSeq", "decl", "declVariables", "declVariableList", @@ -72,9 +72,9 @@ public class KickCParser extends Parser { "enumDef", "enumMemberList", "enumMember", "declFunction", "declFunctionBody", "parameterListDecl", "parameterDecl", "globalDirective", "directiveReserveParam", "directive", "stmtSeq", "stmt", "switchCases", "switchCase", "forLoop", - "forClassicInit", "commaExpr", "expr", "parameterList", "kasmContent", - "asmDirectives", "asmDirective", "asmLines", "asmLine", "asmLabel", "asmInstruction", - "asmBytes", "asmParamMode", "asmExpr" + "forClassicInit", "forClassicCondition", "commaExpr", "expr", "parameterList", + "kasmContent", "asmDirectives", "asmDirective", "asmLines", "asmLine", + "asmLabel", "asmInstruction", "asmBytes", "asmParamMode", "asmExpr" }; } public static final String[] ruleNames = makeRuleNames(); @@ -223,9 +223,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(92); + setState(94); declSeq(); - setState(93); + setState(95); match(EOF); } } @@ -270,9 +270,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(95); + setState(97); asmLines(); - setState(96); + setState(98); match(EOF); } } @@ -320,17 +320,17 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(101); + setState(103); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << TYPEDEF) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (PRAGMA - 64)))) != 0)) { { { - setState(98); + setState(100); decl(); } } - setState(103); + setState(105); _errHandler.sync(this); _la = _input.LA(1); } @@ -390,56 +390,56 @@ public class KickCParser extends Parser { DeclContext _localctx = new DeclContext(_ctx, getState()); enterRule(_localctx, 6, RULE_decl); try { - setState(118); + setState(120); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,1,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { - setState(104); + setState(106); declVariables(); - setState(105); + setState(107); match(SEMICOLON); } break; case 2: enterOuterAlt(_localctx, 2); { - setState(107); + setState(109); structDef(); - setState(108); + setState(110); match(SEMICOLON); } break; case 3: enterOuterAlt(_localctx, 3); { - setState(110); + setState(112); enumDef(); - setState(111); + setState(113); match(SEMICOLON); } break; case 4: enterOuterAlt(_localctx, 4); { - setState(113); + setState(115); declFunction(); } break; case 5: enterOuterAlt(_localctx, 5); { - setState(114); + setState(116); globalDirective(); } break; case 6: enterOuterAlt(_localctx, 6); { - setState(115); + setState(117); typeDef(); - setState(116); + setState(118); match(SEMICOLON); } break; @@ -488,9 +488,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(120); + setState(122); declType(); - setState(121); + setState(123); declVariableList(0); } } @@ -555,25 +555,25 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 1); { { - setState(127); + setState(129); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(124); + setState(126); declPointer(); } } - setState(129); + setState(131); _errHandler.sync(this); _la = _input.LA(1); } - setState(130); + setState(132); declVariableInit(); } _ctx.stop = _input.LT(-1); - setState(143); + setState(145); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,4,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -584,30 +584,30 @@ public class KickCParser extends Parser { { _localctx = new DeclVariableListContext(_parentctx, _parentState); pushNewRecursionContext(_localctx, _startState, RULE_declVariableList); - setState(132); + setState(134); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(133); + setState(135); match(COMMA); - setState(137); + setState(139); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(134); + setState(136); declPointer(); } } - setState(139); + setState(141); _errHandler.sync(this); _la = _input.LA(1); } - setState(140); + setState(142); declVariableInit(); } } } - setState(145); + setState(147); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,4,_ctx); } @@ -669,37 +669,37 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(146); + setState(148); match(TYPEDEF); - setState(147); + setState(149); declType(); - setState(151); + setState(153); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(148); + setState(150); declPointer(); } } - setState(153); + setState(155); _errHandler.sync(this); _la = _input.LA(1); } - setState(154); + setState(156); ((TypeDefContext)_localctx).NAME = match(NAME); - setState(158); + setState(160); _errHandler.sync(this); _la = _input.LA(1); while (_la==BRACKET_BEGIN) { { { - setState(155); + setState(157); declArray(); } } - setState(160); + setState(162); _errHandler.sync(this); _la = _input.LA(1); } @@ -789,39 +789,39 @@ public class KickCParser extends Parser { int _la; try { int _alt; - setState(183); + setState(185); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,10,_ctx) ) { case 1: _localctx = new DeclVariableInitExprContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(163); + setState(165); match(NAME); - setState(167); + setState(169); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,7,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(164); + setState(166); declArray(); } } } - setState(169); + setState(171); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,7,_ctx); } - setState(172); + setState(174); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,8,_ctx) ) { case 1: { - setState(170); + setState(172); match(ASSIGN); - setState(171); + setState(173); expr(0); } break; @@ -832,25 +832,25 @@ public class KickCParser extends Parser { _localctx = new DeclVariableInitKasmContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(174); + setState(176); match(NAME); - setState(178); + setState(180); _errHandler.sync(this); _la = _input.LA(1); while (_la==BRACKET_BEGIN) { { { - setState(175); + setState(177); declArray(); } } - setState(180); + setState(182); _errHandler.sync(this); _la = _input.LA(1); } - setState(181); + setState(183); match(ASSIGN); - setState(182); + setState(184); kasmContent(); } break; @@ -903,33 +903,33 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(188); + setState(190); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 50)) & ~0x3f) == 0 && ((1L << (_la - 50)) & ((1L << (CONST - 50)) | (1L << (EXTERN - 50)) | (1L << (EXPORT - 50)) | (1L << (ALIGN - 50)) | (1L << (INLINE - 50)) | (1L << (VOLATILE - 50)) | (1L << (STATIC - 50)) | (1L << (INTERRUPT - 50)) | (1L << (REGISTER - 50)) | (1L << (LOCAL_RESERVE - 50)) | (1L << (ADDRESS - 50)) | (1L << (ADDRESS_ZEROPAGE - 50)) | (1L << (ADDRESS_MAINMEM - 50)) | (1L << (FORM_SSA - 50)) | (1L << (FORM_MA - 50)) | (1L << (INTRINSIC - 50)) | (1L << (CALLINGCONVENTION - 50)))) != 0)) { { { - setState(185); + setState(187); directive(); } } - setState(190); + setState(192); _errHandler.sync(this); _la = _input.LA(1); } - setState(191); + setState(193); type(0); - setState(195); + setState(197); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 50)) & ~0x3f) == 0 && ((1L << (_la - 50)) & ((1L << (CONST - 50)) | (1L << (EXTERN - 50)) | (1L << (EXPORT - 50)) | (1L << (ALIGN - 50)) | (1L << (INLINE - 50)) | (1L << (VOLATILE - 50)) | (1L << (STATIC - 50)) | (1L << (INTERRUPT - 50)) | (1L << (REGISTER - 50)) | (1L << (LOCAL_RESERVE - 50)) | (1L << (ADDRESS - 50)) | (1L << (ADDRESS_ZEROPAGE - 50)) | (1L << (ADDRESS_MAINMEM - 50)) | (1L << (FORM_SSA - 50)) | (1L << (FORM_MA - 50)) | (1L << (INTRINSIC - 50)) | (1L << (CALLINGCONVENTION - 50)))) != 0)) { { { - setState(192); + setState(194); directive(); } } - setState(197); + setState(199); _errHandler.sync(this); _la = _input.LA(1); } @@ -980,19 +980,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(198); + setState(200); match(ASTERISK); - setState(202); + setState(204); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 50)) & ~0x3f) == 0 && ((1L << (_la - 50)) & ((1L << (CONST - 50)) | (1L << (EXTERN - 50)) | (1L << (EXPORT - 50)) | (1L << (ALIGN - 50)) | (1L << (INLINE - 50)) | (1L << (VOLATILE - 50)) | (1L << (STATIC - 50)) | (1L << (INTERRUPT - 50)) | (1L << (REGISTER - 50)) | (1L << (LOCAL_RESERVE - 50)) | (1L << (ADDRESS - 50)) | (1L << (ADDRESS_ZEROPAGE - 50)) | (1L << (ADDRESS_MAINMEM - 50)) | (1L << (FORM_SSA - 50)) | (1L << (FORM_MA - 50)) | (1L << (INTRINSIC - 50)) | (1L << (CALLINGCONVENTION - 50)))) != 0)) { { { - setState(199); + setState(201); directive(); } } - setState(204); + setState(206); _errHandler.sync(this); _la = _input.LA(1); } @@ -1041,19 +1041,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(205); - match(BRACKET_BEGIN); setState(207); + match(BRACKET_BEGIN); + setState(209); _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) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 83)) & ~0x3f) == 0 && ((1L << (_la - 83)) & ((1L << (SIZEOF - 83)) | (1L << (TYPEID - 83)) | (1L << (DEFINED - 83)) | (1L << (LOGIC_NOT - 83)) | (1L << (BOOLEAN - 83)) | (1L << (NUMBER - 83)) | (1L << (NAME - 83)) | (1L << (STRING - 83)) | (1L << (CHAR - 83)))) != 0)) { { - setState(206); + setState(208); expr(0); } } - setState(209); + setState(211); match(BRACKET_END); } } @@ -1164,11 +1164,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(212); + setState(214); type(0); } _ctx.stop = _input.LT(-1); - setState(224); + setState(226); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,17,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -1176,16 +1176,16 @@ public class KickCParser extends Parser { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(222); + setState(224); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,16,_ctx) ) { case 1: { _localctx = new TypeSpecifierPointerContext(new TypeSpecifierContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_typeSpecifier); - setState(214); + setState(216); if (!(precpred(_ctx, 2))) throw new FailedPredicateException(this, "precpred(_ctx, 2)"); - setState(215); + setState(217); match(ASTERISK); } break; @@ -1193,28 +1193,28 @@ public class KickCParser extends Parser { { _localctx = new TypeSpecifierArrayContext(new TypeSpecifierContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_typeSpecifier); - setState(216); + setState(218); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(217); - match(BRACKET_BEGIN); setState(219); + match(BRACKET_BEGIN); + setState(221); _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) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 83)) & ~0x3f) == 0 && ((1L << (_la - 83)) & ((1L << (SIZEOF - 83)) | (1L << (TYPEID - 83)) | (1L << (DEFINED - 83)) | (1L << (LOGIC_NOT - 83)) | (1L << (BOOLEAN - 83)) | (1L << (NUMBER - 83)) | (1L << (NAME - 83)) | (1L << (STRING - 83)) | (1L << (CHAR - 83)))) != 0)) { { - setState(218); + setState(220); expr(0); } } - setState(221); + setState(223); match(BRACKET_END); } break; } } } - setState(226); + setState(228); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,17,_ctx); } @@ -1453,7 +1453,7 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(242); + setState(244); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,19,_ctx) ) { case 1: @@ -1462,11 +1462,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(228); - match(PAR_BEGIN); - setState(229); - type(0); setState(230); + match(PAR_BEGIN); + setState(231); + type(0); + setState(232); match(PAR_END); } break; @@ -1475,7 +1475,7 @@ public class KickCParser extends Parser { _localctx = new TypeSimpleContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(232); + setState(234); match(SIMPLETYPE); } break; @@ -1484,14 +1484,14 @@ public class KickCParser extends Parser { _localctx = new TypeSignedSimpleContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(233); - match(SIGNEDNESS); setState(235); + match(SIGNEDNESS); + setState(237); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,18,_ctx) ) { case 1: { - setState(234); + setState(236); match(SIMPLETYPE); } break; @@ -1503,7 +1503,7 @@ public class KickCParser extends Parser { _localctx = new TypeStructDefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(237); + setState(239); structDef(); } break; @@ -1512,7 +1512,7 @@ public class KickCParser extends Parser { _localctx = new TypeStructRefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(238); + setState(240); structRef(); } break; @@ -1521,7 +1521,7 @@ public class KickCParser extends Parser { _localctx = new TypeEnumDefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(239); + setState(241); enumDef(); } break; @@ -1530,7 +1530,7 @@ public class KickCParser extends Parser { _localctx = new TypeEnumRefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(240); + setState(242); enumRef(); } break; @@ -1539,13 +1539,13 @@ public class KickCParser extends Parser { _localctx = new TypeNamedRefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(241); + setState(243); match(TYPEDEFNAME); } break; } _ctx.stop = _input.LT(-1); - setState(255); + setState(257); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,22,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -1553,28 +1553,28 @@ public class KickCParser extends Parser { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(253); + setState(255); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,21,_ctx) ) { case 1: { _localctx = new TypeArrayContext(new TypeContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_type); - setState(244); + setState(246); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(245); - match(BRACKET_BEGIN); setState(247); + match(BRACKET_BEGIN); + setState(249); _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) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 83)) & ~0x3f) == 0 && ((1L << (_la - 83)) & ((1L << (SIZEOF - 83)) | (1L << (TYPEID - 83)) | (1L << (DEFINED - 83)) | (1L << (LOGIC_NOT - 83)) | (1L << (BOOLEAN - 83)) | (1L << (NUMBER - 83)) | (1L << (NAME - 83)) | (1L << (STRING - 83)) | (1L << (CHAR - 83)))) != 0)) { { - setState(246); + setState(248); expr(0); } } - setState(249); + setState(251); match(BRACKET_END); } break; @@ -1582,18 +1582,18 @@ public class KickCParser extends Parser { { _localctx = new TypeProcedureContext(new TypeContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_type); - setState(250); - if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); - setState(251); - match(PAR_BEGIN); setState(252); + if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); + setState(253); + match(PAR_BEGIN); + setState(254); match(PAR_END); } break; } } } - setState(257); + setState(259); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,22,_ctx); } @@ -1638,9 +1638,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(258); + setState(260); match(STRUCT); - setState(259); + setState(261); match(NAME); } } @@ -1692,35 +1692,35 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(261); - match(STRUCT); setState(263); + match(STRUCT); + setState(265); _errHandler.sync(this); _la = _input.LA(1); if (_la==NAME) { { - setState(262); + setState(264); match(NAME); } } - setState(265); + setState(267); match(CURLY_BEGIN); - setState(267); + setState(269); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(266); + setState(268); structMembers(); } } - setState(269); + setState(271); _errHandler.sync(this); _la = _input.LA(1); } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0) ); - setState(271); + setState(273); match(CURLY_END); } } @@ -1765,9 +1765,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(273); + setState(275); declVariables(); - setState(274); + setState(276); match(SEMICOLON); } } @@ -1810,9 +1810,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(276); + setState(278); match(ENUM); - setState(277); + setState(279); match(NAME); } } @@ -1861,23 +1861,23 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(279); - match(ENUM); setState(281); + match(ENUM); + setState(283); _errHandler.sync(this); _la = _input.LA(1); if (_la==NAME) { { - setState(280); + setState(282); match(NAME); } } - setState(283); - match(CURLY_BEGIN); - setState(284); - enumMemberList(0); setState(285); + match(CURLY_BEGIN); + setState(286); + enumMemberList(0); + setState(287); match(CURLY_END); } } @@ -1935,11 +1935,11 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 1); { { - setState(288); + setState(290); enumMember(); } _ctx.stop = _input.LT(-1); - setState(295); + setState(297); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,26,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -1950,16 +1950,16 @@ public class KickCParser extends Parser { { _localctx = new EnumMemberListContext(_parentctx, _parentState); pushNewRecursionContext(_localctx, _startState, RULE_enumMemberList); - setState(290); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(291); - match(COMMA); setState(292); + if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); + setState(293); + match(COMMA); + setState(294); enumMember(); } } } - setState(297); + setState(299); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,26,_ctx); } @@ -2007,16 +2007,16 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(298); + setState(300); match(NAME); - setState(301); + setState(303); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,27,_ctx) ) { case 1: { - setState(299); + setState(301); match(ASSIGN); - setState(300); + setState(302); expr(0); } break; @@ -2080,50 +2080,50 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(303); + setState(305); declType(); - setState(307); + setState(309); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(304); + setState(306); declPointer(); } } - setState(309); + setState(311); _errHandler.sync(this); _la = _input.LA(1); } - setState(310); + setState(312); match(NAME); - setState(311); - match(PAR_BEGIN); setState(313); + match(PAR_BEGIN); + setState(315); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << PARAM_LIST) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0)) { { - setState(312); + setState(314); parameterListDecl(); } } - setState(315); + setState(317); match(PAR_END); - setState(318); + setState(320); _errHandler.sync(this); switch (_input.LA(1)) { case CURLY_BEGIN: { - setState(316); + setState(318); declFunctionBody(); } break; case SEMICOLON: { - setState(317); + setState(319); match(SEMICOLON); } break; @@ -2175,19 +2175,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(320); - match(CURLY_BEGIN); setState(322); + match(CURLY_BEGIN); + setState(324); _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 << LESS_THAN) | (1L << GREATER_THAN) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(321); + setState(323); stmtSeq(); } } - setState(324); + setState(326); match(CURLY_END); } } @@ -2239,21 +2239,21 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(326); + setState(328); parameterDecl(); - setState(331); + setState(333); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(327); + setState(329); match(COMMA); - setState(328); + setState(330); parameterDecl(); } } - setState(333); + setState(335); _errHandler.sync(this); _la = _input.LA(1); } @@ -2347,30 +2347,30 @@ public class KickCParser extends Parser { enterRule(_localctx, 46, RULE_parameterDecl); int _la; try { - setState(345); + setState(347); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,34,_ctx) ) { case 1: _localctx = new ParameterDeclTypeContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(334); + setState(336); declType(); - setState(338); + setState(340); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(335); + setState(337); declPointer(); } } - setState(340); + setState(342); _errHandler.sync(this); _la = _input.LA(1); } - setState(341); + setState(343); match(NAME); } break; @@ -2378,7 +2378,7 @@ public class KickCParser extends Parser { _localctx = new ParameterDeclVoidContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(343); + setState(345); match(SIMPLETYPE); } break; @@ -2386,7 +2386,7 @@ public class KickCParser extends Parser { _localctx = new ParameterDeclListContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(344); + setState(346); match(PARAM_LIST); } break; @@ -2688,7 +2688,7 @@ public class KickCParser extends Parser { enterRule(_localctx, 48, RULE_globalDirective); int _la; try { - setState(434); + setState(436); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,37,_ctx) ) { case 1: @@ -2696,16 +2696,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 1); { { - setState(347); + setState(349); match(PRAGMA); - setState(348); + setState(350); match(TARGET); } - setState(350); - match(PAR_BEGIN); - setState(351); - match(NAME); setState(352); + match(PAR_BEGIN); + setState(353); + match(NAME); + setState(354); match(PAR_END); } break; @@ -2714,16 +2714,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 2); { { - setState(353); + setState(355); match(PRAGMA); - setState(354); + setState(356); match(CPU); } - setState(356); - match(PAR_BEGIN); - setState(357); - match(NAME); setState(358); + match(PAR_BEGIN); + setState(359); + match(NAME); + setState(360); match(PAR_END); } break; @@ -2732,16 +2732,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 3); { { - setState(359); + setState(361); match(PRAGMA); - setState(360); + setState(362); match(LINK); } - setState(362); - match(PAR_BEGIN); - setState(363); - match(STRING); setState(364); + match(PAR_BEGIN); + setState(365); + match(STRING); + setState(366); match(PAR_END); } break; @@ -2750,16 +2750,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 4); { { - setState(365); + setState(367); match(PRAGMA); - setState(366); + setState(368); match(EXTENSION); } - setState(368); - match(PAR_BEGIN); - setState(369); - match(STRING); setState(370); + match(PAR_BEGIN); + setState(371); + match(STRING); + setState(372); match(PAR_END); } break; @@ -2768,16 +2768,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 5); { { - setState(371); + setState(373); match(PRAGMA); - setState(372); + setState(374); match(EMULATOR); } - setState(374); - match(PAR_BEGIN); - setState(375); - match(STRING); setState(376); + match(PAR_BEGIN); + setState(377); + match(STRING); + setState(378); match(PAR_END); } break; @@ -2786,32 +2786,32 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 6); { { - setState(377); + setState(379); match(PRAGMA); - setState(378); + setState(380); match(RESERVE); } - setState(380); + setState(382); match(PAR_BEGIN); - setState(381); + setState(383); directiveReserveParam(); - setState(386); + setState(388); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(382); + setState(384); match(COMMA); - setState(383); + setState(385); directiveReserveParam(); } } - setState(388); + setState(390); _errHandler.sync(this); _la = _input.LA(1); } - setState(389); + setState(391); match(PAR_END); } break; @@ -2820,16 +2820,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 7); { { - setState(391); + setState(393); match(PRAGMA); - setState(392); + setState(394); match(PC); } - setState(394); - match(PAR_BEGIN); - setState(395); - match(NUMBER); setState(396); + match(PAR_BEGIN); + setState(397); + match(NUMBER); + setState(398); match(PAR_END); } break; @@ -2838,16 +2838,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 8); { { - setState(397); + setState(399); match(PRAGMA); - setState(398); + setState(400); match(CODESEG); } - setState(400); - match(PAR_BEGIN); - setState(401); - match(NAME); setState(402); + match(PAR_BEGIN); + setState(403); + match(NAME); + setState(404); match(PAR_END); } break; @@ -2856,16 +2856,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 9); { { - setState(403); + setState(405); match(PRAGMA); - setState(404); + setState(406); match(DATASEG); } - setState(406); - match(PAR_BEGIN); - setState(407); - match(NAME); setState(408); + match(PAR_BEGIN); + setState(409); + match(NAME); + setState(410); match(PAR_END); } break; @@ -2874,16 +2874,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 10); { { - setState(409); + setState(411); match(PRAGMA); - setState(410); + setState(412); match(ENCODING); } - setState(412); - match(PAR_BEGIN); - setState(413); - match(NAME); setState(414); + match(PAR_BEGIN); + setState(415); + match(NAME); + setState(416); match(PAR_END); } break; @@ -2892,16 +2892,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 11); { { - setState(415); + setState(417); match(PRAGMA); - setState(416); + setState(418); match(CALLING); } - setState(418); - match(PAR_BEGIN); - setState(419); - match(CALLINGCONVENTION); setState(420); + match(PAR_BEGIN); + setState(421); + match(CALLINGCONVENTION); + setState(422); match(PAR_END); } break; @@ -2910,32 +2910,32 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 12); { { - setState(421); + setState(423); match(PRAGMA); - setState(422); + setState(424); match(VARMODEL); } - setState(424); + setState(426); match(PAR_BEGIN); - setState(425); + setState(427); match(NAME); - setState(430); + setState(432); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(426); + setState(428); match(COMMA); - setState(427); + setState(429); match(NAME); } } - setState(432); + setState(434); _errHandler.sync(this); _la = _input.LA(1); } - setState(433); + setState(435); match(PAR_END); } break; @@ -2984,16 +2984,16 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(436); + setState(438); match(NUMBER); - setState(439); + setState(441); _errHandler.sync(this); _la = _input.LA(1); if (_la==RANGE) { { - setState(437); + setState(439); match(RANGE); - setState(438); + setState(440); match(NUMBER); } } @@ -3341,14 +3341,14 @@ public class KickCParser extends Parser { enterRule(_localctx, 52, RULE_directive); int _la; try { - setState(485); + setState(487); _errHandler.sync(this); switch (_input.LA(1)) { case CONST: _localctx = new DirectiveConstContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(441); + setState(443); match(CONST); } break; @@ -3356,13 +3356,13 @@ public class KickCParser extends Parser { _localctx = new DirectiveAlignContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(442); - match(ALIGN); - setState(443); - match(PAR_BEGIN); setState(444); - match(NUMBER); + match(ALIGN); setState(445); + match(PAR_BEGIN); + setState(446); + match(NUMBER); + setState(447); match(PAR_END); } break; @@ -3370,20 +3370,20 @@ public class KickCParser extends Parser { _localctx = new DirectiveRegisterContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(446); + setState(448); match(REGISTER); - setState(450); + setState(452); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,39,_ctx) ) { case 1: { - setState(447); + setState(449); match(PAR_BEGIN); { - setState(448); + setState(450); match(NAME); } - setState(449); + setState(451); match(PAR_END); } break; @@ -3394,7 +3394,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaZpContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(452); + setState(454); match(ADDRESS_ZEROPAGE); } break; @@ -3402,7 +3402,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaMainContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(453); + setState(455); match(ADDRESS_MAINMEM); } break; @@ -3410,15 +3410,15 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaAddressContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(454); + setState(456); match(ADDRESS); - setState(455); + setState(457); match(PAR_BEGIN); { - setState(456); + setState(458); match(NUMBER); } - setState(457); + setState(459); match(PAR_END); } break; @@ -3426,7 +3426,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveVolatileContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(458); + setState(460); match(VOLATILE); } break; @@ -3434,7 +3434,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveStaticContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(459); + setState(461); match(STATIC); } break; @@ -3442,7 +3442,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveFormSsaContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(460); + setState(462); match(FORM_SSA); } break; @@ -3450,7 +3450,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveFormMaContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(461); + setState(463); match(FORM_MA); } break; @@ -3458,7 +3458,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveExternContext(_localctx); enterOuterAlt(_localctx, 11); { - setState(462); + setState(464); match(EXTERN); } break; @@ -3466,7 +3466,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveExportContext(_localctx); enterOuterAlt(_localctx, 12); { - setState(463); + setState(465); match(EXPORT); } break; @@ -3474,7 +3474,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveInlineContext(_localctx); enterOuterAlt(_localctx, 13); { - setState(464); + setState(466); match(INLINE); } break; @@ -3482,7 +3482,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveIntrinsicContext(_localctx); enterOuterAlt(_localctx, 14); { - setState(465); + setState(467); match(INTRINSIC); } break; @@ -3490,18 +3490,18 @@ public class KickCParser extends Parser { _localctx = new DirectiveInterruptContext(_localctx); enterOuterAlt(_localctx, 15); { - setState(466); + setState(468); match(INTERRUPT); - setState(470); + setState(472); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,40,_ctx) ) { case 1: { - setState(467); - match(PAR_BEGIN); - setState(468); - match(NAME); setState(469); + match(PAR_BEGIN); + setState(470); + match(NAME); + setState(471); match(PAR_END); } break; @@ -3512,29 +3512,29 @@ public class KickCParser extends Parser { _localctx = new DirectiveReserveZpContext(_localctx); enterOuterAlt(_localctx, 16); { - setState(472); - match(LOCAL_RESERVE); - setState(473); - match(PAR_BEGIN); setState(474); + match(LOCAL_RESERVE); + setState(475); + match(PAR_BEGIN); + setState(476); directiveReserveParam(); - setState(479); + setState(481); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(475); + setState(477); match(COMMA); - setState(476); + setState(478); directiveReserveParam(); } } - setState(481); + setState(483); _errHandler.sync(this); _la = _input.LA(1); } - setState(482); + setState(484); match(PAR_END); } break; @@ -3542,7 +3542,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveCallingConventionContext(_localctx); enterOuterAlt(_localctx, 17); { - setState(484); + setState(486); match(CALLINGCONVENTION); } break; @@ -3594,17 +3594,17 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(488); + setState(490); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(487); + setState(489); stmt(); } } - setState(490); + setState(492); _errHandler.sync(this); _la = _input.LA(1); } while ( (((_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 << LESS_THAN) | (1L << GREATER_THAN) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0) ); @@ -3968,16 +3968,16 @@ public class KickCParser extends Parser { enterRule(_localctx, 56, RULE_stmt); int _la; try { - setState(577); + setState(579); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,51,_ctx) ) { case 1: _localctx = new StmtDeclVarContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(492); + setState(494); declVariables(); - setState(493); + setState(495); match(SEMICOLON); } break; @@ -3985,19 +3985,19 @@ public class KickCParser extends Parser { _localctx = new StmtBlockContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(495); - match(CURLY_BEGIN); setState(497); + match(CURLY_BEGIN); + setState(499); _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 << LESS_THAN) | (1L << GREATER_THAN) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(496); + setState(498); stmtSeq(); } } - setState(499); + setState(501); match(CURLY_END); } break; @@ -4005,9 +4005,9 @@ public class KickCParser extends Parser { _localctx = new StmtExprContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(500); + setState(502); commaExpr(0); - setState(501); + setState(503); match(SEMICOLON); } break; @@ -4015,24 +4015,24 @@ public class KickCParser extends Parser { _localctx = new StmtIfElseContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(503); - match(IF); - setState(504); - match(PAR_BEGIN); setState(505); - commaExpr(0); + match(IF); setState(506); - match(PAR_END); + match(PAR_BEGIN); setState(507); + commaExpr(0); + setState(508); + match(PAR_END); + setState(509); stmt(); - setState(510); + setState(512); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,45,_ctx) ) { case 1: { - setState(508); + setState(510); match(ELSE); - setState(509); + setState(511); stmt(); } break; @@ -4043,29 +4043,29 @@ public class KickCParser extends Parser { _localctx = new StmtWhileContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(515); + setState(517); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 50)) & ~0x3f) == 0 && ((1L << (_la - 50)) & ((1L << (CONST - 50)) | (1L << (EXTERN - 50)) | (1L << (EXPORT - 50)) | (1L << (ALIGN - 50)) | (1L << (INLINE - 50)) | (1L << (VOLATILE - 50)) | (1L << (STATIC - 50)) | (1L << (INTERRUPT - 50)) | (1L << (REGISTER - 50)) | (1L << (LOCAL_RESERVE - 50)) | (1L << (ADDRESS - 50)) | (1L << (ADDRESS_ZEROPAGE - 50)) | (1L << (ADDRESS_MAINMEM - 50)) | (1L << (FORM_SSA - 50)) | (1L << (FORM_MA - 50)) | (1L << (INTRINSIC - 50)) | (1L << (CALLINGCONVENTION - 50)))) != 0)) { { { - setState(512); + setState(514); directive(); } } - setState(517); + setState(519); _errHandler.sync(this); _la = _input.LA(1); } - setState(518); - match(WHILE); - setState(519); - match(PAR_BEGIN); setState(520); - commaExpr(0); + match(WHILE); setState(521); - match(PAR_END); + match(PAR_BEGIN); setState(522); + commaExpr(0); + setState(523); + match(PAR_END); + setState(524); stmt(); } break; @@ -4073,33 +4073,33 @@ public class KickCParser extends Parser { _localctx = new StmtDoWhileContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(527); + setState(529); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 50)) & ~0x3f) == 0 && ((1L << (_la - 50)) & ((1L << (CONST - 50)) | (1L << (EXTERN - 50)) | (1L << (EXPORT - 50)) | (1L << (ALIGN - 50)) | (1L << (INLINE - 50)) | (1L << (VOLATILE - 50)) | (1L << (STATIC - 50)) | (1L << (INTERRUPT - 50)) | (1L << (REGISTER - 50)) | (1L << (LOCAL_RESERVE - 50)) | (1L << (ADDRESS - 50)) | (1L << (ADDRESS_ZEROPAGE - 50)) | (1L << (ADDRESS_MAINMEM - 50)) | (1L << (FORM_SSA - 50)) | (1L << (FORM_MA - 50)) | (1L << (INTRINSIC - 50)) | (1L << (CALLINGCONVENTION - 50)))) != 0)) { { { - setState(524); + setState(526); directive(); } } - setState(529); + setState(531); _errHandler.sync(this); _la = _input.LA(1); } - setState(530); - match(DO); - setState(531); - stmt(); setState(532); - match(WHILE); + match(DO); setState(533); - match(PAR_BEGIN); + stmt(); setState(534); - commaExpr(0); + match(WHILE); setState(535); - match(PAR_END); + match(PAR_BEGIN); setState(536); + commaExpr(0); + setState(537); + match(PAR_END); + setState(538); match(SEMICOLON); } break; @@ -4107,29 +4107,29 @@ public class KickCParser extends Parser { _localctx = new StmtForContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(541); + setState(543); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 50)) & ~0x3f) == 0 && ((1L << (_la - 50)) & ((1L << (CONST - 50)) | (1L << (EXTERN - 50)) | (1L << (EXPORT - 50)) | (1L << (ALIGN - 50)) | (1L << (INLINE - 50)) | (1L << (VOLATILE - 50)) | (1L << (STATIC - 50)) | (1L << (INTERRUPT - 50)) | (1L << (REGISTER - 50)) | (1L << (LOCAL_RESERVE - 50)) | (1L << (ADDRESS - 50)) | (1L << (ADDRESS_ZEROPAGE - 50)) | (1L << (ADDRESS_MAINMEM - 50)) | (1L << (FORM_SSA - 50)) | (1L << (FORM_MA - 50)) | (1L << (INTRINSIC - 50)) | (1L << (CALLINGCONVENTION - 50)))) != 0)) { { { - setState(538); + setState(540); directive(); } } - setState(543); + setState(545); _errHandler.sync(this); _la = _input.LA(1); } - setState(544); - match(FOR); - setState(545); - match(PAR_BEGIN); setState(546); - forLoop(); + match(FOR); setState(547); - match(PAR_END); + match(PAR_BEGIN); setState(548); + forLoop(); + setState(549); + match(PAR_END); + setState(550); stmt(); } break; @@ -4137,19 +4137,19 @@ public class KickCParser extends Parser { _localctx = new StmtSwitchContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(550); - match(SWITCH); - setState(551); - match(PAR_BEGIN); setState(552); - commaExpr(0); + match(SWITCH); setState(553); - match(PAR_END); + match(PAR_BEGIN); setState(554); - match(CURLY_BEGIN); + commaExpr(0); setState(555); - switchCases(); + match(PAR_END); setState(556); + match(CURLY_BEGIN); + setState(557); + switchCases(); + setState(558); match(CURLY_END); } break; @@ -4157,19 +4157,19 @@ public class KickCParser extends Parser { _localctx = new StmtReturnContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(558); - match(RETURN); setState(560); + match(RETURN); + setState(562); _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) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 83)) & ~0x3f) == 0 && ((1L << (_la - 83)) & ((1L << (SIZEOF - 83)) | (1L << (TYPEID - 83)) | (1L << (DEFINED - 83)) | (1L << (LOGIC_NOT - 83)) | (1L << (BOOLEAN - 83)) | (1L << (NUMBER - 83)) | (1L << (NAME - 83)) | (1L << (STRING - 83)) | (1L << (CHAR - 83)))) != 0)) { { - setState(559); + setState(561); commaExpr(0); } } - setState(562); + setState(564); match(SEMICOLON); } break; @@ -4177,9 +4177,9 @@ public class KickCParser extends Parser { _localctx = new StmtBreakContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(563); + setState(565); match(BREAK); - setState(564); + setState(566); match(SEMICOLON); } break; @@ -4187,9 +4187,9 @@ public class KickCParser extends Parser { _localctx = new StmtContinueContext(_localctx); enterOuterAlt(_localctx, 11); { - setState(565); + setState(567); match(CONTINUE); - setState(566); + setState(568); match(SEMICOLON); } break; @@ -4197,23 +4197,23 @@ public class KickCParser extends Parser { _localctx = new StmtAsmContext(_localctx); enterOuterAlt(_localctx, 12); { - setState(567); - match(ASM); setState(569); + match(ASM); + setState(571); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(568); + setState(570); asmDirectives(); } } - setState(571); - match(CURLY_BEGIN); - setState(572); - asmLines(); setState(573); + match(CURLY_BEGIN); + setState(574); + asmLines(); + setState(575); match(ASM_CURLY_END); } break; @@ -4221,7 +4221,7 @@ public class KickCParser extends Parser { _localctx = new StmtDeclKasmContext(_localctx); enterOuterAlt(_localctx, 13); { - setState(575); + setState(577); kasmContent(); } break; @@ -4229,7 +4229,7 @@ public class KickCParser extends Parser { _localctx = new StmtEmptyContext(_localctx); enterOuterAlt(_localctx, 14); { - setState(576); + setState(578); match(SEMICOLON); } break; @@ -4284,35 +4284,35 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(580); + setState(582); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(579); + setState(581); switchCase(); } } - setState(582); + setState(584); _errHandler.sync(this); _la = _input.LA(1); } while ( _la==CASE ); - setState(589); + setState(591); _errHandler.sync(this); _la = _input.LA(1); if (_la==DEFAULT) { { - setState(584); + setState(586); match(DEFAULT); - setState(585); - match(COLON); setState(587); + match(COLON); + setState(589); _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 << LESS_THAN) | (1L << GREATER_THAN) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(586); + setState(588); stmtSeq(); } } @@ -4368,18 +4368,18 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(591); - match(CASE); - setState(592); - expr(0); setState(593); - match(COLON); + match(CASE); + setState(594); + expr(0); setState(595); + match(COLON); + setState(597); _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 << LESS_THAN) | (1L << GREATER_THAN) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(594); + setState(596); stmtSeq(); } } @@ -4450,11 +4450,11 @@ public class KickCParser extends Parser { public TerminalNode SEMICOLON(int i) { return getToken(KickCParser.SEMICOLON, i); } - public List commaExpr() { - return getRuleContexts(CommaExprContext.class); + public ForClassicConditionContext forClassicCondition() { + return getRuleContext(ForClassicConditionContext.class,0); } - public CommaExprContext commaExpr(int i) { - return getRuleContext(CommaExprContext.class,i); + public CommaExprContext commaExpr() { + return getRuleContext(CommaExprContext.class,0); } public ForClassicContext(ForLoopContext ctx) { copyFrom(ctx); } @Override @@ -4477,35 +4477,35 @@ public class KickCParser extends Parser { enterRule(_localctx, 62, RULE_forLoop); int _la; try { - setState(621); + setState(623); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,60,_ctx) ) { case 1: _localctx = new ForClassicContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(597); + setState(599); forClassicInit(); - setState(598); - match(SEMICOLON); setState(600); + match(SEMICOLON); + setState(602); _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) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 83)) & ~0x3f) == 0 && ((1L << (_la - 83)) & ((1L << (SIZEOF - 83)) | (1L << (TYPEID - 83)) | (1L << (DEFINED - 83)) | (1L << (LOGIC_NOT - 83)) | (1L << (BOOLEAN - 83)) | (1L << (NUMBER - 83)) | (1L << (NAME - 83)) | (1L << (STRING - 83)) | (1L << (CHAR - 83)))) != 0)) { { - setState(599); - commaExpr(0); + setState(601); + forClassicCondition(); } } - setState(602); - match(SEMICOLON); setState(604); + match(SEMICOLON); + setState(606); _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) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 83)) & ~0x3f) == 0 && ((1L << (_la - 83)) & ((1L << (SIZEOF - 83)) | (1L << (TYPEID - 83)) | (1L << (DEFINED - 83)) | (1L << (LOGIC_NOT - 83)) | (1L << (BOOLEAN - 83)) | (1L << (NUMBER - 83)) | (1L << (NAME - 83)) | (1L << (STRING - 83)) | (1L << (CHAR - 83)))) != 0)) { { - setState(603); + setState(605); commaExpr(0); } } @@ -4516,40 +4516,40 @@ public class KickCParser extends Parser { _localctx = new ForRangeContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(613); + setState(615); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0)) { { - setState(606); + setState(608); declType(); - setState(610); + setState(612); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(607); + setState(609); declPointer(); } } - setState(612); + setState(614); _errHandler.sync(this); _la = _input.LA(1); } } } - setState(615); - match(NAME); - setState(616); - match(COLON); setState(617); - expr(0); + match(NAME); setState(618); - match(RANGE); + match(COLON); setState(619); expr(0); + setState(620); + match(RANGE); + setState(621); + expr(0); } break; } @@ -4620,19 +4620,19 @@ public class KickCParser extends Parser { enterRule(_localctx, 64, RULE_forClassicInit); int _la; try { - setState(627); + setState(629); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,62,_ctx) ) { case 1: _localctx = new ForClassicInitDeclContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(624); + setState(626); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (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))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (FORM_MA - 64)) | (1L << (INTRINSIC - 64)) | (1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0)) { { - setState(623); + setState(625); declVariables(); } } @@ -4643,7 +4643,7 @@ public class KickCParser extends Parser { _localctx = new ForClassicInitExprContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(626); + setState(628); commaExpr(0); } break; @@ -4660,6 +4660,50 @@ public class KickCParser extends Parser { return _localctx; } + public static class ForClassicConditionContext extends ParserRuleContext { + public CommaExprContext commaExpr() { + return getRuleContext(CommaExprContext.class,0); + } + public ForClassicConditionContext(ParserRuleContext parent, int invokingState) { + super(parent, invokingState); + } + @Override public int getRuleIndex() { return RULE_forClassicCondition; } + @Override + public void enterRule(ParseTreeListener listener) { + if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterForClassicCondition(this); + } + @Override + public void exitRule(ParseTreeListener listener) { + if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitForClassicCondition(this); + } + @Override + public T accept(ParseTreeVisitor visitor) { + if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitForClassicCondition(this); + else return visitor.visitChildren(this); + } + } + + public final ForClassicConditionContext forClassicCondition() throws RecognitionException { + ForClassicConditionContext _localctx = new ForClassicConditionContext(_ctx, getState()); + enterRule(_localctx, 66, RULE_forClassicCondition); + try { + enterOuterAlt(_localctx, 1); + { + setState(631); + commaExpr(0); + } + } + catch (RecognitionException re) { + _localctx.exception = re; + _errHandler.reportError(this, re); + _errHandler.recover(this, re); + } + finally { + exitRule(); + } + return _localctx; + } + public static class CommaExprContext extends ParserRuleContext { public CommaExprContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); @@ -4723,8 +4767,8 @@ public class KickCParser extends Parser { int _parentState = getState(); CommaExprContext _localctx = new CommaExprContext(_ctx, _parentState); CommaExprContext _prevctx = _localctx; - int _startState = 66; - enterRecursionRule(_localctx, 66, RULE_commaExpr, _p); + int _startState = 68; + enterRecursionRule(_localctx, 68, RULE_commaExpr, _p); try { int _alt; enterOuterAlt(_localctx, 1); @@ -4734,11 +4778,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(630); + setState(634); expr(0); } _ctx.stop = _input.LT(-1); - setState(637); + setState(641); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,63,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -4749,16 +4793,16 @@ public class KickCParser extends Parser { { _localctx = new CommaSimpleContext(new CommaExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_commaExpr); - setState(632); + setState(636); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(633); + setState(637); match(COMMA); - setState(634); + setState(638); expr(0); } } } - setState(639); + setState(643); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,63,_ctx); } @@ -5315,14 +5359,14 @@ public class KickCParser extends Parser { int _parentState = getState(); ExprContext _localctx = new ExprContext(_ctx, _parentState); ExprContext _prevctx = _localctx; - int _startState = 68; - enterRecursionRule(_localctx, 68, RULE_expr, _p); + int _startState = 70; + enterRecursionRule(_localctx, 70, RULE_expr, _p); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { - setState(705); + setState(709); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,71,_ctx) ) { case 1: @@ -5331,11 +5375,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(641); + setState(645); match(PAR_BEGIN); - setState(642); + setState(646); commaExpr(0); - setState(643); + setState(647); match(PAR_END); } break; @@ -5344,27 +5388,27 @@ public class KickCParser extends Parser { _localctx = new ExprSizeOfContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(645); - match(SIZEOF); - setState(646); - match(PAR_BEGIN); setState(649); + match(SIZEOF); + setState(650); + match(PAR_BEGIN); + setState(653); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,64,_ctx) ) { case 1: { - setState(647); + setState(651); expr(0); } break; case 2: { - setState(648); + setState(652); typeSpecifier(0); } break; } - setState(651); + setState(655); match(PAR_END); } break; @@ -5373,27 +5417,27 @@ public class KickCParser extends Parser { _localctx = new ExprTypeIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(653); - match(TYPEID); - setState(654); - match(PAR_BEGIN); setState(657); + match(TYPEID); + setState(658); + match(PAR_BEGIN); + setState(661); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,65,_ctx) ) { case 1: { - setState(655); + setState(659); expr(0); } break; case 2: { - setState(656); + setState(660); typeSpecifier(0); } break; } - setState(659); + setState(663); match(PAR_END); } break; @@ -5402,26 +5446,26 @@ public class KickCParser extends Parser { _localctx = new ExprDefinedContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(661); + setState(665); match(DEFINED); - setState(663); + setState(667); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(662); + setState(666); match(PAR_BEGIN); } } - setState(665); + setState(669); match(NAME); - setState(667); + setState(671); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,67,_ctx) ) { case 1: { - setState(666); + setState(670); match(PAR_END); } break; @@ -5433,13 +5477,13 @@ public class KickCParser extends Parser { _localctx = new ExprCastContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(669); + setState(673); match(PAR_BEGIN); - setState(670); + setState(674); typeSpecifier(0); - setState(671); + setState(675); match(PAR_END); - setState(672); + setState(676); expr(24); } break; @@ -5448,7 +5492,7 @@ public class KickCParser extends Parser { _localctx = new ExprPreModContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(674); + setState(678); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5458,7 +5502,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(675); + setState(679); expr(23); } break; @@ -5467,9 +5511,9 @@ public class KickCParser extends Parser { _localctx = new ExprPtrContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(676); + setState(680); match(ASTERISK); - setState(677); + setState(681); expr(21); } break; @@ -5478,7 +5522,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(678); + setState(682); _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); @@ -5488,7 +5532,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(679); + setState(683); expr(20); } break; @@ -5497,7 +5541,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(680); + setState(684); _la = _input.LA(1); if ( !(_la==LESS_THAN || _la==GREATER_THAN) ) { _errHandler.recoverInline(this); @@ -5507,7 +5551,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(681); + setState(685); expr(16); } break; @@ -5516,39 +5560,39 @@ public class KickCParser extends Parser { _localctx = new InitListContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(682); + setState(686); match(CURLY_BEGIN); - setState(683); + setState(687); expr(0); - setState(688); + setState(692); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,68,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(684); + setState(688); match(COMMA); - setState(685); + setState(689); expr(0); } } } - setState(690); + setState(694); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,68,_ctx); } - setState(692); + setState(696); _errHandler.sync(this); _la = _input.LA(1); if (_la==COMMA) { { - setState(691); + setState(695); match(COMMA); } } - setState(694); + setState(698); match(CURLY_END); } break; @@ -5557,7 +5601,7 @@ public class KickCParser extends Parser { _localctx = new ExprIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(696); + setState(700); match(NAME); } break; @@ -5566,7 +5610,7 @@ public class KickCParser extends Parser { _localctx = new ExprNumberContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(697); + setState(701); match(NUMBER); } break; @@ -5575,7 +5619,7 @@ public class KickCParser extends Parser { _localctx = new ExprStringContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(699); + setState(703); _errHandler.sync(this); _alt = 1; do { @@ -5583,7 +5627,7 @@ public class KickCParser extends Parser { case 1: { { - setState(698); + setState(702); match(STRING); } } @@ -5591,7 +5635,7 @@ public class KickCParser extends Parser { default: throw new NoViableAltException(this); } - setState(701); + setState(705); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,70,_ctx); } while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ); @@ -5602,7 +5646,7 @@ public class KickCParser extends Parser { _localctx = new ExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(703); + setState(707); match(CHAR); } break; @@ -5611,13 +5655,13 @@ public class KickCParser extends Parser { _localctx = new ExprBoolContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(704); + setState(708); match(BOOLEAN); } break; } _ctx.stop = _input.LT(-1); - setState(767); + setState(771); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,74,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -5625,16 +5669,16 @@ public class KickCParser extends Parser { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(765); + setState(769); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,73,_ctx) ) { case 1: { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(707); + setState(711); if (!(precpred(_ctx, 19))) throw new FailedPredicateException(this, "precpred(_ctx, 19)"); - setState(708); + setState(712); _la = _input.LA(1); if ( !(_la==SHIFT_LEFT || _la==SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -5644,7 +5688,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(709); + setState(713); expr(20); } break; @@ -5652,9 +5696,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(710); + setState(714); if (!(precpred(_ctx, 18))) throw new FailedPredicateException(this, "precpred(_ctx, 18)"); - setState(711); + setState(715); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ASTERISK) | (1L << DIVIDE) | (1L << MODULO))) != 0)) ) { _errHandler.recoverInline(this); @@ -5664,7 +5708,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(712); + setState(716); expr(19); } break; @@ -5672,9 +5716,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(713); + setState(717); if (!(precpred(_ctx, 17))) throw new FailedPredicateException(this, "precpred(_ctx, 17)"); - setState(714); + setState(718); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { _errHandler.recoverInline(this); @@ -5684,7 +5728,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(715); + setState(719); expr(18); } break; @@ -5692,9 +5736,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(716); + setState(720); if (!(precpred(_ctx, 15))) throw new FailedPredicateException(this, "precpred(_ctx, 15)"); - setState(717); + setState(721); _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); @@ -5704,7 +5748,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(718); + setState(722); expr(16); } break; @@ -5712,13 +5756,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(719); + setState(723); if (!(precpred(_ctx, 14))) throw new FailedPredicateException(this, "precpred(_ctx, 14)"); { - setState(720); + setState(724); match(AND); } - setState(721); + setState(725); expr(15); } break; @@ -5726,13 +5770,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(722); + setState(726); if (!(precpred(_ctx, 13))) throw new FailedPredicateException(this, "precpred(_ctx, 13)"); { - setState(723); + setState(727); match(BIT_XOR); } - setState(724); + setState(728); expr(14); } break; @@ -5740,13 +5784,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(725); + setState(729); if (!(precpred(_ctx, 12))) throw new FailedPredicateException(this, "precpred(_ctx, 12)"); { - setState(726); + setState(730); match(BIT_OR); } - setState(727); + setState(731); expr(13); } break; @@ -5754,13 +5798,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(728); + setState(732); if (!(precpred(_ctx, 11))) throw new FailedPredicateException(this, "precpred(_ctx, 11)"); { - setState(729); + setState(733); match(LOGIC_AND); } - setState(730); + setState(734); expr(12); } break; @@ -5768,13 +5812,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(731); + setState(735); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(732); + setState(736); match(LOGIC_OR); } - setState(733); + setState(737); expr(11); } break; @@ -5782,15 +5826,15 @@ public class KickCParser extends Parser { { _localctx = new ExprTernaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(734); - if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(735); - match(CONDITION); - setState(736); - expr(0); - setState(737); - match(COLON); setState(738); + if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); + setState(739); + match(CONDITION); + setState(740); + expr(0); + setState(741); + match(COLON); + setState(742); expr(10); } break; @@ -5798,11 +5842,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(740); + setState(744); if (!(precpred(_ctx, 8))) throw new FailedPredicateException(this, "precpred(_ctx, 8)"); - setState(741); + setState(745); match(ASSIGN); - setState(742); + setState(746); expr(8); } break; @@ -5810,11 +5854,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentCompoundContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(743); + setState(747); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(744); + setState(748); match(ASSIGN_COMPOUND); - setState(745); + setState(749); expr(7); } break; @@ -5822,11 +5866,11 @@ public class KickCParser extends Parser { { _localctx = new ExprDotContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(746); + setState(750); if (!(precpred(_ctx, 31))) throw new FailedPredicateException(this, "precpred(_ctx, 31)"); - setState(747); + setState(751); match(DOT); - setState(748); + setState(752); match(NAME); } break; @@ -5834,11 +5878,11 @@ public class KickCParser extends Parser { { _localctx = new ExprArrowContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(749); + setState(753); if (!(precpred(_ctx, 30))) throw new FailedPredicateException(this, "precpred(_ctx, 30)"); - setState(750); + setState(754); match(ARROW); - setState(751); + setState(755); match(NAME); } break; @@ -5846,21 +5890,21 @@ public class KickCParser extends Parser { { _localctx = new ExprCallContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(752); + setState(756); if (!(precpred(_ctx, 29))) throw new FailedPredicateException(this, "precpred(_ctx, 29)"); - setState(753); + setState(757); match(PAR_BEGIN); - setState(755); + setState(759); _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) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 83)) & ~0x3f) == 0 && ((1L << (_la - 83)) & ((1L << (SIZEOF - 83)) | (1L << (TYPEID - 83)) | (1L << (DEFINED - 83)) | (1L << (LOGIC_NOT - 83)) | (1L << (BOOLEAN - 83)) | (1L << (NUMBER - 83)) | (1L << (NAME - 83)) | (1L << (STRING - 83)) | (1L << (CHAR - 83)))) != 0)) { { - setState(754); + setState(758); parameterList(); } } - setState(757); + setState(761); match(PAR_END); } break; @@ -5868,13 +5912,13 @@ public class KickCParser extends Parser { { _localctx = new ExprArrayContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(758); + setState(762); if (!(precpred(_ctx, 25))) throw new FailedPredicateException(this, "precpred(_ctx, 25)"); - setState(759); + setState(763); match(BRACKET_BEGIN); - setState(760); + setState(764); commaExpr(0); - setState(761); + setState(765); match(BRACKET_END); } break; @@ -5882,9 +5926,9 @@ public class KickCParser extends Parser { { _localctx = new ExprPostModContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(763); + setState(767); if (!(precpred(_ctx, 22))) throw new FailedPredicateException(this, "precpred(_ctx, 22)"); - setState(764); + setState(768); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5899,7 +5943,7 @@ public class KickCParser extends Parser { } } } - setState(769); + setState(773); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,74,_ctx); } @@ -5948,26 +5992,26 @@ public class KickCParser extends Parser { public final ParameterListContext parameterList() throws RecognitionException { ParameterListContext _localctx = new ParameterListContext(_ctx, getState()); - enterRule(_localctx, 70, RULE_parameterList); + enterRule(_localctx, 72, RULE_parameterList); int _la; try { enterOuterAlt(_localctx, 1); { - setState(770); + setState(774); expr(0); - setState(775); + setState(779); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(771); + setState(775); match(COMMA); - setState(772); + setState(776); expr(0); } } - setState(777); + setState(781); _errHandler.sync(this); _la = _input.LA(1); } @@ -6011,24 +6055,24 @@ public class KickCParser extends Parser { public final KasmContentContext kasmContent() throws RecognitionException { KasmContentContext _localctx = new KasmContentContext(_ctx, getState()); - enterRule(_localctx, 72, RULE_kasmContent); + enterRule(_localctx, 74, RULE_kasmContent); int _la; try { enterOuterAlt(_localctx, 1); { - setState(778); + setState(782); match(KICKASM); - setState(780); + setState(784); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(779); + setState(783); asmDirectives(); } } - setState(782); + setState(786); match(KICKASM_BODY); } } @@ -6077,32 +6121,32 @@ public class KickCParser extends Parser { public final AsmDirectivesContext asmDirectives() throws RecognitionException { AsmDirectivesContext _localctx = new AsmDirectivesContext(_ctx, getState()); - enterRule(_localctx, 74, RULE_asmDirectives); + enterRule(_localctx, 76, RULE_asmDirectives); int _la; try { enterOuterAlt(_localctx, 1); { - setState(784); + setState(788); match(PAR_BEGIN); - setState(785); + setState(789); asmDirective(); - setState(790); + setState(794); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(786); + setState(790); match(COMMA); - setState(787); + setState(791); asmDirective(); } } - setState(792); + setState(796); _errHandler.sync(this); _la = _input.LA(1); } - setState(793); + setState(797); match(PAR_END); } } @@ -6225,18 +6269,18 @@ public class KickCParser extends Parser { public final AsmDirectiveContext asmDirective() throws RecognitionException { AsmDirectiveContext _localctx = new AsmDirectiveContext(_ctx, getState()); - enterRule(_localctx, 76, RULE_asmDirective); + enterRule(_localctx, 78, RULE_asmDirective); try { - setState(805); + setState(809); _errHandler.sync(this); switch (_input.LA(1)) { case RESOURCE: _localctx = new AsmDirectiveResourceContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(795); + setState(799); match(RESOURCE); - setState(796); + setState(800); match(STRING); } break; @@ -6244,9 +6288,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveUsesContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(797); + setState(801); match(USES); - setState(798); + setState(802); match(NAME); } break; @@ -6254,9 +6298,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveClobberContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(799); + setState(803); match(CLOBBERS); - setState(800); + setState(804); match(STRING); } break; @@ -6264,9 +6308,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveBytesContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(801); + setState(805); match(BYTES); - setState(802); + setState(806); expr(0); } break; @@ -6274,9 +6318,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveCyclesContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(803); + setState(807); match(CYCLES); - setState(804); + setState(808); expr(0); } break; @@ -6323,22 +6367,22 @@ public class KickCParser extends Parser { public final AsmLinesContext asmLines() throws RecognitionException { AsmLinesContext _localctx = new AsmLinesContext(_ctx, getState()); - enterRule(_localctx, 78, RULE_asmLines); + enterRule(_localctx, 80, RULE_asmLines); int _la; try { enterOuterAlt(_localctx, 1); { - setState(810); + setState(814); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 125)) & ~0x3f) == 0 && ((1L << (_la - 125)) & ((1L << (ASM_BYTE - 125)) | (1L << (ASM_MNEMONIC - 125)) | (1L << (ASM_MULTI_NAME - 125)) | (1L << (ASM_NAME - 125)))) != 0)) { { { - setState(807); + setState(811); asmLine(); } } - setState(812); + setState(816); _errHandler.sync(this); _la = _input.LA(1); } @@ -6386,30 +6430,30 @@ public class KickCParser extends Parser { public final AsmLineContext asmLine() throws RecognitionException { AsmLineContext _localctx = new AsmLineContext(_ctx, getState()); - enterRule(_localctx, 80, RULE_asmLine); + enterRule(_localctx, 82, RULE_asmLine); try { - setState(816); + setState(820); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_MULTI_NAME: case ASM_NAME: enterOuterAlt(_localctx, 1); { - setState(813); + setState(817); asmLabel(); } break; case ASM_MNEMONIC: enterOuterAlt(_localctx, 2); { - setState(814); + setState(818); asmInstruction(); } break; case ASM_BYTE: enterOuterAlt(_localctx, 3); { - setState(815); + setState(819); asmBytes(); } break; @@ -6478,18 +6522,18 @@ public class KickCParser extends Parser { public final AsmLabelContext asmLabel() throws RecognitionException { AsmLabelContext _localctx = new AsmLabelContext(_ctx, getState()); - enterRule(_localctx, 82, RULE_asmLabel); + enterRule(_localctx, 84, RULE_asmLabel); try { - setState(822); + setState(826); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_NAME: _localctx = new AsmLabelNameContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(818); + setState(822); match(ASM_NAME); - setState(819); + setState(823); match(ASM_COLON); } break; @@ -6497,9 +6541,9 @@ public class KickCParser extends Parser { _localctx = new AsmLabelMultiContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(820); + setState(824); match(ASM_MULTI_NAME); - setState(821); + setState(825); match(ASM_COLON); } break; @@ -6544,18 +6588,18 @@ public class KickCParser extends Parser { public final AsmInstructionContext asmInstruction() throws RecognitionException { AsmInstructionContext _localctx = new AsmInstructionContext(_ctx, getState()); - enterRule(_localctx, 84, RULE_asmInstruction); + enterRule(_localctx, 86, RULE_asmInstruction); try { enterOuterAlt(_localctx, 1); { - setState(824); + setState(828); match(ASM_MNEMONIC); - setState(826); + setState(830); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,82,_ctx) ) { case 1: { - setState(825); + setState(829); asmParamMode(); } break; @@ -6606,28 +6650,28 @@ public class KickCParser extends Parser { public final AsmBytesContext asmBytes() throws RecognitionException { AsmBytesContext _localctx = new AsmBytesContext(_ctx, getState()); - enterRule(_localctx, 86, RULE_asmBytes); + enterRule(_localctx, 88, RULE_asmBytes); int _la; try { enterOuterAlt(_localctx, 1); { - setState(828); + setState(832); match(ASM_BYTE); - setState(829); + setState(833); asmExpr(0); - setState(834); + setState(838); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_COMMA) { { { - setState(830); + setState(834); match(ASM_COMMA); - setState(831); + setState(835); asmExpr(0); } } - setState(836); + setState(840); _errHandler.sync(this); _la = _input.LA(1); } @@ -6785,16 +6829,16 @@ public class KickCParser extends Parser { public final AsmParamModeContext asmParamMode() throws RecognitionException { AsmParamModeContext _localctx = new AsmParamModeContext(_ctx, getState()); - enterRule(_localctx, 88, RULE_asmParamMode); + enterRule(_localctx, 90, RULE_asmParamMode); try { - setState(860); + setState(864); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,84,_ctx) ) { case 1: _localctx = new AsmModeAbsContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(837); + setState(841); asmExpr(0); } break; @@ -6802,9 +6846,9 @@ public class KickCParser extends Parser { _localctx = new AsmModeImmContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(838); + setState(842); match(ASM_IMM); - setState(839); + setState(843); asmExpr(0); } break; @@ -6812,11 +6856,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeAbsXYContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(840); + setState(844); asmExpr(0); - setState(841); + setState(845); match(ASM_COMMA); - setState(842); + setState(846); match(ASM_NAME); } break; @@ -6824,15 +6868,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndIdxXYContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(844); - match(ASM_PAR_BEGIN); - setState(845); - asmExpr(0); - setState(846); - match(ASM_PAR_END); - setState(847); - match(ASM_COMMA); setState(848); + match(ASM_PAR_BEGIN); + setState(849); + asmExpr(0); + setState(850); + match(ASM_PAR_END); + setState(851); + match(ASM_COMMA); + setState(852); match(ASM_NAME); } break; @@ -6840,15 +6884,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIdxIndXYContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(850); - match(ASM_PAR_BEGIN); - setState(851); - asmExpr(0); - setState(852); - match(ASM_COMMA); - setState(853); - match(ASM_NAME); setState(854); + match(ASM_PAR_BEGIN); + setState(855); + asmExpr(0); + setState(856); + match(ASM_COMMA); + setState(857); + match(ASM_NAME); + setState(858); match(ASM_PAR_END); } break; @@ -6856,11 +6900,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(856); + setState(860); match(ASM_PAR_BEGIN); - setState(857); + setState(861); asmExpr(0); - setState(858); + setState(862); match(ASM_PAR_END); } break; @@ -7058,14 +7102,14 @@ public class KickCParser extends Parser { int _parentState = getState(); AsmExprContext _localctx = new AsmExprContext(_ctx, _parentState); AsmExprContext _prevctx = _localctx; - int _startState = 90; - enterRecursionRule(_localctx, 90, RULE_asmExpr, _p); + int _startState = 92; + enterRecursionRule(_localctx, 92, RULE_asmExpr, _p); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { - setState(876); + setState(880); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_BRACKET_BEGIN: @@ -7074,11 +7118,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(863); + setState(867); match(ASM_BRACKET_BEGIN); - setState(864); + setState(868); asmExpr(0); - setState(865); + setState(869); match(ASM_BRACKET_END); } break; @@ -7090,7 +7134,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(867); + setState(871); _la = _input.LA(1); if ( !(((((_la - 137)) & ~0x3f) == 0 && ((1L << (_la - 137)) & ((1L << (ASM_PLUS - 137)) | (1L << (ASM_MINUS - 137)) | (1L << (ASM_LESS_THAN - 137)) | (1L << (ASM_GREATER_THAN - 137)))) != 0)) ) { _errHandler.recoverInline(this); @@ -7100,7 +7144,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(868); + setState(872); asmExpr(8); } break; @@ -7109,7 +7153,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(869); + setState(873); match(ASM_NAME); } break; @@ -7118,7 +7162,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelRelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(870); + setState(874); match(ASM_MULTI_REL); } break; @@ -7127,11 +7171,11 @@ public class KickCParser extends Parser { _localctx = new AsmExprReplaceContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(871); + setState(875); match(ASM_CURLY_BEGIN); - setState(872); + setState(876); match(ASM_NAME); - setState(873); + setState(877); match(ASM_CURLY_END); } break; @@ -7140,7 +7184,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprIntContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(874); + setState(878); match(ASM_NUMBER); } break; @@ -7149,7 +7193,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(875); + setState(879); match(ASM_CHAR); } break; @@ -7157,7 +7201,7 @@ public class KickCParser extends Parser { throw new NoViableAltException(this); } _ctx.stop = _input.LT(-1); - setState(892); + setState(896); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,87,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -7165,20 +7209,20 @@ public class KickCParser extends Parser { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(890); + setState(894); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,86,_ctx) ) { case 1: { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(878); + setState(882); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(879); + setState(883); match(ASM_DOT); } - setState(880); + setState(884); asmExpr(11); } break; @@ -7186,9 +7230,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(881); + setState(885); if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(882); + setState(886); _la = _input.LA(1); if ( !(_la==ASM_SHIFT_LEFT || _la==ASM_SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -7198,7 +7242,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(883); + setState(887); asmExpr(10); } break; @@ -7206,9 +7250,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(884); + setState(888); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(885); + setState(889); _la = _input.LA(1); if ( !(_la==ASM_MULTIPLY || _la==ASM_DIVIDE) ) { _errHandler.recoverInline(this); @@ -7218,7 +7262,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(886); + setState(890); asmExpr(8); } break; @@ -7226,9 +7270,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(887); + setState(891); if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); - setState(888); + setState(892); _la = _input.LA(1); if ( !(_la==ASM_PLUS || _la==ASM_MINUS) ) { _errHandler.recoverInline(this); @@ -7238,14 +7282,14 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(889); + setState(893); asmExpr(7); } break; } } } - setState(894); + setState(898); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,87,_ctx); } @@ -7272,11 +7316,11 @@ public class KickCParser extends Parser { return type_sempred((TypeContext)_localctx, predIndex); case 18: return enumMemberList_sempred((EnumMemberListContext)_localctx, predIndex); - case 33: - return commaExpr_sempred((CommaExprContext)_localctx, predIndex); case 34: + return commaExpr_sempred((CommaExprContext)_localctx, predIndex); + case 35: return expr_sempred((ExprContext)_localctx, predIndex); - case 45: + case 46: return asmExpr_sempred((AsmExprContext)_localctx, predIndex); } return true; @@ -7374,361 +7418,363 @@ public class KickCParser extends Parser { } public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u00a7\u0382\4\2\t"+ + "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u00a7\u0386\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"+ "\4\32\t\32\4\33\t\33\4\34\t\34\4\35\t\35\4\36\t\36\4\37\t\37\4 \t \4!"+ "\t!\4\"\t\"\4#\t#\4$\t$\4%\t%\4&\t&\4\'\t\'\4(\t(\4)\t)\4*\t*\4+\t+\4"+ - ",\t,\4-\t-\4.\t.\4/\t/\3\2\3\2\3\2\3\3\3\3\3\3\3\4\7\4f\n\4\f\4\16\4i"+ - "\13\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\5y\n\5"+ - "\3\6\3\6\3\6\3\7\3\7\7\7\u0080\n\7\f\7\16\7\u0083\13\7\3\7\3\7\3\7\3\7"+ - "\3\7\7\7\u008a\n\7\f\7\16\7\u008d\13\7\3\7\7\7\u0090\n\7\f\7\16\7\u0093"+ - "\13\7\3\b\3\b\3\b\7\b\u0098\n\b\f\b\16\b\u009b\13\b\3\b\3\b\7\b\u009f"+ - "\n\b\f\b\16\b\u00a2\13\b\3\b\3\b\3\t\3\t\7\t\u00a8\n\t\f\t\16\t\u00ab"+ - "\13\t\3\t\3\t\5\t\u00af\n\t\3\t\3\t\7\t\u00b3\n\t\f\t\16\t\u00b6\13\t"+ - "\3\t\3\t\5\t\u00ba\n\t\3\n\7\n\u00bd\n\n\f\n\16\n\u00c0\13\n\3\n\3\n\7"+ - "\n\u00c4\n\n\f\n\16\n\u00c7\13\n\3\13\3\13\7\13\u00cb\n\13\f\13\16\13"+ - "\u00ce\13\13\3\f\3\f\5\f\u00d2\n\f\3\f\3\f\3\r\3\r\3\r\3\r\3\r\3\r\3\r"+ - "\3\r\5\r\u00de\n\r\3\r\7\r\u00e1\n\r\f\r\16\r\u00e4\13\r\3\16\3\16\3\16"+ - "\3\16\3\16\3\16\3\16\3\16\5\16\u00ee\n\16\3\16\3\16\3\16\3\16\3\16\5\16"+ - "\u00f5\n\16\3\16\3\16\3\16\5\16\u00fa\n\16\3\16\3\16\3\16\3\16\7\16\u0100"+ - "\n\16\f\16\16\16\u0103\13\16\3\17\3\17\3\17\3\20\3\20\5\20\u010a\n\20"+ - "\3\20\3\20\6\20\u010e\n\20\r\20\16\20\u010f\3\20\3\20\3\21\3\21\3\21\3"+ - "\22\3\22\3\22\3\23\3\23\5\23\u011c\n\23\3\23\3\23\3\23\3\23\3\24\3\24"+ - "\3\24\3\24\3\24\3\24\7\24\u0128\n\24\f\24\16\24\u012b\13\24\3\25\3\25"+ - "\3\25\5\25\u0130\n\25\3\26\3\26\7\26\u0134\n\26\f\26\16\26\u0137\13\26"+ - "\3\26\3\26\3\26\5\26\u013c\n\26\3\26\3\26\3\26\5\26\u0141\n\26\3\27\3"+ - "\27\5\27\u0145\n\27\3\27\3\27\3\30\3\30\3\30\7\30\u014c\n\30\f\30\16\30"+ - "\u014f\13\30\3\31\3\31\7\31\u0153\n\31\f\31\16\31\u0156\13\31\3\31\3\31"+ - "\3\31\3\31\5\31\u015c\n\31\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32"+ - "\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32"+ - "\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32"+ - "\7\32\u0183\n\32\f\32\16\32\u0186\13\32\3\32\3\32\3\32\3\32\3\32\3\32"+ - "\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32"+ - "\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32"+ - "\3\32\3\32\3\32\3\32\3\32\7\32\u01af\n\32\f\32\16\32\u01b2\13\32\3\32"+ - "\5\32\u01b5\n\32\3\33\3\33\3\33\5\33\u01ba\n\33\3\34\3\34\3\34\3\34\3"+ - "\34\3\34\3\34\3\34\3\34\5\34\u01c5\n\34\3\34\3\34\3\34\3\34\3\34\3\34"+ - "\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\5\34\u01d9"+ - "\n\34\3\34\3\34\3\34\3\34\3\34\7\34\u01e0\n\34\f\34\16\34\u01e3\13\34"+ - "\3\34\3\34\3\34\5\34\u01e8\n\34\3\35\6\35\u01eb\n\35\r\35\16\35\u01ec"+ - "\3\36\3\36\3\36\3\36\3\36\5\36\u01f4\n\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\u0201\n\36\3\36\7\36\u0204\n\36\f\36\16"+ - "\36\u0207\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u0210\n\36\f\36"+ - "\16\36\u0213\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u021e"+ - "\n\36\f\36\16\36\u0221\13\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\u0233\n\36\3\36\3\36\3\36"+ - "\3\36\3\36\3\36\3\36\5\36\u023c\n\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36"+ - "\u0244\n\36\3\37\6\37\u0247\n\37\r\37\16\37\u0248\3\37\3\37\3\37\5\37"+ - "\u024e\n\37\5\37\u0250\n\37\3 \3 \3 \3 \5 \u0256\n \3!\3!\3!\5!\u025b"+ - "\n!\3!\3!\5!\u025f\n!\3!\3!\7!\u0263\n!\f!\16!\u0266\13!\5!\u0268\n!\3"+ - "!\3!\3!\3!\3!\3!\5!\u0270\n!\3\"\5\"\u0273\n\"\3\"\5\"\u0276\n\"\3#\3"+ - "#\3#\3#\3#\3#\7#\u027e\n#\f#\16#\u0281\13#\3$\3$\3$\3$\3$\3$\3$\3$\3$"+ - "\5$\u028c\n$\3$\3$\3$\3$\3$\3$\5$\u0294\n$\3$\3$\3$\3$\5$\u029a\n$\3$"+ - "\3$\5$\u029e\n$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\7$"+ - "\u02b1\n$\f$\16$\u02b4\13$\3$\5$\u02b7\n$\3$\3$\3$\3$\3$\6$\u02be\n$\r"+ - "$\16$\u02bf\3$\3$\5$\u02c4\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$\5$\u02f6\n$\3$\3$\3$\3$\3$\3$\3$\3"+ - "$\7$\u0300\n$\f$\16$\u0303\13$\3%\3%\3%\7%\u0308\n%\f%\16%\u030b\13%\3"+ - "&\3&\5&\u030f\n&\3&\3&\3\'\3\'\3\'\3\'\7\'\u0317\n\'\f\'\16\'\u031a\13"+ - "\'\3\'\3\'\3(\3(\3(\3(\3(\3(\3(\3(\3(\3(\5(\u0328\n(\3)\7)\u032b\n)\f"+ - ")\16)\u032e\13)\3*\3*\3*\5*\u0333\n*\3+\3+\3+\3+\5+\u0339\n+\3,\3,\5,"+ - "\u033d\n,\3-\3-\3-\3-\7-\u0343\n-\f-\16-\u0346\13-\3.\3.\3.\3.\3.\3.\3"+ - ".\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\5.\u035f\n.\3/\3/\3"+ - "/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\5/\u036f\n/\3/\3/\3/\3/\3/\3/\3/\3"+ - "/\3/\3/\3/\3/\7/\u037d\n/\f/\16/\u0380\13/\3/\2\t\f\30\32&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\2\27\30\5\2\22\23\31\32^^\4\2!!$$\3\2\35\36\3\2\24\26\3"+ - "\2\22\23\3\2\37$\3\2\u008b\u008e\3\2\u0089\u008a\3\2\u008f\u0090\3\2\u008b"+ - "\u008c\2\u0406\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\u0094\3\2\2\2\20\u00b9\3\2\2\2\22\u00be\3\2\2\2\24\u00c8"+ - "\3\2\2\2\26\u00cf\3\2\2\2\30\u00d5\3\2\2\2\32\u00f4\3\2\2\2\34\u0104\3"+ - "\2\2\2\36\u0107\3\2\2\2 \u0113\3\2\2\2\"\u0116\3\2\2\2$\u0119\3\2\2\2"+ - "&\u0121\3\2\2\2(\u012c\3\2\2\2*\u0131\3\2\2\2,\u0142\3\2\2\2.\u0148\3"+ - "\2\2\2\60\u015b\3\2\2\2\62\u01b4\3\2\2\2\64\u01b6\3\2\2\2\66\u01e7\3\2"+ - "\2\28\u01ea\3\2\2\2:\u0243\3\2\2\2<\u0246\3\2\2\2>\u0251\3\2\2\2@\u026f"+ - "\3\2\2\2B\u0275\3\2\2\2D\u0277\3\2\2\2F\u02c3\3\2\2\2H\u0304\3\2\2\2J"+ - "\u030c\3\2\2\2L\u0312\3\2\2\2N\u0327\3\2\2\2P\u032c\3\2\2\2R\u0332\3\2"+ - "\2\2T\u0338\3\2\2\2V\u033a\3\2\2\2X\u033e\3\2\2\2Z\u035e\3\2\2\2\\\u036e"+ - "\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\2d"+ - "f\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\2"+ - "jk\5\n\6\2kl\7\n\2\2ly\3\2\2\2mn\5\36\20\2no\7\n\2\2oy\3\2\2\2pq\5$\23"+ - "\2qr\7\n\2\2ry\3\2\2\2sy\5*\26\2ty\5\62\32\2uv\5\16\b\2vw\7\n\2\2wy\3"+ - "\2\2\2xj\3\2\2\2xm\3\2\2\2xp\3\2\2\2xs\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}\u0081\b\7\1\2~\u0080\5\24\13"+ - "\2\177~\3\2\2\2\u0080\u0083\3\2\2\2\u0081\177\3\2\2\2\u0081\u0082\3\2"+ - "\2\2\u0082\u0084\3\2\2\2\u0083\u0081\3\2\2\2\u0084\u0085\5\20\t\2\u0085"+ - "\u0091\3\2\2\2\u0086\u0087\f\3\2\2\u0087\u008b\7\f\2\2\u0088\u008a\5\24"+ - "\13\2\u0089\u0088\3\2\2\2\u008a\u008d\3\2\2\2\u008b\u0089\3\2\2\2\u008b"+ - "\u008c\3\2\2\2\u008c\u008e\3\2\2\2\u008d\u008b\3\2\2\2\u008e\u0090\5\20"+ - "\t\2\u008f\u0086\3\2\2\2\u0090\u0093\3\2\2\2\u0091\u008f\3\2\2\2\u0091"+ - "\u0092\3\2\2\2\u0092\r\3\2\2\2\u0093\u0091\3\2\2\2\u0094\u0095\7)\2\2"+ - "\u0095\u0099\5\22\n\2\u0096\u0098\5\24\13\2\u0097\u0096\3\2\2\2\u0098"+ - "\u009b\3\2\2\2\u0099\u0097\3\2\2\2\u0099\u009a\3\2\2\2\u009a\u009c\3\2"+ - "\2\2\u009b\u0099\3\2\2\2\u009c\u00a0\7y\2\2\u009d\u009f\5\26\f\2\u009e"+ - "\u009d\3\2\2\2\u009f\u00a2\3\2\2\2\u00a0\u009e\3\2\2\2\u00a0\u00a1\3\2"+ - "\2\2\u00a1\u00a3\3\2\2\2\u00a2\u00a0\3\2\2\2\u00a3\u00a4\b\b\1\2\u00a4"+ - "\17\3\2\2\2\u00a5\u00a9\7y\2\2\u00a6\u00a8\5\26\f\2\u00a7\u00a6\3\2\2"+ - "\2\u00a8\u00ab\3\2\2\2\u00a9\u00a7\3\2\2\2\u00a9\u00aa\3\2\2\2\u00aa\u00ae"+ - "\3\2\2\2\u00ab\u00a9\3\2\2\2\u00ac\u00ad\7\'\2\2\u00ad\u00af\5F$\2\u00ae"+ - "\u00ac\3\2\2\2\u00ae\u00af\3\2\2\2\u00af\u00ba\3\2\2\2\u00b0\u00b4\7y"+ - "\2\2\u00b1\u00b3\5\26\f\2\u00b2\u00b1\3\2\2\2\u00b3\u00b6\3\2\2\2\u00b4"+ - "\u00b2\3\2\2\2\u00b4\u00b5\3\2\2\2\u00b5\u00b7\3\2\2\2\u00b6\u00b4\3\2"+ - "\2\2\u00b7\u00b8\7\'\2\2\u00b8\u00ba\5J&\2\u00b9\u00a5\3\2\2\2\u00b9\u00b0"+ - "\3\2\2\2\u00ba\21\3\2\2\2\u00bb\u00bd\5\66\34\2\u00bc\u00bb\3\2\2\2\u00bd"+ - "\u00c0\3\2\2\2\u00be\u00bc\3\2\2\2\u00be\u00bf\3\2\2\2\u00bf\u00c1\3\2"+ - "\2\2\u00c0\u00be\3\2\2\2\u00c1\u00c5\5\32\16\2\u00c2\u00c4\5\66\34\2\u00c3"+ - "\u00c2\3\2\2\2\u00c4\u00c7\3\2\2\2\u00c5\u00c3\3\2\2\2\u00c5\u00c6\3\2"+ - "\2\2\u00c6\23\3\2\2\2\u00c7\u00c5\3\2\2\2\u00c8\u00cc\7\24\2\2\u00c9\u00cb"+ - "\5\66\34\2\u00ca\u00c9\3\2\2\2\u00cb\u00ce\3\2\2\2\u00cc\u00ca\3\2\2\2"+ - "\u00cc\u00cd\3\2\2\2\u00cd\25\3\2\2\2\u00ce\u00cc\3\2\2\2\u00cf\u00d1"+ - "\7\6\2\2\u00d0\u00d2\5F$\2\u00d1\u00d0\3\2\2\2\u00d1\u00d2\3\2\2\2\u00d2"+ - "\u00d3\3\2\2\2\u00d3\u00d4\7\7\2\2\u00d4\27\3\2\2\2\u00d5\u00d6\b\r\1"+ - "\2\u00d6\u00d7\5\32\16\2\u00d7\u00e2\3\2\2\2\u00d8\u00d9\f\4\2\2\u00d9"+ - "\u00e1\7\24\2\2\u00da\u00db\f\3\2\2\u00db\u00dd\7\6\2\2\u00dc\u00de\5"+ - "F$\2\u00dd\u00dc\3\2\2\2\u00dd\u00de\3\2\2\2\u00de\u00df\3\2\2\2\u00df"+ - "\u00e1\7\7\2\2\u00e0\u00d8\3\2\2\2\u00e0\u00da\3\2\2\2\u00e1\u00e4\3\2"+ - "\2\2\u00e2\u00e0\3\2\2\2\u00e2\u00e3\3\2\2\2\u00e3\31\3\2\2\2\u00e4\u00e2"+ - "\3\2\2\2\u00e5\u00e6\b\16\1\2\u00e6\u00e7\7\b\2\2\u00e7\u00e8\5\32\16"+ - "\2\u00e8\u00e9\7\t\2\2\u00e9\u00f5\3\2\2\2\u00ea\u00f5\7`\2\2\u00eb\u00ed"+ - "\7_\2\2\u00ec\u00ee\7`\2\2\u00ed\u00ec\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\u00e5\3\2\2\2"+ - "\u00f4\u00ea\3\2\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"+ - "\u0101\3\2\2\2\u00f6\u00f7\f\t\2\2\u00f7\u00f9\7\6\2\2\u00f8\u00fa\5F"+ - "$\2\u00f9\u00f8\3\2\2\2\u00f9\u00fa\3\2\2\2\u00fa\u00fb\3\2\2\2\u00fb"+ - "\u0100\7\7\2\2\u00fc\u00fd\f\b\2\2\u00fd\u00fe\7\b\2\2\u00fe\u0100\7\t"+ - "\2\2\u00ff\u00f6\3\2\2\2\u00ff\u00fc\3\2\2\2\u0100\u0103\3\2\2\2\u0101"+ - "\u00ff\3\2\2\2\u0101\u0102\3\2\2\2\u0102\33\3\2\2\2\u0103\u0101\3\2\2"+ - "\2\u0104\u0105\7S\2\2\u0105\u0106\7y\2\2\u0106\35\3\2\2\2\u0107\u0109"+ - "\7S\2\2\u0108\u010a\7y\2\2\u0109\u0108\3\2\2\2\u0109\u010a\3\2\2\2\u010a"+ - "\u010b\3\2\2\2\u010b\u010d\7\4\2\2\u010c\u010e\5 \21\2\u010d\u010c\3\2"+ - "\2\2\u010e\u010f\3\2\2\2\u010f\u010d\3\2\2\2\u010f\u0110\3\2\2\2\u0110"+ - "\u0111\3\2\2\2\u0111\u0112\7\5\2\2\u0112\37\3\2\2\2\u0113\u0114\5\n\6"+ - "\2\u0114\u0115\7\n\2\2\u0115!\3\2\2\2\u0116\u0117\7T\2\2\u0117\u0118\7"+ - "y\2\2\u0118#\3\2\2\2\u0119\u011b\7T\2\2\u011a\u011c\7y\2\2\u011b\u011a"+ - "\3\2\2\2\u011b\u011c\3\2\2\2\u011c\u011d\3\2\2\2\u011d\u011e\7\4\2\2\u011e"+ - "\u011f\5&\24\2\u011f\u0120\7\5\2\2\u0120%\3\2\2\2\u0121\u0122\b\24\1\2"+ - "\u0122\u0123\5(\25\2\u0123\u0129\3\2\2\2\u0124\u0125\f\3\2\2\u0125\u0126"+ - "\7\f\2\2\u0126\u0128\5(\25\2\u0127\u0124\3\2\2\2\u0128\u012b\3\2\2\2\u0129"+ - "\u0127\3\2\2\2\u0129\u012a\3\2\2\2\u012a\'\3\2\2\2\u012b\u0129\3\2\2\2"+ - "\u012c\u012f\7y\2\2\u012d\u012e\7\'\2\2\u012e\u0130\5F$\2\u012f\u012d"+ - "\3\2\2\2\u012f\u0130\3\2\2\2\u0130)\3\2\2\2\u0131\u0135\5\22\n\2\u0132"+ - "\u0134\5\24\13\2\u0133\u0132\3\2\2\2\u0134\u0137\3\2\2\2\u0135\u0133\3"+ - "\2\2\2\u0135\u0136\3\2\2\2\u0136\u0138\3\2\2\2\u0137\u0135\3\2\2\2\u0138"+ - "\u0139\7y\2\2\u0139\u013b\7\b\2\2\u013a\u013c\5.\30\2\u013b\u013a\3\2"+ - "\2\2\u013b\u013c\3\2\2\2\u013c\u013d\3\2\2\2\u013d\u0140\7\t\2\2\u013e"+ - "\u0141\5,\27\2\u013f\u0141\7\n\2\2\u0140\u013e\3\2\2\2\u0140\u013f\3\2"+ - "\2\2\u0141+\3\2\2\2\u0142\u0144\7\4\2\2\u0143\u0145\58\35\2\u0144\u0143"+ - "\3\2\2\2\u0144\u0145\3\2\2\2\u0145\u0146\3\2\2\2\u0146\u0147\7\5\2\2\u0147"+ - "-\3\2\2\2\u0148\u014d\5\60\31\2\u0149\u014a\7\f\2\2\u014a\u014c\5\60\31"+ - "\2\u014b\u0149\3\2\2\2\u014c\u014f\3\2\2\2\u014d\u014b\3\2\2\2\u014d\u014e"+ - "\3\2\2\2\u014e/\3\2\2\2\u014f\u014d\3\2\2\2\u0150\u0154\5\22\n\2\u0151"+ - "\u0153\5\24\13\2\u0152\u0151\3\2\2\2\u0153\u0156\3\2\2\2\u0154\u0152\3"+ - "\2\2\2\u0154\u0155\3\2\2\2\u0155\u0157\3\2\2\2\u0156\u0154\3\2\2\2\u0157"+ - "\u0158\7y\2\2\u0158\u015c\3\2\2\2\u0159\u015c\7`\2\2\u015a\u015c\7\16"+ - "\2\2\u015b\u0150\3\2\2\2\u015b\u0159\3\2\2\2\u015b\u015a\3\2\2\2\u015c"+ - "\61\3\2\2\2\u015d\u015e\7e\2\2\u015e\u015f\7,\2\2\u015f\u0160\3\2\2\2"+ - "\u0160\u0161\7\b\2\2\u0161\u0162\7y\2\2\u0162\u01b5\7\t\2\2\u0163\u0164"+ - "\7e\2\2\u0164\u0165\7\60\2\2\u0165\u0166\3\2\2\2\u0166\u0167\7\b\2\2\u0167"+ - "\u0168\7y\2\2\u0168\u01b5\7\t\2\2\u0169\u016a\7e\2\2\u016a\u016b\7-\2"+ - "\2\u016b\u016c\3\2\2\2\u016c\u016d\7\b\2\2\u016d\u016e\7z\2\2\u016e\u01b5"+ - "\7\t\2\2\u016f\u0170\7e\2\2\u0170\u0171\7.\2\2\u0171\u0172\3\2\2\2\u0172"+ - "\u0173\7\b\2\2\u0173\u0174\7z\2\2\u0174\u01b5\7\t\2\2\u0175\u0176\7e\2"+ - "\2\u0176\u0177\7/\2\2\u0177\u0178\3\2\2\2\u0178\u0179\7\b\2\2\u0179\u017a"+ - "\7z\2\2\u017a\u01b5\7\t\2\2\u017b\u017c\7e\2\2\u017c\u017d\7*\2\2\u017d"+ - "\u017e\3\2\2\2\u017e\u017f\7\b\2\2\u017f\u0184\5\64\33\2\u0180\u0181\7"+ - "\f\2\2\u0181\u0183\5\64\33\2\u0182\u0180\3\2\2\2\u0183\u0186\3\2\2\2\u0184"+ - "\u0182\3\2\2\2\u0184\u0185\3\2\2\2\u0185\u0187\3\2\2\2\u0186\u0184\3\2"+ - "\2\2\u0187\u0188\7\t\2\2\u0188\u01b5\3\2\2\2\u0189\u018a\7e\2\2\u018a"+ - "\u018b\7+\2\2\u018b\u018c\3\2\2\2\u018c\u018d\7\b\2\2\u018d\u018e\7p\2"+ - "\2\u018e\u01b5\7\t\2\2\u018f\u0190\7e\2\2\u0190\u0191\7\61\2\2\u0191\u0192"+ - "\3\2\2\2\u0192\u0193\7\b\2\2\u0193\u0194\7y\2\2\u0194\u01b5\7\t\2\2\u0195"+ - "\u0196\7e\2\2\u0196\u0197\7\62\2\2\u0197\u0198\3\2\2\2\u0198\u0199\7\b"+ - "\2\2\u0199\u019a\7y\2\2\u019a\u01b5\7\t\2\2\u019b\u019c\7e\2\2\u019c\u019d"+ - "\7\63\2\2\u019d\u019e\3\2\2\2\u019e\u019f\7\b\2\2\u019f\u01a0\7y\2\2\u01a0"+ - "\u01b5\7\t\2\2\u01a1\u01a2\7e\2\2\u01a2\u01a3\7D\2\2\u01a3\u01a4\3\2\2"+ - "\2\u01a4\u01a5\7\b\2\2\u01a5\u01a6\7E\2\2\u01a6\u01b5\7\t\2\2\u01a7\u01a8"+ - "\7e\2\2\u01a8\u01a9\7F\2\2\u01a9\u01aa\3\2\2\2\u01aa\u01ab\7\b\2\2\u01ab"+ - "\u01b0\7y\2\2\u01ac\u01ad\7\f\2\2\u01ad\u01af\7y\2\2\u01ae\u01ac\3\2\2"+ - "\2\u01af\u01b2\3\2\2\2\u01b0\u01ae\3\2\2\2\u01b0\u01b1\3\2\2\2\u01b1\u01b3"+ - "\3\2\2\2\u01b2\u01b0\3\2\2\2\u01b3\u01b5\7\t\2\2\u01b4\u015d\3\2\2\2\u01b4"+ - "\u0163\3\2\2\2\u01b4\u0169\3\2\2\2\u01b4\u016f\3\2\2\2\u01b4\u0175\3\2"+ - "\2\2\u01b4\u017b\3\2\2\2\u01b4\u0189\3\2\2\2\u01b4\u018f\3\2\2\2\u01b4"+ - "\u0195\3\2\2\2\u01b4\u019b\3\2\2\2\u01b4\u01a1\3\2\2\2\u01b4\u01a7\3\2"+ - "\2\2\u01b5\63\3\2\2\2\u01b6\u01b9\7p\2\2\u01b7\u01b8\7\r\2\2\u01b8\u01ba"+ - "\7p\2\2\u01b9\u01b7\3\2\2\2\u01b9\u01ba\3\2\2\2\u01ba\65\3\2\2\2\u01bb"+ - "\u01e8\7\64\2\2\u01bc\u01bd\7\67\2\2\u01bd\u01be\7\b\2\2\u01be\u01bf\7"+ - "p\2\2\u01bf\u01e8\7\t\2\2\u01c0\u01c4\7<\2\2\u01c1\u01c2\7\b\2\2\u01c2"+ - "\u01c3\7y\2\2\u01c3\u01c5\7\t\2\2\u01c4\u01c1\3\2\2\2\u01c4\u01c5\3\2"+ - "\2\2\u01c5\u01e8\3\2\2\2\u01c6\u01e8\7?\2\2\u01c7\u01e8\7@\2\2\u01c8\u01c9"+ - "\7>\2\2\u01c9\u01ca\7\b\2\2\u01ca\u01cb\7p\2\2\u01cb\u01e8\7\t\2\2\u01cc"+ - "\u01e8\79\2\2\u01cd\u01e8\7:\2\2\u01ce\u01e8\7A\2\2\u01cf\u01e8\7B\2\2"+ - "\u01d0\u01e8\7\65\2\2\u01d1\u01e8\7\66\2\2\u01d2\u01e8\78\2\2\u01d3\u01e8"+ - "\7C\2\2\u01d4\u01d8\7;\2\2\u01d5\u01d6\7\b\2\2\u01d6\u01d7\7y\2\2\u01d7"+ - "\u01d9\7\t\2\2\u01d8\u01d5\3\2\2\2\u01d8\u01d9\3\2\2\2\u01d9\u01e8\3\2"+ - "\2\2\u01da\u01db\7=\2\2\u01db\u01dc\7\b\2\2\u01dc\u01e1\5\64\33\2\u01dd"+ - "\u01de\7\f\2\2\u01de\u01e0\5\64\33\2\u01df\u01dd\3\2\2\2\u01e0\u01e3\3"+ - "\2\2\2\u01e1\u01df\3\2\2\2\u01e1\u01e2\3\2\2\2\u01e2\u01e4\3\2\2\2\u01e3"+ - "\u01e1\3\2\2\2\u01e4\u01e5\7\t\2\2\u01e5\u01e8\3\2\2\2\u01e6\u01e8\7E"+ - "\2\2\u01e7\u01bb\3\2\2\2\u01e7\u01bc\3\2\2\2\u01e7\u01c0\3\2\2\2\u01e7"+ - "\u01c6\3\2\2\2\u01e7\u01c7\3\2\2\2\u01e7\u01c8\3\2\2\2\u01e7\u01cc\3\2"+ - "\2\2\u01e7\u01cd\3\2\2\2\u01e7\u01ce\3\2\2\2\u01e7\u01cf\3\2\2\2\u01e7"+ - "\u01d0\3\2\2\2\u01e7\u01d1\3\2\2\2\u01e7\u01d2\3\2\2\2\u01e7\u01d3\3\2"+ - "\2\2\u01e7\u01d4\3\2\2\2\u01e7\u01da\3\2\2\2\u01e7\u01e6\3\2\2\2\u01e8"+ - "\67\3\2\2\2\u01e9\u01eb\5:\36\2\u01ea\u01e9\3\2\2\2\u01eb\u01ec\3\2\2"+ - "\2\u01ec\u01ea\3\2\2\2\u01ec\u01ed\3\2\2\2\u01ed9\3\2\2\2\u01ee\u01ef"+ - "\5\n\6\2\u01ef\u01f0\7\n\2\2\u01f0\u0244\3\2\2\2\u01f1\u01f3\7\4\2\2\u01f2"+ - "\u01f4\58\35\2\u01f3\u01f2\3\2\2\2\u01f3\u01f4\3\2\2\2\u01f4\u01f5\3\2"+ - "\2\2\u01f5\u0244\7\5\2\2\u01f6\u01f7\5D#\2\u01f7\u01f8\7\n\2\2\u01f8\u0244"+ - "\3\2\2\2\u01f9\u01fa\7G\2\2\u01fa\u01fb\7\b\2\2\u01fb\u01fc\5D#\2\u01fc"+ - "\u01fd\7\t\2\2\u01fd\u0200\5:\36\2\u01fe\u01ff\7H\2\2\u01ff\u0201\5:\36"+ - "\2\u0200\u01fe\3\2\2\2\u0200\u0201\3\2\2\2\u0201\u0244\3\2\2\2\u0202\u0204"+ - "\5\66\34\2\u0203\u0202\3\2\2\2\u0204\u0207\3\2\2\2\u0205\u0203\3\2\2\2"+ - "\u0205\u0206\3\2\2\2\u0206\u0208\3\2\2\2\u0207\u0205\3\2\2\2\u0208\u0209"+ - "\7I\2\2\u0209\u020a\7\b\2\2\u020a\u020b\5D#\2\u020b\u020c\7\t\2\2\u020c"+ - "\u020d\5:\36\2\u020d\u0244\3\2\2\2\u020e\u0210\5\66\34\2\u020f\u020e\3"+ - "\2\2\2\u0210\u0213\3\2\2\2\u0211\u020f\3\2\2\2\u0211\u0212\3\2\2\2\u0212"+ - "\u0214\3\2\2\2\u0213\u0211\3\2\2\2\u0214\u0215\7J\2\2\u0215\u0216\5:\36"+ - "\2\u0216\u0217\7I\2\2\u0217\u0218\7\b\2\2\u0218\u0219\5D#\2\u0219\u021a"+ - "\7\t\2\2\u021a\u021b\7\n\2\2\u021b\u0244\3\2\2\2\u021c\u021e\5\66\34\2"+ - "\u021d\u021c\3\2\2\2\u021e\u0221\3\2\2\2\u021f\u021d\3\2\2\2\u021f\u0220"+ - "\3\2\2\2\u0220\u0222\3\2\2\2\u0221\u021f\3\2\2\2\u0222\u0223\7K\2\2\u0223"+ - "\u0224\7\b\2\2\u0224\u0225\5@!\2\u0225\u0226\7\t\2\2\u0226\u0227\5:\36"+ - "\2\u0227\u0244\3\2\2\2\u0228\u0229\7L\2\2\u0229\u022a\7\b\2\2\u022a\u022b"+ - "\5D#\2\u022b\u022c\7\t\2\2\u022c\u022d\7\4\2\2\u022d\u022e\5<\37\2\u022e"+ - "\u022f\7\5\2\2\u022f\u0244\3\2\2\2\u0230\u0232\7M\2\2\u0231\u0233\5D#"+ - "\2\u0232\u0231\3\2\2\2\u0232\u0233\3\2\2\2\u0233\u0234\3\2\2\2\u0234\u0244"+ - "\7\n\2\2\u0235\u0236\7N\2\2\u0236\u0244\7\n\2\2\u0237\u0238\7O\2\2\u0238"+ - "\u0244\7\n\2\2\u0239\u023b\7P\2\2\u023a\u023c\5L\'\2\u023b\u023a\3\2\2"+ - "\2\u023b\u023c\3\2\2\2\u023c\u023d\3\2\2\2\u023d\u023e\7\4\2\2\u023e\u023f"+ - "\5P)\2\u023f\u0240\7\u0092\2\2\u0240\u0244\3\2\2\2\u0241\u0244\5J&\2\u0242"+ - "\u0244\7\n\2\2\u0243\u01ee\3\2\2\2\u0243\u01f1\3\2\2\2\u0243\u01f6\3\2"+ - "\2\2\u0243\u01f9\3\2\2\2\u0243\u0205\3\2\2\2\u0243\u0211\3\2\2\2\u0243"+ - "\u021f\3\2\2\2\u0243\u0228\3\2\2\2\u0243\u0230\3\2\2\2\u0243\u0235\3\2"+ - "\2\2\u0243\u0237\3\2\2\2\u0243\u0239\3\2\2\2\u0243\u0241\3\2\2\2\u0243"+ - "\u0242\3\2\2\2\u0244;\3\2\2\2\u0245\u0247\5> \2\u0246\u0245\3\2\2\2\u0247"+ - "\u0248\3\2\2\2\u0248\u0246\3\2\2\2\u0248\u0249\3\2\2\2\u0249\u024f\3\2"+ - "\2\2\u024a\u024b\7Q\2\2\u024b\u024d\7\13\2\2\u024c\u024e\58\35\2\u024d"+ - "\u024c\3\2\2\2\u024d\u024e\3\2\2\2\u024e\u0250\3\2\2\2\u024f\u024a\3\2"+ - "\2\2\u024f\u0250\3\2\2\2\u0250=\3\2\2\2\u0251\u0252\7R\2\2\u0252\u0253"+ - "\5F$\2\u0253\u0255\7\13\2\2\u0254\u0256\58\35\2\u0255\u0254\3\2\2\2\u0255"+ - "\u0256\3\2\2\2\u0256?\3\2\2\2\u0257\u0258\5B\"\2\u0258\u025a\7\n\2\2\u0259"+ - "\u025b\5D#\2\u025a\u0259\3\2\2\2\u025a\u025b\3\2\2\2\u025b\u025c\3\2\2"+ - "\2\u025c\u025e\7\n\2\2\u025d\u025f\5D#\2\u025e\u025d\3\2\2\2\u025e\u025f"+ - "\3\2\2\2\u025f\u0270\3\2\2\2\u0260\u0264\5\22\n\2\u0261\u0263\5\24\13"+ - "\2\u0262\u0261\3\2\2\2\u0263\u0266\3\2\2\2\u0264\u0262\3\2\2\2\u0264\u0265"+ - "\3\2\2\2\u0265\u0268\3\2\2\2\u0266\u0264\3\2\2\2\u0267\u0260\3\2\2\2\u0267"+ - "\u0268\3\2\2\2\u0268\u0269\3\2\2\2\u0269\u026a\7y\2\2\u026a\u026b\7\13"+ - "\2\2\u026b\u026c\5F$\2\u026c\u026d\7\r\2\2\u026d\u026e\5F$\2\u026e\u0270"+ - "\3\2\2\2\u026f\u0257\3\2\2\2\u026f\u0267\3\2\2\2\u0270A\3\2\2\2\u0271"+ - "\u0273\5\n\6\2\u0272\u0271\3\2\2\2\u0272\u0273\3\2\2\2\u0273\u0276\3\2"+ - "\2\2\u0274\u0276\5D#\2\u0275\u0272\3\2\2\2\u0275\u0274\3\2\2\2\u0276C"+ - "\3\2\2\2\u0277\u0278\b#\1\2\u0278\u0279\5F$\2\u0279\u027f\3\2\2\2\u027a"+ - "\u027b\f\3\2\2\u027b\u027c\7\f\2\2\u027c\u027e\5F$\2\u027d\u027a\3\2\2"+ - "\2\u027e\u0281\3\2\2\2\u027f\u027d\3\2\2\2\u027f\u0280\3\2\2\2\u0280E"+ - "\3\2\2\2\u0281\u027f\3\2\2\2\u0282\u0283\b$\1\2\u0283\u0284\7\b\2\2\u0284"+ - "\u0285\5D#\2\u0285\u0286\7\t\2\2\u0286\u02c4\3\2\2\2\u0287\u0288\7U\2"+ - "\2\u0288\u028b\7\b\2\2\u0289\u028c\5F$\2\u028a\u028c\5\30\r\2\u028b\u0289"+ - "\3\2\2\2\u028b\u028a\3\2\2\2\u028c\u028d\3\2\2\2\u028d\u028e\7\t\2\2\u028e"+ - "\u02c4\3\2\2\2\u028f\u0290\7V\2\2\u0290\u0293\7\b\2\2\u0291\u0294\5F$"+ - "\2\u0292\u0294\5\30\r\2\u0293\u0291\3\2\2\2\u0293\u0292\3\2\2\2\u0294"+ - "\u0295\3\2\2\2\u0295\u0296\7\t\2\2\u0296\u02c4\3\2\2\2\u0297\u0299\7W"+ - "\2\2\u0298\u029a\7\b\2\2\u0299\u0298\3\2\2\2\u0299\u029a\3\2\2\2\u029a"+ - "\u029b\3\2\2\2\u029b\u029d\7y\2\2\u029c\u029e\7\t\2\2\u029d\u029c\3\2"+ - "\2\2\u029d\u029e\3\2\2\2\u029e\u02c4\3\2\2\2\u029f\u02a0\7\b\2\2\u02a0"+ - "\u02a1\5\30\r\2\u02a1\u02a2\7\t\2\2\u02a2\u02a3\5F$\32\u02a3\u02c4\3\2"+ - "\2\2\u02a4\u02a5\t\2\2\2\u02a5\u02c4\5F$\31\u02a6\u02a7\7\24\2\2\u02a7"+ - "\u02c4\5F$\27\u02a8\u02a9\t\3\2\2\u02a9\u02c4\5F$\26\u02aa\u02ab\t\4\2"+ - "\2\u02ab\u02c4\5F$\22\u02ac\u02ad\7\4\2\2\u02ad\u02b2\5F$\2\u02ae\u02af"+ - "\7\f\2\2\u02af\u02b1\5F$\2\u02b0\u02ae\3\2\2\2\u02b1\u02b4\3\2\2\2\u02b2"+ - "\u02b0\3\2\2\2\u02b2\u02b3\3\2\2\2\u02b3\u02b6\3\2\2\2\u02b4\u02b2\3\2"+ - "\2\2\u02b5\u02b7\7\f\2\2\u02b6\u02b5\3\2\2\2\u02b6\u02b7\3\2\2\2\u02b7"+ - "\u02b8\3\2\2\2\u02b8\u02b9\7\5\2\2\u02b9\u02c4\3\2\2\2\u02ba\u02c4\7y"+ - "\2\2\u02bb\u02c4\7p\2\2\u02bc\u02be\7z\2\2\u02bd\u02bc\3\2\2\2\u02be\u02bf"+ - "\3\2\2\2\u02bf\u02bd\3\2\2\2\u02bf\u02c0\3\2\2\2\u02c0\u02c4\3\2\2\2\u02c1"+ - "\u02c4\7{\2\2\u02c2\u02c4\7a\2\2\u02c3\u0282\3\2\2\2\u02c3\u0287\3\2\2"+ - "\2\u02c3\u028f\3\2\2\2\u02c3\u0297\3\2\2\2\u02c3\u029f\3\2\2\2\u02c3\u02a4"+ - "\3\2\2\2\u02c3\u02a6\3\2\2\2\u02c3\u02a8\3\2\2\2\u02c3\u02aa\3\2\2\2\u02c3"+ - "\u02ac\3\2\2\2\u02c3\u02ba\3\2\2\2\u02c3\u02bb\3\2\2\2\u02c3\u02bd\3\2"+ - "\2\2\u02c3\u02c1\3\2\2\2\u02c3\u02c2\3\2\2\2\u02c4\u0301\3\2\2\2\u02c5"+ - "\u02c6\f\25\2\2\u02c6\u02c7\t\5\2\2\u02c7\u0300\5F$\26\u02c8\u02c9\f\24"+ - "\2\2\u02c9\u02ca\t\6\2\2\u02ca\u0300\5F$\25\u02cb\u02cc\f\23\2\2\u02cc"+ - "\u02cd\t\7\2\2\u02cd\u0300\5F$\24\u02ce\u02cf\f\21\2\2\u02cf\u02d0\t\b"+ - "\2\2\u02d0\u0300\5F$\22\u02d1\u02d2\f\20\2\2\u02d2\u02d3\7\31\2\2\u02d3"+ - "\u0300\5F$\21\u02d4\u02d5\f\17\2\2\u02d5\u02d6\7\33\2\2\u02d6\u0300\5"+ - "F$\20\u02d7\u02d8\f\16\2\2\u02d8\u02d9\7\34\2\2\u02d9\u0300\5F$\17\u02da"+ - "\u02db\f\r\2\2\u02db\u02dc\7%\2\2\u02dc\u0300\5F$\16\u02dd\u02de\f\f\2"+ - "\2\u02de\u02df\7&\2\2\u02df\u0300\5F$\r\u02e0\u02e1\f\13\2\2\u02e1\u02e2"+ - "\7\17\2\2\u02e2\u02e3\5F$\2\u02e3\u02e4\7\13\2\2\u02e4\u02e5\5F$\f\u02e5"+ - "\u0300\3\2\2\2\u02e6\u02e7\f\n\2\2\u02e7\u02e8\7\'\2\2\u02e8\u0300\5F"+ - "$\n\u02e9\u02ea\f\t\2\2\u02ea\u02eb\7(\2\2\u02eb\u0300\5F$\t\u02ec\u02ed"+ - "\f!\2\2\u02ed\u02ee\7\20\2\2\u02ee\u0300\7y\2\2\u02ef\u02f0\f \2\2\u02f0"+ - "\u02f1\7\21\2\2\u02f1\u0300\7y\2\2\u02f2\u02f3\f\37\2\2\u02f3\u02f5\7"+ - "\b\2\2\u02f4\u02f6\5H%\2\u02f5\u02f4\3\2\2\2\u02f5\u02f6\3\2\2\2\u02f6"+ - "\u02f7\3\2\2\2\u02f7\u0300\7\t\2\2\u02f8\u02f9\f\33\2\2\u02f9\u02fa\7"+ - "\6\2\2\u02fa\u02fb\5D#\2\u02fb\u02fc\7\7\2\2\u02fc\u0300\3\2\2\2\u02fd"+ - "\u02fe\f\30\2\2\u02fe\u0300\t\2\2\2\u02ff\u02c5\3\2\2\2\u02ff\u02c8\3"+ - "\2\2\2\u02ff\u02cb\3\2\2\2\u02ff\u02ce\3\2\2\2\u02ff\u02d1\3\2\2\2\u02ff"+ - "\u02d4\3\2\2\2\u02ff\u02d7\3\2\2\2\u02ff\u02da\3\2\2\2\u02ff\u02dd\3\2"+ - "\2\2\u02ff\u02e0\3\2\2\2\u02ff\u02e6\3\2\2\2\u02ff\u02e9\3\2\2\2\u02ff"+ - "\u02ec\3\2\2\2\u02ff\u02ef\3\2\2\2\u02ff\u02f2\3\2\2\2\u02ff\u02f8\3\2"+ - "\2\2\u02ff\u02fd\3\2\2\2\u0300\u0303\3\2\2\2\u0301\u02ff\3\2\2\2\u0301"+ - "\u0302\3\2\2\2\u0302G\3\2\2\2\u0303\u0301\3\2\2\2\u0304\u0309\5F$\2\u0305"+ - "\u0306\7\f\2\2\u0306\u0308\5F$\2\u0307\u0305\3\2\2\2\u0308\u030b\3\2\2"+ - "\2\u0309\u0307\3\2\2\2\u0309\u030a\3\2\2\2\u030aI\3\2\2\2\u030b\u0309"+ - "\3\2\2\2\u030c\u030e\7X\2\2\u030d\u030f\5L\'\2\u030e\u030d\3\2\2\2\u030e"+ - "\u030f\3\2\2\2\u030f\u0310\3\2\2\2\u0310\u0311\7b\2\2\u0311K\3\2\2\2\u0312"+ - "\u0313\7\b\2\2\u0313\u0318\5N(\2\u0314\u0315\7\f\2\2\u0315\u0317\5N(\2"+ - "\u0316\u0314\3\2\2\2\u0317\u031a\3\2\2\2\u0318\u0316\3\2\2\2\u0318\u0319"+ - "\3\2\2\2\u0319\u031b\3\2\2\2\u031a\u0318\3\2\2\2\u031b\u031c\7\t\2\2\u031c"+ - "M\3\2\2\2\u031d\u031e\7Y\2\2\u031e\u0328\7z\2\2\u031f\u0320\7Z\2\2\u0320"+ - "\u0328\7y\2\2\u0321\u0322\7[\2\2\u0322\u0328\7z\2\2\u0323\u0324\7\\\2"+ - "\2\u0324\u0328\5F$\2\u0325\u0326\7]\2\2\u0326\u0328\5F$\2\u0327\u031d"+ - "\3\2\2\2\u0327\u031f\3\2\2\2\u0327\u0321\3\2\2\2\u0327\u0323\3\2\2\2\u0327"+ - "\u0325\3\2\2\2\u0328O\3\2\2\2\u0329\u032b\5R*\2\u032a\u0329\3\2\2\2\u032b"+ - "\u032e\3\2\2\2\u032c\u032a\3\2\2\2\u032c\u032d\3\2\2\2\u032dQ\3\2\2\2"+ - "\u032e\u032c\3\2\2\2\u032f\u0333\5T+\2\u0330\u0333\5V,\2\u0331\u0333\5"+ - "X-\2\u0332\u032f\3\2\2\2\u0332\u0330\3\2\2\2\u0332\u0331\3\2\2\2\u0333"+ - "S\3\2\2\2\u0334\u0335\7\u009f\2\2\u0335\u0339\7\u0082\2\2\u0336\u0337"+ - "\7\u009e\2\2\u0337\u0339\7\u0082\2\2\u0338\u0334\3\2\2\2\u0338\u0336\3"+ - "\2\2\2\u0339U\3\2\2\2\u033a\u033c\7\u0080\2\2\u033b\u033d\5Z.\2\u033c"+ - "\u033b\3\2\2\2\u033c\u033d\3\2\2\2\u033dW\3\2\2\2\u033e\u033f\7\177\2"+ - "\2\u033f\u0344\5\\/\2\u0340\u0341\7\u0083\2\2\u0341\u0343\5\\/\2\u0342"+ - "\u0340\3\2\2\2\u0343\u0346\3\2\2\2\u0344\u0342\3\2\2\2\u0344\u0345\3\2"+ - "\2\2\u0345Y\3\2\2\2\u0346\u0344\3\2\2\2\u0347\u035f\5\\/\2\u0348\u0349"+ - "\7\u0081\2\2\u0349\u035f\5\\/\2\u034a\u034b\5\\/\2\u034b\u034c\7\u0083"+ - "\2\2\u034c\u034d\7\u009f\2\2\u034d\u035f\3\2\2\2\u034e\u034f\7\u0084\2"+ - "\2\u034f\u0350\5\\/\2\u0350\u0351\7\u0085\2\2\u0351\u0352\7\u0083\2\2"+ - "\u0352\u0353\7\u009f\2\2\u0353\u035f\3\2\2\2\u0354\u0355\7\u0084\2\2\u0355"+ - "\u0356\5\\/\2\u0356\u0357\7\u0083\2\2\u0357\u0358\7\u009f\2\2\u0358\u0359"+ - "\7\u0085\2\2\u0359\u035f\3\2\2\2\u035a\u035b\7\u0084\2\2\u035b\u035c\5"+ - "\\/\2\u035c\u035d\7\u0085\2\2\u035d\u035f\3\2\2\2\u035e\u0347\3\2\2\2"+ - "\u035e\u0348\3\2\2\2\u035e\u034a\3\2\2\2\u035e\u034e\3\2\2\2\u035e\u0354"+ - "\3\2\2\2\u035e\u035a\3\2\2\2\u035f[\3\2\2\2\u0360\u0361\b/\1\2\u0361\u0362"+ - "\7\u0086\2\2\u0362\u0363\5\\/\2\u0363\u0364\7\u0087\2\2\u0364\u036f\3"+ - "\2\2\2\u0365\u0366\t\t\2\2\u0366\u036f\5\\/\n\u0367\u036f\7\u009f\2\2"+ - "\u0368\u036f\7\u009d\2\2\u0369\u036a\7\u0091\2\2\u036a\u036b\7\u009f\2"+ - "\2\u036b\u036f\7\u0092\2\2\u036c\u036f\7\u0093\2\2\u036d\u036f\7\u009c"+ - "\2\2\u036e\u0360\3\2\2\2\u036e\u0365\3\2\2\2\u036e\u0367\3\2\2\2\u036e"+ - "\u0368\3\2\2\2\u036e\u0369\3\2\2\2\u036e\u036c\3\2\2\2\u036e\u036d\3\2"+ - "\2\2\u036f\u037e\3\2\2\2\u0370\u0371\f\f\2\2\u0371\u0372\7\u0088\2\2\u0372"+ - "\u037d\5\\/\r\u0373\u0374\f\13\2\2\u0374\u0375\t\n\2\2\u0375\u037d\5\\"+ - "/\f\u0376\u0377\f\t\2\2\u0377\u0378\t\13\2\2\u0378\u037d\5\\/\n\u0379"+ - "\u037a\f\b\2\2\u037a\u037b\t\f\2\2\u037b\u037d\5\\/\t\u037c\u0370\3\2"+ - "\2\2\u037c\u0373\3\2\2\2\u037c\u0376\3\2\2\2\u037c\u0379\3\2\2\2\u037d"+ - "\u0380\3\2\2\2\u037e\u037c\3\2\2\2\u037e\u037f\3\2\2\2\u037f]\3\2\2\2"+ - "\u0380\u037e\3\2\2\2Zgx\u0081\u008b\u0091\u0099\u00a0\u00a9\u00ae\u00b4"+ - "\u00b9\u00be\u00c5\u00cc\u00d1\u00dd\u00e0\u00e2\u00ed\u00f4\u00f9\u00ff"+ - "\u0101\u0109\u010f\u011b\u0129\u012f\u0135\u013b\u0140\u0144\u014d\u0154"+ - "\u015b\u0184\u01b0\u01b4\u01b9\u01c4\u01d8\u01e1\u01e7\u01ec\u01f3\u0200"+ - "\u0205\u0211\u021f\u0232\u023b\u0243\u0248\u024d\u024f\u0255\u025a\u025e"+ - "\u0264\u0267\u026f\u0272\u0275\u027f\u028b\u0293\u0299\u029d\u02b2\u02b6"+ - "\u02bf\u02c3\u02f5\u02ff\u0301\u0309\u030e\u0318\u0327\u032c\u0332\u0338"+ - "\u033c\u0344\u035e\u036e\u037c\u037e"; + ",\t,\4-\t-\4.\t.\4/\t/\4\60\t\60\3\2\3\2\3\2\3\3\3\3\3\3\3\4\7\4h\n\4"+ + "\f\4\16\4k\13\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{\n\5\3\6\3\6\3\6\3\7\3\7\7\7\u0082\n\7\f\7\16\7\u0085\13\7\3\7"+ + "\3\7\3\7\3\7\3\7\7\7\u008c\n\7\f\7\16\7\u008f\13\7\3\7\7\7\u0092\n\7\f"+ + "\7\16\7\u0095\13\7\3\b\3\b\3\b\7\b\u009a\n\b\f\b\16\b\u009d\13\b\3\b\3"+ + "\b\7\b\u00a1\n\b\f\b\16\b\u00a4\13\b\3\b\3\b\3\t\3\t\7\t\u00aa\n\t\f\t"+ + "\16\t\u00ad\13\t\3\t\3\t\5\t\u00b1\n\t\3\t\3\t\7\t\u00b5\n\t\f\t\16\t"+ + "\u00b8\13\t\3\t\3\t\5\t\u00bc\n\t\3\n\7\n\u00bf\n\n\f\n\16\n\u00c2\13"+ + "\n\3\n\3\n\7\n\u00c6\n\n\f\n\16\n\u00c9\13\n\3\13\3\13\7\13\u00cd\n\13"+ + "\f\13\16\13\u00d0\13\13\3\f\3\f\5\f\u00d4\n\f\3\f\3\f\3\r\3\r\3\r\3\r"+ + "\3\r\3\r\3\r\3\r\5\r\u00e0\n\r\3\r\7\r\u00e3\n\r\f\r\16\r\u00e6\13\r\3"+ + "\16\3\16\3\16\3\16\3\16\3\16\3\16\3\16\5\16\u00f0\n\16\3\16\3\16\3\16"+ + "\3\16\3\16\5\16\u00f7\n\16\3\16\3\16\3\16\5\16\u00fc\n\16\3\16\3\16\3"+ + "\16\3\16\7\16\u0102\n\16\f\16\16\16\u0105\13\16\3\17\3\17\3\17\3\20\3"+ + "\20\5\20\u010c\n\20\3\20\3\20\6\20\u0110\n\20\r\20\16\20\u0111\3\20\3"+ + "\20\3\21\3\21\3\21\3\22\3\22\3\22\3\23\3\23\5\23\u011e\n\23\3\23\3\23"+ + "\3\23\3\23\3\24\3\24\3\24\3\24\3\24\3\24\7\24\u012a\n\24\f\24\16\24\u012d"+ + "\13\24\3\25\3\25\3\25\5\25\u0132\n\25\3\26\3\26\7\26\u0136\n\26\f\26\16"+ + "\26\u0139\13\26\3\26\3\26\3\26\5\26\u013e\n\26\3\26\3\26\3\26\5\26\u0143"+ + "\n\26\3\27\3\27\5\27\u0147\n\27\3\27\3\27\3\30\3\30\3\30\7\30\u014e\n"+ + "\30\f\30\16\30\u0151\13\30\3\31\3\31\7\31\u0155\n\31\f\31\16\31\u0158"+ + "\13\31\3\31\3\31\3\31\3\31\5\31\u015e\n\31\3\32\3\32\3\32\3\32\3\32\3"+ + "\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3"+ + "\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3"+ + "\32\3\32\3\32\3\32\7\32\u0185\n\32\f\32\16\32\u0188\13\32\3\32\3\32\3"+ + "\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3"+ + "\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3"+ + "\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\7\32\u01b1\n\32\f\32\16\32"+ + "\u01b4\13\32\3\32\5\32\u01b7\n\32\3\33\3\33\3\33\5\33\u01bc\n\33\3\34"+ + "\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\5\34\u01c7\n\34\3\34\3\34\3\34"+ + "\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34"+ + "\3\34\5\34\u01db\n\34\3\34\3\34\3\34\3\34\3\34\7\34\u01e2\n\34\f\34\16"+ + "\34\u01e5\13\34\3\34\3\34\3\34\5\34\u01ea\n\34\3\35\6\35\u01ed\n\35\r"+ + "\35\16\35\u01ee\3\36\3\36\3\36\3\36\3\36\5\36\u01f6\n\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\u0203\n\36\3\36\7\36\u0206"+ + "\n\36\f\36\16\36\u0209\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u0212"+ + "\n\36\f\36\16\36\u0215\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3"+ + "\36\7\36\u0220\n\36\f\36\16\36\u0223\13\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\u0235\n\36"+ + "\3\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36\u023e\n\36\3\36\3\36\3\36\3\36"+ + "\3\36\3\36\5\36\u0246\n\36\3\37\6\37\u0249\n\37\r\37\16\37\u024a\3\37"+ + "\3\37\3\37\5\37\u0250\n\37\5\37\u0252\n\37\3 \3 \3 \3 \5 \u0258\n \3!"+ + "\3!\3!\5!\u025d\n!\3!\3!\5!\u0261\n!\3!\3!\7!\u0265\n!\f!\16!\u0268\13"+ + "!\5!\u026a\n!\3!\3!\3!\3!\3!\3!\5!\u0272\n!\3\"\5\"\u0275\n\"\3\"\5\""+ + "\u0278\n\"\3#\3#\3$\3$\3$\3$\3$\3$\7$\u0282\n$\f$\16$\u0285\13$\3%\3%"+ + "\3%\3%\3%\3%\3%\3%\3%\5%\u0290\n%\3%\3%\3%\3%\3%\3%\5%\u0298\n%\3%\3%"+ + "\3%\3%\5%\u029e\n%\3%\3%\5%\u02a2\n%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%"+ + "\3%\3%\3%\3%\3%\3%\7%\u02b5\n%\f%\16%\u02b8\13%\3%\5%\u02bb\n%\3%\3%\3"+ + "%\3%\3%\6%\u02c2\n%\r%\16%\u02c3\3%\3%\5%\u02c8\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%\5%\u02fa\n%\3"+ + "%\3%\3%\3%\3%\3%\3%\3%\7%\u0304\n%\f%\16%\u0307\13%\3&\3&\3&\7&\u030c"+ + "\n&\f&\16&\u030f\13&\3\'\3\'\5\'\u0313\n\'\3\'\3\'\3(\3(\3(\3(\7(\u031b"+ + "\n(\f(\16(\u031e\13(\3(\3(\3)\3)\3)\3)\3)\3)\3)\3)\3)\3)\5)\u032c\n)\3"+ + "*\7*\u032f\n*\f*\16*\u0332\13*\3+\3+\3+\5+\u0337\n+\3,\3,\3,\3,\5,\u033d"+ + "\n,\3-\3-\5-\u0341\n-\3.\3.\3.\3.\7.\u0347\n.\f.\16.\u034a\13.\3/\3/\3"+ + "/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\5/\u0363"+ + "\n/\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3"+ + "\60\5\60\u0373\n\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60"+ + "\3\60\3\60\7\60\u0381\n\60\f\60\16\60\u0384\13\60\3\60\2\t\f\30\32&FH"+ + "^\61\2\4\6\b\n\f\16\20\22\24\26\30\32\34\36 \"$&(*,.\60\62\64\668:<>@"+ + "BDFHJLNPRTVXZ\\^\2\r\3\2\27\30\5\2\22\23\31\32^^\4\2!!$$\3\2\35\36\3\2"+ + "\24\26\3\2\22\23\3\2\37$\3\2\u008b\u008e\3\2\u0089\u008a\3\2\u008f\u0090"+ + "\3\2\u008b\u008c\2\u0409\2`\3\2\2\2\4c\3\2\2\2\6i\3\2\2\2\bz\3\2\2\2\n"+ + "|\3\2\2\2\f\177\3\2\2\2\16\u0096\3\2\2\2\20\u00bb\3\2\2\2\22\u00c0\3\2"+ + "\2\2\24\u00ca\3\2\2\2\26\u00d1\3\2\2\2\30\u00d7\3\2\2\2\32\u00f6\3\2\2"+ + "\2\34\u0106\3\2\2\2\36\u0109\3\2\2\2 \u0115\3\2\2\2\"\u0118\3\2\2\2$\u011b"+ + "\3\2\2\2&\u0123\3\2\2\2(\u012e\3\2\2\2*\u0133\3\2\2\2,\u0144\3\2\2\2."+ + "\u014a\3\2\2\2\60\u015d\3\2\2\2\62\u01b6\3\2\2\2\64\u01b8\3\2\2\2\66\u01e9"+ + "\3\2\2\28\u01ec\3\2\2\2:\u0245\3\2\2\2<\u0248\3\2\2\2>\u0253\3\2\2\2@"+ + "\u0271\3\2\2\2B\u0277\3\2\2\2D\u0279\3\2\2\2F\u027b\3\2\2\2H\u02c7\3\2"+ + "\2\2J\u0308\3\2\2\2L\u0310\3\2\2\2N\u0316\3\2\2\2P\u032b\3\2\2\2R\u0330"+ + "\3\2\2\2T\u0336\3\2\2\2V\u033c\3\2\2\2X\u033e\3\2\2\2Z\u0342\3\2\2\2\\"+ + "\u0362\3\2\2\2^\u0372\3\2\2\2`a\5\6\4\2ab\7\2\2\3b\3\3\2\2\2cd\5R*\2d"+ + "e\7\2\2\3e\5\3\2\2\2fh\5\b\5\2gf\3\2\2\2hk\3\2\2\2ig\3\2\2\2ij\3\2\2\2"+ + "j\7\3\2\2\2ki\3\2\2\2lm\5\n\6\2mn\7\n\2\2n{\3\2\2\2op\5\36\20\2pq\7\n"+ + "\2\2q{\3\2\2\2rs\5$\23\2st\7\n\2\2t{\3\2\2\2u{\5*\26\2v{\5\62\32\2wx\5"+ + "\16\b\2xy\7\n\2\2y{\3\2\2\2zl\3\2\2\2zo\3\2\2\2zr\3\2\2\2zu\3\2\2\2zv"+ + "\3\2\2\2zw\3\2\2\2{\t\3\2\2\2|}\5\22\n\2}~\5\f\7\2~\13\3\2\2\2\177\u0083"+ + "\b\7\1\2\u0080\u0082\5\24\13\2\u0081\u0080\3\2\2\2\u0082\u0085\3\2\2\2"+ + "\u0083\u0081\3\2\2\2\u0083\u0084\3\2\2\2\u0084\u0086\3\2\2\2\u0085\u0083"+ + "\3\2\2\2\u0086\u0087\5\20\t\2\u0087\u0093\3\2\2\2\u0088\u0089\f\3\2\2"+ + "\u0089\u008d\7\f\2\2\u008a\u008c\5\24\13\2\u008b\u008a\3\2\2\2\u008c\u008f"+ + "\3\2\2\2\u008d\u008b\3\2\2\2\u008d\u008e\3\2\2\2\u008e\u0090\3\2\2\2\u008f"+ + "\u008d\3\2\2\2\u0090\u0092\5\20\t\2\u0091\u0088\3\2\2\2\u0092\u0095\3"+ + "\2\2\2\u0093\u0091\3\2\2\2\u0093\u0094\3\2\2\2\u0094\r\3\2\2\2\u0095\u0093"+ + "\3\2\2\2\u0096\u0097\7)\2\2\u0097\u009b\5\22\n\2\u0098\u009a\5\24\13\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\7y\2\2\u009f"+ + "\u00a1\5\26\f\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\u00a5\3\2\2\2\u00a4\u00a2\3\2\2\2\u00a5"+ + "\u00a6\b\b\1\2\u00a6\17\3\2\2\2\u00a7\u00ab\7y\2\2\u00a8\u00aa\5\26\f"+ + "\2\u00a9\u00a8\3\2\2\2\u00aa\u00ad\3\2\2\2\u00ab\u00a9\3\2\2\2\u00ab\u00ac"+ + "\3\2\2\2\u00ac\u00b0\3\2\2\2\u00ad\u00ab\3\2\2\2\u00ae\u00af\7\'\2\2\u00af"+ + "\u00b1\5H%\2\u00b0\u00ae\3\2\2\2\u00b0\u00b1\3\2\2\2\u00b1\u00bc\3\2\2"+ + "\2\u00b2\u00b6\7y\2\2\u00b3\u00b5\5\26\f\2\u00b4\u00b3\3\2\2\2\u00b5\u00b8"+ + "\3\2\2\2\u00b6\u00b4\3\2\2\2\u00b6\u00b7\3\2\2\2\u00b7\u00b9\3\2\2\2\u00b8"+ + "\u00b6\3\2\2\2\u00b9\u00ba\7\'\2\2\u00ba\u00bc\5L\'\2\u00bb\u00a7\3\2"+ + "\2\2\u00bb\u00b2\3\2\2\2\u00bc\21\3\2\2\2\u00bd\u00bf\5\66\34\2\u00be"+ + "\u00bd\3\2\2\2\u00bf\u00c2\3\2\2\2\u00c0\u00be\3\2\2\2\u00c0\u00c1\3\2"+ + "\2\2\u00c1\u00c3\3\2\2\2\u00c2\u00c0\3\2\2\2\u00c3\u00c7\5\32\16\2\u00c4"+ + "\u00c6\5\66\34\2\u00c5\u00c4\3\2\2\2\u00c6\u00c9\3\2\2\2\u00c7\u00c5\3"+ + "\2\2\2\u00c7\u00c8\3\2\2\2\u00c8\23\3\2\2\2\u00c9\u00c7\3\2\2\2\u00ca"+ + "\u00ce\7\24\2\2\u00cb\u00cd\5\66\34\2\u00cc\u00cb\3\2\2\2\u00cd\u00d0"+ + "\3\2\2\2\u00ce\u00cc\3\2\2\2\u00ce\u00cf\3\2\2\2\u00cf\25\3\2\2\2\u00d0"+ + "\u00ce\3\2\2\2\u00d1\u00d3\7\6\2\2\u00d2\u00d4\5H%\2\u00d3\u00d2\3\2\2"+ + "\2\u00d3\u00d4\3\2\2\2\u00d4\u00d5\3\2\2\2\u00d5\u00d6\7\7\2\2\u00d6\27"+ + "\3\2\2\2\u00d7\u00d8\b\r\1\2\u00d8\u00d9\5\32\16\2\u00d9\u00e4\3\2\2\2"+ + "\u00da\u00db\f\4\2\2\u00db\u00e3\7\24\2\2\u00dc\u00dd\f\3\2\2\u00dd\u00df"+ + "\7\6\2\2\u00de\u00e0\5H%\2\u00df\u00de\3\2\2\2\u00df\u00e0\3\2\2\2\u00e0"+ + "\u00e1\3\2\2\2\u00e1\u00e3\7\7\2\2\u00e2\u00da\3\2\2\2\u00e2\u00dc\3\2"+ + "\2\2\u00e3\u00e6\3\2\2\2\u00e4\u00e2\3\2\2\2\u00e4\u00e5\3\2\2\2\u00e5"+ + "\31\3\2\2\2\u00e6\u00e4\3\2\2\2\u00e7\u00e8\b\16\1\2\u00e8\u00e9\7\b\2"+ + "\2\u00e9\u00ea\5\32\16\2\u00ea\u00eb\7\t\2\2\u00eb\u00f7\3\2\2\2\u00ec"+ + "\u00f7\7`\2\2\u00ed\u00ef\7_\2\2\u00ee\u00f0\7`\2\2\u00ef\u00ee\3\2\2"+ + "\2\u00ef\u00f0\3\2\2\2\u00f0\u00f7\3\2\2\2\u00f1\u00f7\5\36\20\2\u00f2"+ + "\u00f7\5\34\17\2\u00f3\u00f7\5$\23\2\u00f4\u00f7\5\"\22\2\u00f5\u00f7"+ + "\7\3\2\2\u00f6\u00e7\3\2\2\2\u00f6\u00ec\3\2\2\2\u00f6\u00ed\3\2\2\2\u00f6"+ + "\u00f1\3\2\2\2\u00f6\u00f2\3\2\2\2\u00f6\u00f3\3\2\2\2\u00f6\u00f4\3\2"+ + "\2\2\u00f6\u00f5\3\2\2\2\u00f7\u0103\3\2\2\2\u00f8\u00f9\f\t\2\2\u00f9"+ + "\u00fb\7\6\2\2\u00fa\u00fc\5H%\2\u00fb\u00fa\3\2\2\2\u00fb\u00fc\3\2\2"+ + "\2\u00fc\u00fd\3\2\2\2\u00fd\u0102\7\7\2\2\u00fe\u00ff\f\b\2\2\u00ff\u0100"+ + "\7\b\2\2\u0100\u0102\7\t\2\2\u0101\u00f8\3\2\2\2\u0101\u00fe\3\2\2\2\u0102"+ + "\u0105\3\2\2\2\u0103\u0101\3\2\2\2\u0103\u0104\3\2\2\2\u0104\33\3\2\2"+ + "\2\u0105\u0103\3\2\2\2\u0106\u0107\7S\2\2\u0107\u0108\7y\2\2\u0108\35"+ + "\3\2\2\2\u0109\u010b\7S\2\2\u010a\u010c\7y\2\2\u010b\u010a\3\2\2\2\u010b"+ + "\u010c\3\2\2\2\u010c\u010d\3\2\2\2\u010d\u010f\7\4\2\2\u010e\u0110\5 "+ + "\21\2\u010f\u010e\3\2\2\2\u0110\u0111\3\2\2\2\u0111\u010f\3\2\2\2\u0111"+ + "\u0112\3\2\2\2\u0112\u0113\3\2\2\2\u0113\u0114\7\5\2\2\u0114\37\3\2\2"+ + "\2\u0115\u0116\5\n\6\2\u0116\u0117\7\n\2\2\u0117!\3\2\2\2\u0118\u0119"+ + "\7T\2\2\u0119\u011a\7y\2\2\u011a#\3\2\2\2\u011b\u011d\7T\2\2\u011c\u011e"+ + "\7y\2\2\u011d\u011c\3\2\2\2\u011d\u011e\3\2\2\2\u011e\u011f\3\2\2\2\u011f"+ + "\u0120\7\4\2\2\u0120\u0121\5&\24\2\u0121\u0122\7\5\2\2\u0122%\3\2\2\2"+ + "\u0123\u0124\b\24\1\2\u0124\u0125\5(\25\2\u0125\u012b\3\2\2\2\u0126\u0127"+ + "\f\3\2\2\u0127\u0128\7\f\2\2\u0128\u012a\5(\25\2\u0129\u0126\3\2\2\2\u012a"+ + "\u012d\3\2\2\2\u012b\u0129\3\2\2\2\u012b\u012c\3\2\2\2\u012c\'\3\2\2\2"+ + "\u012d\u012b\3\2\2\2\u012e\u0131\7y\2\2\u012f\u0130\7\'\2\2\u0130\u0132"+ + "\5H%\2\u0131\u012f\3\2\2\2\u0131\u0132\3\2\2\2\u0132)\3\2\2\2\u0133\u0137"+ + "\5\22\n\2\u0134\u0136\5\24\13\2\u0135\u0134\3\2\2\2\u0136\u0139\3\2\2"+ + "\2\u0137\u0135\3\2\2\2\u0137\u0138\3\2\2\2\u0138\u013a\3\2\2\2\u0139\u0137"+ + "\3\2\2\2\u013a\u013b\7y\2\2\u013b\u013d\7\b\2\2\u013c\u013e\5.\30\2\u013d"+ + "\u013c\3\2\2\2\u013d\u013e\3\2\2\2\u013e\u013f\3\2\2\2\u013f\u0142\7\t"+ + "\2\2\u0140\u0143\5,\27\2\u0141\u0143\7\n\2\2\u0142\u0140\3\2\2\2\u0142"+ + "\u0141\3\2\2\2\u0143+\3\2\2\2\u0144\u0146\7\4\2\2\u0145\u0147\58\35\2"+ + "\u0146\u0145\3\2\2\2\u0146\u0147\3\2\2\2\u0147\u0148\3\2\2\2\u0148\u0149"+ + "\7\5\2\2\u0149-\3\2\2\2\u014a\u014f\5\60\31\2\u014b\u014c\7\f\2\2\u014c"+ + "\u014e\5\60\31\2\u014d\u014b\3\2\2\2\u014e\u0151\3\2\2\2\u014f\u014d\3"+ + "\2\2\2\u014f\u0150\3\2\2\2\u0150/\3\2\2\2\u0151\u014f\3\2\2\2\u0152\u0156"+ + "\5\22\n\2\u0153\u0155\5\24\13\2\u0154\u0153\3\2\2\2\u0155\u0158\3\2\2"+ + "\2\u0156\u0154\3\2\2\2\u0156\u0157\3\2\2\2\u0157\u0159\3\2\2\2\u0158\u0156"+ + "\3\2\2\2\u0159\u015a\7y\2\2\u015a\u015e\3\2\2\2\u015b\u015e\7`\2\2\u015c"+ + "\u015e\7\16\2\2\u015d\u0152\3\2\2\2\u015d\u015b\3\2\2\2\u015d\u015c\3"+ + "\2\2\2\u015e\61\3\2\2\2\u015f\u0160\7e\2\2\u0160\u0161\7,\2\2\u0161\u0162"+ + "\3\2\2\2\u0162\u0163\7\b\2\2\u0163\u0164\7y\2\2\u0164\u01b7\7\t\2\2\u0165"+ + "\u0166\7e\2\2\u0166\u0167\7\60\2\2\u0167\u0168\3\2\2\2\u0168\u0169\7\b"+ + "\2\2\u0169\u016a\7y\2\2\u016a\u01b7\7\t\2\2\u016b\u016c\7e\2\2\u016c\u016d"+ + "\7-\2\2\u016d\u016e\3\2\2\2\u016e\u016f\7\b\2\2\u016f\u0170\7z\2\2\u0170"+ + "\u01b7\7\t\2\2\u0171\u0172\7e\2\2\u0172\u0173\7.\2\2\u0173\u0174\3\2\2"+ + "\2\u0174\u0175\7\b\2\2\u0175\u0176\7z\2\2\u0176\u01b7\7\t\2\2\u0177\u0178"+ + "\7e\2\2\u0178\u0179\7/\2\2\u0179\u017a\3\2\2\2\u017a\u017b\7\b\2\2\u017b"+ + "\u017c\7z\2\2\u017c\u01b7\7\t\2\2\u017d\u017e\7e\2\2\u017e\u017f\7*\2"+ + "\2\u017f\u0180\3\2\2\2\u0180\u0181\7\b\2\2\u0181\u0186\5\64\33\2\u0182"+ + "\u0183\7\f\2\2\u0183\u0185\5\64\33\2\u0184\u0182\3\2\2\2\u0185\u0188\3"+ + "\2\2\2\u0186\u0184\3\2\2\2\u0186\u0187\3\2\2\2\u0187\u0189\3\2\2\2\u0188"+ + "\u0186\3\2\2\2\u0189\u018a\7\t\2\2\u018a\u01b7\3\2\2\2\u018b\u018c\7e"+ + "\2\2\u018c\u018d\7+\2\2\u018d\u018e\3\2\2\2\u018e\u018f\7\b\2\2\u018f"+ + "\u0190\7p\2\2\u0190\u01b7\7\t\2\2\u0191\u0192\7e\2\2\u0192\u0193\7\61"+ + "\2\2\u0193\u0194\3\2\2\2\u0194\u0195\7\b\2\2\u0195\u0196\7y\2\2\u0196"+ + "\u01b7\7\t\2\2\u0197\u0198\7e\2\2\u0198\u0199\7\62\2\2\u0199\u019a\3\2"+ + "\2\2\u019a\u019b\7\b\2\2\u019b\u019c\7y\2\2\u019c\u01b7\7\t\2\2\u019d"+ + "\u019e\7e\2\2\u019e\u019f\7\63\2\2\u019f\u01a0\3\2\2\2\u01a0\u01a1\7\b"+ + "\2\2\u01a1\u01a2\7y\2\2\u01a2\u01b7\7\t\2\2\u01a3\u01a4\7e\2\2\u01a4\u01a5"+ + "\7D\2\2\u01a5\u01a6\3\2\2\2\u01a6\u01a7\7\b\2\2\u01a7\u01a8\7E\2\2\u01a8"+ + "\u01b7\7\t\2\2\u01a9\u01aa\7e\2\2\u01aa\u01ab\7F\2\2\u01ab\u01ac\3\2\2"+ + "\2\u01ac\u01ad\7\b\2\2\u01ad\u01b2\7y\2\2\u01ae\u01af\7\f\2\2\u01af\u01b1"+ + "\7y\2\2\u01b0\u01ae\3\2\2\2\u01b1\u01b4\3\2\2\2\u01b2\u01b0\3\2\2\2\u01b2"+ + "\u01b3\3\2\2\2\u01b3\u01b5\3\2\2\2\u01b4\u01b2\3\2\2\2\u01b5\u01b7\7\t"+ + "\2\2\u01b6\u015f\3\2\2\2\u01b6\u0165\3\2\2\2\u01b6\u016b\3\2\2\2\u01b6"+ + "\u0171\3\2\2\2\u01b6\u0177\3\2\2\2\u01b6\u017d\3\2\2\2\u01b6\u018b\3\2"+ + "\2\2\u01b6\u0191\3\2\2\2\u01b6\u0197\3\2\2\2\u01b6\u019d\3\2\2\2\u01b6"+ + "\u01a3\3\2\2\2\u01b6\u01a9\3\2\2\2\u01b7\63\3\2\2\2\u01b8\u01bb\7p\2\2"+ + "\u01b9\u01ba\7\r\2\2\u01ba\u01bc\7p\2\2\u01bb\u01b9\3\2\2\2\u01bb\u01bc"+ + "\3\2\2\2\u01bc\65\3\2\2\2\u01bd\u01ea\7\64\2\2\u01be\u01bf\7\67\2\2\u01bf"+ + "\u01c0\7\b\2\2\u01c0\u01c1\7p\2\2\u01c1\u01ea\7\t\2\2\u01c2\u01c6\7<\2"+ + "\2\u01c3\u01c4\7\b\2\2\u01c4\u01c5\7y\2\2\u01c5\u01c7\7\t\2\2\u01c6\u01c3"+ + "\3\2\2\2\u01c6\u01c7\3\2\2\2\u01c7\u01ea\3\2\2\2\u01c8\u01ea\7?\2\2\u01c9"+ + "\u01ea\7@\2\2\u01ca\u01cb\7>\2\2\u01cb\u01cc\7\b\2\2\u01cc\u01cd\7p\2"+ + "\2\u01cd\u01ea\7\t\2\2\u01ce\u01ea\79\2\2\u01cf\u01ea\7:\2\2\u01d0\u01ea"+ + "\7A\2\2\u01d1\u01ea\7B\2\2\u01d2\u01ea\7\65\2\2\u01d3\u01ea\7\66\2\2\u01d4"+ + "\u01ea\78\2\2\u01d5\u01ea\7C\2\2\u01d6\u01da\7;\2\2\u01d7\u01d8\7\b\2"+ + "\2\u01d8\u01d9\7y\2\2\u01d9\u01db\7\t\2\2\u01da\u01d7\3\2\2\2\u01da\u01db"+ + "\3\2\2\2\u01db\u01ea\3\2\2\2\u01dc\u01dd\7=\2\2\u01dd\u01de\7\b\2\2\u01de"+ + "\u01e3\5\64\33\2\u01df\u01e0\7\f\2\2\u01e0\u01e2\5\64\33\2\u01e1\u01df"+ + "\3\2\2\2\u01e2\u01e5\3\2\2\2\u01e3\u01e1\3\2\2\2\u01e3\u01e4\3\2\2\2\u01e4"+ + "\u01e6\3\2\2\2\u01e5\u01e3\3\2\2\2\u01e6\u01e7\7\t\2\2\u01e7\u01ea\3\2"+ + "\2\2\u01e8\u01ea\7E\2\2\u01e9\u01bd\3\2\2\2\u01e9\u01be\3\2\2\2\u01e9"+ + "\u01c2\3\2\2\2\u01e9\u01c8\3\2\2\2\u01e9\u01c9\3\2\2\2\u01e9\u01ca\3\2"+ + "\2\2\u01e9\u01ce\3\2\2\2\u01e9\u01cf\3\2\2\2\u01e9\u01d0\3\2\2\2\u01e9"+ + "\u01d1\3\2\2\2\u01e9\u01d2\3\2\2\2\u01e9\u01d3\3\2\2\2\u01e9\u01d4\3\2"+ + "\2\2\u01e9\u01d5\3\2\2\2\u01e9\u01d6\3\2\2\2\u01e9\u01dc\3\2\2\2\u01e9"+ + "\u01e8\3\2\2\2\u01ea\67\3\2\2\2\u01eb\u01ed\5:\36\2\u01ec\u01eb\3\2\2"+ + "\2\u01ed\u01ee\3\2\2\2\u01ee\u01ec\3\2\2\2\u01ee\u01ef\3\2\2\2\u01ef9"+ + "\3\2\2\2\u01f0\u01f1\5\n\6\2\u01f1\u01f2\7\n\2\2\u01f2\u0246\3\2\2\2\u01f3"+ + "\u01f5\7\4\2\2\u01f4\u01f6\58\35\2\u01f5\u01f4\3\2\2\2\u01f5\u01f6\3\2"+ + "\2\2\u01f6\u01f7\3\2\2\2\u01f7\u0246\7\5\2\2\u01f8\u01f9\5F$\2\u01f9\u01fa"+ + "\7\n\2\2\u01fa\u0246\3\2\2\2\u01fb\u01fc\7G\2\2\u01fc\u01fd\7\b\2\2\u01fd"+ + "\u01fe\5F$\2\u01fe\u01ff\7\t\2\2\u01ff\u0202\5:\36\2\u0200\u0201\7H\2"+ + "\2\u0201\u0203\5:\36\2\u0202\u0200\3\2\2\2\u0202\u0203\3\2\2\2\u0203\u0246"+ + "\3\2\2\2\u0204\u0206\5\66\34\2\u0205\u0204\3\2\2\2\u0206\u0209\3\2\2\2"+ + "\u0207\u0205\3\2\2\2\u0207\u0208\3\2\2\2\u0208\u020a\3\2\2\2\u0209\u0207"+ + "\3\2\2\2\u020a\u020b\7I\2\2\u020b\u020c\7\b\2\2\u020c\u020d\5F$\2\u020d"+ + "\u020e\7\t\2\2\u020e\u020f\5:\36\2\u020f\u0246\3\2\2\2\u0210\u0212\5\66"+ + "\34\2\u0211\u0210\3\2\2\2\u0212\u0215\3\2\2\2\u0213\u0211\3\2\2\2\u0213"+ + "\u0214\3\2\2\2\u0214\u0216\3\2\2\2\u0215\u0213\3\2\2\2\u0216\u0217\7J"+ + "\2\2\u0217\u0218\5:\36\2\u0218\u0219\7I\2\2\u0219\u021a\7\b\2\2\u021a"+ + "\u021b\5F$\2\u021b\u021c\7\t\2\2\u021c\u021d\7\n\2\2\u021d\u0246\3\2\2"+ + "\2\u021e\u0220\5\66\34\2\u021f\u021e\3\2\2\2\u0220\u0223\3\2\2\2\u0221"+ + "\u021f\3\2\2\2\u0221\u0222\3\2\2\2\u0222\u0224\3\2\2\2\u0223\u0221\3\2"+ + "\2\2\u0224\u0225\7K\2\2\u0225\u0226\7\b\2\2\u0226\u0227\5@!\2\u0227\u0228"+ + "\7\t\2\2\u0228\u0229\5:\36\2\u0229\u0246\3\2\2\2\u022a\u022b\7L\2\2\u022b"+ + "\u022c\7\b\2\2\u022c\u022d\5F$\2\u022d\u022e\7\t\2\2\u022e\u022f\7\4\2"+ + "\2\u022f\u0230\5<\37\2\u0230\u0231\7\5\2\2\u0231\u0246\3\2\2\2\u0232\u0234"+ + "\7M\2\2\u0233\u0235\5F$\2\u0234\u0233\3\2\2\2\u0234\u0235\3\2\2\2\u0235"+ + "\u0236\3\2\2\2\u0236\u0246\7\n\2\2\u0237\u0238\7N\2\2\u0238\u0246\7\n"+ + "\2\2\u0239\u023a\7O\2\2\u023a\u0246\7\n\2\2\u023b\u023d\7P\2\2\u023c\u023e"+ + "\5N(\2\u023d\u023c\3\2\2\2\u023d\u023e\3\2\2\2\u023e\u023f\3\2\2\2\u023f"+ + "\u0240\7\4\2\2\u0240\u0241\5R*\2\u0241\u0242\7\u0092\2\2\u0242\u0246\3"+ + "\2\2\2\u0243\u0246\5L\'\2\u0244\u0246\7\n\2\2\u0245\u01f0\3\2\2\2\u0245"+ + "\u01f3\3\2\2\2\u0245\u01f8\3\2\2\2\u0245\u01fb\3\2\2\2\u0245\u0207\3\2"+ + "\2\2\u0245\u0213\3\2\2\2\u0245\u0221\3\2\2\2\u0245\u022a\3\2\2\2\u0245"+ + "\u0232\3\2\2\2\u0245\u0237\3\2\2\2\u0245\u0239\3\2\2\2\u0245\u023b\3\2"+ + "\2\2\u0245\u0243\3\2\2\2\u0245\u0244\3\2\2\2\u0246;\3\2\2\2\u0247\u0249"+ + "\5> \2\u0248\u0247\3\2\2\2\u0249\u024a\3\2\2\2\u024a\u0248\3\2\2\2\u024a"+ + "\u024b\3\2\2\2\u024b\u0251\3\2\2\2\u024c\u024d\7Q\2\2\u024d\u024f\7\13"+ + "\2\2\u024e\u0250\58\35\2\u024f\u024e\3\2\2\2\u024f\u0250\3\2\2\2\u0250"+ + "\u0252\3\2\2\2\u0251\u024c\3\2\2\2\u0251\u0252\3\2\2\2\u0252=\3\2\2\2"+ + "\u0253\u0254\7R\2\2\u0254\u0255\5H%\2\u0255\u0257\7\13\2\2\u0256\u0258"+ + "\58\35\2\u0257\u0256\3\2\2\2\u0257\u0258\3\2\2\2\u0258?\3\2\2\2\u0259"+ + "\u025a\5B\"\2\u025a\u025c\7\n\2\2\u025b\u025d\5D#\2\u025c\u025b\3\2\2"+ + "\2\u025c\u025d\3\2\2\2\u025d\u025e\3\2\2\2\u025e\u0260\7\n\2\2\u025f\u0261"+ + "\5F$\2\u0260\u025f\3\2\2\2\u0260\u0261\3\2\2\2\u0261\u0272\3\2\2\2\u0262"+ + "\u0266\5\22\n\2\u0263\u0265\5\24\13\2\u0264\u0263\3\2\2\2\u0265\u0268"+ + "\3\2\2\2\u0266\u0264\3\2\2\2\u0266\u0267\3\2\2\2\u0267\u026a\3\2\2\2\u0268"+ + "\u0266\3\2\2\2\u0269\u0262\3\2\2\2\u0269\u026a\3\2\2\2\u026a\u026b\3\2"+ + "\2\2\u026b\u026c\7y\2\2\u026c\u026d\7\13\2\2\u026d\u026e\5H%\2\u026e\u026f"+ + "\7\r\2\2\u026f\u0270\5H%\2\u0270\u0272\3\2\2\2\u0271\u0259\3\2\2\2\u0271"+ + "\u0269\3\2\2\2\u0272A\3\2\2\2\u0273\u0275\5\n\6\2\u0274\u0273\3\2\2\2"+ + "\u0274\u0275\3\2\2\2\u0275\u0278\3\2\2\2\u0276\u0278\5F$\2\u0277\u0274"+ + "\3\2\2\2\u0277\u0276\3\2\2\2\u0278C\3\2\2\2\u0279\u027a\5F$\2\u027aE\3"+ + "\2\2\2\u027b\u027c\b$\1\2\u027c\u027d\5H%\2\u027d\u0283\3\2\2\2\u027e"+ + "\u027f\f\3\2\2\u027f\u0280\7\f\2\2\u0280\u0282\5H%\2\u0281\u027e\3\2\2"+ + "\2\u0282\u0285\3\2\2\2\u0283\u0281\3\2\2\2\u0283\u0284\3\2\2\2\u0284G"+ + "\3\2\2\2\u0285\u0283\3\2\2\2\u0286\u0287\b%\1\2\u0287\u0288\7\b\2\2\u0288"+ + "\u0289\5F$\2\u0289\u028a\7\t\2\2\u028a\u02c8\3\2\2\2\u028b\u028c\7U\2"+ + "\2\u028c\u028f\7\b\2\2\u028d\u0290\5H%\2\u028e\u0290\5\30\r\2\u028f\u028d"+ + "\3\2\2\2\u028f\u028e\3\2\2\2\u0290\u0291\3\2\2\2\u0291\u0292\7\t\2\2\u0292"+ + "\u02c8\3\2\2\2\u0293\u0294\7V\2\2\u0294\u0297\7\b\2\2\u0295\u0298\5H%"+ + "\2\u0296\u0298\5\30\r\2\u0297\u0295\3\2\2\2\u0297\u0296\3\2\2\2\u0298"+ + "\u0299\3\2\2\2\u0299\u029a\7\t\2\2\u029a\u02c8\3\2\2\2\u029b\u029d\7W"+ + "\2\2\u029c\u029e\7\b\2\2\u029d\u029c\3\2\2\2\u029d\u029e\3\2\2\2\u029e"+ + "\u029f\3\2\2\2\u029f\u02a1\7y\2\2\u02a0\u02a2\7\t\2\2\u02a1\u02a0\3\2"+ + "\2\2\u02a1\u02a2\3\2\2\2\u02a2\u02c8\3\2\2\2\u02a3\u02a4\7\b\2\2\u02a4"+ + "\u02a5\5\30\r\2\u02a5\u02a6\7\t\2\2\u02a6\u02a7\5H%\32\u02a7\u02c8\3\2"+ + "\2\2\u02a8\u02a9\t\2\2\2\u02a9\u02c8\5H%\31\u02aa\u02ab\7\24\2\2\u02ab"+ + "\u02c8\5H%\27\u02ac\u02ad\t\3\2\2\u02ad\u02c8\5H%\26\u02ae\u02af\t\4\2"+ + "\2\u02af\u02c8\5H%\22\u02b0\u02b1\7\4\2\2\u02b1\u02b6\5H%\2\u02b2\u02b3"+ + "\7\f\2\2\u02b3\u02b5\5H%\2\u02b4\u02b2\3\2\2\2\u02b5\u02b8\3\2\2\2\u02b6"+ + "\u02b4\3\2\2\2\u02b6\u02b7\3\2\2\2\u02b7\u02ba\3\2\2\2\u02b8\u02b6\3\2"+ + "\2\2\u02b9\u02bb\7\f\2\2\u02ba\u02b9\3\2\2\2\u02ba\u02bb\3\2\2\2\u02bb"+ + "\u02bc\3\2\2\2\u02bc\u02bd\7\5\2\2\u02bd\u02c8\3\2\2\2\u02be\u02c8\7y"+ + "\2\2\u02bf\u02c8\7p\2\2\u02c0\u02c2\7z\2\2\u02c1\u02c0\3\2\2\2\u02c2\u02c3"+ + "\3\2\2\2\u02c3\u02c1\3\2\2\2\u02c3\u02c4\3\2\2\2\u02c4\u02c8\3\2\2\2\u02c5"+ + "\u02c8\7{\2\2\u02c6\u02c8\7a\2\2\u02c7\u0286\3\2\2\2\u02c7\u028b\3\2\2"+ + "\2\u02c7\u0293\3\2\2\2\u02c7\u029b\3\2\2\2\u02c7\u02a3\3\2\2\2\u02c7\u02a8"+ + "\3\2\2\2\u02c7\u02aa\3\2\2\2\u02c7\u02ac\3\2\2\2\u02c7\u02ae\3\2\2\2\u02c7"+ + "\u02b0\3\2\2\2\u02c7\u02be\3\2\2\2\u02c7\u02bf\3\2\2\2\u02c7\u02c1\3\2"+ + "\2\2\u02c7\u02c5\3\2\2\2\u02c7\u02c6\3\2\2\2\u02c8\u0305\3\2\2\2\u02c9"+ + "\u02ca\f\25\2\2\u02ca\u02cb\t\5\2\2\u02cb\u0304\5H%\26\u02cc\u02cd\f\24"+ + "\2\2\u02cd\u02ce\t\6\2\2\u02ce\u0304\5H%\25\u02cf\u02d0\f\23\2\2\u02d0"+ + "\u02d1\t\7\2\2\u02d1\u0304\5H%\24\u02d2\u02d3\f\21\2\2\u02d3\u02d4\t\b"+ + "\2\2\u02d4\u0304\5H%\22\u02d5\u02d6\f\20\2\2\u02d6\u02d7\7\31\2\2\u02d7"+ + "\u0304\5H%\21\u02d8\u02d9\f\17\2\2\u02d9\u02da\7\33\2\2\u02da\u0304\5"+ + "H%\20\u02db\u02dc\f\16\2\2\u02dc\u02dd\7\34\2\2\u02dd\u0304\5H%\17\u02de"+ + "\u02df\f\r\2\2\u02df\u02e0\7%\2\2\u02e0\u0304\5H%\16\u02e1\u02e2\f\f\2"+ + "\2\u02e2\u02e3\7&\2\2\u02e3\u0304\5H%\r\u02e4\u02e5\f\13\2\2\u02e5\u02e6"+ + "\7\17\2\2\u02e6\u02e7\5H%\2\u02e7\u02e8\7\13\2\2\u02e8\u02e9\5H%\f\u02e9"+ + "\u0304\3\2\2\2\u02ea\u02eb\f\n\2\2\u02eb\u02ec\7\'\2\2\u02ec\u0304\5H"+ + "%\n\u02ed\u02ee\f\t\2\2\u02ee\u02ef\7(\2\2\u02ef\u0304\5H%\t\u02f0\u02f1"+ + "\f!\2\2\u02f1\u02f2\7\20\2\2\u02f2\u0304\7y\2\2\u02f3\u02f4\f \2\2\u02f4"+ + "\u02f5\7\21\2\2\u02f5\u0304\7y\2\2\u02f6\u02f7\f\37\2\2\u02f7\u02f9\7"+ + "\b\2\2\u02f8\u02fa\5J&\2\u02f9\u02f8\3\2\2\2\u02f9\u02fa\3\2\2\2\u02fa"+ + "\u02fb\3\2\2\2\u02fb\u0304\7\t\2\2\u02fc\u02fd\f\33\2\2\u02fd\u02fe\7"+ + "\6\2\2\u02fe\u02ff\5F$\2\u02ff\u0300\7\7\2\2\u0300\u0304\3\2\2\2\u0301"+ + "\u0302\f\30\2\2\u0302\u0304\t\2\2\2\u0303\u02c9\3\2\2\2\u0303\u02cc\3"+ + "\2\2\2\u0303\u02cf\3\2\2\2\u0303\u02d2\3\2\2\2\u0303\u02d5\3\2\2\2\u0303"+ + "\u02d8\3\2\2\2\u0303\u02db\3\2\2\2\u0303\u02de\3\2\2\2\u0303\u02e1\3\2"+ + "\2\2\u0303\u02e4\3\2\2\2\u0303\u02ea\3\2\2\2\u0303\u02ed\3\2\2\2\u0303"+ + "\u02f0\3\2\2\2\u0303\u02f3\3\2\2\2\u0303\u02f6\3\2\2\2\u0303\u02fc\3\2"+ + "\2\2\u0303\u0301\3\2\2\2\u0304\u0307\3\2\2\2\u0305\u0303\3\2\2\2\u0305"+ + "\u0306\3\2\2\2\u0306I\3\2\2\2\u0307\u0305\3\2\2\2\u0308\u030d\5H%\2\u0309"+ + "\u030a\7\f\2\2\u030a\u030c\5H%\2\u030b\u0309\3\2\2\2\u030c\u030f\3\2\2"+ + "\2\u030d\u030b\3\2\2\2\u030d\u030e\3\2\2\2\u030eK\3\2\2\2\u030f\u030d"+ + "\3\2\2\2\u0310\u0312\7X\2\2\u0311\u0313\5N(\2\u0312\u0311\3\2\2\2\u0312"+ + "\u0313\3\2\2\2\u0313\u0314\3\2\2\2\u0314\u0315\7b\2\2\u0315M\3\2\2\2\u0316"+ + "\u0317\7\b\2\2\u0317\u031c\5P)\2\u0318\u0319\7\f\2\2\u0319\u031b\5P)\2"+ + "\u031a\u0318\3\2\2\2\u031b\u031e\3\2\2\2\u031c\u031a\3\2\2\2\u031c\u031d"+ + "\3\2\2\2\u031d\u031f\3\2\2\2\u031e\u031c\3\2\2\2\u031f\u0320\7\t\2\2\u0320"+ + "O\3\2\2\2\u0321\u0322\7Y\2\2\u0322\u032c\7z\2\2\u0323\u0324\7Z\2\2\u0324"+ + "\u032c\7y\2\2\u0325\u0326\7[\2\2\u0326\u032c\7z\2\2\u0327\u0328\7\\\2"+ + "\2\u0328\u032c\5H%\2\u0329\u032a\7]\2\2\u032a\u032c\5H%\2\u032b\u0321"+ + "\3\2\2\2\u032b\u0323\3\2\2\2\u032b\u0325\3\2\2\2\u032b\u0327\3\2\2\2\u032b"+ + "\u0329\3\2\2\2\u032cQ\3\2\2\2\u032d\u032f\5T+\2\u032e\u032d\3\2\2\2\u032f"+ + "\u0332\3\2\2\2\u0330\u032e\3\2\2\2\u0330\u0331\3\2\2\2\u0331S\3\2\2\2"+ + "\u0332\u0330\3\2\2\2\u0333\u0337\5V,\2\u0334\u0337\5X-\2\u0335\u0337\5"+ + "Z.\2\u0336\u0333\3\2\2\2\u0336\u0334\3\2\2\2\u0336\u0335\3\2\2\2\u0337"+ + "U\3\2\2\2\u0338\u0339\7\u009f\2\2\u0339\u033d\7\u0082\2\2\u033a\u033b"+ + "\7\u009e\2\2\u033b\u033d\7\u0082\2\2\u033c\u0338\3\2\2\2\u033c\u033a\3"+ + "\2\2\2\u033dW\3\2\2\2\u033e\u0340\7\u0080\2\2\u033f\u0341\5\\/\2\u0340"+ + "\u033f\3\2\2\2\u0340\u0341\3\2\2\2\u0341Y\3\2\2\2\u0342\u0343\7\177\2"+ + "\2\u0343\u0348\5^\60\2\u0344\u0345\7\u0083\2\2\u0345\u0347\5^\60\2\u0346"+ + "\u0344\3\2\2\2\u0347\u034a\3\2\2\2\u0348\u0346\3\2\2\2\u0348\u0349\3\2"+ + "\2\2\u0349[\3\2\2\2\u034a\u0348\3\2\2\2\u034b\u0363\5^\60\2\u034c\u034d"+ + "\7\u0081\2\2\u034d\u0363\5^\60\2\u034e\u034f\5^\60\2\u034f\u0350\7\u0083"+ + "\2\2\u0350\u0351\7\u009f\2\2\u0351\u0363\3\2\2\2\u0352\u0353\7\u0084\2"+ + "\2\u0353\u0354\5^\60\2\u0354\u0355\7\u0085\2\2\u0355\u0356\7\u0083\2\2"+ + "\u0356\u0357\7\u009f\2\2\u0357\u0363\3\2\2\2\u0358\u0359\7\u0084\2\2\u0359"+ + "\u035a\5^\60\2\u035a\u035b\7\u0083\2\2\u035b\u035c\7\u009f\2\2\u035c\u035d"+ + "\7\u0085\2\2\u035d\u0363\3\2\2\2\u035e\u035f\7\u0084\2\2\u035f\u0360\5"+ + "^\60\2\u0360\u0361\7\u0085\2\2\u0361\u0363\3\2\2\2\u0362\u034b\3\2\2\2"+ + "\u0362\u034c\3\2\2\2\u0362\u034e\3\2\2\2\u0362\u0352\3\2\2\2\u0362\u0358"+ + "\3\2\2\2\u0362\u035e\3\2\2\2\u0363]\3\2\2\2\u0364\u0365\b\60\1\2\u0365"+ + "\u0366\7\u0086\2\2\u0366\u0367\5^\60\2\u0367\u0368\7\u0087\2\2\u0368\u0373"+ + "\3\2\2\2\u0369\u036a\t\t\2\2\u036a\u0373\5^\60\n\u036b\u0373\7\u009f\2"+ + "\2\u036c\u0373\7\u009d\2\2\u036d\u036e\7\u0091\2\2\u036e\u036f\7\u009f"+ + "\2\2\u036f\u0373\7\u0092\2\2\u0370\u0373\7\u0093\2\2\u0371\u0373\7\u009c"+ + "\2\2\u0372\u0364\3\2\2\2\u0372\u0369\3\2\2\2\u0372\u036b\3\2\2\2\u0372"+ + "\u036c\3\2\2\2\u0372\u036d\3\2\2\2\u0372\u0370\3\2\2\2\u0372\u0371\3\2"+ + "\2\2\u0373\u0382\3\2\2\2\u0374\u0375\f\f\2\2\u0375\u0376\7\u0088\2\2\u0376"+ + "\u0381\5^\60\r\u0377\u0378\f\13\2\2\u0378\u0379\t\n\2\2\u0379\u0381\5"+ + "^\60\f\u037a\u037b\f\t\2\2\u037b\u037c\t\13\2\2\u037c\u0381\5^\60\n\u037d"+ + "\u037e\f\b\2\2\u037e\u037f\t\f\2\2\u037f\u0381\5^\60\t\u0380\u0374\3\2"+ + "\2\2\u0380\u0377\3\2\2\2\u0380\u037a\3\2\2\2\u0380\u037d\3\2\2\2\u0381"+ + "\u0384\3\2\2\2\u0382\u0380\3\2\2\2\u0382\u0383\3\2\2\2\u0383_\3\2\2\2"+ + "\u0384\u0382\3\2\2\2Ziz\u0083\u008d\u0093\u009b\u00a2\u00ab\u00b0\u00b6"+ + "\u00bb\u00c0\u00c7\u00ce\u00d3\u00df\u00e2\u00e4\u00ef\u00f6\u00fb\u0101"+ + "\u0103\u010b\u0111\u011d\u012b\u0131\u0137\u013d\u0142\u0146\u014f\u0156"+ + "\u015d\u0186\u01b2\u01b6\u01bb\u01c6\u01da\u01e3\u01e9\u01ee\u01f5\u0202"+ + "\u0207\u0213\u0221\u0234\u023d\u0245\u024a\u024f\u0251\u0257\u025c\u0260"+ + "\u0266\u0269\u0271\u0274\u0277\u0283\u028f\u0297\u029d\u02a1\u02b6\u02ba"+ + "\u02c3\u02c7\u02f9\u0303\u0305\u030d\u0312\u031c\u032b\u0330\u0336\u033c"+ + "\u0340\u0348\u0362\u0372\u0380\u0382"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java index c58908cc2..a7dca7510 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java @@ -1,4 +1,4 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.8 +// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -1081,6 +1081,18 @@ public class KickCParserBaseListener implements KickCParserListener { *

The default implementation does nothing.

*/ @Override public void exitForClassicInitExpr(KickCParser.ForClassicInitExprContext ctx) { } + /** + * {@inheritDoc} + * + *

The default implementation does nothing.

+ */ + @Override public void enterForClassicCondition(KickCParser.ForClassicConditionContext ctx) { } + /** + * {@inheritDoc} + * + *

The default implementation does nothing.

+ */ + @Override public void exitForClassicCondition(KickCParser.ForClassicConditionContext ctx) { } /** * {@inheritDoc} * diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java index e74f5aea2..9e1643e4b 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java @@ -1,4 +1,4 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.8 +// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -636,6 +636,13 @@ public class KickCParserBaseVisitor extends AbstractParseTreeVisitor imple * {@link #visitChildren} on {@code ctx}.

*/ @Override public T visitForClassicInitExpr(KickCParser.ForClassicInitExprContext ctx) { return visitChildren(ctx); } + /** + * {@inheritDoc} + * + *

The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.

+ */ + @Override public T visitForClassicCondition(KickCParser.ForClassicConditionContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java index e8dfc435e..20d6a7925 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java @@ -1,4 +1,4 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.8 +// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -1029,6 +1029,16 @@ public interface KickCParserListener extends ParseTreeListener { * @param ctx the parse tree */ void exitForClassicInitExpr(KickCParser.ForClassicInitExprContext ctx); + /** + * Enter a parse tree produced by {@link KickCParser#forClassicCondition}. + * @param ctx the parse tree + */ + void enterForClassicCondition(KickCParser.ForClassicConditionContext ctx); + /** + * Exit a parse tree produced by {@link KickCParser#forClassicCondition}. + * @param ctx the parse tree + */ + void exitForClassicCondition(KickCParser.ForClassicConditionContext ctx); /** * Enter a parse tree produced by the {@code commaNone} * labeled alternative in {@link KickCParser#commaExpr}. diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java index 28945f411..371af315a 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java @@ -1,4 +1,4 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.8 +// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -611,6 +611,12 @@ public interface KickCParserVisitor extends ParseTreeVisitor { * @return the visitor result */ T visitForClassicInitExpr(KickCParser.ForClassicInitExprContext ctx); + /** + * Visit a parse tree produced by {@link KickCParser#forClassicCondition}. + * @param ctx the parse tree + * @return the visitor result + */ + T visitForClassicCondition(KickCParser.ForClassicConditionContext ctx); /** * Visit a parse tree produced by the {@code commaNone} * labeled alternative in {@link KickCParser#commaExpr}. diff --git a/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java b/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java index 681085775..8e801d70e 100644 --- a/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java +++ b/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java @@ -1521,10 +1521,10 @@ public class Pass0GenerateStatementSequence extends KickCParserBaseVisitormain::@1] + __b1_from_main: + // [1] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuz1=vbuc1 + lda #0 + sta.z i + jmp __b1 + // main::@1 + __b1: + // [2] *((const nomodify byte*) SCREEN + (byte) main::i#2) ← ++ *((const nomodify byte*) SCREEN + (byte) main::i#2) -- pbuc1_derefidx_vbuz1=_inc_pbuc1_derefidx_vbuz1 + ldx.z i + inc SCREEN,x + // [3] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuz1=_inc_vbuz1 + inc.z i + // [1] phi from main::@1 to main::@1 [phi:main::@1->main::@1] + __b1_from___b1: + // [1] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@1->main::@1#0] -- register_copy + jmp __b1 +} + // File Data + +REGISTER UPLIFT POTENTIAL REGISTERS +Potential registers zp[1]:2 [ main::i#2 main::i#1 ] : zp[1]:2 , reg byte a , reg byte x , reg byte y , + +REGISTER UPLIFT SCOPES +Uplift Scope [main] 44: zp[1]:2 [ main::i#2 main::i#1 ] +Uplift Scope [] + +Uplifting [main] best 170 combination reg byte x [ main::i#2 main::i#1 ] +Uplifting [] best 170 combination + +ASSEMBLER BEFORE OPTIMIZATION + // File Comments +// Test a for() loop that runs forever + // Upstart +.pc = $801 "Basic" +:BasicUpstart(main) +.pc = $80d "Program" + // Global Constants & labels + .label SCREEN = $400 + // main +main: { + // [1] phi from main to main::@1 [phi:main->main::@1] + __b1_from_main: + // [1] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuxx=vbuc1 + ldx #0 + jmp __b1 + // main::@1 + __b1: + // [2] *((const nomodify byte*) SCREEN + (byte) main::i#2) ← ++ *((const nomodify byte*) SCREEN + (byte) main::i#2) -- pbuc1_derefidx_vbuxx=_inc_pbuc1_derefidx_vbuxx + inc SCREEN,x + // [3] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuxx=_inc_vbuxx + inx + // [1] phi from main::@1 to main::@1 [phi:main::@1->main::@1] + __b1_from___b1: + // [1] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@1->main::@1#0] -- register_copy + jmp __b1 +} + // File Data + +ASSEMBLER OPTIMIZATIONS +Removing instruction jmp __b1 +Succesful ASM optimization Pass5NextJumpElimination +Removing instruction __b1_from_main: +Removing instruction __b1_from___b1: +Succesful ASM optimization Pass5UnusedLabelElimination + +FINAL SYMBOL TABLE +(const nomodify byte*) SCREEN = (byte*) 1024 +(void()) main() +(label) main::@1 +(byte) main::i +(byte) main::i#1 reg byte x 22.0 +(byte) main::i#2 reg byte x 22.0 + +reg byte x [ main::i#2 main::i#1 ] + + +FINAL ASSEMBLER +Score: 140 + + // File Comments +// Test a for() loop that runs forever + // Upstart +.pc = $801 "Basic" +:BasicUpstart(main) +.pc = $80d "Program" + // Global Constants & labels + .label SCREEN = $400 + // main +main: { + // [1] phi from main to main::@1 [phi:main->main::@1] + // [1] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuxx=vbuc1 + ldx #0 + // main::@1 + __b1: + // SCREEN[i]++; + // [2] *((const nomodify byte*) SCREEN + (byte) main::i#2) ← ++ *((const nomodify byte*) SCREEN + (byte) main::i#2) -- pbuc1_derefidx_vbuxx=_inc_pbuc1_derefidx_vbuxx + inc SCREEN,x + // for (char i=0;;i++) + // [3] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuxx=_inc_vbuxx + inx + // [1] phi from main::@1 to main::@1 [phi:main::@1->main::@1] + // [1] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@1->main::@1#0] -- register_copy + jmp __b1 +} + // File Data + diff --git a/src/test/ref/for-ever-2.sym b/src/test/ref/for-ever-2.sym new file mode 100644 index 000000000..ef9e8ff5f --- /dev/null +++ b/src/test/ref/for-ever-2.sym @@ -0,0 +1,8 @@ +(const nomodify byte*) SCREEN = (byte*) 1024 +(void()) main() +(label) main::@1 +(byte) main::i +(byte) main::i#1 reg byte x 22.0 +(byte) main::i#2 reg byte x 22.0 + +reg byte x [ main::i#2 main::i#1 ]