From d59c5315ec01a3e1dcca55a4e8e74d071d8f1a4c Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Mon, 3 May 2021 00:24:37 +0200 Subject: [PATCH] Converted ParamDecl to use declarator. #121 --- .../dk/camelot64/kickc/parser/KickCParser.g4 | 2 +- .../camelot64/kickc/parser/KickCParser.interp | 2 +- .../camelot64/kickc/parser/KickCParser.java | 1461 +++++++------ .../camelot64/kickc/parser/KickCParser_new.g4 | 7 +- .../Pass0GenerateStatementSequence.java | 6 +- .../dk/camelot64/kickc/test/TestPrograms.java | 5 +- .../kickc/test/TestProgramsFast.java | 1808 +++++++++-------- .../kickc/test/TestProgramsThorough.java | 144 +- src/test/kc/procedure-declare-0.c | 13 + src/test/ref/procedure-declare-0.asm | 35 + src/test/ref/procedure-declare-0.cfg | 29 + src/test/ref/procedure-declare-0.log | 357 ++++ src/test/ref/procedure-declare-0.sym | 18 + 13 files changed, 2160 insertions(+), 1727 deletions(-) create mode 100644 src/test/kc/procedure-declare-0.c create mode 100644 src/test/ref/procedure-declare-0.asm create mode 100644 src/test/ref/procedure-declare-0.cfg create mode 100644 src/test/ref/procedure-declare-0.log create mode 100644 src/test/ref/procedure-declare-0.sym diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 b/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 index a36650c1f..a9dc6eaf2 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 @@ -137,7 +137,7 @@ parameterListDecl : parameterDecl (COMMA parameterDecl)* ; parameterDecl - : declType declPointer* NAME #parameterDeclType + : declType declarator #parameterDeclType | SIMPLETYPE #parameterDeclVoid | PARAM_LIST #parameterDeclList ; diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp index 0f1a919b8..6c7c65648 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp @@ -364,4 +364,4 @@ asmExpr atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 156, 854, 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, 4, 49, 9, 49, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 106, 10, 4, 12, 4, 14, 4, 109, 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, 125, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 136, 10, 7, 12, 7, 14, 7, 139, 11, 7, 3, 8, 3, 8, 3, 8, 5, 8, 144, 10, 8, 3, 8, 3, 8, 3, 8, 3, 8, 5, 8, 150, 10, 8, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 10, 7, 10, 158, 10, 10, 12, 10, 14, 10, 161, 11, 10, 3, 10, 3, 10, 7, 10, 165, 10, 10, 12, 10, 14, 10, 168, 11, 10, 3, 11, 3, 11, 7, 11, 172, 10, 11, 12, 11, 14, 11, 175, 11, 11, 3, 12, 3, 12, 5, 12, 179, 10, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 191, 10, 13, 3, 13, 7, 13, 194, 10, 13, 12, 13, 14, 13, 197, 11, 13, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 7, 14, 204, 10, 14, 12, 14, 14, 14, 207, 11, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 214, 10, 14, 3, 14, 3, 14, 3, 14, 5, 14, 219, 10, 14, 3, 14, 7, 14, 222, 10, 14, 12, 14, 14, 14, 225, 11, 14, 3, 15, 3, 15, 3, 15, 3, 15, 5, 15, 231, 10, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 5, 15, 238, 10, 15, 3, 15, 3, 15, 3, 15, 7, 15, 243, 10, 15, 12, 15, 14, 15, 246, 11, 15, 3, 16, 3, 16, 3, 16, 3, 17, 3, 17, 5, 17, 253, 10, 17, 3, 17, 3, 17, 6, 17, 257, 10, 17, 13, 17, 14, 17, 258, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 5, 20, 271, 10, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 21, 3, 21, 3, 21, 3, 21, 3, 21, 3, 21, 7, 21, 283, 10, 21, 12, 21, 14, 21, 286, 11, 21, 3, 22, 3, 22, 3, 22, 5, 22, 291, 10, 22, 3, 23, 3, 23, 7, 23, 295, 10, 23, 12, 23, 14, 23, 298, 11, 23, 3, 23, 3, 23, 3, 23, 5, 23, 303, 10, 23, 3, 23, 3, 23, 3, 23, 5, 23, 308, 10, 23, 3, 24, 3, 24, 5, 24, 312, 10, 24, 3, 24, 3, 24, 3, 25, 3, 25, 3, 25, 7, 25, 319, 10, 25, 12, 25, 14, 25, 322, 11, 25, 3, 26, 3, 26, 7, 26, 326, 10, 26, 12, 26, 14, 26, 329, 11, 26, 3, 26, 3, 26, 3, 26, 3, 26, 5, 26, 335, 10, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 343, 10, 27, 12, 27, 14, 27, 346, 11, 27, 3, 27, 3, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 357, 10, 28, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 368, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 389, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 396, 10, 29, 12, 29, 14, 29, 399, 11, 29, 3, 29, 3, 29, 3, 29, 5, 29, 404, 10, 29, 3, 30, 6, 30, 407, 10, 30, 13, 30, 14, 30, 408, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 416, 10, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 429, 10, 31, 3, 31, 7, 31, 432, 10, 31, 12, 31, 14, 31, 435, 11, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 7, 31, 444, 10, 31, 12, 31, 14, 31, 447, 11, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 7, 31, 458, 10, 31, 12, 31, 14, 31, 461, 11, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 479, 10, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 488, 10, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 496, 10, 31, 3, 32, 6, 32, 499, 10, 32, 13, 32, 14, 32, 500, 3, 32, 3, 32, 3, 32, 5, 32, 506, 10, 32, 5, 32, 508, 10, 32, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 514, 10, 33, 3, 34, 3, 34, 3, 34, 5, 34, 519, 10, 34, 3, 34, 3, 34, 5, 34, 523, 10, 34, 3, 34, 3, 34, 3, 34, 3, 34, 3, 34, 3, 34, 3, 34, 5, 34, 532, 10, 34, 3, 35, 5, 35, 535, 10, 35, 3, 35, 5, 35, 538, 10, 35, 3, 36, 3, 36, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 7, 37, 548, 10, 37, 12, 37, 14, 37, 551, 11, 37, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 562, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 570, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 576, 10, 38, 3, 38, 3, 38, 5, 38, 580, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 7, 38, 599, 10, 38, 12, 38, 14, 38, 602, 11, 38, 3, 38, 5, 38, 605, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 6, 38, 612, 10, 38, 13, 38, 14, 38, 613, 3, 38, 3, 38, 5, 38, 618, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 668, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 7, 38, 678, 10, 38, 12, 38, 14, 38, 681, 11, 38, 3, 39, 3, 39, 3, 39, 7, 39, 686, 10, 39, 12, 39, 14, 39, 689, 11, 39, 3, 40, 3, 40, 5, 40, 693, 10, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 7, 41, 701, 10, 41, 12, 41, 14, 41, 704, 11, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 5, 42, 718, 10, 42, 3, 43, 7, 43, 721, 10, 43, 12, 43, 14, 43, 724, 11, 43, 3, 44, 3, 44, 3, 44, 5, 44, 729, 10, 44, 3, 45, 3, 45, 3, 45, 7, 45, 734, 10, 45, 12, 45, 14, 45, 737, 11, 45, 3, 45, 3, 45, 3, 45, 7, 45, 742, 10, 45, 12, 45, 14, 45, 745, 11, 45, 5, 45, 747, 10, 45, 3, 46, 3, 46, 5, 46, 751, 10, 46, 3, 46, 7, 46, 754, 10, 46, 12, 46, 14, 46, 757, 11, 46, 3, 47, 3, 47, 3, 47, 3, 47, 7, 47, 763, 10, 47, 12, 47, 14, 47, 766, 11, 47, 3, 47, 7, 47, 769, 10, 47, 12, 47, 14, 47, 772, 11, 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, 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, 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, 3, 48, 3, 48, 3, 48, 5, 48, 819, 10, 48, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 5, 49, 835, 10, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 7, 49, 849, 10, 49, 12, 49, 14, 49, 852, 11, 49, 3, 49, 2, 10, 12, 24, 26, 28, 40, 72, 74, 96, 50, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 2, 13, 3, 2, 23, 24, 5, 2, 18, 19, 25, 26, 82, 82, 4, 2, 33, 33, 36, 36, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 127, 130, 3, 2, 125, 126, 3, 2, 131, 132, 3, 2, 127, 128, 2, 976, 2, 98, 3, 2, 2, 2, 4, 101, 3, 2, 2, 2, 6, 107, 3, 2, 2, 2, 8, 124, 3, 2, 2, 2, 10, 126, 3, 2, 2, 2, 12, 129, 3, 2, 2, 2, 14, 149, 3, 2, 2, 2, 16, 151, 3, 2, 2, 2, 18, 159, 3, 2, 2, 2, 20, 169, 3, 2, 2, 2, 22, 176, 3, 2, 2, 2, 24, 182, 3, 2, 2, 2, 26, 213, 3, 2, 2, 2, 28, 237, 3, 2, 2, 2, 30, 247, 3, 2, 2, 2, 32, 250, 3, 2, 2, 2, 34, 262, 3, 2, 2, 2, 36, 265, 3, 2, 2, 2, 38, 268, 3, 2, 2, 2, 40, 276, 3, 2, 2, 2, 42, 287, 3, 2, 2, 2, 44, 292, 3, 2, 2, 2, 46, 309, 3, 2, 2, 2, 48, 315, 3, 2, 2, 2, 50, 334, 3, 2, 2, 2, 52, 336, 3, 2, 2, 2, 54, 356, 3, 2, 2, 2, 56, 403, 3, 2, 2, 2, 58, 406, 3, 2, 2, 2, 60, 495, 3, 2, 2, 2, 62, 498, 3, 2, 2, 2, 64, 509, 3, 2, 2, 2, 66, 531, 3, 2, 2, 2, 68, 537, 3, 2, 2, 2, 70, 539, 3, 2, 2, 2, 72, 541, 3, 2, 2, 2, 74, 617, 3, 2, 2, 2, 76, 682, 3, 2, 2, 2, 78, 690, 3, 2, 2, 2, 80, 696, 3, 2, 2, 2, 82, 717, 3, 2, 2, 2, 84, 722, 3, 2, 2, 2, 86, 728, 3, 2, 2, 2, 88, 746, 3, 2, 2, 2, 90, 748, 3, 2, 2, 2, 92, 758, 3, 2, 2, 2, 94, 818, 3, 2, 2, 2, 96, 834, 3, 2, 2, 2, 98, 99, 5, 6, 4, 2, 99, 100, 7, 2, 2, 3, 100, 3, 3, 2, 2, 2, 101, 102, 5, 84, 43, 2, 102, 103, 7, 2, 2, 3, 103, 5, 3, 2, 2, 2, 104, 106, 5, 8, 5, 2, 105, 104, 3, 2, 2, 2, 106, 109, 3, 2, 2, 2, 107, 105, 3, 2, 2, 2, 107, 108, 3, 2, 2, 2, 108, 7, 3, 2, 2, 2, 109, 107, 3, 2, 2, 2, 110, 111, 5, 10, 6, 2, 111, 112, 7, 10, 2, 2, 112, 125, 3, 2, 2, 2, 113, 125, 5, 44, 23, 2, 114, 115, 5, 32, 17, 2, 115, 116, 7, 10, 2, 2, 116, 125, 3, 2, 2, 2, 117, 118, 5, 38, 20, 2, 118, 119, 7, 10, 2, 2, 119, 125, 3, 2, 2, 2, 120, 125, 5, 52, 27, 2, 121, 122, 5, 16, 9, 2, 122, 123, 7, 10, 2, 2, 123, 125, 3, 2, 2, 2, 124, 110, 3, 2, 2, 2, 124, 113, 3, 2, 2, 2, 124, 114, 3, 2, 2, 2, 124, 117, 3, 2, 2, 2, 124, 120, 3, 2, 2, 2, 124, 121, 3, 2, 2, 2, 125, 9, 3, 2, 2, 2, 126, 127, 5, 18, 10, 2, 127, 128, 5, 12, 7, 2, 128, 11, 3, 2, 2, 2, 129, 130, 8, 7, 1, 2, 130, 131, 5, 14, 8, 2, 131, 137, 3, 2, 2, 2, 132, 133, 12, 3, 2, 2, 133, 134, 7, 12, 2, 2, 134, 136, 5, 14, 8, 2, 135, 132, 3, 2, 2, 2, 136, 139, 3, 2, 2, 2, 137, 135, 3, 2, 2, 2, 137, 138, 3, 2, 2, 2, 138, 13, 3, 2, 2, 2, 139, 137, 3, 2, 2, 2, 140, 143, 5, 26, 14, 2, 141, 142, 7, 39, 2, 2, 142, 144, 5, 74, 38, 2, 143, 141, 3, 2, 2, 2, 143, 144, 3, 2, 2, 2, 144, 150, 3, 2, 2, 2, 145, 146, 5, 26, 14, 2, 146, 147, 7, 39, 2, 2, 147, 148, 5, 78, 40, 2, 148, 150, 3, 2, 2, 2, 149, 140, 3, 2, 2, 2, 149, 145, 3, 2, 2, 2, 150, 15, 3, 2, 2, 2, 151, 152, 7, 41, 2, 2, 152, 153, 5, 18, 10, 2, 153, 154, 8, 9, 1, 2, 154, 155, 5, 26, 14, 2, 155, 17, 3, 2, 2, 2, 156, 158, 5, 56, 29, 2, 157, 156, 3, 2, 2, 2, 158, 161, 3, 2, 2, 2, 159, 157, 3, 2, 2, 2, 159, 160, 3, 2, 2, 2, 160, 162, 3, 2, 2, 2, 161, 159, 3, 2, 2, 2, 162, 166, 5, 28, 15, 2, 163, 165, 5, 56, 29, 2, 164, 163, 3, 2, 2, 2, 165, 168, 3, 2, 2, 2, 166, 164, 3, 2, 2, 2, 166, 167, 3, 2, 2, 2, 167, 19, 3, 2, 2, 2, 168, 166, 3, 2, 2, 2, 169, 173, 7, 20, 2, 2, 170, 172, 5, 56, 29, 2, 171, 170, 3, 2, 2, 2, 172, 175, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 173, 174, 3, 2, 2, 2, 174, 21, 3, 2, 2, 2, 175, 173, 3, 2, 2, 2, 176, 178, 7, 6, 2, 2, 177, 179, 5, 74, 38, 2, 178, 177, 3, 2, 2, 2, 178, 179, 3, 2, 2, 2, 179, 180, 3, 2, 2, 2, 180, 181, 7, 7, 2, 2, 181, 23, 3, 2, 2, 2, 182, 183, 8, 13, 1, 2, 183, 184, 5, 28, 15, 2, 184, 195, 3, 2, 2, 2, 185, 186, 12, 4, 2, 2, 186, 194, 7, 20, 2, 2, 187, 188, 12, 3, 2, 2, 188, 190, 7, 6, 2, 2, 189, 191, 5, 74, 38, 2, 190, 189, 3, 2, 2, 2, 190, 191, 3, 2, 2, 2, 191, 192, 3, 2, 2, 2, 192, 194, 7, 7, 2, 2, 193, 185, 3, 2, 2, 2, 193, 187, 3, 2, 2, 2, 194, 197, 3, 2, 2, 2, 195, 193, 3, 2, 2, 2, 195, 196, 3, 2, 2, 2, 196, 25, 3, 2, 2, 2, 197, 195, 3, 2, 2, 2, 198, 199, 8, 14, 1, 2, 199, 200, 7, 109, 2, 2, 200, 214, 8, 14, 1, 2, 201, 205, 7, 20, 2, 2, 202, 204, 5, 56, 29, 2, 203, 202, 3, 2, 2, 2, 204, 207, 3, 2, 2, 2, 205, 203, 3, 2, 2, 2, 205, 206, 3, 2, 2, 2, 206, 208, 3, 2, 2, 2, 207, 205, 3, 2, 2, 2, 208, 214, 5, 26, 14, 4, 209, 210, 7, 8, 2, 2, 210, 211, 5, 26, 14, 2, 211, 212, 7, 9, 2, 2, 212, 214, 3, 2, 2, 2, 213, 198, 3, 2, 2, 2, 213, 201, 3, 2, 2, 2, 213, 209, 3, 2, 2, 2, 214, 223, 3, 2, 2, 2, 215, 216, 12, 5, 2, 2, 216, 218, 7, 6, 2, 2, 217, 219, 5, 74, 38, 2, 218, 217, 3, 2, 2, 2, 218, 219, 3, 2, 2, 2, 219, 220, 3, 2, 2, 2, 220, 222, 7, 7, 2, 2, 221, 215, 3, 2, 2, 2, 222, 225, 3, 2, 2, 2, 223, 221, 3, 2, 2, 2, 223, 224, 3, 2, 2, 2, 224, 27, 3, 2, 2, 2, 225, 223, 3, 2, 2, 2, 226, 227, 8, 15, 1, 2, 227, 238, 7, 84, 2, 2, 228, 230, 7, 83, 2, 2, 229, 231, 7, 84, 2, 2, 230, 229, 3, 2, 2, 2, 230, 231, 3, 2, 2, 2, 231, 238, 3, 2, 2, 2, 232, 238, 5, 32, 17, 2, 233, 238, 5, 30, 16, 2, 234, 238, 5, 38, 20, 2, 235, 238, 5, 36, 19, 2, 236, 238, 7, 3, 2, 2, 237, 226, 3, 2, 2, 2, 237, 228, 3, 2, 2, 2, 237, 232, 3, 2, 2, 2, 237, 233, 3, 2, 2, 2, 237, 234, 3, 2, 2, 2, 237, 235, 3, 2, 2, 2, 237, 236, 3, 2, 2, 2, 238, 244, 3, 2, 2, 2, 239, 240, 12, 8, 2, 2, 240, 241, 7, 8, 2, 2, 241, 243, 7, 9, 2, 2, 242, 239, 3, 2, 2, 2, 243, 246, 3, 2, 2, 2, 244, 242, 3, 2, 2, 2, 244, 245, 3, 2, 2, 2, 245, 29, 3, 2, 2, 2, 246, 244, 3, 2, 2, 2, 247, 248, 7, 71, 2, 2, 248, 249, 7, 109, 2, 2, 249, 31, 3, 2, 2, 2, 250, 252, 7, 71, 2, 2, 251, 253, 7, 109, 2, 2, 252, 251, 3, 2, 2, 2, 252, 253, 3, 2, 2, 2, 253, 254, 3, 2, 2, 2, 254, 256, 7, 4, 2, 2, 255, 257, 5, 34, 18, 2, 256, 255, 3, 2, 2, 2, 257, 258, 3, 2, 2, 2, 258, 256, 3, 2, 2, 2, 258, 259, 3, 2, 2, 2, 259, 260, 3, 2, 2, 2, 260, 261, 7, 5, 2, 2, 261, 33, 3, 2, 2, 2, 262, 263, 5, 10, 6, 2, 263, 264, 7, 10, 2, 2, 264, 35, 3, 2, 2, 2, 265, 266, 7, 72, 2, 2, 266, 267, 7, 109, 2, 2, 267, 37, 3, 2, 2, 2, 268, 270, 7, 72, 2, 2, 269, 271, 7, 109, 2, 2, 270, 269, 3, 2, 2, 2, 270, 271, 3, 2, 2, 2, 271, 272, 3, 2, 2, 2, 272, 273, 7, 4, 2, 2, 273, 274, 5, 40, 21, 2, 274, 275, 7, 5, 2, 2, 275, 39, 3, 2, 2, 2, 276, 277, 8, 21, 1, 2, 277, 278, 5, 42, 22, 2, 278, 284, 3, 2, 2, 2, 279, 280, 12, 3, 2, 2, 280, 281, 7, 12, 2, 2, 281, 283, 5, 42, 22, 2, 282, 279, 3, 2, 2, 2, 283, 286, 3, 2, 2, 2, 284, 282, 3, 2, 2, 2, 284, 285, 3, 2, 2, 2, 285, 41, 3, 2, 2, 2, 286, 284, 3, 2, 2, 2, 287, 290, 7, 109, 2, 2, 288, 289, 7, 39, 2, 2, 289, 291, 5, 74, 38, 2, 290, 288, 3, 2, 2, 2, 290, 291, 3, 2, 2, 2, 291, 43, 3, 2, 2, 2, 292, 296, 5, 18, 10, 2, 293, 295, 5, 20, 11, 2, 294, 293, 3, 2, 2, 2, 295, 298, 3, 2, 2, 2, 296, 294, 3, 2, 2, 2, 296, 297, 3, 2, 2, 2, 297, 299, 3, 2, 2, 2, 298, 296, 3, 2, 2, 2, 299, 300, 7, 109, 2, 2, 300, 302, 7, 8, 2, 2, 301, 303, 5, 48, 25, 2, 302, 301, 3, 2, 2, 2, 302, 303, 3, 2, 2, 2, 303, 304, 3, 2, 2, 2, 304, 307, 7, 9, 2, 2, 305, 308, 5, 46, 24, 2, 306, 308, 7, 10, 2, 2, 307, 305, 3, 2, 2, 2, 307, 306, 3, 2, 2, 2, 308, 45, 3, 2, 2, 2, 309, 311, 7, 4, 2, 2, 310, 312, 5, 58, 30, 2, 311, 310, 3, 2, 2, 2, 311, 312, 3, 2, 2, 2, 312, 313, 3, 2, 2, 2, 313, 314, 7, 5, 2, 2, 314, 47, 3, 2, 2, 2, 315, 320, 5, 50, 26, 2, 316, 317, 7, 12, 2, 2, 317, 319, 5, 50, 26, 2, 318, 316, 3, 2, 2, 2, 319, 322, 3, 2, 2, 2, 320, 318, 3, 2, 2, 2, 320, 321, 3, 2, 2, 2, 321, 49, 3, 2, 2, 2, 322, 320, 3, 2, 2, 2, 323, 327, 5, 18, 10, 2, 324, 326, 5, 20, 11, 2, 325, 324, 3, 2, 2, 2, 326, 329, 3, 2, 2, 2, 327, 325, 3, 2, 2, 2, 327, 328, 3, 2, 2, 2, 328, 330, 3, 2, 2, 2, 329, 327, 3, 2, 2, 2, 330, 331, 7, 109, 2, 2, 331, 335, 3, 2, 2, 2, 332, 335, 7, 84, 2, 2, 333, 335, 7, 14, 2, 2, 334, 323, 3, 2, 2, 2, 334, 332, 3, 2, 2, 2, 334, 333, 3, 2, 2, 2, 335, 51, 3, 2, 2, 2, 336, 337, 7, 89, 2, 2, 337, 338, 7, 109, 2, 2, 338, 339, 7, 8, 2, 2, 339, 344, 5, 54, 28, 2, 340, 341, 7, 12, 2, 2, 341, 343, 5, 54, 28, 2, 342, 340, 3, 2, 2, 2, 343, 346, 3, 2, 2, 2, 344, 342, 3, 2, 2, 2, 344, 345, 3, 2, 2, 2, 345, 347, 3, 2, 2, 2, 346, 344, 3, 2, 2, 2, 347, 348, 7, 9, 2, 2, 348, 53, 3, 2, 2, 2, 349, 357, 7, 100, 2, 2, 350, 351, 7, 100, 2, 2, 351, 352, 7, 13, 2, 2, 352, 357, 7, 100, 2, 2, 353, 357, 7, 109, 2, 2, 354, 357, 7, 110, 2, 2, 355, 357, 7, 58, 2, 2, 356, 349, 3, 2, 2, 2, 356, 350, 3, 2, 2, 2, 356, 353, 3, 2, 2, 2, 356, 354, 3, 2, 2, 2, 356, 355, 3, 2, 2, 2, 357, 55, 3, 2, 2, 2, 358, 404, 7, 42, 2, 2, 359, 360, 7, 45, 2, 2, 360, 361, 7, 8, 2, 2, 361, 362, 7, 100, 2, 2, 362, 404, 7, 9, 2, 2, 363, 367, 7, 50, 2, 2, 364, 365, 7, 8, 2, 2, 365, 366, 7, 109, 2, 2, 366, 368, 7, 9, 2, 2, 367, 364, 3, 2, 2, 2, 367, 368, 3, 2, 2, 2, 368, 404, 3, 2, 2, 2, 369, 404, 7, 53, 2, 2, 370, 404, 7, 54, 2, 2, 371, 372, 7, 52, 2, 2, 372, 373, 7, 8, 2, 2, 373, 374, 5, 74, 38, 2, 374, 375, 7, 9, 2, 2, 375, 404, 3, 2, 2, 2, 376, 404, 7, 47, 2, 2, 377, 404, 7, 48, 2, 2, 378, 404, 7, 55, 2, 2, 379, 404, 7, 56, 2, 2, 380, 404, 7, 43, 2, 2, 381, 404, 7, 44, 2, 2, 382, 404, 7, 46, 2, 2, 383, 404, 7, 57, 2, 2, 384, 388, 7, 49, 2, 2, 385, 386, 7, 8, 2, 2, 386, 387, 7, 109, 2, 2, 387, 389, 7, 9, 2, 2, 388, 385, 3, 2, 2, 2, 388, 389, 3, 2, 2, 2, 389, 404, 3, 2, 2, 2, 390, 391, 7, 51, 2, 2, 391, 392, 7, 8, 2, 2, 392, 397, 5, 54, 28, 2, 393, 394, 7, 12, 2, 2, 394, 396, 5, 54, 28, 2, 395, 393, 3, 2, 2, 2, 396, 399, 3, 2, 2, 2, 397, 395, 3, 2, 2, 2, 397, 398, 3, 2, 2, 2, 398, 400, 3, 2, 2, 2, 399, 397, 3, 2, 2, 2, 400, 401, 7, 9, 2, 2, 401, 404, 3, 2, 2, 2, 402, 404, 7, 58, 2, 2, 403, 358, 3, 2, 2, 2, 403, 359, 3, 2, 2, 2, 403, 363, 3, 2, 2, 2, 403, 369, 3, 2, 2, 2, 403, 370, 3, 2, 2, 2, 403, 371, 3, 2, 2, 2, 403, 376, 3, 2, 2, 2, 403, 377, 3, 2, 2, 2, 403, 378, 3, 2, 2, 2, 403, 379, 3, 2, 2, 2, 403, 380, 3, 2, 2, 2, 403, 381, 3, 2, 2, 2, 403, 382, 3, 2, 2, 2, 403, 383, 3, 2, 2, 2, 403, 384, 3, 2, 2, 2, 403, 390, 3, 2, 2, 2, 403, 402, 3, 2, 2, 2, 404, 57, 3, 2, 2, 2, 405, 407, 5, 60, 31, 2, 406, 405, 3, 2, 2, 2, 407, 408, 3, 2, 2, 2, 408, 406, 3, 2, 2, 2, 408, 409, 3, 2, 2, 2, 409, 59, 3, 2, 2, 2, 410, 411, 5, 10, 6, 2, 411, 412, 7, 10, 2, 2, 412, 496, 3, 2, 2, 2, 413, 415, 7, 4, 2, 2, 414, 416, 5, 58, 30, 2, 415, 414, 3, 2, 2, 2, 415, 416, 3, 2, 2, 2, 416, 417, 3, 2, 2, 2, 417, 496, 7, 5, 2, 2, 418, 419, 5, 72, 37, 2, 419, 420, 7, 10, 2, 2, 420, 496, 3, 2, 2, 2, 421, 422, 7, 59, 2, 2, 422, 423, 7, 8, 2, 2, 423, 424, 5, 72, 37, 2, 424, 425, 7, 9, 2, 2, 425, 428, 5, 60, 31, 2, 426, 427, 7, 60, 2, 2, 427, 429, 5, 60, 31, 2, 428, 426, 3, 2, 2, 2, 428, 429, 3, 2, 2, 2, 429, 496, 3, 2, 2, 2, 430, 432, 5, 56, 29, 2, 431, 430, 3, 2, 2, 2, 432, 435, 3, 2, 2, 2, 433, 431, 3, 2, 2, 2, 433, 434, 3, 2, 2, 2, 434, 436, 3, 2, 2, 2, 435, 433, 3, 2, 2, 2, 436, 437, 7, 61, 2, 2, 437, 438, 7, 8, 2, 2, 438, 439, 5, 72, 37, 2, 439, 440, 7, 9, 2, 2, 440, 441, 5, 60, 31, 2, 441, 496, 3, 2, 2, 2, 442, 444, 5, 56, 29, 2, 443, 442, 3, 2, 2, 2, 444, 447, 3, 2, 2, 2, 445, 443, 3, 2, 2, 2, 445, 446, 3, 2, 2, 2, 446, 448, 3, 2, 2, 2, 447, 445, 3, 2, 2, 2, 448, 449, 7, 62, 2, 2, 449, 450, 5, 60, 31, 2, 450, 451, 7, 61, 2, 2, 451, 452, 7, 8, 2, 2, 452, 453, 5, 72, 37, 2, 453, 454, 7, 9, 2, 2, 454, 455, 7, 10, 2, 2, 455, 496, 3, 2, 2, 2, 456, 458, 5, 56, 29, 2, 457, 456, 3, 2, 2, 2, 458, 461, 3, 2, 2, 2, 459, 457, 3, 2, 2, 2, 459, 460, 3, 2, 2, 2, 460, 462, 3, 2, 2, 2, 461, 459, 3, 2, 2, 2, 462, 463, 7, 63, 2, 2, 463, 464, 7, 8, 2, 2, 464, 465, 5, 66, 34, 2, 465, 466, 7, 9, 2, 2, 466, 467, 5, 60, 31, 2, 467, 496, 3, 2, 2, 2, 468, 469, 7, 64, 2, 2, 469, 470, 7, 8, 2, 2, 470, 471, 5, 72, 37, 2, 471, 472, 7, 9, 2, 2, 472, 473, 7, 4, 2, 2, 473, 474, 5, 62, 32, 2, 474, 475, 7, 5, 2, 2, 475, 496, 3, 2, 2, 2, 476, 478, 7, 65, 2, 2, 477, 479, 5, 72, 37, 2, 478, 477, 3, 2, 2, 2, 478, 479, 3, 2, 2, 2, 479, 480, 3, 2, 2, 2, 480, 496, 7, 10, 2, 2, 481, 482, 7, 66, 2, 2, 482, 496, 7, 10, 2, 2, 483, 484, 7, 67, 2, 2, 484, 496, 7, 10, 2, 2, 485, 487, 7, 68, 2, 2, 486, 488, 5, 80, 41, 2, 487, 486, 3, 2, 2, 2, 487, 488, 3, 2, 2, 2, 488, 489, 3, 2, 2, 2, 489, 490, 7, 4, 2, 2, 490, 491, 5, 84, 43, 2, 491, 492, 7, 134, 2, 2, 492, 496, 3, 2, 2, 2, 493, 496, 5, 78, 40, 2, 494, 496, 7, 10, 2, 2, 495, 410, 3, 2, 2, 2, 495, 413, 3, 2, 2, 2, 495, 418, 3, 2, 2, 2, 495, 421, 3, 2, 2, 2, 495, 433, 3, 2, 2, 2, 495, 445, 3, 2, 2, 2, 495, 459, 3, 2, 2, 2, 495, 468, 3, 2, 2, 2, 495, 476, 3, 2, 2, 2, 495, 481, 3, 2, 2, 2, 495, 483, 3, 2, 2, 2, 495, 485, 3, 2, 2, 2, 495, 493, 3, 2, 2, 2, 495, 494, 3, 2, 2, 2, 496, 61, 3, 2, 2, 2, 497, 499, 5, 64, 33, 2, 498, 497, 3, 2, 2, 2, 499, 500, 3, 2, 2, 2, 500, 498, 3, 2, 2, 2, 500, 501, 3, 2, 2, 2, 501, 507, 3, 2, 2, 2, 502, 503, 7, 69, 2, 2, 503, 505, 7, 11, 2, 2, 504, 506, 5, 58, 30, 2, 505, 504, 3, 2, 2, 2, 505, 506, 3, 2, 2, 2, 506, 508, 3, 2, 2, 2, 507, 502, 3, 2, 2, 2, 507, 508, 3, 2, 2, 2, 508, 63, 3, 2, 2, 2, 509, 510, 7, 70, 2, 2, 510, 511, 5, 74, 38, 2, 511, 513, 7, 11, 2, 2, 512, 514, 5, 58, 30, 2, 513, 512, 3, 2, 2, 2, 513, 514, 3, 2, 2, 2, 514, 65, 3, 2, 2, 2, 515, 516, 5, 68, 35, 2, 516, 518, 7, 10, 2, 2, 517, 519, 5, 70, 36, 2, 518, 517, 3, 2, 2, 2, 518, 519, 3, 2, 2, 2, 519, 520, 3, 2, 2, 2, 520, 522, 7, 10, 2, 2, 521, 523, 5, 72, 37, 2, 522, 521, 3, 2, 2, 2, 522, 523, 3, 2, 2, 2, 523, 532, 3, 2, 2, 2, 524, 525, 5, 18, 10, 2, 525, 526, 5, 26, 14, 2, 526, 527, 7, 11, 2, 2, 527, 528, 5, 74, 38, 2, 528, 529, 7, 13, 2, 2, 529, 530, 5, 74, 38, 2, 530, 532, 3, 2, 2, 2, 531, 515, 3, 2, 2, 2, 531, 524, 3, 2, 2, 2, 532, 67, 3, 2, 2, 2, 533, 535, 5, 10, 6, 2, 534, 533, 3, 2, 2, 2, 534, 535, 3, 2, 2, 2, 535, 538, 3, 2, 2, 2, 536, 538, 5, 72, 37, 2, 537, 534, 3, 2, 2, 2, 537, 536, 3, 2, 2, 2, 538, 69, 3, 2, 2, 2, 539, 540, 5, 72, 37, 2, 540, 71, 3, 2, 2, 2, 541, 542, 8, 37, 1, 2, 542, 543, 5, 74, 38, 2, 543, 549, 3, 2, 2, 2, 544, 545, 12, 3, 2, 2, 545, 546, 7, 12, 2, 2, 546, 548, 5, 74, 38, 2, 547, 544, 3, 2, 2, 2, 548, 551, 3, 2, 2, 2, 549, 547, 3, 2, 2, 2, 549, 550, 3, 2, 2, 2, 550, 73, 3, 2, 2, 2, 551, 549, 3, 2, 2, 2, 552, 553, 8, 38, 1, 2, 553, 554, 7, 8, 2, 2, 554, 555, 5, 72, 37, 2, 555, 556, 7, 9, 2, 2, 556, 618, 3, 2, 2, 2, 557, 558, 7, 73, 2, 2, 558, 561, 7, 8, 2, 2, 559, 562, 5, 74, 38, 2, 560, 562, 5, 24, 13, 2, 561, 559, 3, 2, 2, 2, 561, 560, 3, 2, 2, 2, 562, 563, 3, 2, 2, 2, 563, 564, 7, 9, 2, 2, 564, 618, 3, 2, 2, 2, 565, 566, 7, 74, 2, 2, 566, 569, 7, 8, 2, 2, 567, 570, 5, 74, 38, 2, 568, 570, 5, 24, 13, 2, 569, 567, 3, 2, 2, 2, 569, 568, 3, 2, 2, 2, 570, 571, 3, 2, 2, 2, 571, 572, 7, 9, 2, 2, 572, 618, 3, 2, 2, 2, 573, 575, 7, 75, 2, 2, 574, 576, 7, 8, 2, 2, 575, 574, 3, 2, 2, 2, 575, 576, 3, 2, 2, 2, 576, 577, 3, 2, 2, 2, 577, 579, 7, 109, 2, 2, 578, 580, 7, 9, 2, 2, 579, 578, 3, 2, 2, 2, 579, 580, 3, 2, 2, 2, 580, 618, 3, 2, 2, 2, 581, 582, 7, 8, 2, 2, 582, 583, 5, 24, 13, 2, 583, 584, 7, 9, 2, 2, 584, 585, 5, 74, 38, 26, 585, 618, 3, 2, 2, 2, 586, 587, 9, 2, 2, 2, 587, 618, 5, 74, 38, 25, 588, 589, 7, 20, 2, 2, 589, 618, 5, 74, 38, 23, 590, 591, 9, 3, 2, 2, 591, 618, 5, 74, 38, 22, 592, 593, 9, 4, 2, 2, 593, 618, 5, 74, 38, 18, 594, 595, 7, 4, 2, 2, 595, 600, 5, 74, 38, 2, 596, 597, 7, 12, 2, 2, 597, 599, 5, 74, 38, 2, 598, 596, 3, 2, 2, 2, 599, 602, 3, 2, 2, 2, 600, 598, 3, 2, 2, 2, 600, 601, 3, 2, 2, 2, 601, 604, 3, 2, 2, 2, 602, 600, 3, 2, 2, 2, 603, 605, 7, 12, 2, 2, 604, 603, 3, 2, 2, 2, 604, 605, 3, 2, 2, 2, 605, 606, 3, 2, 2, 2, 606, 607, 7, 5, 2, 2, 607, 618, 3, 2, 2, 2, 608, 618, 7, 109, 2, 2, 609, 618, 7, 100, 2, 2, 610, 612, 7, 110, 2, 2, 611, 610, 3, 2, 2, 2, 612, 613, 3, 2, 2, 2, 613, 611, 3, 2, 2, 2, 613, 614, 3, 2, 2, 2, 614, 618, 3, 2, 2, 2, 615, 618, 7, 111, 2, 2, 616, 618, 7, 85, 2, 2, 617, 552, 3, 2, 2, 2, 617, 557, 3, 2, 2, 2, 617, 565, 3, 2, 2, 2, 617, 573, 3, 2, 2, 2, 617, 581, 3, 2, 2, 2, 617, 586, 3, 2, 2, 2, 617, 588, 3, 2, 2, 2, 617, 590, 3, 2, 2, 2, 617, 592, 3, 2, 2, 2, 617, 594, 3, 2, 2, 2, 617, 608, 3, 2, 2, 2, 617, 609, 3, 2, 2, 2, 617, 611, 3, 2, 2, 2, 617, 615, 3, 2, 2, 2, 617, 616, 3, 2, 2, 2, 618, 679, 3, 2, 2, 2, 619, 620, 12, 21, 2, 2, 620, 621, 9, 5, 2, 2, 621, 678, 5, 74, 38, 22, 622, 623, 12, 20, 2, 2, 623, 624, 9, 6, 2, 2, 624, 678, 5, 74, 38, 21, 625, 626, 12, 19, 2, 2, 626, 627, 9, 7, 2, 2, 627, 678, 5, 74, 38, 20, 628, 629, 12, 17, 2, 2, 629, 630, 9, 8, 2, 2, 630, 678, 5, 74, 38, 18, 631, 632, 12, 16, 2, 2, 632, 633, 7, 25, 2, 2, 633, 678, 5, 74, 38, 17, 634, 635, 12, 15, 2, 2, 635, 636, 7, 27, 2, 2, 636, 678, 5, 74, 38, 16, 637, 638, 12, 14, 2, 2, 638, 639, 7, 28, 2, 2, 639, 678, 5, 74, 38, 15, 640, 641, 12, 13, 2, 2, 641, 642, 7, 37, 2, 2, 642, 678, 5, 74, 38, 14, 643, 644, 12, 12, 2, 2, 644, 645, 7, 38, 2, 2, 645, 678, 5, 74, 38, 13, 646, 647, 12, 11, 2, 2, 647, 648, 7, 15, 2, 2, 648, 649, 5, 74, 38, 2, 649, 650, 7, 11, 2, 2, 650, 651, 5, 74, 38, 12, 651, 678, 3, 2, 2, 2, 652, 653, 12, 10, 2, 2, 653, 654, 7, 39, 2, 2, 654, 678, 5, 74, 38, 10, 655, 656, 12, 9, 2, 2, 656, 657, 7, 40, 2, 2, 657, 678, 5, 74, 38, 9, 658, 659, 12, 33, 2, 2, 659, 660, 7, 16, 2, 2, 660, 678, 7, 109, 2, 2, 661, 662, 12, 32, 2, 2, 662, 663, 7, 17, 2, 2, 663, 678, 7, 109, 2, 2, 664, 665, 12, 31, 2, 2, 665, 667, 7, 8, 2, 2, 666, 668, 5, 76, 39, 2, 667, 666, 3, 2, 2, 2, 667, 668, 3, 2, 2, 2, 668, 669, 3, 2, 2, 2, 669, 678, 7, 9, 2, 2, 670, 671, 12, 27, 2, 2, 671, 672, 7, 6, 2, 2, 672, 673, 5, 72, 37, 2, 673, 674, 7, 7, 2, 2, 674, 678, 3, 2, 2, 2, 675, 676, 12, 24, 2, 2, 676, 678, 9, 2, 2, 2, 677, 619, 3, 2, 2, 2, 677, 622, 3, 2, 2, 2, 677, 625, 3, 2, 2, 2, 677, 628, 3, 2, 2, 2, 677, 631, 3, 2, 2, 2, 677, 634, 3, 2, 2, 2, 677, 637, 3, 2, 2, 2, 677, 640, 3, 2, 2, 2, 677, 643, 3, 2, 2, 2, 677, 646, 3, 2, 2, 2, 677, 652, 3, 2, 2, 2, 677, 655, 3, 2, 2, 2, 677, 658, 3, 2, 2, 2, 677, 661, 3, 2, 2, 2, 677, 664, 3, 2, 2, 2, 677, 670, 3, 2, 2, 2, 677, 675, 3, 2, 2, 2, 678, 681, 3, 2, 2, 2, 679, 677, 3, 2, 2, 2, 679, 680, 3, 2, 2, 2, 680, 75, 3, 2, 2, 2, 681, 679, 3, 2, 2, 2, 682, 687, 5, 74, 38, 2, 683, 684, 7, 12, 2, 2, 684, 686, 5, 74, 38, 2, 685, 683, 3, 2, 2, 2, 686, 689, 3, 2, 2, 2, 687, 685, 3, 2, 2, 2, 687, 688, 3, 2, 2, 2, 688, 77, 3, 2, 2, 2, 689, 687, 3, 2, 2, 2, 690, 692, 7, 76, 2, 2, 691, 693, 5, 80, 41, 2, 692, 691, 3, 2, 2, 2, 692, 693, 3, 2, 2, 2, 693, 694, 3, 2, 2, 2, 694, 695, 7, 86, 2, 2, 695, 79, 3, 2, 2, 2, 696, 697, 7, 8, 2, 2, 697, 702, 5, 82, 42, 2, 698, 699, 7, 12, 2, 2, 699, 701, 5, 82, 42, 2, 700, 698, 3, 2, 2, 2, 701, 704, 3, 2, 2, 2, 702, 700, 3, 2, 2, 2, 702, 703, 3, 2, 2, 2, 703, 705, 3, 2, 2, 2, 704, 702, 3, 2, 2, 2, 705, 706, 7, 9, 2, 2, 706, 81, 3, 2, 2, 2, 707, 708, 7, 77, 2, 2, 708, 718, 7, 110, 2, 2, 709, 710, 7, 78, 2, 2, 710, 718, 7, 109, 2, 2, 711, 712, 7, 79, 2, 2, 712, 718, 7, 110, 2, 2, 713, 714, 7, 80, 2, 2, 714, 718, 5, 74, 38, 2, 715, 716, 7, 81, 2, 2, 716, 718, 5, 74, 38, 2, 717, 707, 3, 2, 2, 2, 717, 709, 3, 2, 2, 2, 717, 711, 3, 2, 2, 2, 717, 713, 3, 2, 2, 2, 717, 715, 3, 2, 2, 2, 718, 83, 3, 2, 2, 2, 719, 721, 5, 86, 44, 2, 720, 719, 3, 2, 2, 2, 721, 724, 3, 2, 2, 2, 722, 720, 3, 2, 2, 2, 722, 723, 3, 2, 2, 2, 723, 85, 3, 2, 2, 2, 724, 722, 3, 2, 2, 2, 725, 729, 5, 88, 45, 2, 726, 729, 5, 90, 46, 2, 727, 729, 5, 92, 47, 2, 728, 725, 3, 2, 2, 2, 728, 726, 3, 2, 2, 2, 728, 727, 3, 2, 2, 2, 729, 87, 3, 2, 2, 2, 730, 731, 7, 147, 2, 2, 731, 735, 7, 118, 2, 2, 732, 734, 7, 148, 2, 2, 733, 732, 3, 2, 2, 2, 734, 737, 3, 2, 2, 2, 735, 733, 3, 2, 2, 2, 735, 736, 3, 2, 2, 2, 736, 747, 3, 2, 2, 2, 737, 735, 3, 2, 2, 2, 738, 739, 7, 146, 2, 2, 739, 743, 7, 118, 2, 2, 740, 742, 7, 148, 2, 2, 741, 740, 3, 2, 2, 2, 742, 745, 3, 2, 2, 2, 743, 741, 3, 2, 2, 2, 743, 744, 3, 2, 2, 2, 744, 747, 3, 2, 2, 2, 745, 743, 3, 2, 2, 2, 746, 730, 3, 2, 2, 2, 746, 738, 3, 2, 2, 2, 747, 89, 3, 2, 2, 2, 748, 750, 7, 116, 2, 2, 749, 751, 5, 94, 48, 2, 750, 749, 3, 2, 2, 2, 750, 751, 3, 2, 2, 2, 751, 755, 3, 2, 2, 2, 752, 754, 7, 148, 2, 2, 753, 752, 3, 2, 2, 2, 754, 757, 3, 2, 2, 2, 755, 753, 3, 2, 2, 2, 755, 756, 3, 2, 2, 2, 756, 91, 3, 2, 2, 2, 757, 755, 3, 2, 2, 2, 758, 759, 7, 115, 2, 2, 759, 764, 5, 96, 49, 2, 760, 761, 7, 119, 2, 2, 761, 763, 5, 96, 49, 2, 762, 760, 3, 2, 2, 2, 763, 766, 3, 2, 2, 2, 764, 762, 3, 2, 2, 2, 764, 765, 3, 2, 2, 2, 765, 770, 3, 2, 2, 2, 766, 764, 3, 2, 2, 2, 767, 769, 7, 148, 2, 2, 768, 767, 3, 2, 2, 2, 769, 772, 3, 2, 2, 2, 770, 768, 3, 2, 2, 2, 770, 771, 3, 2, 2, 2, 771, 93, 3, 2, 2, 2, 772, 770, 3, 2, 2, 2, 773, 819, 5, 96, 49, 2, 774, 775, 7, 117, 2, 2, 775, 819, 5, 96, 49, 2, 776, 777, 5, 96, 49, 2, 777, 778, 7, 119, 2, 2, 778, 779, 5, 96, 49, 2, 779, 819, 3, 2, 2, 2, 780, 781, 7, 120, 2, 2, 781, 782, 5, 96, 49, 2, 782, 783, 7, 121, 2, 2, 783, 784, 7, 119, 2, 2, 784, 785, 7, 147, 2, 2, 785, 819, 3, 2, 2, 2, 786, 787, 7, 120, 2, 2, 787, 788, 7, 120, 2, 2, 788, 789, 5, 96, 49, 2, 789, 790, 7, 121, 2, 2, 790, 791, 7, 121, 2, 2, 791, 792, 7, 119, 2, 2, 792, 793, 7, 147, 2, 2, 793, 819, 3, 2, 2, 2, 794, 795, 7, 120, 2, 2, 795, 796, 5, 96, 49, 2, 796, 797, 7, 119, 2, 2, 797, 798, 7, 147, 2, 2, 798, 799, 7, 121, 2, 2, 799, 800, 7, 119, 2, 2, 800, 801, 7, 147, 2, 2, 801, 819, 3, 2, 2, 2, 802, 803, 7, 120, 2, 2, 803, 804, 5, 96, 49, 2, 804, 805, 7, 119, 2, 2, 805, 806, 7, 147, 2, 2, 806, 807, 7, 121, 2, 2, 807, 819, 3, 2, 2, 2, 808, 809, 7, 120, 2, 2, 809, 810, 5, 96, 49, 2, 810, 811, 7, 121, 2, 2, 811, 819, 3, 2, 2, 2, 812, 813, 7, 120, 2, 2, 813, 814, 7, 120, 2, 2, 814, 815, 5, 96, 49, 2, 815, 816, 7, 121, 2, 2, 816, 817, 7, 121, 2, 2, 817, 819, 3, 2, 2, 2, 818, 773, 3, 2, 2, 2, 818, 774, 3, 2, 2, 2, 818, 776, 3, 2, 2, 2, 818, 780, 3, 2, 2, 2, 818, 786, 3, 2, 2, 2, 818, 794, 3, 2, 2, 2, 818, 802, 3, 2, 2, 2, 818, 808, 3, 2, 2, 2, 818, 812, 3, 2, 2, 2, 819, 95, 3, 2, 2, 2, 820, 821, 8, 49, 1, 2, 821, 822, 7, 122, 2, 2, 822, 823, 5, 96, 49, 2, 823, 824, 7, 123, 2, 2, 824, 835, 3, 2, 2, 2, 825, 826, 9, 9, 2, 2, 826, 835, 5, 96, 49, 10, 827, 835, 7, 147, 2, 2, 828, 835, 7, 145, 2, 2, 829, 830, 7, 133, 2, 2, 830, 831, 7, 147, 2, 2, 831, 835, 7, 134, 2, 2, 832, 835, 7, 135, 2, 2, 833, 835, 7, 144, 2, 2, 834, 820, 3, 2, 2, 2, 834, 825, 3, 2, 2, 2, 834, 827, 3, 2, 2, 2, 834, 828, 3, 2, 2, 2, 834, 829, 3, 2, 2, 2, 834, 832, 3, 2, 2, 2, 834, 833, 3, 2, 2, 2, 835, 850, 3, 2, 2, 2, 836, 837, 12, 12, 2, 2, 837, 838, 7, 124, 2, 2, 838, 849, 5, 96, 49, 13, 839, 840, 12, 11, 2, 2, 840, 841, 9, 10, 2, 2, 841, 849, 5, 96, 49, 12, 842, 843, 12, 9, 2, 2, 843, 844, 9, 11, 2, 2, 844, 849, 5, 96, 49, 10, 845, 846, 12, 8, 2, 2, 846, 847, 9, 12, 2, 2, 847, 849, 5, 96, 49, 9, 848, 836, 3, 2, 2, 2, 848, 839, 3, 2, 2, 2, 848, 842, 3, 2, 2, 2, 848, 845, 3, 2, 2, 2, 849, 852, 3, 2, 2, 2, 850, 848, 3, 2, 2, 2, 850, 851, 3, 2, 2, 2, 851, 97, 3, 2, 2, 2, 852, 850, 3, 2, 2, 2, 86, 107, 124, 137, 143, 149, 159, 166, 173, 178, 190, 193, 195, 205, 213, 218, 223, 230, 237, 244, 252, 258, 270, 284, 290, 296, 302, 307, 311, 320, 327, 334, 344, 356, 367, 388, 397, 403, 408, 415, 428, 433, 445, 459, 478, 487, 495, 500, 505, 507, 513, 518, 522, 531, 534, 537, 549, 561, 569, 575, 579, 600, 604, 613, 617, 667, 677, 679, 687, 692, 702, 717, 722, 728, 735, 743, 746, 750, 755, 764, 770, 818, 834, 848, 850] \ No newline at end of file +[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 156, 848, 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, 4, 49, 9, 49, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 106, 10, 4, 12, 4, 14, 4, 109, 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, 125, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 136, 10, 7, 12, 7, 14, 7, 139, 11, 7, 3, 8, 3, 8, 3, 8, 5, 8, 144, 10, 8, 3, 8, 3, 8, 3, 8, 3, 8, 5, 8, 150, 10, 8, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 10, 7, 10, 158, 10, 10, 12, 10, 14, 10, 161, 11, 10, 3, 10, 3, 10, 7, 10, 165, 10, 10, 12, 10, 14, 10, 168, 11, 10, 3, 11, 3, 11, 7, 11, 172, 10, 11, 12, 11, 14, 11, 175, 11, 11, 3, 12, 3, 12, 5, 12, 179, 10, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 191, 10, 13, 3, 13, 7, 13, 194, 10, 13, 12, 13, 14, 13, 197, 11, 13, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 7, 14, 204, 10, 14, 12, 14, 14, 14, 207, 11, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 214, 10, 14, 3, 14, 3, 14, 3, 14, 5, 14, 219, 10, 14, 3, 14, 7, 14, 222, 10, 14, 12, 14, 14, 14, 225, 11, 14, 3, 15, 3, 15, 3, 15, 3, 15, 5, 15, 231, 10, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 5, 15, 238, 10, 15, 3, 15, 3, 15, 3, 15, 7, 15, 243, 10, 15, 12, 15, 14, 15, 246, 11, 15, 3, 16, 3, 16, 3, 16, 3, 17, 3, 17, 5, 17, 253, 10, 17, 3, 17, 3, 17, 6, 17, 257, 10, 17, 13, 17, 14, 17, 258, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 5, 20, 271, 10, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 21, 3, 21, 3, 21, 3, 21, 3, 21, 3, 21, 7, 21, 283, 10, 21, 12, 21, 14, 21, 286, 11, 21, 3, 22, 3, 22, 3, 22, 5, 22, 291, 10, 22, 3, 23, 3, 23, 7, 23, 295, 10, 23, 12, 23, 14, 23, 298, 11, 23, 3, 23, 3, 23, 3, 23, 5, 23, 303, 10, 23, 3, 23, 3, 23, 3, 23, 5, 23, 308, 10, 23, 3, 24, 3, 24, 5, 24, 312, 10, 24, 3, 24, 3, 24, 3, 25, 3, 25, 3, 25, 7, 25, 319, 10, 25, 12, 25, 14, 25, 322, 11, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 5, 26, 329, 10, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 337, 10, 27, 12, 27, 14, 27, 340, 11, 27, 3, 27, 3, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 351, 10, 28, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 362, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 383, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 390, 10, 29, 12, 29, 14, 29, 393, 11, 29, 3, 29, 3, 29, 3, 29, 5, 29, 398, 10, 29, 3, 30, 6, 30, 401, 10, 30, 13, 30, 14, 30, 402, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 410, 10, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 423, 10, 31, 3, 31, 7, 31, 426, 10, 31, 12, 31, 14, 31, 429, 11, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 7, 31, 438, 10, 31, 12, 31, 14, 31, 441, 11, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 7, 31, 452, 10, 31, 12, 31, 14, 31, 455, 11, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 473, 10, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 482, 10, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 490, 10, 31, 3, 32, 6, 32, 493, 10, 32, 13, 32, 14, 32, 494, 3, 32, 3, 32, 3, 32, 5, 32, 500, 10, 32, 5, 32, 502, 10, 32, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 508, 10, 33, 3, 34, 3, 34, 3, 34, 5, 34, 513, 10, 34, 3, 34, 3, 34, 5, 34, 517, 10, 34, 3, 34, 3, 34, 3, 34, 3, 34, 3, 34, 3, 34, 3, 34, 5, 34, 526, 10, 34, 3, 35, 5, 35, 529, 10, 35, 3, 35, 5, 35, 532, 10, 35, 3, 36, 3, 36, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 7, 37, 542, 10, 37, 12, 37, 14, 37, 545, 11, 37, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 556, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 564, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 570, 10, 38, 3, 38, 3, 38, 5, 38, 574, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 7, 38, 593, 10, 38, 12, 38, 14, 38, 596, 11, 38, 3, 38, 5, 38, 599, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 6, 38, 606, 10, 38, 13, 38, 14, 38, 607, 3, 38, 3, 38, 5, 38, 612, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 662, 10, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 7, 38, 672, 10, 38, 12, 38, 14, 38, 675, 11, 38, 3, 39, 3, 39, 3, 39, 7, 39, 680, 10, 39, 12, 39, 14, 39, 683, 11, 39, 3, 40, 3, 40, 5, 40, 687, 10, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 7, 41, 695, 10, 41, 12, 41, 14, 41, 698, 11, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 5, 42, 712, 10, 42, 3, 43, 7, 43, 715, 10, 43, 12, 43, 14, 43, 718, 11, 43, 3, 44, 3, 44, 3, 44, 5, 44, 723, 10, 44, 3, 45, 3, 45, 3, 45, 7, 45, 728, 10, 45, 12, 45, 14, 45, 731, 11, 45, 3, 45, 3, 45, 3, 45, 7, 45, 736, 10, 45, 12, 45, 14, 45, 739, 11, 45, 5, 45, 741, 10, 45, 3, 46, 3, 46, 5, 46, 745, 10, 46, 3, 46, 7, 46, 748, 10, 46, 12, 46, 14, 46, 751, 11, 46, 3, 47, 3, 47, 3, 47, 3, 47, 7, 47, 757, 10, 47, 12, 47, 14, 47, 760, 11, 47, 3, 47, 7, 47, 763, 10, 47, 12, 47, 14, 47, 766, 11, 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, 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, 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, 3, 48, 3, 48, 3, 48, 5, 48, 813, 10, 48, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 5, 49, 829, 10, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 7, 49, 843, 10, 49, 12, 49, 14, 49, 846, 11, 49, 3, 49, 2, 10, 12, 24, 26, 28, 40, 72, 74, 96, 50, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 2, 13, 3, 2, 23, 24, 5, 2, 18, 19, 25, 26, 82, 82, 4, 2, 33, 33, 36, 36, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 127, 130, 3, 2, 125, 126, 3, 2, 131, 132, 3, 2, 127, 128, 2, 969, 2, 98, 3, 2, 2, 2, 4, 101, 3, 2, 2, 2, 6, 107, 3, 2, 2, 2, 8, 124, 3, 2, 2, 2, 10, 126, 3, 2, 2, 2, 12, 129, 3, 2, 2, 2, 14, 149, 3, 2, 2, 2, 16, 151, 3, 2, 2, 2, 18, 159, 3, 2, 2, 2, 20, 169, 3, 2, 2, 2, 22, 176, 3, 2, 2, 2, 24, 182, 3, 2, 2, 2, 26, 213, 3, 2, 2, 2, 28, 237, 3, 2, 2, 2, 30, 247, 3, 2, 2, 2, 32, 250, 3, 2, 2, 2, 34, 262, 3, 2, 2, 2, 36, 265, 3, 2, 2, 2, 38, 268, 3, 2, 2, 2, 40, 276, 3, 2, 2, 2, 42, 287, 3, 2, 2, 2, 44, 292, 3, 2, 2, 2, 46, 309, 3, 2, 2, 2, 48, 315, 3, 2, 2, 2, 50, 328, 3, 2, 2, 2, 52, 330, 3, 2, 2, 2, 54, 350, 3, 2, 2, 2, 56, 397, 3, 2, 2, 2, 58, 400, 3, 2, 2, 2, 60, 489, 3, 2, 2, 2, 62, 492, 3, 2, 2, 2, 64, 503, 3, 2, 2, 2, 66, 525, 3, 2, 2, 2, 68, 531, 3, 2, 2, 2, 70, 533, 3, 2, 2, 2, 72, 535, 3, 2, 2, 2, 74, 611, 3, 2, 2, 2, 76, 676, 3, 2, 2, 2, 78, 684, 3, 2, 2, 2, 80, 690, 3, 2, 2, 2, 82, 711, 3, 2, 2, 2, 84, 716, 3, 2, 2, 2, 86, 722, 3, 2, 2, 2, 88, 740, 3, 2, 2, 2, 90, 742, 3, 2, 2, 2, 92, 752, 3, 2, 2, 2, 94, 812, 3, 2, 2, 2, 96, 828, 3, 2, 2, 2, 98, 99, 5, 6, 4, 2, 99, 100, 7, 2, 2, 3, 100, 3, 3, 2, 2, 2, 101, 102, 5, 84, 43, 2, 102, 103, 7, 2, 2, 3, 103, 5, 3, 2, 2, 2, 104, 106, 5, 8, 5, 2, 105, 104, 3, 2, 2, 2, 106, 109, 3, 2, 2, 2, 107, 105, 3, 2, 2, 2, 107, 108, 3, 2, 2, 2, 108, 7, 3, 2, 2, 2, 109, 107, 3, 2, 2, 2, 110, 111, 5, 10, 6, 2, 111, 112, 7, 10, 2, 2, 112, 125, 3, 2, 2, 2, 113, 125, 5, 44, 23, 2, 114, 115, 5, 32, 17, 2, 115, 116, 7, 10, 2, 2, 116, 125, 3, 2, 2, 2, 117, 118, 5, 38, 20, 2, 118, 119, 7, 10, 2, 2, 119, 125, 3, 2, 2, 2, 120, 125, 5, 52, 27, 2, 121, 122, 5, 16, 9, 2, 122, 123, 7, 10, 2, 2, 123, 125, 3, 2, 2, 2, 124, 110, 3, 2, 2, 2, 124, 113, 3, 2, 2, 2, 124, 114, 3, 2, 2, 2, 124, 117, 3, 2, 2, 2, 124, 120, 3, 2, 2, 2, 124, 121, 3, 2, 2, 2, 125, 9, 3, 2, 2, 2, 126, 127, 5, 18, 10, 2, 127, 128, 5, 12, 7, 2, 128, 11, 3, 2, 2, 2, 129, 130, 8, 7, 1, 2, 130, 131, 5, 14, 8, 2, 131, 137, 3, 2, 2, 2, 132, 133, 12, 3, 2, 2, 133, 134, 7, 12, 2, 2, 134, 136, 5, 14, 8, 2, 135, 132, 3, 2, 2, 2, 136, 139, 3, 2, 2, 2, 137, 135, 3, 2, 2, 2, 137, 138, 3, 2, 2, 2, 138, 13, 3, 2, 2, 2, 139, 137, 3, 2, 2, 2, 140, 143, 5, 26, 14, 2, 141, 142, 7, 39, 2, 2, 142, 144, 5, 74, 38, 2, 143, 141, 3, 2, 2, 2, 143, 144, 3, 2, 2, 2, 144, 150, 3, 2, 2, 2, 145, 146, 5, 26, 14, 2, 146, 147, 7, 39, 2, 2, 147, 148, 5, 78, 40, 2, 148, 150, 3, 2, 2, 2, 149, 140, 3, 2, 2, 2, 149, 145, 3, 2, 2, 2, 150, 15, 3, 2, 2, 2, 151, 152, 7, 41, 2, 2, 152, 153, 5, 18, 10, 2, 153, 154, 8, 9, 1, 2, 154, 155, 5, 26, 14, 2, 155, 17, 3, 2, 2, 2, 156, 158, 5, 56, 29, 2, 157, 156, 3, 2, 2, 2, 158, 161, 3, 2, 2, 2, 159, 157, 3, 2, 2, 2, 159, 160, 3, 2, 2, 2, 160, 162, 3, 2, 2, 2, 161, 159, 3, 2, 2, 2, 162, 166, 5, 28, 15, 2, 163, 165, 5, 56, 29, 2, 164, 163, 3, 2, 2, 2, 165, 168, 3, 2, 2, 2, 166, 164, 3, 2, 2, 2, 166, 167, 3, 2, 2, 2, 167, 19, 3, 2, 2, 2, 168, 166, 3, 2, 2, 2, 169, 173, 7, 20, 2, 2, 170, 172, 5, 56, 29, 2, 171, 170, 3, 2, 2, 2, 172, 175, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 173, 174, 3, 2, 2, 2, 174, 21, 3, 2, 2, 2, 175, 173, 3, 2, 2, 2, 176, 178, 7, 6, 2, 2, 177, 179, 5, 74, 38, 2, 178, 177, 3, 2, 2, 2, 178, 179, 3, 2, 2, 2, 179, 180, 3, 2, 2, 2, 180, 181, 7, 7, 2, 2, 181, 23, 3, 2, 2, 2, 182, 183, 8, 13, 1, 2, 183, 184, 5, 28, 15, 2, 184, 195, 3, 2, 2, 2, 185, 186, 12, 4, 2, 2, 186, 194, 7, 20, 2, 2, 187, 188, 12, 3, 2, 2, 188, 190, 7, 6, 2, 2, 189, 191, 5, 74, 38, 2, 190, 189, 3, 2, 2, 2, 190, 191, 3, 2, 2, 2, 191, 192, 3, 2, 2, 2, 192, 194, 7, 7, 2, 2, 193, 185, 3, 2, 2, 2, 193, 187, 3, 2, 2, 2, 194, 197, 3, 2, 2, 2, 195, 193, 3, 2, 2, 2, 195, 196, 3, 2, 2, 2, 196, 25, 3, 2, 2, 2, 197, 195, 3, 2, 2, 2, 198, 199, 8, 14, 1, 2, 199, 200, 7, 109, 2, 2, 200, 214, 8, 14, 1, 2, 201, 205, 7, 20, 2, 2, 202, 204, 5, 56, 29, 2, 203, 202, 3, 2, 2, 2, 204, 207, 3, 2, 2, 2, 205, 203, 3, 2, 2, 2, 205, 206, 3, 2, 2, 2, 206, 208, 3, 2, 2, 2, 207, 205, 3, 2, 2, 2, 208, 214, 5, 26, 14, 4, 209, 210, 7, 8, 2, 2, 210, 211, 5, 26, 14, 2, 211, 212, 7, 9, 2, 2, 212, 214, 3, 2, 2, 2, 213, 198, 3, 2, 2, 2, 213, 201, 3, 2, 2, 2, 213, 209, 3, 2, 2, 2, 214, 223, 3, 2, 2, 2, 215, 216, 12, 5, 2, 2, 216, 218, 7, 6, 2, 2, 217, 219, 5, 74, 38, 2, 218, 217, 3, 2, 2, 2, 218, 219, 3, 2, 2, 2, 219, 220, 3, 2, 2, 2, 220, 222, 7, 7, 2, 2, 221, 215, 3, 2, 2, 2, 222, 225, 3, 2, 2, 2, 223, 221, 3, 2, 2, 2, 223, 224, 3, 2, 2, 2, 224, 27, 3, 2, 2, 2, 225, 223, 3, 2, 2, 2, 226, 227, 8, 15, 1, 2, 227, 238, 7, 84, 2, 2, 228, 230, 7, 83, 2, 2, 229, 231, 7, 84, 2, 2, 230, 229, 3, 2, 2, 2, 230, 231, 3, 2, 2, 2, 231, 238, 3, 2, 2, 2, 232, 238, 5, 32, 17, 2, 233, 238, 5, 30, 16, 2, 234, 238, 5, 38, 20, 2, 235, 238, 5, 36, 19, 2, 236, 238, 7, 3, 2, 2, 237, 226, 3, 2, 2, 2, 237, 228, 3, 2, 2, 2, 237, 232, 3, 2, 2, 2, 237, 233, 3, 2, 2, 2, 237, 234, 3, 2, 2, 2, 237, 235, 3, 2, 2, 2, 237, 236, 3, 2, 2, 2, 238, 244, 3, 2, 2, 2, 239, 240, 12, 8, 2, 2, 240, 241, 7, 8, 2, 2, 241, 243, 7, 9, 2, 2, 242, 239, 3, 2, 2, 2, 243, 246, 3, 2, 2, 2, 244, 242, 3, 2, 2, 2, 244, 245, 3, 2, 2, 2, 245, 29, 3, 2, 2, 2, 246, 244, 3, 2, 2, 2, 247, 248, 7, 71, 2, 2, 248, 249, 7, 109, 2, 2, 249, 31, 3, 2, 2, 2, 250, 252, 7, 71, 2, 2, 251, 253, 7, 109, 2, 2, 252, 251, 3, 2, 2, 2, 252, 253, 3, 2, 2, 2, 253, 254, 3, 2, 2, 2, 254, 256, 7, 4, 2, 2, 255, 257, 5, 34, 18, 2, 256, 255, 3, 2, 2, 2, 257, 258, 3, 2, 2, 2, 258, 256, 3, 2, 2, 2, 258, 259, 3, 2, 2, 2, 259, 260, 3, 2, 2, 2, 260, 261, 7, 5, 2, 2, 261, 33, 3, 2, 2, 2, 262, 263, 5, 10, 6, 2, 263, 264, 7, 10, 2, 2, 264, 35, 3, 2, 2, 2, 265, 266, 7, 72, 2, 2, 266, 267, 7, 109, 2, 2, 267, 37, 3, 2, 2, 2, 268, 270, 7, 72, 2, 2, 269, 271, 7, 109, 2, 2, 270, 269, 3, 2, 2, 2, 270, 271, 3, 2, 2, 2, 271, 272, 3, 2, 2, 2, 272, 273, 7, 4, 2, 2, 273, 274, 5, 40, 21, 2, 274, 275, 7, 5, 2, 2, 275, 39, 3, 2, 2, 2, 276, 277, 8, 21, 1, 2, 277, 278, 5, 42, 22, 2, 278, 284, 3, 2, 2, 2, 279, 280, 12, 3, 2, 2, 280, 281, 7, 12, 2, 2, 281, 283, 5, 42, 22, 2, 282, 279, 3, 2, 2, 2, 283, 286, 3, 2, 2, 2, 284, 282, 3, 2, 2, 2, 284, 285, 3, 2, 2, 2, 285, 41, 3, 2, 2, 2, 286, 284, 3, 2, 2, 2, 287, 290, 7, 109, 2, 2, 288, 289, 7, 39, 2, 2, 289, 291, 5, 74, 38, 2, 290, 288, 3, 2, 2, 2, 290, 291, 3, 2, 2, 2, 291, 43, 3, 2, 2, 2, 292, 296, 5, 18, 10, 2, 293, 295, 5, 20, 11, 2, 294, 293, 3, 2, 2, 2, 295, 298, 3, 2, 2, 2, 296, 294, 3, 2, 2, 2, 296, 297, 3, 2, 2, 2, 297, 299, 3, 2, 2, 2, 298, 296, 3, 2, 2, 2, 299, 300, 7, 109, 2, 2, 300, 302, 7, 8, 2, 2, 301, 303, 5, 48, 25, 2, 302, 301, 3, 2, 2, 2, 302, 303, 3, 2, 2, 2, 303, 304, 3, 2, 2, 2, 304, 307, 7, 9, 2, 2, 305, 308, 5, 46, 24, 2, 306, 308, 7, 10, 2, 2, 307, 305, 3, 2, 2, 2, 307, 306, 3, 2, 2, 2, 308, 45, 3, 2, 2, 2, 309, 311, 7, 4, 2, 2, 310, 312, 5, 58, 30, 2, 311, 310, 3, 2, 2, 2, 311, 312, 3, 2, 2, 2, 312, 313, 3, 2, 2, 2, 313, 314, 7, 5, 2, 2, 314, 47, 3, 2, 2, 2, 315, 320, 5, 50, 26, 2, 316, 317, 7, 12, 2, 2, 317, 319, 5, 50, 26, 2, 318, 316, 3, 2, 2, 2, 319, 322, 3, 2, 2, 2, 320, 318, 3, 2, 2, 2, 320, 321, 3, 2, 2, 2, 321, 49, 3, 2, 2, 2, 322, 320, 3, 2, 2, 2, 323, 324, 5, 18, 10, 2, 324, 325, 5, 26, 14, 2, 325, 329, 3, 2, 2, 2, 326, 329, 7, 84, 2, 2, 327, 329, 7, 14, 2, 2, 328, 323, 3, 2, 2, 2, 328, 326, 3, 2, 2, 2, 328, 327, 3, 2, 2, 2, 329, 51, 3, 2, 2, 2, 330, 331, 7, 89, 2, 2, 331, 332, 7, 109, 2, 2, 332, 333, 7, 8, 2, 2, 333, 338, 5, 54, 28, 2, 334, 335, 7, 12, 2, 2, 335, 337, 5, 54, 28, 2, 336, 334, 3, 2, 2, 2, 337, 340, 3, 2, 2, 2, 338, 336, 3, 2, 2, 2, 338, 339, 3, 2, 2, 2, 339, 341, 3, 2, 2, 2, 340, 338, 3, 2, 2, 2, 341, 342, 7, 9, 2, 2, 342, 53, 3, 2, 2, 2, 343, 351, 7, 100, 2, 2, 344, 345, 7, 100, 2, 2, 345, 346, 7, 13, 2, 2, 346, 351, 7, 100, 2, 2, 347, 351, 7, 109, 2, 2, 348, 351, 7, 110, 2, 2, 349, 351, 7, 58, 2, 2, 350, 343, 3, 2, 2, 2, 350, 344, 3, 2, 2, 2, 350, 347, 3, 2, 2, 2, 350, 348, 3, 2, 2, 2, 350, 349, 3, 2, 2, 2, 351, 55, 3, 2, 2, 2, 352, 398, 7, 42, 2, 2, 353, 354, 7, 45, 2, 2, 354, 355, 7, 8, 2, 2, 355, 356, 7, 100, 2, 2, 356, 398, 7, 9, 2, 2, 357, 361, 7, 50, 2, 2, 358, 359, 7, 8, 2, 2, 359, 360, 7, 109, 2, 2, 360, 362, 7, 9, 2, 2, 361, 358, 3, 2, 2, 2, 361, 362, 3, 2, 2, 2, 362, 398, 3, 2, 2, 2, 363, 398, 7, 53, 2, 2, 364, 398, 7, 54, 2, 2, 365, 366, 7, 52, 2, 2, 366, 367, 7, 8, 2, 2, 367, 368, 5, 74, 38, 2, 368, 369, 7, 9, 2, 2, 369, 398, 3, 2, 2, 2, 370, 398, 7, 47, 2, 2, 371, 398, 7, 48, 2, 2, 372, 398, 7, 55, 2, 2, 373, 398, 7, 56, 2, 2, 374, 398, 7, 43, 2, 2, 375, 398, 7, 44, 2, 2, 376, 398, 7, 46, 2, 2, 377, 398, 7, 57, 2, 2, 378, 382, 7, 49, 2, 2, 379, 380, 7, 8, 2, 2, 380, 381, 7, 109, 2, 2, 381, 383, 7, 9, 2, 2, 382, 379, 3, 2, 2, 2, 382, 383, 3, 2, 2, 2, 383, 398, 3, 2, 2, 2, 384, 385, 7, 51, 2, 2, 385, 386, 7, 8, 2, 2, 386, 391, 5, 54, 28, 2, 387, 388, 7, 12, 2, 2, 388, 390, 5, 54, 28, 2, 389, 387, 3, 2, 2, 2, 390, 393, 3, 2, 2, 2, 391, 389, 3, 2, 2, 2, 391, 392, 3, 2, 2, 2, 392, 394, 3, 2, 2, 2, 393, 391, 3, 2, 2, 2, 394, 395, 7, 9, 2, 2, 395, 398, 3, 2, 2, 2, 396, 398, 7, 58, 2, 2, 397, 352, 3, 2, 2, 2, 397, 353, 3, 2, 2, 2, 397, 357, 3, 2, 2, 2, 397, 363, 3, 2, 2, 2, 397, 364, 3, 2, 2, 2, 397, 365, 3, 2, 2, 2, 397, 370, 3, 2, 2, 2, 397, 371, 3, 2, 2, 2, 397, 372, 3, 2, 2, 2, 397, 373, 3, 2, 2, 2, 397, 374, 3, 2, 2, 2, 397, 375, 3, 2, 2, 2, 397, 376, 3, 2, 2, 2, 397, 377, 3, 2, 2, 2, 397, 378, 3, 2, 2, 2, 397, 384, 3, 2, 2, 2, 397, 396, 3, 2, 2, 2, 398, 57, 3, 2, 2, 2, 399, 401, 5, 60, 31, 2, 400, 399, 3, 2, 2, 2, 401, 402, 3, 2, 2, 2, 402, 400, 3, 2, 2, 2, 402, 403, 3, 2, 2, 2, 403, 59, 3, 2, 2, 2, 404, 405, 5, 10, 6, 2, 405, 406, 7, 10, 2, 2, 406, 490, 3, 2, 2, 2, 407, 409, 7, 4, 2, 2, 408, 410, 5, 58, 30, 2, 409, 408, 3, 2, 2, 2, 409, 410, 3, 2, 2, 2, 410, 411, 3, 2, 2, 2, 411, 490, 7, 5, 2, 2, 412, 413, 5, 72, 37, 2, 413, 414, 7, 10, 2, 2, 414, 490, 3, 2, 2, 2, 415, 416, 7, 59, 2, 2, 416, 417, 7, 8, 2, 2, 417, 418, 5, 72, 37, 2, 418, 419, 7, 9, 2, 2, 419, 422, 5, 60, 31, 2, 420, 421, 7, 60, 2, 2, 421, 423, 5, 60, 31, 2, 422, 420, 3, 2, 2, 2, 422, 423, 3, 2, 2, 2, 423, 490, 3, 2, 2, 2, 424, 426, 5, 56, 29, 2, 425, 424, 3, 2, 2, 2, 426, 429, 3, 2, 2, 2, 427, 425, 3, 2, 2, 2, 427, 428, 3, 2, 2, 2, 428, 430, 3, 2, 2, 2, 429, 427, 3, 2, 2, 2, 430, 431, 7, 61, 2, 2, 431, 432, 7, 8, 2, 2, 432, 433, 5, 72, 37, 2, 433, 434, 7, 9, 2, 2, 434, 435, 5, 60, 31, 2, 435, 490, 3, 2, 2, 2, 436, 438, 5, 56, 29, 2, 437, 436, 3, 2, 2, 2, 438, 441, 3, 2, 2, 2, 439, 437, 3, 2, 2, 2, 439, 440, 3, 2, 2, 2, 440, 442, 3, 2, 2, 2, 441, 439, 3, 2, 2, 2, 442, 443, 7, 62, 2, 2, 443, 444, 5, 60, 31, 2, 444, 445, 7, 61, 2, 2, 445, 446, 7, 8, 2, 2, 446, 447, 5, 72, 37, 2, 447, 448, 7, 9, 2, 2, 448, 449, 7, 10, 2, 2, 449, 490, 3, 2, 2, 2, 450, 452, 5, 56, 29, 2, 451, 450, 3, 2, 2, 2, 452, 455, 3, 2, 2, 2, 453, 451, 3, 2, 2, 2, 453, 454, 3, 2, 2, 2, 454, 456, 3, 2, 2, 2, 455, 453, 3, 2, 2, 2, 456, 457, 7, 63, 2, 2, 457, 458, 7, 8, 2, 2, 458, 459, 5, 66, 34, 2, 459, 460, 7, 9, 2, 2, 460, 461, 5, 60, 31, 2, 461, 490, 3, 2, 2, 2, 462, 463, 7, 64, 2, 2, 463, 464, 7, 8, 2, 2, 464, 465, 5, 72, 37, 2, 465, 466, 7, 9, 2, 2, 466, 467, 7, 4, 2, 2, 467, 468, 5, 62, 32, 2, 468, 469, 7, 5, 2, 2, 469, 490, 3, 2, 2, 2, 470, 472, 7, 65, 2, 2, 471, 473, 5, 72, 37, 2, 472, 471, 3, 2, 2, 2, 472, 473, 3, 2, 2, 2, 473, 474, 3, 2, 2, 2, 474, 490, 7, 10, 2, 2, 475, 476, 7, 66, 2, 2, 476, 490, 7, 10, 2, 2, 477, 478, 7, 67, 2, 2, 478, 490, 7, 10, 2, 2, 479, 481, 7, 68, 2, 2, 480, 482, 5, 80, 41, 2, 481, 480, 3, 2, 2, 2, 481, 482, 3, 2, 2, 2, 482, 483, 3, 2, 2, 2, 483, 484, 7, 4, 2, 2, 484, 485, 5, 84, 43, 2, 485, 486, 7, 134, 2, 2, 486, 490, 3, 2, 2, 2, 487, 490, 5, 78, 40, 2, 488, 490, 7, 10, 2, 2, 489, 404, 3, 2, 2, 2, 489, 407, 3, 2, 2, 2, 489, 412, 3, 2, 2, 2, 489, 415, 3, 2, 2, 2, 489, 427, 3, 2, 2, 2, 489, 439, 3, 2, 2, 2, 489, 453, 3, 2, 2, 2, 489, 462, 3, 2, 2, 2, 489, 470, 3, 2, 2, 2, 489, 475, 3, 2, 2, 2, 489, 477, 3, 2, 2, 2, 489, 479, 3, 2, 2, 2, 489, 487, 3, 2, 2, 2, 489, 488, 3, 2, 2, 2, 490, 61, 3, 2, 2, 2, 491, 493, 5, 64, 33, 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, 501, 3, 2, 2, 2, 496, 497, 7, 69, 2, 2, 497, 499, 7, 11, 2, 2, 498, 500, 5, 58, 30, 2, 499, 498, 3, 2, 2, 2, 499, 500, 3, 2, 2, 2, 500, 502, 3, 2, 2, 2, 501, 496, 3, 2, 2, 2, 501, 502, 3, 2, 2, 2, 502, 63, 3, 2, 2, 2, 503, 504, 7, 70, 2, 2, 504, 505, 5, 74, 38, 2, 505, 507, 7, 11, 2, 2, 506, 508, 5, 58, 30, 2, 507, 506, 3, 2, 2, 2, 507, 508, 3, 2, 2, 2, 508, 65, 3, 2, 2, 2, 509, 510, 5, 68, 35, 2, 510, 512, 7, 10, 2, 2, 511, 513, 5, 70, 36, 2, 512, 511, 3, 2, 2, 2, 512, 513, 3, 2, 2, 2, 513, 514, 3, 2, 2, 2, 514, 516, 7, 10, 2, 2, 515, 517, 5, 72, 37, 2, 516, 515, 3, 2, 2, 2, 516, 517, 3, 2, 2, 2, 517, 526, 3, 2, 2, 2, 518, 519, 5, 18, 10, 2, 519, 520, 5, 26, 14, 2, 520, 521, 7, 11, 2, 2, 521, 522, 5, 74, 38, 2, 522, 523, 7, 13, 2, 2, 523, 524, 5, 74, 38, 2, 524, 526, 3, 2, 2, 2, 525, 509, 3, 2, 2, 2, 525, 518, 3, 2, 2, 2, 526, 67, 3, 2, 2, 2, 527, 529, 5, 10, 6, 2, 528, 527, 3, 2, 2, 2, 528, 529, 3, 2, 2, 2, 529, 532, 3, 2, 2, 2, 530, 532, 5, 72, 37, 2, 531, 528, 3, 2, 2, 2, 531, 530, 3, 2, 2, 2, 532, 69, 3, 2, 2, 2, 533, 534, 5, 72, 37, 2, 534, 71, 3, 2, 2, 2, 535, 536, 8, 37, 1, 2, 536, 537, 5, 74, 38, 2, 537, 543, 3, 2, 2, 2, 538, 539, 12, 3, 2, 2, 539, 540, 7, 12, 2, 2, 540, 542, 5, 74, 38, 2, 541, 538, 3, 2, 2, 2, 542, 545, 3, 2, 2, 2, 543, 541, 3, 2, 2, 2, 543, 544, 3, 2, 2, 2, 544, 73, 3, 2, 2, 2, 545, 543, 3, 2, 2, 2, 546, 547, 8, 38, 1, 2, 547, 548, 7, 8, 2, 2, 548, 549, 5, 72, 37, 2, 549, 550, 7, 9, 2, 2, 550, 612, 3, 2, 2, 2, 551, 552, 7, 73, 2, 2, 552, 555, 7, 8, 2, 2, 553, 556, 5, 74, 38, 2, 554, 556, 5, 24, 13, 2, 555, 553, 3, 2, 2, 2, 555, 554, 3, 2, 2, 2, 556, 557, 3, 2, 2, 2, 557, 558, 7, 9, 2, 2, 558, 612, 3, 2, 2, 2, 559, 560, 7, 74, 2, 2, 560, 563, 7, 8, 2, 2, 561, 564, 5, 74, 38, 2, 562, 564, 5, 24, 13, 2, 563, 561, 3, 2, 2, 2, 563, 562, 3, 2, 2, 2, 564, 565, 3, 2, 2, 2, 565, 566, 7, 9, 2, 2, 566, 612, 3, 2, 2, 2, 567, 569, 7, 75, 2, 2, 568, 570, 7, 8, 2, 2, 569, 568, 3, 2, 2, 2, 569, 570, 3, 2, 2, 2, 570, 571, 3, 2, 2, 2, 571, 573, 7, 109, 2, 2, 572, 574, 7, 9, 2, 2, 573, 572, 3, 2, 2, 2, 573, 574, 3, 2, 2, 2, 574, 612, 3, 2, 2, 2, 575, 576, 7, 8, 2, 2, 576, 577, 5, 24, 13, 2, 577, 578, 7, 9, 2, 2, 578, 579, 5, 74, 38, 26, 579, 612, 3, 2, 2, 2, 580, 581, 9, 2, 2, 2, 581, 612, 5, 74, 38, 25, 582, 583, 7, 20, 2, 2, 583, 612, 5, 74, 38, 23, 584, 585, 9, 3, 2, 2, 585, 612, 5, 74, 38, 22, 586, 587, 9, 4, 2, 2, 587, 612, 5, 74, 38, 18, 588, 589, 7, 4, 2, 2, 589, 594, 5, 74, 38, 2, 590, 591, 7, 12, 2, 2, 591, 593, 5, 74, 38, 2, 592, 590, 3, 2, 2, 2, 593, 596, 3, 2, 2, 2, 594, 592, 3, 2, 2, 2, 594, 595, 3, 2, 2, 2, 595, 598, 3, 2, 2, 2, 596, 594, 3, 2, 2, 2, 597, 599, 7, 12, 2, 2, 598, 597, 3, 2, 2, 2, 598, 599, 3, 2, 2, 2, 599, 600, 3, 2, 2, 2, 600, 601, 7, 5, 2, 2, 601, 612, 3, 2, 2, 2, 602, 612, 7, 109, 2, 2, 603, 612, 7, 100, 2, 2, 604, 606, 7, 110, 2, 2, 605, 604, 3, 2, 2, 2, 606, 607, 3, 2, 2, 2, 607, 605, 3, 2, 2, 2, 607, 608, 3, 2, 2, 2, 608, 612, 3, 2, 2, 2, 609, 612, 7, 111, 2, 2, 610, 612, 7, 85, 2, 2, 611, 546, 3, 2, 2, 2, 611, 551, 3, 2, 2, 2, 611, 559, 3, 2, 2, 2, 611, 567, 3, 2, 2, 2, 611, 575, 3, 2, 2, 2, 611, 580, 3, 2, 2, 2, 611, 582, 3, 2, 2, 2, 611, 584, 3, 2, 2, 2, 611, 586, 3, 2, 2, 2, 611, 588, 3, 2, 2, 2, 611, 602, 3, 2, 2, 2, 611, 603, 3, 2, 2, 2, 611, 605, 3, 2, 2, 2, 611, 609, 3, 2, 2, 2, 611, 610, 3, 2, 2, 2, 612, 673, 3, 2, 2, 2, 613, 614, 12, 21, 2, 2, 614, 615, 9, 5, 2, 2, 615, 672, 5, 74, 38, 22, 616, 617, 12, 20, 2, 2, 617, 618, 9, 6, 2, 2, 618, 672, 5, 74, 38, 21, 619, 620, 12, 19, 2, 2, 620, 621, 9, 7, 2, 2, 621, 672, 5, 74, 38, 20, 622, 623, 12, 17, 2, 2, 623, 624, 9, 8, 2, 2, 624, 672, 5, 74, 38, 18, 625, 626, 12, 16, 2, 2, 626, 627, 7, 25, 2, 2, 627, 672, 5, 74, 38, 17, 628, 629, 12, 15, 2, 2, 629, 630, 7, 27, 2, 2, 630, 672, 5, 74, 38, 16, 631, 632, 12, 14, 2, 2, 632, 633, 7, 28, 2, 2, 633, 672, 5, 74, 38, 15, 634, 635, 12, 13, 2, 2, 635, 636, 7, 37, 2, 2, 636, 672, 5, 74, 38, 14, 637, 638, 12, 12, 2, 2, 638, 639, 7, 38, 2, 2, 639, 672, 5, 74, 38, 13, 640, 641, 12, 11, 2, 2, 641, 642, 7, 15, 2, 2, 642, 643, 5, 74, 38, 2, 643, 644, 7, 11, 2, 2, 644, 645, 5, 74, 38, 12, 645, 672, 3, 2, 2, 2, 646, 647, 12, 10, 2, 2, 647, 648, 7, 39, 2, 2, 648, 672, 5, 74, 38, 10, 649, 650, 12, 9, 2, 2, 650, 651, 7, 40, 2, 2, 651, 672, 5, 74, 38, 9, 652, 653, 12, 33, 2, 2, 653, 654, 7, 16, 2, 2, 654, 672, 7, 109, 2, 2, 655, 656, 12, 32, 2, 2, 656, 657, 7, 17, 2, 2, 657, 672, 7, 109, 2, 2, 658, 659, 12, 31, 2, 2, 659, 661, 7, 8, 2, 2, 660, 662, 5, 76, 39, 2, 661, 660, 3, 2, 2, 2, 661, 662, 3, 2, 2, 2, 662, 663, 3, 2, 2, 2, 663, 672, 7, 9, 2, 2, 664, 665, 12, 27, 2, 2, 665, 666, 7, 6, 2, 2, 666, 667, 5, 72, 37, 2, 667, 668, 7, 7, 2, 2, 668, 672, 3, 2, 2, 2, 669, 670, 12, 24, 2, 2, 670, 672, 9, 2, 2, 2, 671, 613, 3, 2, 2, 2, 671, 616, 3, 2, 2, 2, 671, 619, 3, 2, 2, 2, 671, 622, 3, 2, 2, 2, 671, 625, 3, 2, 2, 2, 671, 628, 3, 2, 2, 2, 671, 631, 3, 2, 2, 2, 671, 634, 3, 2, 2, 2, 671, 637, 3, 2, 2, 2, 671, 640, 3, 2, 2, 2, 671, 646, 3, 2, 2, 2, 671, 649, 3, 2, 2, 2, 671, 652, 3, 2, 2, 2, 671, 655, 3, 2, 2, 2, 671, 658, 3, 2, 2, 2, 671, 664, 3, 2, 2, 2, 671, 669, 3, 2, 2, 2, 672, 675, 3, 2, 2, 2, 673, 671, 3, 2, 2, 2, 673, 674, 3, 2, 2, 2, 674, 75, 3, 2, 2, 2, 675, 673, 3, 2, 2, 2, 676, 681, 5, 74, 38, 2, 677, 678, 7, 12, 2, 2, 678, 680, 5, 74, 38, 2, 679, 677, 3, 2, 2, 2, 680, 683, 3, 2, 2, 2, 681, 679, 3, 2, 2, 2, 681, 682, 3, 2, 2, 2, 682, 77, 3, 2, 2, 2, 683, 681, 3, 2, 2, 2, 684, 686, 7, 76, 2, 2, 685, 687, 5, 80, 41, 2, 686, 685, 3, 2, 2, 2, 686, 687, 3, 2, 2, 2, 687, 688, 3, 2, 2, 2, 688, 689, 7, 86, 2, 2, 689, 79, 3, 2, 2, 2, 690, 691, 7, 8, 2, 2, 691, 696, 5, 82, 42, 2, 692, 693, 7, 12, 2, 2, 693, 695, 5, 82, 42, 2, 694, 692, 3, 2, 2, 2, 695, 698, 3, 2, 2, 2, 696, 694, 3, 2, 2, 2, 696, 697, 3, 2, 2, 2, 697, 699, 3, 2, 2, 2, 698, 696, 3, 2, 2, 2, 699, 700, 7, 9, 2, 2, 700, 81, 3, 2, 2, 2, 701, 702, 7, 77, 2, 2, 702, 712, 7, 110, 2, 2, 703, 704, 7, 78, 2, 2, 704, 712, 7, 109, 2, 2, 705, 706, 7, 79, 2, 2, 706, 712, 7, 110, 2, 2, 707, 708, 7, 80, 2, 2, 708, 712, 5, 74, 38, 2, 709, 710, 7, 81, 2, 2, 710, 712, 5, 74, 38, 2, 711, 701, 3, 2, 2, 2, 711, 703, 3, 2, 2, 2, 711, 705, 3, 2, 2, 2, 711, 707, 3, 2, 2, 2, 711, 709, 3, 2, 2, 2, 712, 83, 3, 2, 2, 2, 713, 715, 5, 86, 44, 2, 714, 713, 3, 2, 2, 2, 715, 718, 3, 2, 2, 2, 716, 714, 3, 2, 2, 2, 716, 717, 3, 2, 2, 2, 717, 85, 3, 2, 2, 2, 718, 716, 3, 2, 2, 2, 719, 723, 5, 88, 45, 2, 720, 723, 5, 90, 46, 2, 721, 723, 5, 92, 47, 2, 722, 719, 3, 2, 2, 2, 722, 720, 3, 2, 2, 2, 722, 721, 3, 2, 2, 2, 723, 87, 3, 2, 2, 2, 724, 725, 7, 147, 2, 2, 725, 729, 7, 118, 2, 2, 726, 728, 7, 148, 2, 2, 727, 726, 3, 2, 2, 2, 728, 731, 3, 2, 2, 2, 729, 727, 3, 2, 2, 2, 729, 730, 3, 2, 2, 2, 730, 741, 3, 2, 2, 2, 731, 729, 3, 2, 2, 2, 732, 733, 7, 146, 2, 2, 733, 737, 7, 118, 2, 2, 734, 736, 7, 148, 2, 2, 735, 734, 3, 2, 2, 2, 736, 739, 3, 2, 2, 2, 737, 735, 3, 2, 2, 2, 737, 738, 3, 2, 2, 2, 738, 741, 3, 2, 2, 2, 739, 737, 3, 2, 2, 2, 740, 724, 3, 2, 2, 2, 740, 732, 3, 2, 2, 2, 741, 89, 3, 2, 2, 2, 742, 744, 7, 116, 2, 2, 743, 745, 5, 94, 48, 2, 744, 743, 3, 2, 2, 2, 744, 745, 3, 2, 2, 2, 745, 749, 3, 2, 2, 2, 746, 748, 7, 148, 2, 2, 747, 746, 3, 2, 2, 2, 748, 751, 3, 2, 2, 2, 749, 747, 3, 2, 2, 2, 749, 750, 3, 2, 2, 2, 750, 91, 3, 2, 2, 2, 751, 749, 3, 2, 2, 2, 752, 753, 7, 115, 2, 2, 753, 758, 5, 96, 49, 2, 754, 755, 7, 119, 2, 2, 755, 757, 5, 96, 49, 2, 756, 754, 3, 2, 2, 2, 757, 760, 3, 2, 2, 2, 758, 756, 3, 2, 2, 2, 758, 759, 3, 2, 2, 2, 759, 764, 3, 2, 2, 2, 760, 758, 3, 2, 2, 2, 761, 763, 7, 148, 2, 2, 762, 761, 3, 2, 2, 2, 763, 766, 3, 2, 2, 2, 764, 762, 3, 2, 2, 2, 764, 765, 3, 2, 2, 2, 765, 93, 3, 2, 2, 2, 766, 764, 3, 2, 2, 2, 767, 813, 5, 96, 49, 2, 768, 769, 7, 117, 2, 2, 769, 813, 5, 96, 49, 2, 770, 771, 5, 96, 49, 2, 771, 772, 7, 119, 2, 2, 772, 773, 5, 96, 49, 2, 773, 813, 3, 2, 2, 2, 774, 775, 7, 120, 2, 2, 775, 776, 5, 96, 49, 2, 776, 777, 7, 121, 2, 2, 777, 778, 7, 119, 2, 2, 778, 779, 7, 147, 2, 2, 779, 813, 3, 2, 2, 2, 780, 781, 7, 120, 2, 2, 781, 782, 7, 120, 2, 2, 782, 783, 5, 96, 49, 2, 783, 784, 7, 121, 2, 2, 784, 785, 7, 121, 2, 2, 785, 786, 7, 119, 2, 2, 786, 787, 7, 147, 2, 2, 787, 813, 3, 2, 2, 2, 788, 789, 7, 120, 2, 2, 789, 790, 5, 96, 49, 2, 790, 791, 7, 119, 2, 2, 791, 792, 7, 147, 2, 2, 792, 793, 7, 121, 2, 2, 793, 794, 7, 119, 2, 2, 794, 795, 7, 147, 2, 2, 795, 813, 3, 2, 2, 2, 796, 797, 7, 120, 2, 2, 797, 798, 5, 96, 49, 2, 798, 799, 7, 119, 2, 2, 799, 800, 7, 147, 2, 2, 800, 801, 7, 121, 2, 2, 801, 813, 3, 2, 2, 2, 802, 803, 7, 120, 2, 2, 803, 804, 5, 96, 49, 2, 804, 805, 7, 121, 2, 2, 805, 813, 3, 2, 2, 2, 806, 807, 7, 120, 2, 2, 807, 808, 7, 120, 2, 2, 808, 809, 5, 96, 49, 2, 809, 810, 7, 121, 2, 2, 810, 811, 7, 121, 2, 2, 811, 813, 3, 2, 2, 2, 812, 767, 3, 2, 2, 2, 812, 768, 3, 2, 2, 2, 812, 770, 3, 2, 2, 2, 812, 774, 3, 2, 2, 2, 812, 780, 3, 2, 2, 2, 812, 788, 3, 2, 2, 2, 812, 796, 3, 2, 2, 2, 812, 802, 3, 2, 2, 2, 812, 806, 3, 2, 2, 2, 813, 95, 3, 2, 2, 2, 814, 815, 8, 49, 1, 2, 815, 816, 7, 122, 2, 2, 816, 817, 5, 96, 49, 2, 817, 818, 7, 123, 2, 2, 818, 829, 3, 2, 2, 2, 819, 820, 9, 9, 2, 2, 820, 829, 5, 96, 49, 10, 821, 829, 7, 147, 2, 2, 822, 829, 7, 145, 2, 2, 823, 824, 7, 133, 2, 2, 824, 825, 7, 147, 2, 2, 825, 829, 7, 134, 2, 2, 826, 829, 7, 135, 2, 2, 827, 829, 7, 144, 2, 2, 828, 814, 3, 2, 2, 2, 828, 819, 3, 2, 2, 2, 828, 821, 3, 2, 2, 2, 828, 822, 3, 2, 2, 2, 828, 823, 3, 2, 2, 2, 828, 826, 3, 2, 2, 2, 828, 827, 3, 2, 2, 2, 829, 844, 3, 2, 2, 2, 830, 831, 12, 12, 2, 2, 831, 832, 7, 124, 2, 2, 832, 843, 5, 96, 49, 13, 833, 834, 12, 11, 2, 2, 834, 835, 9, 10, 2, 2, 835, 843, 5, 96, 49, 12, 836, 837, 12, 9, 2, 2, 837, 838, 9, 11, 2, 2, 838, 843, 5, 96, 49, 10, 839, 840, 12, 8, 2, 2, 840, 841, 9, 12, 2, 2, 841, 843, 5, 96, 49, 9, 842, 830, 3, 2, 2, 2, 842, 833, 3, 2, 2, 2, 842, 836, 3, 2, 2, 2, 842, 839, 3, 2, 2, 2, 843, 846, 3, 2, 2, 2, 844, 842, 3, 2, 2, 2, 844, 845, 3, 2, 2, 2, 845, 97, 3, 2, 2, 2, 846, 844, 3, 2, 2, 2, 85, 107, 124, 137, 143, 149, 159, 166, 173, 178, 190, 193, 195, 205, 213, 218, 223, 230, 237, 244, 252, 258, 270, 284, 290, 296, 302, 307, 311, 320, 328, 338, 350, 361, 382, 391, 397, 402, 409, 422, 427, 439, 453, 472, 481, 489, 494, 499, 501, 507, 512, 516, 525, 528, 531, 543, 555, 563, 569, 573, 594, 598, 607, 611, 661, 671, 673, 681, 686, 696, 711, 716, 722, 729, 737, 740, 744, 749, 758, 764, 812, 828, 842, 844] \ 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 f330e42b8..25ea0a7de 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.java @@ -2318,12 +2318,8 @@ public class KickCParser extends Parser { public DeclTypeContext declType() { return getRuleContext(DeclTypeContext.class,0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public List declPointer() { - return getRuleContexts(DeclPointerContext.class); - } - public DeclPointerContext declPointer(int i) { - return getRuleContext(DeclPointerContext.class,i); + public DeclaratorContext declarator() { + return getRuleContext(DeclaratorContext.class,0); } public ParameterDeclTypeContext(ParameterDeclContext ctx) { copyFrom(ctx); } @Override @@ -2361,40 +2357,25 @@ public class KickCParser extends Parser { public final ParameterDeclContext parameterDecl() throws RecognitionException { ParameterDeclContext _localctx = new ParameterDeclContext(_ctx, getState()); enterRule(_localctx, 48, RULE_parameterDecl); - int _la; try { - setState(332); + setState(326); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,30,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,29,_ctx) ) { case 1: _localctx = new ParameterDeclTypeContext(_localctx); enterOuterAlt(_localctx, 1); { setState(321); declType(); - setState(325); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==ASTERISK) { - { - { - setState(322); - declPointer(); - } - } - setState(327); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(328); - match(NAME); + setState(322); + declarator(0); } break; case 2: _localctx = new ParameterDeclVoidContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(330); + setState(324); match(SIMPLETYPE); } break; @@ -2402,7 +2383,7 @@ public class KickCParser extends Parser { _localctx = new ParameterDeclListContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(331); + setState(325); match(PARAM_LIST); } break; @@ -2460,31 +2441,31 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(334); + setState(328); match(PRAGMA); - setState(335); + setState(329); match(NAME); - setState(336); + setState(330); match(PAR_BEGIN); - setState(337); + setState(331); pragmaParam(); - setState(342); + setState(336); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(338); + setState(332); match(COMMA); - setState(339); + setState(333); pragmaParam(); } } - setState(344); + setState(338); _errHandler.sync(this); _la = _input.LA(1); } - setState(345); + setState(339); match(PAR_END); } } @@ -2604,14 +2585,14 @@ public class KickCParser extends Parser { PragmaParamContext _localctx = new PragmaParamContext(_ctx, getState()); enterRule(_localctx, 52, RULE_pragmaParam); try { - setState(354); + setState(348); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,32,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,31,_ctx) ) { case 1: _localctx = new PragmaParamNumberContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(347); + setState(341); match(NUMBER); } break; @@ -2619,11 +2600,11 @@ public class KickCParser extends Parser { _localctx = new PragmaParamRangeContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(348); + setState(342); match(NUMBER); - setState(349); + setState(343); match(RANGE); - setState(350); + setState(344); match(NUMBER); } break; @@ -2631,7 +2612,7 @@ public class KickCParser extends Parser { _localctx = new PragmaParamNameContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(351); + setState(345); match(NAME); } break; @@ -2639,7 +2620,7 @@ public class KickCParser extends Parser { _localctx = new PragmaParamStringContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(352); + setState(346); match(STRING); } break; @@ -2647,7 +2628,7 @@ public class KickCParser extends Parser { _localctx = new PragmaParamCallingConventionContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(353); + setState(347); match(CALLINGCONVENTION); } break; @@ -2996,14 +2977,14 @@ public class KickCParser extends Parser { enterRule(_localctx, 54, RULE_directive); int _la; try { - setState(401); + setState(395); _errHandler.sync(this); switch (_input.LA(1)) { case CONST: _localctx = new DirectiveConstContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(356); + setState(350); match(CONST); } break; @@ -3011,13 +2992,13 @@ public class KickCParser extends Parser { _localctx = new DirectiveAlignContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(357); + setState(351); match(ALIGN); - setState(358); + setState(352); match(PAR_BEGIN); - setState(359); + setState(353); match(NUMBER); - setState(360); + setState(354); match(PAR_END); } break; @@ -3025,20 +3006,20 @@ public class KickCParser extends Parser { _localctx = new DirectiveRegisterContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(361); + setState(355); match(REGISTER); - setState(365); + setState(359); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,33,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,32,_ctx) ) { case 1: { - setState(362); + setState(356); match(PAR_BEGIN); { - setState(363); + setState(357); match(NAME); } - setState(364); + setState(358); match(PAR_END); } break; @@ -3049,7 +3030,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaZpContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(367); + setState(361); match(ADDRESS_ZEROPAGE); } break; @@ -3057,7 +3038,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaMainContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(368); + setState(362); match(ADDRESS_MAINMEM); } break; @@ -3065,15 +3046,15 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaAddressContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(369); + setState(363); match(ADDRESS); - setState(370); + setState(364); match(PAR_BEGIN); { - setState(371); + setState(365); expr(0); } - setState(372); + setState(366); match(PAR_END); } break; @@ -3081,7 +3062,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveVolatileContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(374); + setState(368); match(VOLATILE); } break; @@ -3089,7 +3070,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveStaticContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(375); + setState(369); match(STATIC); } break; @@ -3097,7 +3078,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveFormSsaContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(376); + setState(370); match(FORM_SSA); } break; @@ -3105,7 +3086,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveFormMaContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(377); + setState(371); match(FORM_MA); } break; @@ -3113,7 +3094,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveExternContext(_localctx); enterOuterAlt(_localctx, 11); { - setState(378); + setState(372); match(EXTERN); } break; @@ -3121,7 +3102,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveExportContext(_localctx); enterOuterAlt(_localctx, 12); { - setState(379); + setState(373); match(EXPORT); } break; @@ -3129,7 +3110,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveInlineContext(_localctx); enterOuterAlt(_localctx, 13); { - setState(380); + setState(374); match(INLINE); } break; @@ -3137,7 +3118,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveIntrinsicContext(_localctx); enterOuterAlt(_localctx, 14); { - setState(381); + setState(375); match(INTRINSIC); } break; @@ -3145,18 +3126,18 @@ public class KickCParser extends Parser { _localctx = new DirectiveInterruptContext(_localctx); enterOuterAlt(_localctx, 15); { - setState(382); + setState(376); match(INTERRUPT); - setState(386); + setState(380); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,34,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,33,_ctx) ) { case 1: { - setState(383); + setState(377); match(PAR_BEGIN); - setState(384); + setState(378); match(NAME); - setState(385); + setState(379); match(PAR_END); } break; @@ -3167,29 +3148,29 @@ public class KickCParser extends Parser { _localctx = new DirectiveReserveZpContext(_localctx); enterOuterAlt(_localctx, 16); { - setState(388); + setState(382); match(LOCAL_RESERVE); - setState(389); + setState(383); match(PAR_BEGIN); - setState(390); + setState(384); pragmaParam(); - setState(395); + setState(389); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(391); + setState(385); match(COMMA); - setState(392); + setState(386); pragmaParam(); } } - setState(397); + setState(391); _errHandler.sync(this); _la = _input.LA(1); } - setState(398); + setState(392); match(PAR_END); } break; @@ -3197,7 +3178,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveCallingConventionContext(_localctx); enterOuterAlt(_localctx, 17); { - setState(400); + setState(394); match(CALLINGCONVENTION); } break; @@ -3249,17 +3230,17 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(404); + setState(398); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(403); + setState(397); stmt(); } } - setState(406); + setState(400); _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) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (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) ); @@ -3623,16 +3604,16 @@ public class KickCParser extends Parser { enterRule(_localctx, 58, RULE_stmt); int _la; try { - setState(493); + setState(487); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,45,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,44,_ctx) ) { case 1: _localctx = new StmtDeclVarContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(408); + setState(402); declVariables(); - setState(409); + setState(403); match(SEMICOLON); } break; @@ -3640,19 +3621,19 @@ public class KickCParser extends Parser { _localctx = new StmtBlockContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(411); + setState(405); match(CURLY_BEGIN); - setState(413); + setState(407); _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) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (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(412); + setState(406); stmtSeq(); } } - setState(415); + setState(409); match(CURLY_END); } break; @@ -3660,9 +3641,9 @@ public class KickCParser extends Parser { _localctx = new StmtExprContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(416); + setState(410); commaExpr(0); - setState(417); + setState(411); match(SEMICOLON); } break; @@ -3670,24 +3651,24 @@ public class KickCParser extends Parser { _localctx = new StmtIfElseContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(419); + setState(413); match(IF); - setState(420); + setState(414); match(PAR_BEGIN); - setState(421); + setState(415); commaExpr(0); - setState(422); + setState(416); match(PAR_END); - setState(423); + setState(417); stmt(); - setState(426); + setState(420); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,39,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,38,_ctx) ) { case 1: { - setState(424); + setState(418); match(ELSE); - setState(425); + setState(419); stmt(); } break; @@ -3698,29 +3679,29 @@ public class KickCParser extends Parser { _localctx = new StmtWhileContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(431); + setState(425); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(428); + setState(422); directive(); } } - setState(433); + setState(427); _errHandler.sync(this); _la = _input.LA(1); } - setState(434); + setState(428); match(WHILE); - setState(435); + setState(429); match(PAR_BEGIN); - setState(436); + setState(430); commaExpr(0); - setState(437); + setState(431); match(PAR_END); - setState(438); + setState(432); stmt(); } break; @@ -3728,33 +3709,33 @@ public class KickCParser extends Parser { _localctx = new StmtDoWhileContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(443); + setState(437); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(440); + setState(434); directive(); } } - setState(445); + setState(439); _errHandler.sync(this); _la = _input.LA(1); } - setState(446); + setState(440); match(DO); - setState(447); + setState(441); stmt(); - setState(448); + setState(442); match(WHILE); - setState(449); + setState(443); match(PAR_BEGIN); - setState(450); + setState(444); commaExpr(0); - setState(451); + setState(445); match(PAR_END); - setState(452); + setState(446); match(SEMICOLON); } break; @@ -3762,29 +3743,29 @@ public class KickCParser extends Parser { _localctx = new StmtForContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(457); + setState(451); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(454); + setState(448); directive(); } } - setState(459); + setState(453); _errHandler.sync(this); _la = _input.LA(1); } - setState(460); + setState(454); match(FOR); - setState(461); + setState(455); match(PAR_BEGIN); - setState(462); + setState(456); forLoop(); - setState(463); + setState(457); match(PAR_END); - setState(464); + setState(458); stmt(); } break; @@ -3792,19 +3773,19 @@ public class KickCParser extends Parser { _localctx = new StmtSwitchContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(466); + setState(460); match(SWITCH); - setState(467); + setState(461); match(PAR_BEGIN); - setState(468); + setState(462); commaExpr(0); - setState(469); + setState(463); match(PAR_END); - setState(470); + setState(464); match(CURLY_BEGIN); - setState(471); + setState(465); switchCases(); - setState(472); + setState(466); match(CURLY_END); } break; @@ -3812,19 +3793,19 @@ public class KickCParser extends Parser { _localctx = new StmtReturnContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(474); + setState(468); match(RETURN); - setState(476); + setState(470); _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 - 71)) & ~0x3f) == 0 && ((1L << (_la - 71)) & ((1L << (SIZEOF - 71)) | (1L << (TYPEID - 71)) | (1L << (DEFINED - 71)) | (1L << (LOGIC_NOT - 71)) | (1L << (BOOLEAN - 71)) | (1L << (NUMBER - 71)) | (1L << (NAME - 71)) | (1L << (STRING - 71)) | (1L << (CHAR - 71)))) != 0)) { { - setState(475); + setState(469); commaExpr(0); } } - setState(478); + setState(472); match(SEMICOLON); } break; @@ -3832,9 +3813,9 @@ public class KickCParser extends Parser { _localctx = new StmtBreakContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(479); + setState(473); match(BREAK); - setState(480); + setState(474); match(SEMICOLON); } break; @@ -3842,9 +3823,9 @@ public class KickCParser extends Parser { _localctx = new StmtContinueContext(_localctx); enterOuterAlt(_localctx, 11); { - setState(481); + setState(475); match(CONTINUE); - setState(482); + setState(476); match(SEMICOLON); } break; @@ -3852,23 +3833,23 @@ public class KickCParser extends Parser { _localctx = new StmtAsmContext(_localctx); enterOuterAlt(_localctx, 12); { - setState(483); + setState(477); match(ASM); - setState(485); + setState(479); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(484); + setState(478); asmDirectives(); } } - setState(487); + setState(481); match(CURLY_BEGIN); - setState(488); + setState(482); asmLines(); - setState(489); + setState(483); match(ASM_CURLY_END); } break; @@ -3876,7 +3857,7 @@ public class KickCParser extends Parser { _localctx = new StmtDeclKasmContext(_localctx); enterOuterAlt(_localctx, 13); { - setState(491); + setState(485); kasmContent(); } break; @@ -3884,7 +3865,7 @@ public class KickCParser extends Parser { _localctx = new StmtEmptyContext(_localctx); enterOuterAlt(_localctx, 14); { - setState(492); + setState(486); match(SEMICOLON); } break; @@ -3939,35 +3920,35 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(496); + setState(490); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(495); + setState(489); switchCase(); } } - setState(498); + setState(492); _errHandler.sync(this); _la = _input.LA(1); } while ( _la==CASE ); - setState(505); + setState(499); _errHandler.sync(this); _la = _input.LA(1); if (_la==DEFAULT) { { - setState(500); + setState(494); match(DEFAULT); - setState(501); + setState(495); match(COLON); - setState(503); + setState(497); _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) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (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(502); + setState(496); stmtSeq(); } } @@ -4023,18 +4004,18 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(507); + setState(501); match(CASE); - setState(508); + setState(502); expr(0); - setState(509); + setState(503); match(COLON); - setState(511); + setState(505); _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) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (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(510); + setState(504); stmtSeq(); } } @@ -4128,35 +4109,35 @@ public class KickCParser extends Parser { enterRule(_localctx, 64, RULE_forLoop); int _la; try { - setState(529); + setState(523); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,52,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,51,_ctx) ) { case 1: _localctx = new ForClassicContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(513); + setState(507); forClassicInit(); - setState(514); + setState(508); match(SEMICOLON); - setState(516); + setState(510); _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 - 71)) & ~0x3f) == 0 && ((1L << (_la - 71)) & ((1L << (SIZEOF - 71)) | (1L << (TYPEID - 71)) | (1L << (DEFINED - 71)) | (1L << (LOGIC_NOT - 71)) | (1L << (BOOLEAN - 71)) | (1L << (NUMBER - 71)) | (1L << (NAME - 71)) | (1L << (STRING - 71)) | (1L << (CHAR - 71)))) != 0)) { { - setState(515); + setState(509); forClassicCondition(); } } - setState(518); + setState(512); match(SEMICOLON); - setState(520); + setState(514); _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 - 71)) & ~0x3f) == 0 && ((1L << (_la - 71)) & ((1L << (SIZEOF - 71)) | (1L << (TYPEID - 71)) | (1L << (DEFINED - 71)) | (1L << (LOGIC_NOT - 71)) | (1L << (BOOLEAN - 71)) | (1L << (NUMBER - 71)) | (1L << (NAME - 71)) | (1L << (STRING - 71)) | (1L << (CHAR - 71)))) != 0)) { { - setState(519); + setState(513); commaExpr(0); } } @@ -4167,17 +4148,17 @@ public class KickCParser extends Parser { _localctx = new ForRangeContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(522); + setState(516); declType(); - setState(523); + setState(517); declarator(0); - setState(524); + setState(518); match(COLON); - setState(525); + setState(519); expr(0); - setState(526); + setState(520); match(RANGE); - setState(527); + setState(521); expr(0); } break; @@ -4249,7 +4230,7 @@ public class KickCParser extends Parser { enterRule(_localctx, 66, RULE_forClassicInit); int _la; try { - setState(535); + setState(529); _errHandler.sync(this); switch (_input.LA(1)) { case TYPEDEFNAME: @@ -4278,12 +4259,12 @@ public class KickCParser extends Parser { _localctx = new ForClassicInitDeclContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(532); + setState(526); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 69)) & ~0x3f) == 0 && ((1L << (_la - 69)) & ((1L << (STRUCT - 69)) | (1L << (ENUM - 69)) | (1L << (SIGNEDNESS - 69)) | (1L << (SIMPLETYPE - 69)))) != 0)) { { - setState(531); + setState(525); declVariables(); } } @@ -4313,7 +4294,7 @@ public class KickCParser extends Parser { _localctx = new ForClassicInitExprContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(534); + setState(528); commaExpr(0); } break; @@ -4361,7 +4342,7 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(537); + setState(531); commaExpr(0); } } @@ -4450,13 +4431,13 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(540); + setState(534); expr(0); } _ctx.stop = _input.LT(-1); - setState(547); + setState(541); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,55,_ctx); + _alt = getInterpreter().adaptivePredict(_input,54,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); @@ -4465,18 +4446,18 @@ public class KickCParser extends Parser { { _localctx = new CommaSimpleContext(new CommaExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_commaExpr); - setState(542); + setState(536); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(543); + setState(537); match(COMMA); - setState(544); + setState(538); expr(0); } } } - setState(549); + setState(543); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,55,_ctx); + _alt = getInterpreter().adaptivePredict(_input,54,_ctx); } } } @@ -5038,20 +5019,20 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(615); + setState(609); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,63,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,62,_ctx) ) { case 1: { _localctx = new ExprParContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(551); + setState(545); match(PAR_BEGIN); - setState(552); + setState(546); commaExpr(0); - setState(553); + setState(547); match(PAR_END); } break; @@ -5060,11 +5041,11 @@ public class KickCParser extends Parser { _localctx = new ExprSizeOfContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(555); + setState(549); match(SIZEOF); - setState(556); + setState(550); match(PAR_BEGIN); - setState(559); + setState(553); _errHandler.sync(this); switch (_input.LA(1)) { case CURLY_BEGIN: @@ -5088,7 +5069,7 @@ public class KickCParser extends Parser { case STRING: case CHAR: { - setState(557); + setState(551); expr(0); } break; @@ -5098,14 +5079,14 @@ public class KickCParser extends Parser { case SIGNEDNESS: case SIMPLETYPE: { - setState(558); + setState(552); typeSpecifier(0); } break; default: throw new NoViableAltException(this); } - setState(561); + setState(555); match(PAR_END); } break; @@ -5114,11 +5095,11 @@ public class KickCParser extends Parser { _localctx = new ExprTypeIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(563); + setState(557); match(TYPEID); - setState(564); + setState(558); match(PAR_BEGIN); - setState(567); + setState(561); _errHandler.sync(this); switch (_input.LA(1)) { case CURLY_BEGIN: @@ -5142,7 +5123,7 @@ public class KickCParser extends Parser { case STRING: case CHAR: { - setState(565); + setState(559); expr(0); } break; @@ -5152,14 +5133,14 @@ public class KickCParser extends Parser { case SIGNEDNESS: case SIMPLETYPE: { - setState(566); + setState(560); typeSpecifier(0); } break; default: throw new NoViableAltException(this); } - setState(569); + setState(563); match(PAR_END); } break; @@ -5168,26 +5149,26 @@ public class KickCParser extends Parser { _localctx = new ExprDefinedContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(571); + setState(565); match(DEFINED); - setState(573); + setState(567); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(572); + setState(566); match(PAR_BEGIN); } } - setState(575); + setState(569); match(NAME); - setState(577); + setState(571); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,59,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,58,_ctx) ) { case 1: { - setState(576); + setState(570); match(PAR_END); } break; @@ -5199,13 +5180,13 @@ public class KickCParser extends Parser { _localctx = new ExprCastContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(579); + setState(573); match(PAR_BEGIN); - setState(580); + setState(574); typeSpecifier(0); - setState(581); + setState(575); match(PAR_END); - setState(582); + setState(576); expr(24); } break; @@ -5214,7 +5195,7 @@ public class KickCParser extends Parser { _localctx = new ExprPreModContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(584); + setState(578); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5224,7 +5205,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(585); + setState(579); expr(23); } break; @@ -5233,9 +5214,9 @@ public class KickCParser extends Parser { _localctx = new ExprPtrContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(586); + setState(580); match(ASTERISK); - setState(587); + setState(581); expr(21); } break; @@ -5244,7 +5225,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(588); + setState(582); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << PLUS) | (1L << MINUS) | (1L << AND) | (1L << BIT_NOT))) != 0) || _la==LOGIC_NOT) ) { _errHandler.recoverInline(this); @@ -5254,7 +5235,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(589); + setState(583); expr(20); } break; @@ -5263,7 +5244,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(590); + setState(584); _la = _input.LA(1); if ( !(_la==LESS_THAN || _la==GREATER_THAN) ) { _errHandler.recoverInline(this); @@ -5273,7 +5254,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(591); + setState(585); expr(16); } break; @@ -5282,39 +5263,39 @@ public class KickCParser extends Parser { _localctx = new InitListContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(592); + setState(586); match(CURLY_BEGIN); - setState(593); + setState(587); expr(0); - setState(598); + setState(592); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,60,_ctx); + _alt = getInterpreter().adaptivePredict(_input,59,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(594); + setState(588); match(COMMA); - setState(595); + setState(589); expr(0); } } } - setState(600); + setState(594); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,60,_ctx); + _alt = getInterpreter().adaptivePredict(_input,59,_ctx); } - setState(602); + setState(596); _errHandler.sync(this); _la = _input.LA(1); if (_la==COMMA) { { - setState(601); + setState(595); match(COMMA); } } - setState(604); + setState(598); match(CURLY_END); } break; @@ -5323,7 +5304,7 @@ public class KickCParser extends Parser { _localctx = new ExprIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(606); + setState(600); match(NAME); } break; @@ -5332,7 +5313,7 @@ public class KickCParser extends Parser { _localctx = new ExprNumberContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(607); + setState(601); match(NUMBER); } break; @@ -5341,7 +5322,7 @@ public class KickCParser extends Parser { _localctx = new ExprStringContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(609); + setState(603); _errHandler.sync(this); _alt = 1; do { @@ -5349,7 +5330,7 @@ public class KickCParser extends Parser { case 1: { { - setState(608); + setState(602); match(STRING); } } @@ -5357,9 +5338,9 @@ public class KickCParser extends Parser { default: throw new NoViableAltException(this); } - setState(611); + setState(605); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,62,_ctx); + _alt = getInterpreter().adaptivePredict(_input,61,_ctx); } while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ); } break; @@ -5368,7 +5349,7 @@ public class KickCParser extends Parser { _localctx = new ExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(613); + setState(607); match(CHAR); } break; @@ -5377,30 +5358,30 @@ public class KickCParser extends Parser { _localctx = new ExprBoolContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(614); + setState(608); match(BOOLEAN); } break; } _ctx.stop = _input.LT(-1); - setState(677); + setState(671); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,66,_ctx); + _alt = getInterpreter().adaptivePredict(_input,65,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(675); + setState(669); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,65,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,64,_ctx) ) { case 1: { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(617); + setState(611); if (!(precpred(_ctx, 19))) throw new FailedPredicateException(this, "precpred(_ctx, 19)"); - setState(618); + setState(612); _la = _input.LA(1); if ( !(_la==SHIFT_LEFT || _la==SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -5410,7 +5391,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(619); + setState(613); expr(20); } break; @@ -5418,9 +5399,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(620); + setState(614); if (!(precpred(_ctx, 18))) throw new FailedPredicateException(this, "precpred(_ctx, 18)"); - setState(621); + setState(615); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ASTERISK) | (1L << DIVIDE) | (1L << MODULO))) != 0)) ) { _errHandler.recoverInline(this); @@ -5430,7 +5411,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(622); + setState(616); expr(19); } break; @@ -5438,9 +5419,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(623); + setState(617); if (!(precpred(_ctx, 17))) throw new FailedPredicateException(this, "precpred(_ctx, 17)"); - setState(624); + setState(618); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { _errHandler.recoverInline(this); @@ -5450,7 +5431,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(625); + setState(619); expr(18); } break; @@ -5458,9 +5439,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(626); + setState(620); if (!(precpred(_ctx, 15))) throw new FailedPredicateException(this, "precpred(_ctx, 15)"); - setState(627); + setState(621); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << EQUAL) | (1L << NOT_EQUAL) | (1L << LESS_THAN) | (1L << LESS_THAN_EQUAL) | (1L << GREATER_THAN_EQUAL) | (1L << GREATER_THAN))) != 0)) ) { _errHandler.recoverInline(this); @@ -5470,7 +5451,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(628); + setState(622); expr(16); } break; @@ -5478,13 +5459,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(629); + setState(623); if (!(precpred(_ctx, 14))) throw new FailedPredicateException(this, "precpred(_ctx, 14)"); { - setState(630); + setState(624); match(AND); } - setState(631); + setState(625); expr(15); } break; @@ -5492,13 +5473,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(632); + setState(626); if (!(precpred(_ctx, 13))) throw new FailedPredicateException(this, "precpred(_ctx, 13)"); { - setState(633); + setState(627); match(BIT_XOR); } - setState(634); + setState(628); expr(14); } break; @@ -5506,13 +5487,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(635); + setState(629); if (!(precpred(_ctx, 12))) throw new FailedPredicateException(this, "precpred(_ctx, 12)"); { - setState(636); + setState(630); match(BIT_OR); } - setState(637); + setState(631); expr(13); } break; @@ -5520,13 +5501,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(638); + setState(632); if (!(precpred(_ctx, 11))) throw new FailedPredicateException(this, "precpred(_ctx, 11)"); { - setState(639); + setState(633); match(LOGIC_AND); } - setState(640); + setState(634); expr(12); } break; @@ -5534,13 +5515,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(641); + setState(635); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(642); + setState(636); match(LOGIC_OR); } - setState(643); + setState(637); expr(11); } break; @@ -5548,15 +5529,15 @@ public class KickCParser extends Parser { { _localctx = new ExprTernaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(644); + setState(638); if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(645); + setState(639); match(CONDITION); - setState(646); + setState(640); expr(0); - setState(647); + setState(641); match(COLON); - setState(648); + setState(642); expr(10); } break; @@ -5564,11 +5545,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(650); + setState(644); if (!(precpred(_ctx, 8))) throw new FailedPredicateException(this, "precpred(_ctx, 8)"); - setState(651); + setState(645); match(ASSIGN); - setState(652); + setState(646); expr(8); } break; @@ -5576,11 +5557,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentCompoundContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(653); + setState(647); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(654); + setState(648); match(ASSIGN_COMPOUND); - setState(655); + setState(649); expr(7); } break; @@ -5588,11 +5569,11 @@ public class KickCParser extends Parser { { _localctx = new ExprDotContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(656); + setState(650); if (!(precpred(_ctx, 31))) throw new FailedPredicateException(this, "precpred(_ctx, 31)"); - setState(657); + setState(651); match(DOT); - setState(658); + setState(652); match(NAME); } break; @@ -5600,11 +5581,11 @@ public class KickCParser extends Parser { { _localctx = new ExprArrowContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(659); + setState(653); if (!(precpred(_ctx, 30))) throw new FailedPredicateException(this, "precpred(_ctx, 30)"); - setState(660); + setState(654); match(ARROW); - setState(661); + setState(655); match(NAME); } break; @@ -5612,21 +5593,21 @@ public class KickCParser extends Parser { { _localctx = new ExprCallContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(662); + setState(656); if (!(precpred(_ctx, 29))) throw new FailedPredicateException(this, "precpred(_ctx, 29)"); - setState(663); + setState(657); match(PAR_BEGIN); - setState(665); + setState(659); _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 - 71)) & ~0x3f) == 0 && ((1L << (_la - 71)) & ((1L << (SIZEOF - 71)) | (1L << (TYPEID - 71)) | (1L << (DEFINED - 71)) | (1L << (LOGIC_NOT - 71)) | (1L << (BOOLEAN - 71)) | (1L << (NUMBER - 71)) | (1L << (NAME - 71)) | (1L << (STRING - 71)) | (1L << (CHAR - 71)))) != 0)) { { - setState(664); + setState(658); parameterList(); } } - setState(667); + setState(661); match(PAR_END); } break; @@ -5634,13 +5615,13 @@ public class KickCParser extends Parser { { _localctx = new ExprArrayContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(668); + setState(662); if (!(precpred(_ctx, 25))) throw new FailedPredicateException(this, "precpred(_ctx, 25)"); - setState(669); + setState(663); match(BRACKET_BEGIN); - setState(670); + setState(664); commaExpr(0); - setState(671); + setState(665); match(BRACKET_END); } break; @@ -5648,9 +5629,9 @@ public class KickCParser extends Parser { { _localctx = new ExprPostModContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(673); + setState(667); if (!(precpred(_ctx, 22))) throw new FailedPredicateException(this, "precpred(_ctx, 22)"); - setState(674); + setState(668); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5665,9 +5646,9 @@ public class KickCParser extends Parser { } } } - setState(679); + setState(673); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,66,_ctx); + _alt = getInterpreter().adaptivePredict(_input,65,_ctx); } } } @@ -5719,21 +5700,21 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(680); + setState(674); expr(0); - setState(685); + setState(679); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(681); + setState(675); match(COMMA); - setState(682); + setState(676); expr(0); } } - setState(687); + setState(681); _errHandler.sync(this); _la = _input.LA(1); } @@ -5782,19 +5763,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(688); + setState(682); match(KICKASM); - setState(690); + setState(684); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(689); + setState(683); asmDirectives(); } } - setState(692); + setState(686); match(KICKASM_BODY); } } @@ -5848,27 +5829,27 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(694); + setState(688); match(PAR_BEGIN); - setState(695); + setState(689); asmDirective(); - setState(700); + setState(694); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(696); + setState(690); match(COMMA); - setState(697); + setState(691); asmDirective(); } } - setState(702); + setState(696); _errHandler.sync(this); _la = _input.LA(1); } - setState(703); + setState(697); match(PAR_END); } } @@ -5993,16 +5974,16 @@ public class KickCParser extends Parser { AsmDirectiveContext _localctx = new AsmDirectiveContext(_ctx, getState()); enterRule(_localctx, 80, RULE_asmDirective); try { - setState(715); + setState(709); _errHandler.sync(this); switch (_input.LA(1)) { case RESOURCE: _localctx = new AsmDirectiveResourceContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(705); + setState(699); match(RESOURCE); - setState(706); + setState(700); match(STRING); } break; @@ -6010,9 +5991,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveUsesContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(707); + setState(701); match(USES); - setState(708); + setState(702); match(NAME); } break; @@ -6020,9 +6001,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveClobberContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(709); + setState(703); match(CLOBBERS); - setState(710); + setState(704); match(STRING); } break; @@ -6030,9 +6011,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveBytesContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(711); + setState(705); match(BYTES); - setState(712); + setState(706); expr(0); } break; @@ -6040,9 +6021,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveCyclesContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(713); + setState(707); match(CYCLES); - setState(714); + setState(708); expr(0); } break; @@ -6094,17 +6075,17 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(720); + setState(714); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 113)) & ~0x3f) == 0 && ((1L << (_la - 113)) & ((1L << (ASM_BYTE - 113)) | (1L << (ASM_MNEMONIC - 113)) | (1L << (ASM_MULTI_NAME - 113)) | (1L << (ASM_NAME - 113)))) != 0)) { { { - setState(717); + setState(711); asmLine(); } } - setState(722); + setState(716); _errHandler.sync(this); _la = _input.LA(1); } @@ -6154,28 +6135,28 @@ public class KickCParser extends Parser { AsmLineContext _localctx = new AsmLineContext(_ctx, getState()); enterRule(_localctx, 84, RULE_asmLine); try { - setState(726); + setState(720); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_MULTI_NAME: case ASM_NAME: enterOuterAlt(_localctx, 1); { - setState(723); + setState(717); asmLabel(); } break; case ASM_MNEMONIC: enterOuterAlt(_localctx, 2); { - setState(724); + setState(718); asmInstruction(); } break; case ASM_BYTE: enterOuterAlt(_localctx, 3); { - setState(725); + setState(719); asmBytes(); } break; @@ -6255,28 +6236,28 @@ public class KickCParser extends Parser { enterRule(_localctx, 86, RULE_asmLabel); int _la; try { - setState(744); + setState(738); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_NAME: _localctx = new AsmLabelNameContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(728); + setState(722); match(ASM_NAME); - setState(729); + setState(723); match(ASM_COLON); - setState(733); + setState(727); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_TAG) { { { - setState(730); + setState(724); match(ASM_TAG); } } - setState(735); + setState(729); _errHandler.sync(this); _la = _input.LA(1); } @@ -6286,21 +6267,21 @@ public class KickCParser extends Parser { _localctx = new AsmLabelMultiContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(736); + setState(730); match(ASM_MULTI_NAME); - setState(737); + setState(731); match(ASM_COLON); - setState(741); + setState(735); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_TAG) { { { - setState(738); + setState(732); match(ASM_TAG); } } - setState(743); + setState(737); _errHandler.sync(this); _la = _input.LA(1); } @@ -6356,29 +6337,29 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(746); + setState(740); match(ASM_MNEMONIC); - setState(748); + setState(742); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,76,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,75,_ctx) ) { case 1: { - setState(747); + setState(741); asmParamMode(); } break; } - setState(753); + setState(747); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_TAG) { { { - setState(750); + setState(744); match(ASM_TAG); } } - setState(755); + setState(749); _errHandler.sync(this); _la = _input.LA(1); } @@ -6437,37 +6418,37 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(756); + setState(750); match(ASM_BYTE); - setState(757); + setState(751); asmExpr(0); - setState(762); + setState(756); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_COMMA) { { { - setState(758); + setState(752); match(ASM_COMMA); - setState(759); + setState(753); asmExpr(0); } } - setState(764); + setState(758); _errHandler.sync(this); _la = _input.LA(1); } - setState(768); + setState(762); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_TAG) { { { - setState(765); + setState(759); match(ASM_TAG); } } - setState(770); + setState(764); _errHandler.sync(this); _la = _input.LA(1); } @@ -6714,14 +6695,14 @@ public class KickCParser extends Parser { AsmParamModeContext _localctx = new AsmParamModeContext(_ctx, getState()); enterRule(_localctx, 92, RULE_asmParamMode); try { - setState(816); + setState(810); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,80,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,79,_ctx) ) { case 1: _localctx = new AsmModeAbsContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(771); + setState(765); asmExpr(0); } break; @@ -6729,9 +6710,9 @@ public class KickCParser extends Parser { _localctx = new AsmModeImmContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(772); + setState(766); match(ASM_IMM); - setState(773); + setState(767); asmExpr(0); } break; @@ -6739,11 +6720,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeAbsXYContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(774); + setState(768); asmExpr(0); - setState(775); + setState(769); match(ASM_COMMA); - setState(776); + setState(770); asmExpr(0); } break; @@ -6751,15 +6732,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndIdxXYContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(778); + setState(772); match(ASM_PAR_BEGIN); - setState(779); + setState(773); asmExpr(0); - setState(780); + setState(774); match(ASM_PAR_END); - setState(781); + setState(775); match(ASM_COMMA); - setState(782); + setState(776); match(ASM_NAME); } break; @@ -6767,19 +6748,19 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndLongIdxXYContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(784); + setState(778); match(ASM_PAR_BEGIN); - setState(785); + setState(779); match(ASM_PAR_BEGIN); - setState(786); + setState(780); asmExpr(0); - setState(787); + setState(781); match(ASM_PAR_END); - setState(788); + setState(782); match(ASM_PAR_END); - setState(789); + setState(783); match(ASM_COMMA); - setState(790); + setState(784); match(ASM_NAME); } break; @@ -6787,19 +6768,19 @@ public class KickCParser extends Parser { _localctx = new AsmModeSPIndIdxContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(792); + setState(786); match(ASM_PAR_BEGIN); - setState(793); + setState(787); asmExpr(0); - setState(794); + setState(788); match(ASM_COMMA); - setState(795); + setState(789); match(ASM_NAME); - setState(796); + setState(790); match(ASM_PAR_END); - setState(797); + setState(791); match(ASM_COMMA); - setState(798); + setState(792); match(ASM_NAME); } break; @@ -6807,15 +6788,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIdxIndXYContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(800); + setState(794); match(ASM_PAR_BEGIN); - setState(801); + setState(795); asmExpr(0); - setState(802); + setState(796); match(ASM_COMMA); - setState(803); + setState(797); match(ASM_NAME); - setState(804); + setState(798); match(ASM_PAR_END); } break; @@ -6823,11 +6804,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(806); + setState(800); match(ASM_PAR_BEGIN); - setState(807); + setState(801); asmExpr(0); - setState(808); + setState(802); match(ASM_PAR_END); } break; @@ -6835,15 +6816,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndLongContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(810); + setState(804); match(ASM_PAR_BEGIN); - setState(811); + setState(805); match(ASM_PAR_BEGIN); - setState(812); + setState(806); asmExpr(0); - setState(813); + setState(807); match(ASM_PAR_END); - setState(814); + setState(808); match(ASM_PAR_END); } break; @@ -7048,7 +7029,7 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(832); + setState(826); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_BRACKET_BEGIN: @@ -7057,11 +7038,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(819); + setState(813); match(ASM_BRACKET_BEGIN); - setState(820); + setState(814); asmExpr(0); - setState(821); + setState(815); match(ASM_BRACKET_END); } break; @@ -7073,7 +7054,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(823); + setState(817); _la = _input.LA(1); if ( !(((((_la - 125)) & ~0x3f) == 0 && ((1L << (_la - 125)) & ((1L << (ASM_PLUS - 125)) | (1L << (ASM_MINUS - 125)) | (1L << (ASM_LESS_THAN - 125)) | (1L << (ASM_GREATER_THAN - 125)))) != 0)) ) { _errHandler.recoverInline(this); @@ -7083,7 +7064,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(824); + setState(818); asmExpr(8); } break; @@ -7092,7 +7073,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(825); + setState(819); match(ASM_NAME); } break; @@ -7101,7 +7082,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelRelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(826); + setState(820); match(ASM_MULTI_REL); } break; @@ -7110,11 +7091,11 @@ public class KickCParser extends Parser { _localctx = new AsmExprReplaceContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(827); + setState(821); match(ASM_CURLY_BEGIN); - setState(828); + setState(822); match(ASM_NAME); - setState(829); + setState(823); match(ASM_CURLY_END); } break; @@ -7123,7 +7104,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprIntContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(830); + setState(824); match(ASM_NUMBER); } break; @@ -7132,7 +7113,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(831); + setState(825); match(ASM_CHAR); } break; @@ -7140,28 +7121,28 @@ public class KickCParser extends Parser { throw new NoViableAltException(this); } _ctx.stop = _input.LT(-1); - setState(848); + setState(842); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,83,_ctx); + _alt = getInterpreter().adaptivePredict(_input,82,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(846); + setState(840); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,82,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,81,_ctx) ) { case 1: { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(834); + setState(828); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(835); + setState(829); match(ASM_DOT); } - setState(836); + setState(830); asmExpr(11); } break; @@ -7169,9 +7150,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(837); + setState(831); if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(838); + setState(832); _la = _input.LA(1); if ( !(_la==ASM_SHIFT_LEFT || _la==ASM_SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -7181,7 +7162,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(839); + setState(833); asmExpr(10); } break; @@ -7189,9 +7170,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(840); + setState(834); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(841); + setState(835); _la = _input.LA(1); if ( !(_la==ASM_MULTIPLY || _la==ASM_DIVIDE) ) { _errHandler.recoverInline(this); @@ -7201,7 +7182,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(842); + setState(836); asmExpr(8); } break; @@ -7209,9 +7190,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(843); + setState(837); if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); - setState(844); + setState(838); _la = _input.LA(1); if ( !(_la==ASM_PLUS || _la==ASM_MINUS) ) { _errHandler.recoverInline(this); @@ -7221,16 +7202,16 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(845); + setState(839); asmExpr(7); } break; } } } - setState(850); + setState(844); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,83,_ctx); + _alt = getInterpreter().adaptivePredict(_input,82,_ctx); } } } @@ -7364,7 +7345,7 @@ public class KickCParser extends Parser { } public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009c\u0356\4\2\t"+ + "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009c\u0350\4\2\t"+ "\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13"+ "\t\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ @@ -7389,109 +7370,109 @@ public class KickCParser extends Parser { "\u0123\n\26\3\27\3\27\7\27\u0127\n\27\f\27\16\27\u012a\13\27\3\27\3\27"+ "\3\27\5\27\u012f\n\27\3\27\3\27\3\27\5\27\u0134\n\27\3\30\3\30\5\30\u0138"+ "\n\30\3\30\3\30\3\31\3\31\3\31\7\31\u013f\n\31\f\31\16\31\u0142\13\31"+ - "\3\32\3\32\7\32\u0146\n\32\f\32\16\32\u0149\13\32\3\32\3\32\3\32\3\32"+ - "\5\32\u014f\n\32\3\33\3\33\3\33\3\33\3\33\3\33\7\33\u0157\n\33\f\33\16"+ - "\33\u015a\13\33\3\33\3\33\3\34\3\34\3\34\3\34\3\34\3\34\3\34\5\34\u0165"+ - "\n\34\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\5\35\u0170\n\35\3\35"+ - "\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35"+ - "\3\35\3\35\3\35\3\35\5\35\u0185\n\35\3\35\3\35\3\35\3\35\3\35\7\35\u018c"+ - "\n\35\f\35\16\35\u018f\13\35\3\35\3\35\3\35\5\35\u0194\n\35\3\36\6\36"+ - "\u0197\n\36\r\36\16\36\u0198\3\37\3\37\3\37\3\37\3\37\5\37\u01a0\n\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\u01ad\n\37"+ - "\3\37\7\37\u01b0\n\37\f\37\16\37\u01b3\13\37\3\37\3\37\3\37\3\37\3\37"+ - "\3\37\3\37\7\37\u01bc\n\37\f\37\16\37\u01bf\13\37\3\37\3\37\3\37\3\37"+ - "\3\37\3\37\3\37\3\37\3\37\7\37\u01ca\n\37\f\37\16\37\u01cd\13\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\u01df\n\37\3\37\3\37\3\37\3\37\3\37\3\37\3\37\5\37\u01e8\n"+ - "\37\3\37\3\37\3\37\3\37\3\37\3\37\5\37\u01f0\n\37\3 \6 \u01f3\n \r \16"+ - " \u01f4\3 \3 \3 \5 \u01fa\n \5 \u01fc\n \3!\3!\3!\3!\5!\u0202\n!\3\"\3"+ - "\"\3\"\5\"\u0207\n\"\3\"\3\"\5\"\u020b\n\"\3\"\3\"\3\"\3\"\3\"\3\"\3\""+ - "\5\"\u0214\n\"\3#\5#\u0217\n#\3#\5#\u021a\n#\3$\3$\3%\3%\3%\3%\3%\3%\7"+ - "%\u0224\n%\f%\16%\u0227\13%\3&\3&\3&\3&\3&\3&\3&\3&\3&\5&\u0232\n&\3&"+ - "\3&\3&\3&\3&\3&\5&\u023a\n&\3&\3&\3&\3&\5&\u0240\n&\3&\3&\5&\u0244\n&"+ - "\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\7&\u0257\n&\f&\16"+ - "&\u025a\13&\3&\5&\u025d\n&\3&\3&\3&\3&\3&\6&\u0264\n&\r&\16&\u0265\3&"+ - "\3&\5&\u026a\n&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&"+ - "\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&"+ - "\3&\3&\3&\3&\3&\3&\3&\5&\u029c\n&\3&\3&\3&\3&\3&\3&\3&\3&\7&\u02a6\n&"+ - "\f&\16&\u02a9\13&\3\'\3\'\3\'\7\'\u02ae\n\'\f\'\16\'\u02b1\13\'\3(\3("+ - "\5(\u02b5\n(\3(\3(\3)\3)\3)\3)\7)\u02bd\n)\f)\16)\u02c0\13)\3)\3)\3*\3"+ - "*\3*\3*\3*\3*\3*\3*\3*\3*\5*\u02ce\n*\3+\7+\u02d1\n+\f+\16+\u02d4\13+"+ - "\3,\3,\3,\5,\u02d9\n,\3-\3-\3-\7-\u02de\n-\f-\16-\u02e1\13-\3-\3-\3-\7"+ - "-\u02e6\n-\f-\16-\u02e9\13-\5-\u02eb\n-\3.\3.\5.\u02ef\n.\3.\7.\u02f2"+ - "\n.\f.\16.\u02f5\13.\3/\3/\3/\3/\7/\u02fb\n/\f/\16/\u02fe\13/\3/\7/\u0301"+ - "\n/\f/\16/\u0304\13/\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60"+ - "\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60"+ - "\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60"+ - "\3\60\3\60\3\60\3\60\3\60\3\60\3\60\5\60\u0333\n\60\3\61\3\61\3\61\3\61"+ - "\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\5\61\u0343\n\61\3\61"+ - "\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\7\61\u0351\n\61"+ - "\f\61\16\61\u0354\13\61\3\61\2\n\f\30\32\34(HJ`\62\2\4\6\b\n\f\16\20\22"+ - "\24\26\30\32\34\36 \"$&(*,.\60\62\64\668:<>@BDFHJLNPRTVXZ\\^`\2\r\3\2"+ - "\27\30\5\2\22\23\31\32RR\4\2!!$$\3\2\35\36\3\2\24\26\3\2\22\23\3\2\37"+ - "$\3\2\177\u0082\3\2}~\3\2\u0083\u0084\3\2\177\u0080\2\u03d0\2b\3\2\2\2"+ - "\4e\3\2\2\2\6k\3\2\2\2\b|\3\2\2\2\n~\3\2\2\2\f\u0081\3\2\2\2\16\u0095"+ - "\3\2\2\2\20\u0097\3\2\2\2\22\u009f\3\2\2\2\24\u00a9\3\2\2\2\26\u00b0\3"+ - "\2\2\2\30\u00b6\3\2\2\2\32\u00d5\3\2\2\2\34\u00ed\3\2\2\2\36\u00f7\3\2"+ - "\2\2 \u00fa\3\2\2\2\"\u0106\3\2\2\2$\u0109\3\2\2\2&\u010c\3\2\2\2(\u0114"+ - "\3\2\2\2*\u011f\3\2\2\2,\u0124\3\2\2\2.\u0135\3\2\2\2\60\u013b\3\2\2\2"+ - "\62\u014e\3\2\2\2\64\u0150\3\2\2\2\66\u0164\3\2\2\28\u0193\3\2\2\2:\u0196"+ - "\3\2\2\2<\u01ef\3\2\2\2>\u01f2\3\2\2\2@\u01fd\3\2\2\2B\u0213\3\2\2\2D"+ - "\u0219\3\2\2\2F\u021b\3\2\2\2H\u021d\3\2\2\2J\u0269\3\2\2\2L\u02aa\3\2"+ - "\2\2N\u02b2\3\2\2\2P\u02b8\3\2\2\2R\u02cd\3\2\2\2T\u02d2\3\2\2\2V\u02d8"+ - "\3\2\2\2X\u02ea\3\2\2\2Z\u02ec\3\2\2\2\\\u02f6\3\2\2\2^\u0332\3\2\2\2"+ - "`\u0342\3\2\2\2bc\5\6\4\2cd\7\2\2\3d\3\3\2\2\2ef\5T+\2fg\7\2\2\3g\5\3"+ - "\2\2\2hj\5\b\5\2ih\3\2\2\2jm\3\2\2\2ki\3\2\2\2kl\3\2\2\2l\7\3\2\2\2mk"+ - "\3\2\2\2no\5\n\6\2op\7\n\2\2p}\3\2\2\2q}\5,\27\2rs\5 \21\2st\7\n\2\2t"+ - "}\3\2\2\2uv\5&\24\2vw\7\n\2\2w}\3\2\2\2x}\5\64\33\2yz\5\20\t\2z{\7\n\2"+ - "\2{}\3\2\2\2|n\3\2\2\2|q\3\2\2\2|r\3\2\2\2|u\3\2\2\2|x\3\2\2\2|y\3\2\2"+ - "\2}\t\3\2\2\2~\177\5\22\n\2\177\u0080\5\f\7\2\u0080\13\3\2\2\2\u0081\u0082"+ - "\b\7\1\2\u0082\u0083\5\16\b\2\u0083\u0089\3\2\2\2\u0084\u0085\f\3\2\2"+ - "\u0085\u0086\7\f\2\2\u0086\u0088\5\16\b\2\u0087\u0084\3\2\2\2\u0088\u008b"+ - "\3\2\2\2\u0089\u0087\3\2\2\2\u0089\u008a\3\2\2\2\u008a\r\3\2\2\2\u008b"+ - "\u0089\3\2\2\2\u008c\u008f\5\32\16\2\u008d\u008e\7\'\2\2\u008e\u0090\5"+ - "J&\2\u008f\u008d\3\2\2\2\u008f\u0090\3\2\2\2\u0090\u0096\3\2\2\2\u0091"+ - "\u0092\5\32\16\2\u0092\u0093\7\'\2\2\u0093\u0094\5N(\2\u0094\u0096\3\2"+ - "\2\2\u0095\u008c\3\2\2\2\u0095\u0091\3\2\2\2\u0096\17\3\2\2\2\u0097\u0098"+ - "\7)\2\2\u0098\u0099\5\22\n\2\u0099\u009a\b\t\1\2\u009a\u009b\5\32\16\2"+ - "\u009b\21\3\2\2\2\u009c\u009e\58\35\2\u009d\u009c\3\2\2\2\u009e\u00a1"+ - "\3\2\2\2\u009f\u009d\3\2\2\2\u009f\u00a0\3\2\2\2\u00a0\u00a2\3\2\2\2\u00a1"+ - "\u009f\3\2\2\2\u00a2\u00a6\5\34\17\2\u00a3\u00a5\58\35\2\u00a4\u00a3\3"+ - "\2\2\2\u00a5\u00a8\3\2\2\2\u00a6\u00a4\3\2\2\2\u00a6\u00a7\3\2\2\2\u00a7"+ - "\23\3\2\2\2\u00a8\u00a6\3\2\2\2\u00a9\u00ad\7\24\2\2\u00aa\u00ac\58\35"+ - "\2\u00ab\u00aa\3\2\2\2\u00ac\u00af\3\2\2\2\u00ad\u00ab\3\2\2\2\u00ad\u00ae"+ - "\3\2\2\2\u00ae\25\3\2\2\2\u00af\u00ad\3\2\2\2\u00b0\u00b2\7\6\2\2\u00b1"+ - "\u00b3\5J&\2\u00b2\u00b1\3\2\2\2\u00b2\u00b3\3\2\2\2\u00b3\u00b4\3\2\2"+ - "\2\u00b4\u00b5\7\7\2\2\u00b5\27\3\2\2\2\u00b6\u00b7\b\r\1\2\u00b7\u00b8"+ - "\5\34\17\2\u00b8\u00c3\3\2\2\2\u00b9\u00ba\f\4\2\2\u00ba\u00c2\7\24\2"+ - "\2\u00bb\u00bc\f\3\2\2\u00bc\u00be\7\6\2\2\u00bd\u00bf\5J&\2\u00be\u00bd"+ - "\3\2\2\2\u00be\u00bf\3\2\2\2\u00bf\u00c0\3\2\2\2\u00c0\u00c2\7\7\2\2\u00c1"+ - "\u00b9\3\2\2\2\u00c1\u00bb\3\2\2\2\u00c2\u00c5\3\2\2\2\u00c3\u00c1\3\2"+ - "\2\2\u00c3\u00c4\3\2\2\2\u00c4\31\3\2\2\2\u00c5\u00c3\3\2\2\2\u00c6\u00c7"+ - "\b\16\1\2\u00c7\u00c8\7m\2\2\u00c8\u00d6\b\16\1\2\u00c9\u00cd\7\24\2\2"+ - "\u00ca\u00cc\58\35\2\u00cb\u00ca\3\2\2\2\u00cc\u00cf\3\2\2\2\u00cd\u00cb"+ - "\3\2\2\2\u00cd\u00ce\3\2\2\2\u00ce\u00d0\3\2\2\2\u00cf\u00cd\3\2\2\2\u00d0"+ - "\u00d6\5\32\16\4\u00d1\u00d2\7\b\2\2\u00d2\u00d3\5\32\16\2\u00d3\u00d4"+ - "\7\t\2\2\u00d4\u00d6\3\2\2\2\u00d5\u00c6\3\2\2\2\u00d5\u00c9\3\2\2\2\u00d5"+ - "\u00d1\3\2\2\2\u00d6\u00df\3\2\2\2\u00d7\u00d8\f\5\2\2\u00d8\u00da\7\6"+ - "\2\2\u00d9\u00db\5J&\2\u00da\u00d9\3\2\2\2\u00da\u00db\3\2\2\2\u00db\u00dc"+ - "\3\2\2\2\u00dc\u00de\7\7\2\2\u00dd\u00d7\3\2\2\2\u00de\u00e1\3\2\2\2\u00df"+ - "\u00dd\3\2\2\2\u00df\u00e0\3\2\2\2\u00e0\33\3\2\2\2\u00e1\u00df\3\2\2"+ - "\2\u00e2\u00e3\b\17\1\2\u00e3\u00ee\7T\2\2\u00e4\u00e6\7S\2\2\u00e5\u00e7"+ - "\7T\2\2\u00e6\u00e5\3\2\2\2\u00e6\u00e7\3\2\2\2\u00e7\u00ee\3\2\2\2\u00e8"+ - "\u00ee\5 \21\2\u00e9\u00ee\5\36\20\2\u00ea\u00ee\5&\24\2\u00eb\u00ee\5"+ - "$\23\2\u00ec\u00ee\7\3\2\2\u00ed\u00e2\3\2\2\2\u00ed\u00e4\3\2\2\2\u00ed"+ - "\u00e8\3\2\2\2\u00ed\u00e9\3\2\2\2\u00ed\u00ea\3\2\2\2\u00ed\u00eb\3\2"+ - "\2\2\u00ed\u00ec\3\2\2\2\u00ee\u00f4\3\2\2\2\u00ef\u00f0\f\b\2\2\u00f0"+ - "\u00f1\7\b\2\2\u00f1\u00f3\7\t\2\2\u00f2\u00ef\3\2\2\2\u00f3\u00f6\3\2"+ - "\2\2\u00f4\u00f2\3\2\2\2\u00f4\u00f5\3\2\2\2\u00f5\35\3\2\2\2\u00f6\u00f4"+ - "\3\2\2\2\u00f7\u00f8\7G\2\2\u00f8\u00f9\7m\2\2\u00f9\37\3\2\2\2\u00fa"+ - "\u00fc\7G\2\2\u00fb\u00fd\7m\2\2\u00fc\u00fb\3\2\2\2\u00fc\u00fd\3\2\2"+ - "\2\u00fd\u00fe\3\2\2\2\u00fe\u0100\7\4\2\2\u00ff\u0101\5\"\22\2\u0100"+ - "\u00ff\3\2\2\2\u0101\u0102\3\2\2\2\u0102\u0100\3\2\2\2\u0102\u0103\3\2"+ - "\2\2\u0103\u0104\3\2\2\2\u0104\u0105\7\5\2\2\u0105!\3\2\2\2\u0106\u0107"+ - "\5\n\6\2\u0107\u0108\7\n\2\2\u0108#\3\2\2\2\u0109\u010a\7H\2\2\u010a\u010b"+ - "\7m\2\2\u010b%\3\2\2\2\u010c\u010e\7H\2\2\u010d\u010f\7m\2\2\u010e\u010d"+ + "\3\32\3\32\3\32\3\32\3\32\5\32\u0149\n\32\3\33\3\33\3\33\3\33\3\33\3\33"+ + "\7\33\u0151\n\33\f\33\16\33\u0154\13\33\3\33\3\33\3\34\3\34\3\34\3\34"+ + "\3\34\3\34\3\34\5\34\u015f\n\34\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35"+ + "\3\35\5\35\u016a\n\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35"+ + "\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\5\35\u017f\n\35\3\35\3\35"+ + "\3\35\3\35\3\35\7\35\u0186\n\35\f\35\16\35\u0189\13\35\3\35\3\35\3\35"+ + "\5\35\u018e\n\35\3\36\6\36\u0191\n\36\r\36\16\36\u0192\3\37\3\37\3\37"+ + "\3\37\3\37\5\37\u019a\n\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\u01a7\n\37\3\37\7\37\u01aa\n\37\f\37\16\37\u01ad\13\37"+ + "\3\37\3\37\3\37\3\37\3\37\3\37\3\37\7\37\u01b6\n\37\f\37\16\37\u01b9\13"+ + "\37\3\37\3\37\3\37\3\37\3\37\3\37\3\37\3\37\3\37\7\37\u01c4\n\37\f\37"+ + "\16\37\u01c7\13\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\u01d9\n\37\3\37\3\37\3\37\3\37\3\37"+ + "\3\37\3\37\5\37\u01e2\n\37\3\37\3\37\3\37\3\37\3\37\3\37\5\37\u01ea\n"+ + "\37\3 \6 \u01ed\n \r \16 \u01ee\3 \3 \3 \5 \u01f4\n \5 \u01f6\n \3!\3"+ + "!\3!\3!\5!\u01fc\n!\3\"\3\"\3\"\5\"\u0201\n\"\3\"\3\"\5\"\u0205\n\"\3"+ + "\"\3\"\3\"\3\"\3\"\3\"\3\"\5\"\u020e\n\"\3#\5#\u0211\n#\3#\5#\u0214\n"+ + "#\3$\3$\3%\3%\3%\3%\3%\3%\7%\u021e\n%\f%\16%\u0221\13%\3&\3&\3&\3&\3&"+ + "\3&\3&\3&\3&\5&\u022c\n&\3&\3&\3&\3&\3&\3&\5&\u0234\n&\3&\3&\3&\3&\5&"+ + "\u023a\n&\3&\3&\5&\u023e\n&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&"+ + "\3&\3&\3&\7&\u0251\n&\f&\16&\u0254\13&\3&\5&\u0257\n&\3&\3&\3&\3&\3&\6"+ + "&\u025e\n&\r&\16&\u025f\3&\3&\5&\u0264\n&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3"+ + "&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3"+ + "&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\3&\5&\u0296\n&\3&\3&\3&\3"+ + "&\3&\3&\3&\3&\7&\u02a0\n&\f&\16&\u02a3\13&\3\'\3\'\3\'\7\'\u02a8\n\'\f"+ + "\'\16\'\u02ab\13\'\3(\3(\5(\u02af\n(\3(\3(\3)\3)\3)\3)\7)\u02b7\n)\f)"+ + "\16)\u02ba\13)\3)\3)\3*\3*\3*\3*\3*\3*\3*\3*\3*\3*\5*\u02c8\n*\3+\7+\u02cb"+ + "\n+\f+\16+\u02ce\13+\3,\3,\3,\5,\u02d3\n,\3-\3-\3-\7-\u02d8\n-\f-\16-"+ + "\u02db\13-\3-\3-\3-\7-\u02e0\n-\f-\16-\u02e3\13-\5-\u02e5\n-\3.\3.\5."+ + "\u02e9\n.\3.\7.\u02ec\n.\f.\16.\u02ef\13.\3/\3/\3/\3/\7/\u02f5\n/\f/\16"+ + "/\u02f8\13/\3/\7/\u02fb\n/\f/\16/\u02fe\13/\3\60\3\60\3\60\3\60\3\60\3"+ + "\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3"+ + "\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3"+ + "\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\5\60\u032d"+ + "\n\60\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61"+ + "\3\61\5\61\u033d\n\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\61"+ + "\3\61\3\61\7\61\u034b\n\61\f\61\16\61\u034e\13\61\3\61\2\n\f\30\32\34"+ + "(HJ`\62\2\4\6\b\n\f\16\20\22\24\26\30\32\34\36 \"$&(*,.\60\62\64\668:"+ + "<>@BDFHJLNPRTVXZ\\^`\2\r\3\2\27\30\5\2\22\23\31\32RR\4\2!!$$\3\2\35\36"+ + "\3\2\24\26\3\2\22\23\3\2\37$\3\2\177\u0082\3\2}~\3\2\u0083\u0084\3\2\177"+ + "\u0080\2\u03c9\2b\3\2\2\2\4e\3\2\2\2\6k\3\2\2\2\b|\3\2\2\2\n~\3\2\2\2"+ + "\f\u0081\3\2\2\2\16\u0095\3\2\2\2\20\u0097\3\2\2\2\22\u009f\3\2\2\2\24"+ + "\u00a9\3\2\2\2\26\u00b0\3\2\2\2\30\u00b6\3\2\2\2\32\u00d5\3\2\2\2\34\u00ed"+ + "\3\2\2\2\36\u00f7\3\2\2\2 \u00fa\3\2\2\2\"\u0106\3\2\2\2$\u0109\3\2\2"+ + "\2&\u010c\3\2\2\2(\u0114\3\2\2\2*\u011f\3\2\2\2,\u0124\3\2\2\2.\u0135"+ + "\3\2\2\2\60\u013b\3\2\2\2\62\u0148\3\2\2\2\64\u014a\3\2\2\2\66\u015e\3"+ + "\2\2\28\u018d\3\2\2\2:\u0190\3\2\2\2<\u01e9\3\2\2\2>\u01ec\3\2\2\2@\u01f7"+ + "\3\2\2\2B\u020d\3\2\2\2D\u0213\3\2\2\2F\u0215\3\2\2\2H\u0217\3\2\2\2J"+ + "\u0263\3\2\2\2L\u02a4\3\2\2\2N\u02ac\3\2\2\2P\u02b2\3\2\2\2R\u02c7\3\2"+ + "\2\2T\u02cc\3\2\2\2V\u02d2\3\2\2\2X\u02e4\3\2\2\2Z\u02e6\3\2\2\2\\\u02f0"+ + "\3\2\2\2^\u032c\3\2\2\2`\u033c\3\2\2\2bc\5\6\4\2cd\7\2\2\3d\3\3\2\2\2"+ + "ef\5T+\2fg\7\2\2\3g\5\3\2\2\2hj\5\b\5\2ih\3\2\2\2jm\3\2\2\2ki\3\2\2\2"+ + "kl\3\2\2\2l\7\3\2\2\2mk\3\2\2\2no\5\n\6\2op\7\n\2\2p}\3\2\2\2q}\5,\27"+ + "\2rs\5 \21\2st\7\n\2\2t}\3\2\2\2uv\5&\24\2vw\7\n\2\2w}\3\2\2\2x}\5\64"+ + "\33\2yz\5\20\t\2z{\7\n\2\2{}\3\2\2\2|n\3\2\2\2|q\3\2\2\2|r\3\2\2\2|u\3"+ + "\2\2\2|x\3\2\2\2|y\3\2\2\2}\t\3\2\2\2~\177\5\22\n\2\177\u0080\5\f\7\2"+ + "\u0080\13\3\2\2\2\u0081\u0082\b\7\1\2\u0082\u0083\5\16\b\2\u0083\u0089"+ + "\3\2\2\2\u0084\u0085\f\3\2\2\u0085\u0086\7\f\2\2\u0086\u0088\5\16\b\2"+ + "\u0087\u0084\3\2\2\2\u0088\u008b\3\2\2\2\u0089\u0087\3\2\2\2\u0089\u008a"+ + "\3\2\2\2\u008a\r\3\2\2\2\u008b\u0089\3\2\2\2\u008c\u008f\5\32\16\2\u008d"+ + "\u008e\7\'\2\2\u008e\u0090\5J&\2\u008f\u008d\3\2\2\2\u008f\u0090\3\2\2"+ + "\2\u0090\u0096\3\2\2\2\u0091\u0092\5\32\16\2\u0092\u0093\7\'\2\2\u0093"+ + "\u0094\5N(\2\u0094\u0096\3\2\2\2\u0095\u008c\3\2\2\2\u0095\u0091\3\2\2"+ + "\2\u0096\17\3\2\2\2\u0097\u0098\7)\2\2\u0098\u0099\5\22\n\2\u0099\u009a"+ + "\b\t\1\2\u009a\u009b\5\32\16\2\u009b\21\3\2\2\2\u009c\u009e\58\35\2\u009d"+ + "\u009c\3\2\2\2\u009e\u00a1\3\2\2\2\u009f\u009d\3\2\2\2\u009f\u00a0\3\2"+ + "\2\2\u00a0\u00a2\3\2\2\2\u00a1\u009f\3\2\2\2\u00a2\u00a6\5\34\17\2\u00a3"+ + "\u00a5\58\35\2\u00a4\u00a3\3\2\2\2\u00a5\u00a8\3\2\2\2\u00a6\u00a4\3\2"+ + "\2\2\u00a6\u00a7\3\2\2\2\u00a7\23\3\2\2\2\u00a8\u00a6\3\2\2\2\u00a9\u00ad"+ + "\7\24\2\2\u00aa\u00ac\58\35\2\u00ab\u00aa\3\2\2\2\u00ac\u00af\3\2\2\2"+ + "\u00ad\u00ab\3\2\2\2\u00ad\u00ae\3\2\2\2\u00ae\25\3\2\2\2\u00af\u00ad"+ + "\3\2\2\2\u00b0\u00b2\7\6\2\2\u00b1\u00b3\5J&\2\u00b2\u00b1\3\2\2\2\u00b2"+ + "\u00b3\3\2\2\2\u00b3\u00b4\3\2\2\2\u00b4\u00b5\7\7\2\2\u00b5\27\3\2\2"+ + "\2\u00b6\u00b7\b\r\1\2\u00b7\u00b8\5\34\17\2\u00b8\u00c3\3\2\2\2\u00b9"+ + "\u00ba\f\4\2\2\u00ba\u00c2\7\24\2\2\u00bb\u00bc\f\3\2\2\u00bc\u00be\7"+ + "\6\2\2\u00bd\u00bf\5J&\2\u00be\u00bd\3\2\2\2\u00be\u00bf\3\2\2\2\u00bf"+ + "\u00c0\3\2\2\2\u00c0\u00c2\7\7\2\2\u00c1\u00b9\3\2\2\2\u00c1\u00bb\3\2"+ + "\2\2\u00c2\u00c5\3\2\2\2\u00c3\u00c1\3\2\2\2\u00c3\u00c4\3\2\2\2\u00c4"+ + "\31\3\2\2\2\u00c5\u00c3\3\2\2\2\u00c6\u00c7\b\16\1\2\u00c7\u00c8\7m\2"+ + "\2\u00c8\u00d6\b\16\1\2\u00c9\u00cd\7\24\2\2\u00ca\u00cc\58\35\2\u00cb"+ + "\u00ca\3\2\2\2\u00cc\u00cf\3\2\2\2\u00cd\u00cb\3\2\2\2\u00cd\u00ce\3\2"+ + "\2\2\u00ce\u00d0\3\2\2\2\u00cf\u00cd\3\2\2\2\u00d0\u00d6\5\32\16\4\u00d1"+ + "\u00d2\7\b\2\2\u00d2\u00d3\5\32\16\2\u00d3\u00d4\7\t\2\2\u00d4\u00d6\3"+ + "\2\2\2\u00d5\u00c6\3\2\2\2\u00d5\u00c9\3\2\2\2\u00d5\u00d1\3\2\2\2\u00d6"+ + "\u00df\3\2\2\2\u00d7\u00d8\f\5\2\2\u00d8\u00da\7\6\2\2\u00d9\u00db\5J"+ + "&\2\u00da\u00d9\3\2\2\2\u00da\u00db\3\2\2\2\u00db\u00dc\3\2\2\2\u00dc"+ + "\u00de\7\7\2\2\u00dd\u00d7\3\2\2\2\u00de\u00e1\3\2\2\2\u00df\u00dd\3\2"+ + "\2\2\u00df\u00e0\3\2\2\2\u00e0\33\3\2\2\2\u00e1\u00df\3\2\2\2\u00e2\u00e3"+ + "\b\17\1\2\u00e3\u00ee\7T\2\2\u00e4\u00e6\7S\2\2\u00e5\u00e7\7T\2\2\u00e6"+ + "\u00e5\3\2\2\2\u00e6\u00e7\3\2\2\2\u00e7\u00ee\3\2\2\2\u00e8\u00ee\5 "+ + "\21\2\u00e9\u00ee\5\36\20\2\u00ea\u00ee\5&\24\2\u00eb\u00ee\5$\23\2\u00ec"+ + "\u00ee\7\3\2\2\u00ed\u00e2\3\2\2\2\u00ed\u00e4\3\2\2\2\u00ed\u00e8\3\2"+ + "\2\2\u00ed\u00e9\3\2\2\2\u00ed\u00ea\3\2\2\2\u00ed\u00eb\3\2\2\2\u00ed"+ + "\u00ec\3\2\2\2\u00ee\u00f4\3\2\2\2\u00ef\u00f0\f\b\2\2\u00f0\u00f1\7\b"+ + "\2\2\u00f1\u00f3\7\t\2\2\u00f2\u00ef\3\2\2\2\u00f3\u00f6\3\2\2\2\u00f4"+ + "\u00f2\3\2\2\2\u00f4\u00f5\3\2\2\2\u00f5\35\3\2\2\2\u00f6\u00f4\3\2\2"+ + "\2\u00f7\u00f8\7G\2\2\u00f8\u00f9\7m\2\2\u00f9\37\3\2\2\2\u00fa\u00fc"+ + "\7G\2\2\u00fb\u00fd\7m\2\2\u00fc\u00fb\3\2\2\2\u00fc\u00fd\3\2\2\2\u00fd"+ + "\u00fe\3\2\2\2\u00fe\u0100\7\4\2\2\u00ff\u0101\5\"\22\2\u0100\u00ff\3"+ + "\2\2\2\u0101\u0102\3\2\2\2\u0102\u0100\3\2\2\2\u0102\u0103\3\2\2\2\u0103"+ + "\u0104\3\2\2\2\u0104\u0105\7\5\2\2\u0105!\3\2\2\2\u0106\u0107\5\n\6\2"+ + "\u0107\u0108\7\n\2\2\u0108#\3\2\2\2\u0109\u010a\7H\2\2\u010a\u010b\7m"+ + "\2\2\u010b%\3\2\2\2\u010c\u010e\7H\2\2\u010d\u010f\7m\2\2\u010e\u010d"+ "\3\2\2\2\u010e\u010f\3\2\2\2\u010f\u0110\3\2\2\2\u0110\u0111\7\4\2\2\u0111"+ "\u0112\5(\25\2\u0112\u0113\7\5\2\2\u0113\'\3\2\2\2\u0114\u0115\b\25\1"+ "\2\u0115\u0116\5*\26\2\u0116\u011c\3\2\2\2\u0117\u0118\f\3\2\2\u0118\u0119"+ @@ -7508,198 +7489,196 @@ public class KickCParser extends Parser { "\3\2\2\2\u0137\u0138\3\2\2\2\u0138\u0139\3\2\2\2\u0139\u013a\7\5\2\2\u013a"+ "/\3\2\2\2\u013b\u0140\5\62\32\2\u013c\u013d\7\f\2\2\u013d\u013f\5\62\32"+ "\2\u013e\u013c\3\2\2\2\u013f\u0142\3\2\2\2\u0140\u013e\3\2\2\2\u0140\u0141"+ - "\3\2\2\2\u0141\61\3\2\2\2\u0142\u0140\3\2\2\2\u0143\u0147\5\22\n\2\u0144"+ - "\u0146\5\24\13\2\u0145\u0144\3\2\2\2\u0146\u0149\3\2\2\2\u0147\u0145\3"+ - "\2\2\2\u0147\u0148\3\2\2\2\u0148\u014a\3\2\2\2\u0149\u0147\3\2\2\2\u014a"+ - "\u014b\7m\2\2\u014b\u014f\3\2\2\2\u014c\u014f\7T\2\2\u014d\u014f\7\16"+ - "\2\2\u014e\u0143\3\2\2\2\u014e\u014c\3\2\2\2\u014e\u014d\3\2\2\2\u014f"+ - "\63\3\2\2\2\u0150\u0151\7Y\2\2\u0151\u0152\7m\2\2\u0152\u0153\7\b\2\2"+ - "\u0153\u0158\5\66\34\2\u0154\u0155\7\f\2\2\u0155\u0157\5\66\34\2\u0156"+ - "\u0154\3\2\2\2\u0157\u015a\3\2\2\2\u0158\u0156\3\2\2\2\u0158\u0159\3\2"+ - "\2\2\u0159\u015b\3\2\2\2\u015a\u0158\3\2\2\2\u015b\u015c\7\t\2\2\u015c"+ - "\65\3\2\2\2\u015d\u0165\7d\2\2\u015e\u015f\7d\2\2\u015f\u0160\7\r\2\2"+ - "\u0160\u0165\7d\2\2\u0161\u0165\7m\2\2\u0162\u0165\7n\2\2\u0163\u0165"+ - "\7:\2\2\u0164\u015d\3\2\2\2\u0164\u015e\3\2\2\2\u0164\u0161\3\2\2\2\u0164"+ - "\u0162\3\2\2\2\u0164\u0163\3\2\2\2\u0165\67\3\2\2\2\u0166\u0194\7*\2\2"+ - "\u0167\u0168\7-\2\2\u0168\u0169\7\b\2\2\u0169\u016a\7d\2\2\u016a\u0194"+ - "\7\t\2\2\u016b\u016f\7\62\2\2\u016c\u016d\7\b\2\2\u016d\u016e\7m\2\2\u016e"+ - "\u0170\7\t\2\2\u016f\u016c\3\2\2\2\u016f\u0170\3\2\2\2\u0170\u0194\3\2"+ - "\2\2\u0171\u0194\7\65\2\2\u0172\u0194\7\66\2\2\u0173\u0174\7\64\2\2\u0174"+ - "\u0175\7\b\2\2\u0175\u0176\5J&\2\u0176\u0177\7\t\2\2\u0177\u0194\3\2\2"+ - "\2\u0178\u0194\7/\2\2\u0179\u0194\7\60\2\2\u017a\u0194\7\67\2\2\u017b"+ - "\u0194\78\2\2\u017c\u0194\7+\2\2\u017d\u0194\7,\2\2\u017e\u0194\7.\2\2"+ - "\u017f\u0194\79\2\2\u0180\u0184\7\61\2\2\u0181\u0182\7\b\2\2\u0182\u0183"+ - "\7m\2\2\u0183\u0185\7\t\2\2\u0184\u0181\3\2\2\2\u0184\u0185\3\2\2\2\u0185"+ - "\u0194\3\2\2\2\u0186\u0187\7\63\2\2\u0187\u0188\7\b\2\2\u0188\u018d\5"+ - "\66\34\2\u0189\u018a\7\f\2\2\u018a\u018c\5\66\34\2\u018b\u0189\3\2\2\2"+ - "\u018c\u018f\3\2\2\2\u018d\u018b\3\2\2\2\u018d\u018e\3\2\2\2\u018e\u0190"+ - "\3\2\2\2\u018f\u018d\3\2\2\2\u0190\u0191\7\t\2\2\u0191\u0194\3\2\2\2\u0192"+ - "\u0194\7:\2\2\u0193\u0166\3\2\2\2\u0193\u0167\3\2\2\2\u0193\u016b\3\2"+ - "\2\2\u0193\u0171\3\2\2\2\u0193\u0172\3\2\2\2\u0193\u0173\3\2\2\2\u0193"+ - "\u0178\3\2\2\2\u0193\u0179\3\2\2\2\u0193\u017a\3\2\2\2\u0193\u017b\3\2"+ - "\2\2\u0193\u017c\3\2\2\2\u0193\u017d\3\2\2\2\u0193\u017e\3\2\2\2\u0193"+ - "\u017f\3\2\2\2\u0193\u0180\3\2\2\2\u0193\u0186\3\2\2\2\u0193\u0192\3\2"+ - "\2\2\u01949\3\2\2\2\u0195\u0197\5<\37\2\u0196\u0195\3\2\2\2\u0197\u0198"+ - "\3\2\2\2\u0198\u0196\3\2\2\2\u0198\u0199\3\2\2\2\u0199;\3\2\2\2\u019a"+ - "\u019b\5\n\6\2\u019b\u019c\7\n\2\2\u019c\u01f0\3\2\2\2\u019d\u019f\7\4"+ - "\2\2\u019e\u01a0\5:\36\2\u019f\u019e\3\2\2\2\u019f\u01a0\3\2\2\2\u01a0"+ - "\u01a1\3\2\2\2\u01a1\u01f0\7\5\2\2\u01a2\u01a3\5H%\2\u01a3\u01a4\7\n\2"+ - "\2\u01a4\u01f0\3\2\2\2\u01a5\u01a6\7;\2\2\u01a6\u01a7\7\b\2\2\u01a7\u01a8"+ - "\5H%\2\u01a8\u01a9\7\t\2\2\u01a9\u01ac\5<\37\2\u01aa\u01ab\7<\2\2\u01ab"+ - "\u01ad\5<\37\2\u01ac\u01aa\3\2\2\2\u01ac\u01ad\3\2\2\2\u01ad\u01f0\3\2"+ - "\2\2\u01ae\u01b0\58\35\2\u01af\u01ae\3\2\2\2\u01b0\u01b3\3\2\2\2\u01b1"+ - "\u01af\3\2\2\2\u01b1\u01b2\3\2\2\2\u01b2\u01b4\3\2\2\2\u01b3\u01b1\3\2"+ - "\2\2\u01b4\u01b5\7=\2\2\u01b5\u01b6\7\b\2\2\u01b6\u01b7\5H%\2\u01b7\u01b8"+ - "\7\t\2\2\u01b8\u01b9\5<\37\2\u01b9\u01f0\3\2\2\2\u01ba\u01bc\58\35\2\u01bb"+ - "\u01ba\3\2\2\2\u01bc\u01bf\3\2\2\2\u01bd\u01bb\3\2\2\2\u01bd\u01be\3\2"+ - "\2\2\u01be\u01c0\3\2\2\2\u01bf\u01bd\3\2\2\2\u01c0\u01c1\7>\2\2\u01c1"+ - "\u01c2\5<\37\2\u01c2\u01c3\7=\2\2\u01c3\u01c4\7\b\2\2\u01c4\u01c5\5H%"+ - "\2\u01c5\u01c6\7\t\2\2\u01c6\u01c7\7\n\2\2\u01c7\u01f0\3\2\2\2\u01c8\u01ca"+ - "\58\35\2\u01c9\u01c8\3\2\2\2\u01ca\u01cd\3\2\2\2\u01cb\u01c9\3\2\2\2\u01cb"+ - "\u01cc\3\2\2\2\u01cc\u01ce\3\2\2\2\u01cd\u01cb\3\2\2\2\u01ce\u01cf\7?"+ - "\2\2\u01cf\u01d0\7\b\2\2\u01d0\u01d1\5B\"\2\u01d1\u01d2\7\t\2\2\u01d2"+ - "\u01d3\5<\37\2\u01d3\u01f0\3\2\2\2\u01d4\u01d5\7@\2\2\u01d5\u01d6\7\b"+ - "\2\2\u01d6\u01d7\5H%\2\u01d7\u01d8\7\t\2\2\u01d8\u01d9\7\4\2\2\u01d9\u01da"+ - "\5> \2\u01da\u01db\7\5\2\2\u01db\u01f0\3\2\2\2\u01dc\u01de\7A\2\2\u01dd"+ - "\u01df\5H%\2\u01de\u01dd\3\2\2\2\u01de\u01df\3\2\2\2\u01df\u01e0\3\2\2"+ - "\2\u01e0\u01f0\7\n\2\2\u01e1\u01e2\7B\2\2\u01e2\u01f0\7\n\2\2\u01e3\u01e4"+ - "\7C\2\2\u01e4\u01f0\7\n\2\2\u01e5\u01e7\7D\2\2\u01e6\u01e8\5P)\2\u01e7"+ - "\u01e6\3\2\2\2\u01e7\u01e8\3\2\2\2\u01e8\u01e9\3\2\2\2\u01e9\u01ea\7\4"+ - "\2\2\u01ea\u01eb\5T+\2\u01eb\u01ec\7\u0086\2\2\u01ec\u01f0\3\2\2\2\u01ed"+ - "\u01f0\5N(\2\u01ee\u01f0\7\n\2\2\u01ef\u019a\3\2\2\2\u01ef\u019d\3\2\2"+ - "\2\u01ef\u01a2\3\2\2\2\u01ef\u01a5\3\2\2\2\u01ef\u01b1\3\2\2\2\u01ef\u01bd"+ - "\3\2\2\2\u01ef\u01cb\3\2\2\2\u01ef\u01d4\3\2\2\2\u01ef\u01dc\3\2\2\2\u01ef"+ - "\u01e1\3\2\2\2\u01ef\u01e3\3\2\2\2\u01ef\u01e5\3\2\2\2\u01ef\u01ed\3\2"+ - "\2\2\u01ef\u01ee\3\2\2\2\u01f0=\3\2\2\2\u01f1\u01f3\5@!\2\u01f2\u01f1"+ - "\3\2\2\2\u01f3\u01f4\3\2\2\2\u01f4\u01f2\3\2\2\2\u01f4\u01f5\3\2\2\2\u01f5"+ - "\u01fb\3\2\2\2\u01f6\u01f7\7E\2\2\u01f7\u01f9\7\13\2\2\u01f8\u01fa\5:"+ - "\36\2\u01f9\u01f8\3\2\2\2\u01f9\u01fa\3\2\2\2\u01fa\u01fc\3\2\2\2\u01fb"+ - "\u01f6\3\2\2\2\u01fb\u01fc\3\2\2\2\u01fc?\3\2\2\2\u01fd\u01fe\7F\2\2\u01fe"+ - "\u01ff\5J&\2\u01ff\u0201\7\13\2\2\u0200\u0202\5:\36\2\u0201\u0200\3\2"+ - "\2\2\u0201\u0202\3\2\2\2\u0202A\3\2\2\2\u0203\u0204\5D#\2\u0204\u0206"+ - "\7\n\2\2\u0205\u0207\5F$\2\u0206\u0205\3\2\2\2\u0206\u0207\3\2\2\2\u0207"+ - "\u0208\3\2\2\2\u0208\u020a\7\n\2\2\u0209\u020b\5H%\2\u020a\u0209\3\2\2"+ - "\2\u020a\u020b\3\2\2\2\u020b\u0214\3\2\2\2\u020c\u020d\5\22\n\2\u020d"+ - "\u020e\5\32\16\2\u020e\u020f\7\13\2\2\u020f\u0210\5J&\2\u0210\u0211\7"+ - "\r\2\2\u0211\u0212\5J&\2\u0212\u0214\3\2\2\2\u0213\u0203\3\2\2\2\u0213"+ - "\u020c\3\2\2\2\u0214C\3\2\2\2\u0215\u0217\5\n\6\2\u0216\u0215\3\2\2\2"+ - "\u0216\u0217\3\2\2\2\u0217\u021a\3\2\2\2\u0218\u021a\5H%\2\u0219\u0216"+ - "\3\2\2\2\u0219\u0218\3\2\2\2\u021aE\3\2\2\2\u021b\u021c\5H%\2\u021cG\3"+ - "\2\2\2\u021d\u021e\b%\1\2\u021e\u021f\5J&\2\u021f\u0225\3\2\2\2\u0220"+ - "\u0221\f\3\2\2\u0221\u0222\7\f\2\2\u0222\u0224\5J&\2\u0223\u0220\3\2\2"+ - "\2\u0224\u0227\3\2\2\2\u0225\u0223\3\2\2\2\u0225\u0226\3\2\2\2\u0226I"+ - "\3\2\2\2\u0227\u0225\3\2\2\2\u0228\u0229\b&\1\2\u0229\u022a\7\b\2\2\u022a"+ - "\u022b\5H%\2\u022b\u022c\7\t\2\2\u022c\u026a\3\2\2\2\u022d\u022e\7I\2"+ - "\2\u022e\u0231\7\b\2\2\u022f\u0232\5J&\2\u0230\u0232\5\30\r\2\u0231\u022f"+ - "\3\2\2\2\u0231\u0230\3\2\2\2\u0232\u0233\3\2\2\2\u0233\u0234\7\t\2\2\u0234"+ - "\u026a\3\2\2\2\u0235\u0236\7J\2\2\u0236\u0239\7\b\2\2\u0237\u023a\5J&"+ - "\2\u0238\u023a\5\30\r\2\u0239\u0237\3\2\2\2\u0239\u0238\3\2\2\2\u023a"+ - "\u023b\3\2\2\2\u023b\u023c\7\t\2\2\u023c\u026a\3\2\2\2\u023d\u023f\7K"+ - "\2\2\u023e\u0240\7\b\2\2\u023f\u023e\3\2\2\2\u023f\u0240\3\2\2\2\u0240"+ - "\u0241\3\2\2\2\u0241\u0243\7m\2\2\u0242\u0244\7\t\2\2\u0243\u0242\3\2"+ - "\2\2\u0243\u0244\3\2\2\2\u0244\u026a\3\2\2\2\u0245\u0246\7\b\2\2\u0246"+ - "\u0247\5\30\r\2\u0247\u0248\7\t\2\2\u0248\u0249\5J&\32\u0249\u026a\3\2"+ - "\2\2\u024a\u024b\t\2\2\2\u024b\u026a\5J&\31\u024c\u024d\7\24\2\2\u024d"+ - "\u026a\5J&\27\u024e\u024f\t\3\2\2\u024f\u026a\5J&\26\u0250\u0251\t\4\2"+ - "\2\u0251\u026a\5J&\22\u0252\u0253\7\4\2\2\u0253\u0258\5J&\2\u0254\u0255"+ - "\7\f\2\2\u0255\u0257\5J&\2\u0256\u0254\3\2\2\2\u0257\u025a\3\2\2\2\u0258"+ - "\u0256\3\2\2\2\u0258\u0259\3\2\2\2\u0259\u025c\3\2\2\2\u025a\u0258\3\2"+ - "\2\2\u025b\u025d\7\f\2\2\u025c\u025b\3\2\2\2\u025c\u025d\3\2\2\2\u025d"+ - "\u025e\3\2\2\2\u025e\u025f\7\5\2\2\u025f\u026a\3\2\2\2\u0260\u026a\7m"+ - "\2\2\u0261\u026a\7d\2\2\u0262\u0264\7n\2\2\u0263\u0262\3\2\2\2\u0264\u0265"+ - "\3\2\2\2\u0265\u0263\3\2\2\2\u0265\u0266\3\2\2\2\u0266\u026a\3\2\2\2\u0267"+ - "\u026a\7o\2\2\u0268\u026a\7U\2\2\u0269\u0228\3\2\2\2\u0269\u022d\3\2\2"+ - "\2\u0269\u0235\3\2\2\2\u0269\u023d\3\2\2\2\u0269\u0245\3\2\2\2\u0269\u024a"+ - "\3\2\2\2\u0269\u024c\3\2\2\2\u0269\u024e\3\2\2\2\u0269\u0250\3\2\2\2\u0269"+ - "\u0252\3\2\2\2\u0269\u0260\3\2\2\2\u0269\u0261\3\2\2\2\u0269\u0263\3\2"+ - "\2\2\u0269\u0267\3\2\2\2\u0269\u0268\3\2\2\2\u026a\u02a7\3\2\2\2\u026b"+ - "\u026c\f\25\2\2\u026c\u026d\t\5\2\2\u026d\u02a6\5J&\26\u026e\u026f\f\24"+ - "\2\2\u026f\u0270\t\6\2\2\u0270\u02a6\5J&\25\u0271\u0272\f\23\2\2\u0272"+ - "\u0273\t\7\2\2\u0273\u02a6\5J&\24\u0274\u0275\f\21\2\2\u0275\u0276\t\b"+ - "\2\2\u0276\u02a6\5J&\22\u0277\u0278\f\20\2\2\u0278\u0279\7\31\2\2\u0279"+ - "\u02a6\5J&\21\u027a\u027b\f\17\2\2\u027b\u027c\7\33\2\2\u027c\u02a6\5"+ - "J&\20\u027d\u027e\f\16\2\2\u027e\u027f\7\34\2\2\u027f\u02a6\5J&\17\u0280"+ - "\u0281\f\r\2\2\u0281\u0282\7%\2\2\u0282\u02a6\5J&\16\u0283\u0284\f\f\2"+ - "\2\u0284\u0285\7&\2\2\u0285\u02a6\5J&\r\u0286\u0287\f\13\2\2\u0287\u0288"+ - "\7\17\2\2\u0288\u0289\5J&\2\u0289\u028a\7\13\2\2\u028a\u028b\5J&\f\u028b"+ - "\u02a6\3\2\2\2\u028c\u028d\f\n\2\2\u028d\u028e\7\'\2\2\u028e\u02a6\5J"+ - "&\n\u028f\u0290\f\t\2\2\u0290\u0291\7(\2\2\u0291\u02a6\5J&\t\u0292\u0293"+ - "\f!\2\2\u0293\u0294\7\20\2\2\u0294\u02a6\7m\2\2\u0295\u0296\f \2\2\u0296"+ - "\u0297\7\21\2\2\u0297\u02a6\7m\2\2\u0298\u0299\f\37\2\2\u0299\u029b\7"+ - "\b\2\2\u029a\u029c\5L\'\2\u029b\u029a\3\2\2\2\u029b\u029c\3\2\2\2\u029c"+ - "\u029d\3\2\2\2\u029d\u02a6\7\t\2\2\u029e\u029f\f\33\2\2\u029f\u02a0\7"+ - "\6\2\2\u02a0\u02a1\5H%\2\u02a1\u02a2\7\7\2\2\u02a2\u02a6\3\2\2\2\u02a3"+ - "\u02a4\f\30\2\2\u02a4\u02a6\t\2\2\2\u02a5\u026b\3\2\2\2\u02a5\u026e\3"+ - "\2\2\2\u02a5\u0271\3\2\2\2\u02a5\u0274\3\2\2\2\u02a5\u0277\3\2\2\2\u02a5"+ - "\u027a\3\2\2\2\u02a5\u027d\3\2\2\2\u02a5\u0280\3\2\2\2\u02a5\u0283\3\2"+ - "\2\2\u02a5\u0286\3\2\2\2\u02a5\u028c\3\2\2\2\u02a5\u028f\3\2\2\2\u02a5"+ - "\u0292\3\2\2\2\u02a5\u0295\3\2\2\2\u02a5\u0298\3\2\2\2\u02a5\u029e\3\2"+ - "\2\2\u02a5\u02a3\3\2\2\2\u02a6\u02a9\3\2\2\2\u02a7\u02a5\3\2\2\2\u02a7"+ - "\u02a8\3\2\2\2\u02a8K\3\2\2\2\u02a9\u02a7\3\2\2\2\u02aa\u02af\5J&\2\u02ab"+ - "\u02ac\7\f\2\2\u02ac\u02ae\5J&\2\u02ad\u02ab\3\2\2\2\u02ae\u02b1\3\2\2"+ - "\2\u02af\u02ad\3\2\2\2\u02af\u02b0\3\2\2\2\u02b0M\3\2\2\2\u02b1\u02af"+ - "\3\2\2\2\u02b2\u02b4\7L\2\2\u02b3\u02b5\5P)\2\u02b4\u02b3\3\2\2\2\u02b4"+ - "\u02b5\3\2\2\2\u02b5\u02b6\3\2\2\2\u02b6\u02b7\7V\2\2\u02b7O\3\2\2\2\u02b8"+ - "\u02b9\7\b\2\2\u02b9\u02be\5R*\2\u02ba\u02bb\7\f\2\2\u02bb\u02bd\5R*\2"+ - "\u02bc\u02ba\3\2\2\2\u02bd\u02c0\3\2\2\2\u02be\u02bc\3\2\2\2\u02be\u02bf"+ - "\3\2\2\2\u02bf\u02c1\3\2\2\2\u02c0\u02be\3\2\2\2\u02c1\u02c2\7\t\2\2\u02c2"+ - "Q\3\2\2\2\u02c3\u02c4\7M\2\2\u02c4\u02ce\7n\2\2\u02c5\u02c6\7N\2\2\u02c6"+ - "\u02ce\7m\2\2\u02c7\u02c8\7O\2\2\u02c8\u02ce\7n\2\2\u02c9\u02ca\7P\2\2"+ - "\u02ca\u02ce\5J&\2\u02cb\u02cc\7Q\2\2\u02cc\u02ce\5J&\2\u02cd\u02c3\3"+ - "\2\2\2\u02cd\u02c5\3\2\2\2\u02cd\u02c7\3\2\2\2\u02cd\u02c9\3\2\2\2\u02cd"+ - "\u02cb\3\2\2\2\u02ceS\3\2\2\2\u02cf\u02d1\5V,\2\u02d0\u02cf\3\2\2\2\u02d1"+ - "\u02d4\3\2\2\2\u02d2\u02d0\3\2\2\2\u02d2\u02d3\3\2\2\2\u02d3U\3\2\2\2"+ - "\u02d4\u02d2\3\2\2\2\u02d5\u02d9\5X-\2\u02d6\u02d9\5Z.\2\u02d7\u02d9\5"+ - "\\/\2\u02d8\u02d5\3\2\2\2\u02d8\u02d6\3\2\2\2\u02d8\u02d7\3\2\2\2\u02d9"+ - "W\3\2\2\2\u02da\u02db\7\u0093\2\2\u02db\u02df\7v\2\2\u02dc\u02de\7\u0094"+ - "\2\2\u02dd\u02dc\3\2\2\2\u02de\u02e1\3\2\2\2\u02df\u02dd\3\2\2\2\u02df"+ - "\u02e0\3\2\2\2\u02e0\u02eb\3\2\2\2\u02e1\u02df\3\2\2\2\u02e2\u02e3\7\u0092"+ - "\2\2\u02e3\u02e7\7v\2\2\u02e4\u02e6\7\u0094\2\2\u02e5\u02e4\3\2\2\2\u02e6"+ - "\u02e9\3\2\2\2\u02e7\u02e5\3\2\2\2\u02e7\u02e8\3\2\2\2\u02e8\u02eb\3\2"+ - "\2\2\u02e9\u02e7\3\2\2\2\u02ea\u02da\3\2\2\2\u02ea\u02e2\3\2\2\2\u02eb"+ - "Y\3\2\2\2\u02ec\u02ee\7t\2\2\u02ed\u02ef\5^\60\2\u02ee\u02ed\3\2\2\2\u02ee"+ - "\u02ef\3\2\2\2\u02ef\u02f3\3\2\2\2\u02f0\u02f2\7\u0094\2\2\u02f1\u02f0"+ - "\3\2\2\2\u02f2\u02f5\3\2\2\2\u02f3\u02f1\3\2\2\2\u02f3\u02f4\3\2\2\2\u02f4"+ - "[\3\2\2\2\u02f5\u02f3\3\2\2\2\u02f6\u02f7\7s\2\2\u02f7\u02fc\5`\61\2\u02f8"+ - "\u02f9\7w\2\2\u02f9\u02fb\5`\61\2\u02fa\u02f8\3\2\2\2\u02fb\u02fe\3\2"+ - "\2\2\u02fc\u02fa\3\2\2\2\u02fc\u02fd\3\2\2\2\u02fd\u0302\3\2\2\2\u02fe"+ - "\u02fc\3\2\2\2\u02ff\u0301\7\u0094\2\2\u0300\u02ff\3\2\2\2\u0301\u0304"+ - "\3\2\2\2\u0302\u0300\3\2\2\2\u0302\u0303\3\2\2\2\u0303]\3\2\2\2\u0304"+ - "\u0302\3\2\2\2\u0305\u0333\5`\61\2\u0306\u0307\7u\2\2\u0307\u0333\5`\61"+ - "\2\u0308\u0309\5`\61\2\u0309\u030a\7w\2\2\u030a\u030b\5`\61\2\u030b\u0333"+ - "\3\2\2\2\u030c\u030d\7x\2\2\u030d\u030e\5`\61\2\u030e\u030f\7y\2\2\u030f"+ - "\u0310\7w\2\2\u0310\u0311\7\u0093\2\2\u0311\u0333\3\2\2\2\u0312\u0313"+ - "\7x\2\2\u0313\u0314\7x\2\2\u0314\u0315\5`\61\2\u0315\u0316\7y\2\2\u0316"+ - "\u0317\7y\2\2\u0317\u0318\7w\2\2\u0318\u0319\7\u0093\2\2\u0319\u0333\3"+ - "\2\2\2\u031a\u031b\7x\2\2\u031b\u031c\5`\61\2\u031c\u031d\7w\2\2\u031d"+ - "\u031e\7\u0093\2\2\u031e\u031f\7y\2\2\u031f\u0320\7w\2\2\u0320\u0321\7"+ - "\u0093\2\2\u0321\u0333\3\2\2\2\u0322\u0323\7x\2\2\u0323\u0324\5`\61\2"+ - "\u0324\u0325\7w\2\2\u0325\u0326\7\u0093\2\2\u0326\u0327\7y\2\2\u0327\u0333"+ - "\3\2\2\2\u0328\u0329\7x\2\2\u0329\u032a\5`\61\2\u032a\u032b\7y\2\2\u032b"+ - "\u0333\3\2\2\2\u032c\u032d\7x\2\2\u032d\u032e\7x\2\2\u032e\u032f\5`\61"+ - "\2\u032f\u0330\7y\2\2\u0330\u0331\7y\2\2\u0331\u0333\3\2\2\2\u0332\u0305"+ - "\3\2\2\2\u0332\u0306\3\2\2\2\u0332\u0308\3\2\2\2\u0332\u030c\3\2\2\2\u0332"+ - "\u0312\3\2\2\2\u0332\u031a\3\2\2\2\u0332\u0322\3\2\2\2\u0332\u0328\3\2"+ - "\2\2\u0332\u032c\3\2\2\2\u0333_\3\2\2\2\u0334\u0335\b\61\1\2\u0335\u0336"+ - "\7z\2\2\u0336\u0337\5`\61\2\u0337\u0338\7{\2\2\u0338\u0343\3\2\2\2\u0339"+ - "\u033a\t\t\2\2\u033a\u0343\5`\61\n\u033b\u0343\7\u0093\2\2\u033c\u0343"+ - "\7\u0091\2\2\u033d\u033e\7\u0085\2\2\u033e\u033f\7\u0093\2\2\u033f\u0343"+ - "\7\u0086\2\2\u0340\u0343\7\u0087\2\2\u0341\u0343\7\u0090\2\2\u0342\u0334"+ - "\3\2\2\2\u0342\u0339\3\2\2\2\u0342\u033b\3\2\2\2\u0342\u033c\3\2\2\2\u0342"+ - "\u033d\3\2\2\2\u0342\u0340\3\2\2\2\u0342\u0341\3\2\2\2\u0343\u0352\3\2"+ - "\2\2\u0344\u0345\f\f\2\2\u0345\u0346\7|\2\2\u0346\u0351\5`\61\r\u0347"+ - "\u0348\f\13\2\2\u0348\u0349\t\n\2\2\u0349\u0351\5`\61\f\u034a\u034b\f"+ - "\t\2\2\u034b\u034c\t\13\2\2\u034c\u0351\5`\61\n\u034d\u034e\f\b\2\2\u034e"+ - "\u034f\t\f\2\2\u034f\u0351\5`\61\t\u0350\u0344\3\2\2\2\u0350\u0347\3\2"+ - "\2\2\u0350\u034a\3\2\2\2\u0350\u034d\3\2\2\2\u0351\u0354\3\2\2\2\u0352"+ - "\u0350\3\2\2\2\u0352\u0353\3\2\2\2\u0353a\3\2\2\2\u0354\u0352\3\2\2\2"+ - "Vk|\u0089\u008f\u0095\u009f\u00a6\u00ad\u00b2\u00be\u00c1\u00c3\u00cd"+ + "\3\2\2\2\u0141\61\3\2\2\2\u0142\u0140\3\2\2\2\u0143\u0144\5\22\n\2\u0144"+ + "\u0145\5\32\16\2\u0145\u0149\3\2\2\2\u0146\u0149\7T\2\2\u0147\u0149\7"+ + "\16\2\2\u0148\u0143\3\2\2\2\u0148\u0146\3\2\2\2\u0148\u0147\3\2\2\2\u0149"+ + "\63\3\2\2\2\u014a\u014b\7Y\2\2\u014b\u014c\7m\2\2\u014c\u014d\7\b\2\2"+ + "\u014d\u0152\5\66\34\2\u014e\u014f\7\f\2\2\u014f\u0151\5\66\34\2\u0150"+ + "\u014e\3\2\2\2\u0151\u0154\3\2\2\2\u0152\u0150\3\2\2\2\u0152\u0153\3\2"+ + "\2\2\u0153\u0155\3\2\2\2\u0154\u0152\3\2\2\2\u0155\u0156\7\t\2\2\u0156"+ + "\65\3\2\2\2\u0157\u015f\7d\2\2\u0158\u0159\7d\2\2\u0159\u015a\7\r\2\2"+ + "\u015a\u015f\7d\2\2\u015b\u015f\7m\2\2\u015c\u015f\7n\2\2\u015d\u015f"+ + "\7:\2\2\u015e\u0157\3\2\2\2\u015e\u0158\3\2\2\2\u015e\u015b\3\2\2\2\u015e"+ + "\u015c\3\2\2\2\u015e\u015d\3\2\2\2\u015f\67\3\2\2\2\u0160\u018e\7*\2\2"+ + "\u0161\u0162\7-\2\2\u0162\u0163\7\b\2\2\u0163\u0164\7d\2\2\u0164\u018e"+ + "\7\t\2\2\u0165\u0169\7\62\2\2\u0166\u0167\7\b\2\2\u0167\u0168\7m\2\2\u0168"+ + "\u016a\7\t\2\2\u0169\u0166\3\2\2\2\u0169\u016a\3\2\2\2\u016a\u018e\3\2"+ + "\2\2\u016b\u018e\7\65\2\2\u016c\u018e\7\66\2\2\u016d\u016e\7\64\2\2\u016e"+ + "\u016f\7\b\2\2\u016f\u0170\5J&\2\u0170\u0171\7\t\2\2\u0171\u018e\3\2\2"+ + "\2\u0172\u018e\7/\2\2\u0173\u018e\7\60\2\2\u0174\u018e\7\67\2\2\u0175"+ + "\u018e\78\2\2\u0176\u018e\7+\2\2\u0177\u018e\7,\2\2\u0178\u018e\7.\2\2"+ + "\u0179\u018e\79\2\2\u017a\u017e\7\61\2\2\u017b\u017c\7\b\2\2\u017c\u017d"+ + "\7m\2\2\u017d\u017f\7\t\2\2\u017e\u017b\3\2\2\2\u017e\u017f\3\2\2\2\u017f"+ + "\u018e\3\2\2\2\u0180\u0181\7\63\2\2\u0181\u0182\7\b\2\2\u0182\u0187\5"+ + "\66\34\2\u0183\u0184\7\f\2\2\u0184\u0186\5\66\34\2\u0185\u0183\3\2\2\2"+ + "\u0186\u0189\3\2\2\2\u0187\u0185\3\2\2\2\u0187\u0188\3\2\2\2\u0188\u018a"+ + "\3\2\2\2\u0189\u0187\3\2\2\2\u018a\u018b\7\t\2\2\u018b\u018e\3\2\2\2\u018c"+ + "\u018e\7:\2\2\u018d\u0160\3\2\2\2\u018d\u0161\3\2\2\2\u018d\u0165\3\2"+ + "\2\2\u018d\u016b\3\2\2\2\u018d\u016c\3\2\2\2\u018d\u016d\3\2\2\2\u018d"+ + "\u0172\3\2\2\2\u018d\u0173\3\2\2\2\u018d\u0174\3\2\2\2\u018d\u0175\3\2"+ + "\2\2\u018d\u0176\3\2\2\2\u018d\u0177\3\2\2\2\u018d\u0178\3\2\2\2\u018d"+ + "\u0179\3\2\2\2\u018d\u017a\3\2\2\2\u018d\u0180\3\2\2\2\u018d\u018c\3\2"+ + "\2\2\u018e9\3\2\2\2\u018f\u0191\5<\37\2\u0190\u018f\3\2\2\2\u0191\u0192"+ + "\3\2\2\2\u0192\u0190\3\2\2\2\u0192\u0193\3\2\2\2\u0193;\3\2\2\2\u0194"+ + "\u0195\5\n\6\2\u0195\u0196\7\n\2\2\u0196\u01ea\3\2\2\2\u0197\u0199\7\4"+ + "\2\2\u0198\u019a\5:\36\2\u0199\u0198\3\2\2\2\u0199\u019a\3\2\2\2\u019a"+ + "\u019b\3\2\2\2\u019b\u01ea\7\5\2\2\u019c\u019d\5H%\2\u019d\u019e\7\n\2"+ + "\2\u019e\u01ea\3\2\2\2\u019f\u01a0\7;\2\2\u01a0\u01a1\7\b\2\2\u01a1\u01a2"+ + "\5H%\2\u01a2\u01a3\7\t\2\2\u01a3\u01a6\5<\37\2\u01a4\u01a5\7<\2\2\u01a5"+ + "\u01a7\5<\37\2\u01a6\u01a4\3\2\2\2\u01a6\u01a7\3\2\2\2\u01a7\u01ea\3\2"+ + "\2\2\u01a8\u01aa\58\35\2\u01a9\u01a8\3\2\2\2\u01aa\u01ad\3\2\2\2\u01ab"+ + "\u01a9\3\2\2\2\u01ab\u01ac\3\2\2\2\u01ac\u01ae\3\2\2\2\u01ad\u01ab\3\2"+ + "\2\2\u01ae\u01af\7=\2\2\u01af\u01b0\7\b\2\2\u01b0\u01b1\5H%\2\u01b1\u01b2"+ + "\7\t\2\2\u01b2\u01b3\5<\37\2\u01b3\u01ea\3\2\2\2\u01b4\u01b6\58\35\2\u01b5"+ + "\u01b4\3\2\2\2\u01b6\u01b9\3\2\2\2\u01b7\u01b5\3\2\2\2\u01b7\u01b8\3\2"+ + "\2\2\u01b8\u01ba\3\2\2\2\u01b9\u01b7\3\2\2\2\u01ba\u01bb\7>\2\2\u01bb"+ + "\u01bc\5<\37\2\u01bc\u01bd\7=\2\2\u01bd\u01be\7\b\2\2\u01be\u01bf\5H%"+ + "\2\u01bf\u01c0\7\t\2\2\u01c0\u01c1\7\n\2\2\u01c1\u01ea\3\2\2\2\u01c2\u01c4"+ + "\58\35\2\u01c3\u01c2\3\2\2\2\u01c4\u01c7\3\2\2\2\u01c5\u01c3\3\2\2\2\u01c5"+ + "\u01c6\3\2\2\2\u01c6\u01c8\3\2\2\2\u01c7\u01c5\3\2\2\2\u01c8\u01c9\7?"+ + "\2\2\u01c9\u01ca\7\b\2\2\u01ca\u01cb\5B\"\2\u01cb\u01cc\7\t\2\2\u01cc"+ + "\u01cd\5<\37\2\u01cd\u01ea\3\2\2\2\u01ce\u01cf\7@\2\2\u01cf\u01d0\7\b"+ + "\2\2\u01d0\u01d1\5H%\2\u01d1\u01d2\7\t\2\2\u01d2\u01d3\7\4\2\2\u01d3\u01d4"+ + "\5> \2\u01d4\u01d5\7\5\2\2\u01d5\u01ea\3\2\2\2\u01d6\u01d8\7A\2\2\u01d7"+ + "\u01d9\5H%\2\u01d8\u01d7\3\2\2\2\u01d8\u01d9\3\2\2\2\u01d9\u01da\3\2\2"+ + "\2\u01da\u01ea\7\n\2\2\u01db\u01dc\7B\2\2\u01dc\u01ea\7\n\2\2\u01dd\u01de"+ + "\7C\2\2\u01de\u01ea\7\n\2\2\u01df\u01e1\7D\2\2\u01e0\u01e2\5P)\2\u01e1"+ + "\u01e0\3\2\2\2\u01e1\u01e2\3\2\2\2\u01e2\u01e3\3\2\2\2\u01e3\u01e4\7\4"+ + "\2\2\u01e4\u01e5\5T+\2\u01e5\u01e6\7\u0086\2\2\u01e6\u01ea\3\2\2\2\u01e7"+ + "\u01ea\5N(\2\u01e8\u01ea\7\n\2\2\u01e9\u0194\3\2\2\2\u01e9\u0197\3\2\2"+ + "\2\u01e9\u019c\3\2\2\2\u01e9\u019f\3\2\2\2\u01e9\u01ab\3\2\2\2\u01e9\u01b7"+ + "\3\2\2\2\u01e9\u01c5\3\2\2\2\u01e9\u01ce\3\2\2\2\u01e9\u01d6\3\2\2\2\u01e9"+ + "\u01db\3\2\2\2\u01e9\u01dd\3\2\2\2\u01e9\u01df\3\2\2\2\u01e9\u01e7\3\2"+ + "\2\2\u01e9\u01e8\3\2\2\2\u01ea=\3\2\2\2\u01eb\u01ed\5@!\2\u01ec\u01eb"+ + "\3\2\2\2\u01ed\u01ee\3\2\2\2\u01ee\u01ec\3\2\2\2\u01ee\u01ef\3\2\2\2\u01ef"+ + "\u01f5\3\2\2\2\u01f0\u01f1\7E\2\2\u01f1\u01f3\7\13\2\2\u01f2\u01f4\5:"+ + "\36\2\u01f3\u01f2\3\2\2\2\u01f3\u01f4\3\2\2\2\u01f4\u01f6\3\2\2\2\u01f5"+ + "\u01f0\3\2\2\2\u01f5\u01f6\3\2\2\2\u01f6?\3\2\2\2\u01f7\u01f8\7F\2\2\u01f8"+ + "\u01f9\5J&\2\u01f9\u01fb\7\13\2\2\u01fa\u01fc\5:\36\2\u01fb\u01fa\3\2"+ + "\2\2\u01fb\u01fc\3\2\2\2\u01fcA\3\2\2\2\u01fd\u01fe\5D#\2\u01fe\u0200"+ + "\7\n\2\2\u01ff\u0201\5F$\2\u0200\u01ff\3\2\2\2\u0200\u0201\3\2\2\2\u0201"+ + "\u0202\3\2\2\2\u0202\u0204\7\n\2\2\u0203\u0205\5H%\2\u0204\u0203\3\2\2"+ + "\2\u0204\u0205\3\2\2\2\u0205\u020e\3\2\2\2\u0206\u0207\5\22\n\2\u0207"+ + "\u0208\5\32\16\2\u0208\u0209\7\13\2\2\u0209\u020a\5J&\2\u020a\u020b\7"+ + "\r\2\2\u020b\u020c\5J&\2\u020c\u020e\3\2\2\2\u020d\u01fd\3\2\2\2\u020d"+ + "\u0206\3\2\2\2\u020eC\3\2\2\2\u020f\u0211\5\n\6\2\u0210\u020f\3\2\2\2"+ + "\u0210\u0211\3\2\2\2\u0211\u0214\3\2\2\2\u0212\u0214\5H%\2\u0213\u0210"+ + "\3\2\2\2\u0213\u0212\3\2\2\2\u0214E\3\2\2\2\u0215\u0216\5H%\2\u0216G\3"+ + "\2\2\2\u0217\u0218\b%\1\2\u0218\u0219\5J&\2\u0219\u021f\3\2\2\2\u021a"+ + "\u021b\f\3\2\2\u021b\u021c\7\f\2\2\u021c\u021e\5J&\2\u021d\u021a\3\2\2"+ + "\2\u021e\u0221\3\2\2\2\u021f\u021d\3\2\2\2\u021f\u0220\3\2\2\2\u0220I"+ + "\3\2\2\2\u0221\u021f\3\2\2\2\u0222\u0223\b&\1\2\u0223\u0224\7\b\2\2\u0224"+ + "\u0225\5H%\2\u0225\u0226\7\t\2\2\u0226\u0264\3\2\2\2\u0227\u0228\7I\2"+ + "\2\u0228\u022b\7\b\2\2\u0229\u022c\5J&\2\u022a\u022c\5\30\r\2\u022b\u0229"+ + "\3\2\2\2\u022b\u022a\3\2\2\2\u022c\u022d\3\2\2\2\u022d\u022e\7\t\2\2\u022e"+ + "\u0264\3\2\2\2\u022f\u0230\7J\2\2\u0230\u0233\7\b\2\2\u0231\u0234\5J&"+ + "\2\u0232\u0234\5\30\r\2\u0233\u0231\3\2\2\2\u0233\u0232\3\2\2\2\u0234"+ + "\u0235\3\2\2\2\u0235\u0236\7\t\2\2\u0236\u0264\3\2\2\2\u0237\u0239\7K"+ + "\2\2\u0238\u023a\7\b\2\2\u0239\u0238\3\2\2\2\u0239\u023a\3\2\2\2\u023a"+ + "\u023b\3\2\2\2\u023b\u023d\7m\2\2\u023c\u023e\7\t\2\2\u023d\u023c\3\2"+ + "\2\2\u023d\u023e\3\2\2\2\u023e\u0264\3\2\2\2\u023f\u0240\7\b\2\2\u0240"+ + "\u0241\5\30\r\2\u0241\u0242\7\t\2\2\u0242\u0243\5J&\32\u0243\u0264\3\2"+ + "\2\2\u0244\u0245\t\2\2\2\u0245\u0264\5J&\31\u0246\u0247\7\24\2\2\u0247"+ + "\u0264\5J&\27\u0248\u0249\t\3\2\2\u0249\u0264\5J&\26\u024a\u024b\t\4\2"+ + "\2\u024b\u0264\5J&\22\u024c\u024d\7\4\2\2\u024d\u0252\5J&\2\u024e\u024f"+ + "\7\f\2\2\u024f\u0251\5J&\2\u0250\u024e\3\2\2\2\u0251\u0254\3\2\2\2\u0252"+ + "\u0250\3\2\2\2\u0252\u0253\3\2\2\2\u0253\u0256\3\2\2\2\u0254\u0252\3\2"+ + "\2\2\u0255\u0257\7\f\2\2\u0256\u0255\3\2\2\2\u0256\u0257\3\2\2\2\u0257"+ + "\u0258\3\2\2\2\u0258\u0259\7\5\2\2\u0259\u0264\3\2\2\2\u025a\u0264\7m"+ + "\2\2\u025b\u0264\7d\2\2\u025c\u025e\7n\2\2\u025d\u025c\3\2\2\2\u025e\u025f"+ + "\3\2\2\2\u025f\u025d\3\2\2\2\u025f\u0260\3\2\2\2\u0260\u0264\3\2\2\2\u0261"+ + "\u0264\7o\2\2\u0262\u0264\7U\2\2\u0263\u0222\3\2\2\2\u0263\u0227\3\2\2"+ + "\2\u0263\u022f\3\2\2\2\u0263\u0237\3\2\2\2\u0263\u023f\3\2\2\2\u0263\u0244"+ + "\3\2\2\2\u0263\u0246\3\2\2\2\u0263\u0248\3\2\2\2\u0263\u024a\3\2\2\2\u0263"+ + "\u024c\3\2\2\2\u0263\u025a\3\2\2\2\u0263\u025b\3\2\2\2\u0263\u025d\3\2"+ + "\2\2\u0263\u0261\3\2\2\2\u0263\u0262\3\2\2\2\u0264\u02a1\3\2\2\2\u0265"+ + "\u0266\f\25\2\2\u0266\u0267\t\5\2\2\u0267\u02a0\5J&\26\u0268\u0269\f\24"+ + "\2\2\u0269\u026a\t\6\2\2\u026a\u02a0\5J&\25\u026b\u026c\f\23\2\2\u026c"+ + "\u026d\t\7\2\2\u026d\u02a0\5J&\24\u026e\u026f\f\21\2\2\u026f\u0270\t\b"+ + "\2\2\u0270\u02a0\5J&\22\u0271\u0272\f\20\2\2\u0272\u0273\7\31\2\2\u0273"+ + "\u02a0\5J&\21\u0274\u0275\f\17\2\2\u0275\u0276\7\33\2\2\u0276\u02a0\5"+ + "J&\20\u0277\u0278\f\16\2\2\u0278\u0279\7\34\2\2\u0279\u02a0\5J&\17\u027a"+ + "\u027b\f\r\2\2\u027b\u027c\7%\2\2\u027c\u02a0\5J&\16\u027d\u027e\f\f\2"+ + "\2\u027e\u027f\7&\2\2\u027f\u02a0\5J&\r\u0280\u0281\f\13\2\2\u0281\u0282"+ + "\7\17\2\2\u0282\u0283\5J&\2\u0283\u0284\7\13\2\2\u0284\u0285\5J&\f\u0285"+ + "\u02a0\3\2\2\2\u0286\u0287\f\n\2\2\u0287\u0288\7\'\2\2\u0288\u02a0\5J"+ + "&\n\u0289\u028a\f\t\2\2\u028a\u028b\7(\2\2\u028b\u02a0\5J&\t\u028c\u028d"+ + "\f!\2\2\u028d\u028e\7\20\2\2\u028e\u02a0\7m\2\2\u028f\u0290\f \2\2\u0290"+ + "\u0291\7\21\2\2\u0291\u02a0\7m\2\2\u0292\u0293\f\37\2\2\u0293\u0295\7"+ + "\b\2\2\u0294\u0296\5L\'\2\u0295\u0294\3\2\2\2\u0295\u0296\3\2\2\2\u0296"+ + "\u0297\3\2\2\2\u0297\u02a0\7\t\2\2\u0298\u0299\f\33\2\2\u0299\u029a\7"+ + "\6\2\2\u029a\u029b\5H%\2\u029b\u029c\7\7\2\2\u029c\u02a0\3\2\2\2\u029d"+ + "\u029e\f\30\2\2\u029e\u02a0\t\2\2\2\u029f\u0265\3\2\2\2\u029f\u0268\3"+ + "\2\2\2\u029f\u026b\3\2\2\2\u029f\u026e\3\2\2\2\u029f\u0271\3\2\2\2\u029f"+ + "\u0274\3\2\2\2\u029f\u0277\3\2\2\2\u029f\u027a\3\2\2\2\u029f\u027d\3\2"+ + "\2\2\u029f\u0280\3\2\2\2\u029f\u0286\3\2\2\2\u029f\u0289\3\2\2\2\u029f"+ + "\u028c\3\2\2\2\u029f\u028f\3\2\2\2\u029f\u0292\3\2\2\2\u029f\u0298\3\2"+ + "\2\2\u029f\u029d\3\2\2\2\u02a0\u02a3\3\2\2\2\u02a1\u029f\3\2\2\2\u02a1"+ + "\u02a2\3\2\2\2\u02a2K\3\2\2\2\u02a3\u02a1\3\2\2\2\u02a4\u02a9\5J&\2\u02a5"+ + "\u02a6\7\f\2\2\u02a6\u02a8\5J&\2\u02a7\u02a5\3\2\2\2\u02a8\u02ab\3\2\2"+ + "\2\u02a9\u02a7\3\2\2\2\u02a9\u02aa\3\2\2\2\u02aaM\3\2\2\2\u02ab\u02a9"+ + "\3\2\2\2\u02ac\u02ae\7L\2\2\u02ad\u02af\5P)\2\u02ae\u02ad\3\2\2\2\u02ae"+ + "\u02af\3\2\2\2\u02af\u02b0\3\2\2\2\u02b0\u02b1\7V\2\2\u02b1O\3\2\2\2\u02b2"+ + "\u02b3\7\b\2\2\u02b3\u02b8\5R*\2\u02b4\u02b5\7\f\2\2\u02b5\u02b7\5R*\2"+ + "\u02b6\u02b4\3\2\2\2\u02b7\u02ba\3\2\2\2\u02b8\u02b6\3\2\2\2\u02b8\u02b9"+ + "\3\2\2\2\u02b9\u02bb\3\2\2\2\u02ba\u02b8\3\2\2\2\u02bb\u02bc\7\t\2\2\u02bc"+ + "Q\3\2\2\2\u02bd\u02be\7M\2\2\u02be\u02c8\7n\2\2\u02bf\u02c0\7N\2\2\u02c0"+ + "\u02c8\7m\2\2\u02c1\u02c2\7O\2\2\u02c2\u02c8\7n\2\2\u02c3\u02c4\7P\2\2"+ + "\u02c4\u02c8\5J&\2\u02c5\u02c6\7Q\2\2\u02c6\u02c8\5J&\2\u02c7\u02bd\3"+ + "\2\2\2\u02c7\u02bf\3\2\2\2\u02c7\u02c1\3\2\2\2\u02c7\u02c3\3\2\2\2\u02c7"+ + "\u02c5\3\2\2\2\u02c8S\3\2\2\2\u02c9\u02cb\5V,\2\u02ca\u02c9\3\2\2\2\u02cb"+ + "\u02ce\3\2\2\2\u02cc\u02ca\3\2\2\2\u02cc\u02cd\3\2\2\2\u02cdU\3\2\2\2"+ + "\u02ce\u02cc\3\2\2\2\u02cf\u02d3\5X-\2\u02d0\u02d3\5Z.\2\u02d1\u02d3\5"+ + "\\/\2\u02d2\u02cf\3\2\2\2\u02d2\u02d0\3\2\2\2\u02d2\u02d1\3\2\2\2\u02d3"+ + "W\3\2\2\2\u02d4\u02d5\7\u0093\2\2\u02d5\u02d9\7v\2\2\u02d6\u02d8\7\u0094"+ + "\2\2\u02d7\u02d6\3\2\2\2\u02d8\u02db\3\2\2\2\u02d9\u02d7\3\2\2\2\u02d9"+ + "\u02da\3\2\2\2\u02da\u02e5\3\2\2\2\u02db\u02d9\3\2\2\2\u02dc\u02dd\7\u0092"+ + "\2\2\u02dd\u02e1\7v\2\2\u02de\u02e0\7\u0094\2\2\u02df\u02de\3\2\2\2\u02e0"+ + "\u02e3\3\2\2\2\u02e1\u02df\3\2\2\2\u02e1\u02e2\3\2\2\2\u02e2\u02e5\3\2"+ + "\2\2\u02e3\u02e1\3\2\2\2\u02e4\u02d4\3\2\2\2\u02e4\u02dc\3\2\2\2\u02e5"+ + "Y\3\2\2\2\u02e6\u02e8\7t\2\2\u02e7\u02e9\5^\60\2\u02e8\u02e7\3\2\2\2\u02e8"+ + "\u02e9\3\2\2\2\u02e9\u02ed\3\2\2\2\u02ea\u02ec\7\u0094\2\2\u02eb\u02ea"+ + "\3\2\2\2\u02ec\u02ef\3\2\2\2\u02ed\u02eb\3\2\2\2\u02ed\u02ee\3\2\2\2\u02ee"+ + "[\3\2\2\2\u02ef\u02ed\3\2\2\2\u02f0\u02f1\7s\2\2\u02f1\u02f6\5`\61\2\u02f2"+ + "\u02f3\7w\2\2\u02f3\u02f5\5`\61\2\u02f4\u02f2\3\2\2\2\u02f5\u02f8\3\2"+ + "\2\2\u02f6\u02f4\3\2\2\2\u02f6\u02f7\3\2\2\2\u02f7\u02fc\3\2\2\2\u02f8"+ + "\u02f6\3\2\2\2\u02f9\u02fb\7\u0094\2\2\u02fa\u02f9\3\2\2\2\u02fb\u02fe"+ + "\3\2\2\2\u02fc\u02fa\3\2\2\2\u02fc\u02fd\3\2\2\2\u02fd]\3\2\2\2\u02fe"+ + "\u02fc\3\2\2\2\u02ff\u032d\5`\61\2\u0300\u0301\7u\2\2\u0301\u032d\5`\61"+ + "\2\u0302\u0303\5`\61\2\u0303\u0304\7w\2\2\u0304\u0305\5`\61\2\u0305\u032d"+ + "\3\2\2\2\u0306\u0307\7x\2\2\u0307\u0308\5`\61\2\u0308\u0309\7y\2\2\u0309"+ + "\u030a\7w\2\2\u030a\u030b\7\u0093\2\2\u030b\u032d\3\2\2\2\u030c\u030d"+ + "\7x\2\2\u030d\u030e\7x\2\2\u030e\u030f\5`\61\2\u030f\u0310\7y\2\2\u0310"+ + "\u0311\7y\2\2\u0311\u0312\7w\2\2\u0312\u0313\7\u0093\2\2\u0313\u032d\3"+ + "\2\2\2\u0314\u0315\7x\2\2\u0315\u0316\5`\61\2\u0316\u0317\7w\2\2\u0317"+ + "\u0318\7\u0093\2\2\u0318\u0319\7y\2\2\u0319\u031a\7w\2\2\u031a\u031b\7"+ + "\u0093\2\2\u031b\u032d\3\2\2\2\u031c\u031d\7x\2\2\u031d\u031e\5`\61\2"+ + "\u031e\u031f\7w\2\2\u031f\u0320\7\u0093\2\2\u0320\u0321\7y\2\2\u0321\u032d"+ + "\3\2\2\2\u0322\u0323\7x\2\2\u0323\u0324\5`\61\2\u0324\u0325\7y\2\2\u0325"+ + "\u032d\3\2\2\2\u0326\u0327\7x\2\2\u0327\u0328\7x\2\2\u0328\u0329\5`\61"+ + "\2\u0329\u032a\7y\2\2\u032a\u032b\7y\2\2\u032b\u032d\3\2\2\2\u032c\u02ff"+ + "\3\2\2\2\u032c\u0300\3\2\2\2\u032c\u0302\3\2\2\2\u032c\u0306\3\2\2\2\u032c"+ + "\u030c\3\2\2\2\u032c\u0314\3\2\2\2\u032c\u031c\3\2\2\2\u032c\u0322\3\2"+ + "\2\2\u032c\u0326\3\2\2\2\u032d_\3\2\2\2\u032e\u032f\b\61\1\2\u032f\u0330"+ + "\7z\2\2\u0330\u0331\5`\61\2\u0331\u0332\7{\2\2\u0332\u033d\3\2\2\2\u0333"+ + "\u0334\t\t\2\2\u0334\u033d\5`\61\n\u0335\u033d\7\u0093\2\2\u0336\u033d"+ + "\7\u0091\2\2\u0337\u0338\7\u0085\2\2\u0338\u0339\7\u0093\2\2\u0339\u033d"+ + "\7\u0086\2\2\u033a\u033d\7\u0087\2\2\u033b\u033d\7\u0090\2\2\u033c\u032e"+ + "\3\2\2\2\u033c\u0333\3\2\2\2\u033c\u0335\3\2\2\2\u033c\u0336\3\2\2\2\u033c"+ + "\u0337\3\2\2\2\u033c\u033a\3\2\2\2\u033c\u033b\3\2\2\2\u033d\u034c\3\2"+ + "\2\2\u033e\u033f\f\f\2\2\u033f\u0340\7|\2\2\u0340\u034b\5`\61\r\u0341"+ + "\u0342\f\13\2\2\u0342\u0343\t\n\2\2\u0343\u034b\5`\61\f\u0344\u0345\f"+ + "\t\2\2\u0345\u0346\t\13\2\2\u0346\u034b\5`\61\n\u0347\u0348\f\b\2\2\u0348"+ + "\u0349\t\f\2\2\u0349\u034b\5`\61\t\u034a\u033e\3\2\2\2\u034a\u0341\3\2"+ + "\2\2\u034a\u0344\3\2\2\2\u034a\u0347\3\2\2\2\u034b\u034e\3\2\2\2\u034c"+ + "\u034a\3\2\2\2\u034c\u034d\3\2\2\2\u034da\3\2\2\2\u034e\u034c\3\2\2\2"+ + "Uk|\u0089\u008f\u0095\u009f\u00a6\u00ad\u00b2\u00be\u00c1\u00c3\u00cd"+ "\u00d5\u00da\u00df\u00e6\u00ed\u00f4\u00fc\u0102\u010e\u011c\u0122\u0128"+ - "\u012e\u0133\u0137\u0140\u0147\u014e\u0158\u0164\u016f\u0184\u018d\u0193"+ - "\u0198\u019f\u01ac\u01b1\u01bd\u01cb\u01de\u01e7\u01ef\u01f4\u01f9\u01fb"+ - "\u0201\u0206\u020a\u0213\u0216\u0219\u0225\u0231\u0239\u023f\u0243\u0258"+ - "\u025c\u0265\u0269\u029b\u02a5\u02a7\u02af\u02b4\u02be\u02cd\u02d2\u02d8"+ - "\u02df\u02e7\u02ea\u02ee\u02f3\u02fc\u0302\u0332\u0342\u0350\u0352"; + "\u012e\u0133\u0137\u0140\u0148\u0152\u015e\u0169\u017e\u0187\u018d\u0192"+ + "\u0199\u01a6\u01ab\u01b7\u01c5\u01d8\u01e1\u01e9\u01ee\u01f3\u01f5\u01fb"+ + "\u0200\u0204\u020d\u0210\u0213\u021f\u022b\u0233\u0239\u023d\u0252\u0256"+ + "\u025f\u0263\u0295\u029f\u02a1\u02a9\u02ae\u02b8\u02c7\u02cc\u02d2\u02d9"+ + "\u02e1\u02e4\u02e8\u02ed\u02f6\u02fc\u032c\u033c\u034a\u034c"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser_new.g4 b/src/main/java/dk/camelot64/kickc/parser/KickCParser_new.g4 index 63e8d16b6..aba322a91 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser_new.g4 +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser_new.g4 @@ -8,8 +8,9 @@ options { tokenVocab=KickCLexer; } @members { + // The C parser CParser cParser; - + // true when a typedef is being created boolean isTypedef; public KickCParser(TokenStream input, CParser cParser) { @@ -56,7 +57,7 @@ declaratorInit ; typeDef - : TYPEDEF declType declarator + : TYPEDEF declType { isTypedef=true; } declarator ; declType @@ -70,7 +71,7 @@ typeSpecifier ; declarator - : NAME {if(isTypedef) { Parser.addTypedef($NAME.text); isTypedef=false; } } #declaratorName + : NAME {if(isTypedef) { cParser.addTypedef($NAME.text); isTypedef=false; } } #declaratorName | declarator PAR_BEGIN parameterListDecl? PAR_END #declaratorProcedure | declarator BRACKET_BEGIN (expr)? BRACKET_END #declaratorArray | ASTERISK directive* declarator #declaratorPointer diff --git a/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java b/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java index 8a766719e..6d9320718 100644 --- a/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java +++ b/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java @@ -501,10 +501,8 @@ public class Pass0GenerateStatementSequence extends KickCParserBaseVisitorf] + f_from_main: + // [10] phi f::a#2 = 'a' [phi:main->f#0] -- vbuaa=vbuc1 + lda #'a' + jsr f + // [2] f::return#0 = f::return#2 + jmp __b1 + // main::@1 + __b1: + // [3] main::$0 = f::return#0 + // [4] *main::SCREEN = main::$0 -- _deref_pbuc1=vbuaa + sta SCREEN + // [5] call f + // [10] phi from main::@1 to f [phi:main::@1->f] + f_from___b1: + // [10] phi f::a#2 = 'b' [phi:main::@1->f#0] -- vbuaa=vbuc1 + lda #'b' + jsr f + // [6] f::return#1 = f::return#2 + jmp __b2 + // main::@2 + __b2: + // [7] main::$1 = f::return#1 + // [8] *(main::SCREEN+1) = main::$1 -- _deref_pbuc1=vbuaa + sta SCREEN+1 + jmp __breturn + // main::@return + __breturn: + // [9] return + rts +} + // f +// f(byte register(A) a) +f: { + // [11] f::return#2 = f::a#2 + 1 -- vbuaa=vbuaa_plus_1 + clc + adc #1 + jmp __breturn + // f::@return + __breturn: + // [12] return + rts +} + // File Data + +ASSEMBLER OPTIMIZATIONS +Removing instruction jmp __b1 +Removing instruction jmp __b2 +Removing instruction jmp __breturn +Removing instruction jmp __breturn +Succesful ASM optimization Pass5NextJumpElimination +Removing instruction f_from_main: +Removing instruction __b1: +Removing instruction f_from___b1: +Removing instruction __b2: +Removing instruction __breturn: +Removing instruction __breturn: +Succesful ASM optimization Pass5UnusedLabelElimination + +FINAL SYMBOL TABLE +byte f(byte f::a) +byte f::a +byte f::a#2 reg byte a 11.0 +byte f::return +byte f::return#0 reg byte a 4.0 +byte f::return#1 reg byte a 4.0 +byte f::return#2 reg byte a 3.75 +void main() +byte~ main::$0 reg byte a 4.0 +byte~ main::$1 reg byte a 4.0 +constant byte* const main::SCREEN = (byte*) 1024 + +reg byte a [ f::a#2 ] +reg byte a [ f::return#0 ] +reg byte a [ main::$0 ] +reg byte a [ f::return#1 ] +reg byte a [ main::$1 ] +reg byte a [ f::return#2 ] + + +FINAL ASSEMBLER +Score: 40 + + // File Comments +// Procedure Declaration + // Upstart + // Commodore 64 PRG executable file +.file [name="procedure-declare-0.prg", type="prg", segments="Program"] +.segmentdef Program [segments="Basic, Code, Data"] +.segmentdef Basic [start=$0801] +.segmentdef Code [start=$80d] +.segmentdef Data [startAfter="Code"] +.segment Basic +:BasicUpstart(main) + // Global Constants & labels +.segment Code + // main +main: { + .label SCREEN = $400 + // f('a') + // [1] call f + // [10] phi from main to f [phi:main->f] + // [10] phi f::a#2 = 'a' [phi:main->f#0] -- vbuaa=vbuc1 + lda #'a' + jsr f + // f('a') + // [2] f::return#0 = f::return#2 + // main::@1 + // [3] main::$0 = f::return#0 + // SCREEN[0] = f('a') + // [4] *main::SCREEN = main::$0 -- _deref_pbuc1=vbuaa + sta SCREEN + // f('b') + // [5] call f + // [10] phi from main::@1 to f [phi:main::@1->f] + // [10] phi f::a#2 = 'b' [phi:main::@1->f#0] -- vbuaa=vbuc1 + lda #'b' + jsr f + // f('b') + // [6] f::return#1 = f::return#2 + // main::@2 + // [7] main::$1 = f::return#1 + // SCREEN[1] = f('b') + // [8] *(main::SCREEN+1) = main::$1 -- _deref_pbuc1=vbuaa + sta SCREEN+1 + // main::@return + // } + // [9] return + rts +} + // f +// f(byte register(A) a) +f: { + // a+1 + // [11] f::return#2 = f::a#2 + 1 -- vbuaa=vbuaa_plus_1 + clc + adc #1 + // f::@return + // } + // [12] return + rts +} + // File Data + diff --git a/src/test/ref/procedure-declare-0.sym b/src/test/ref/procedure-declare-0.sym new file mode 100644 index 000000000..d8ac98942 --- /dev/null +++ b/src/test/ref/procedure-declare-0.sym @@ -0,0 +1,18 @@ +byte f(byte f::a) +byte f::a +byte f::a#2 reg byte a 11.0 +byte f::return +byte f::return#0 reg byte a 4.0 +byte f::return#1 reg byte a 4.0 +byte f::return#2 reg byte a 3.75 +void main() +byte~ main::$0 reg byte a 4.0 +byte~ main::$1 reg byte a 4.0 +constant byte* const main::SCREEN = (byte*) 1024 + +reg byte a [ f::a#2 ] +reg byte a [ f::return#0 ] +reg byte a [ main::$0 ] +reg byte a [ f::return#1 ] +reg byte a [ main::$1 ] +reg byte a [ f::return#2 ]