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 The default implementation does nothing. The default implementation does nothing. The default implementation does nothing.
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