From 682757b10cb2336da66f54258d7c8025a4a3effd Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Tue, 7 Apr 2020 12:43:31 +0200 Subject: [PATCH] Renamed import to #include. #169 --- .../dk/camelot64/kickc/parser/KickCLexer.g4 | 7 +- .../camelot64/kickc/parser/KickCLexer.interp | 17 +- .../dk/camelot64/kickc/parser/KickCLexer.java | 1299 +++++----- .../camelot64/kickc/parser/KickCLexer.tokens | 356 +-- .../dk/camelot64/kickc/parser/KickCParser.g4 | 3 +- .../camelot64/kickc/parser/KickCParser.interp | 12 +- .../camelot64/kickc/parser/KickCParser.java | 2172 +++++++++-------- .../camelot64/kickc/parser/KickCParser.tokens | 356 +-- .../kickc/parser/KickCParserBaseListener.java | 18 +- .../kickc/parser/KickCParserBaseVisitor.java | 11 +- .../kickc/parser/KickCParserListener.java | 24 +- .../kickc/parser/KickCParserVisitor.java | 14 +- .../Pass0GenerateStatementSequence.java | 12 +- src/main/kc/stdlib/bitmap2.kc | 2 +- src/main/kc/stdlib/c64dtv.kc | 2 +- src/main/kc/stdlib/keyboard.kc | 2 +- src/main/kc/stdlib/multiplexer.kc | 2 +- src/main/kc/stdlib/print.kc | 4 +- src/main/kc/stdlib/sinus.kc | 4 +- src/main/kc/stdlib/sqr.kc | 2 +- src/main/kc/stdlib/stdlib.kc | 2 +- src/main/kc/stdlib/time.kc | 2 +- src/test/kc/bgblack.kc | 2 +- src/test/kc/bitmap-circle-2.kc | 2 +- src/test/kc/bitmap-circle.kc | 2 +- src/test/kc/bitmap-line-anim-1.kc | 4 +- src/test/kc/bitmap-line-anim-2.kc | 4 +- src/test/kc/bitmap-plot-0.kc | 4 +- src/test/kc/bitmap-plot-1.kc | 8 +- src/test/kc/bitmap-plot-2.kc | 8 +- src/test/kc/bitmap-plot-3.kc | 6 +- src/test/kc/c-types.kc | 2 +- src/test/kc/c64dtv-8bppcharstretch.kc | 2 +- src/test/kc/c64dtv-8bppchunkystretch.kc | 2 +- src/test/kc/c64dtv-blitter-box.kc | 2 +- src/test/kc/c64dtv-blittermin.kc | 2 +- src/test/kc/c64dtv-color.kc | 2 +- src/test/kc/c64dtv-gfxexplorer.kc | 8 +- src/test/kc/c64dtv-gfxmodes.kc | 8 +- src/test/kc/cia-timer-cyclecount.kc | 6 +- src/test/kc/cia-timer-simple.kc | 6 +- .../kc/complex/clearscreen/clearscreen.kc | 10 +- src/test/kc/complex/medusa/medusa.kc | 4 +- src/test/kc/complex/prebob/grid-bobs.kc | 12 +- src/test/kc/complex/prebob/vogel-bobs.kc | 12 +- src/test/kc/complex/prebob/vogel-sprites.kc | 10 +- .../kc/complex/splines/truetype-splines.kc | 12 +- .../complex/spritescroller/spritescroller.kc | 4 +- src/test/kc/complex/tetris/test-sprites.kc | 2 +- src/test/kc/complex/tetris/tetris-play.kc | 4 +- src/test/kc/complex/tetris/tetris-render.kc | 4 +- src/test/kc/complex/tetris/tetris-sprites.kc | 4 +- src/test/kc/complex/tetris/tetris.kc | 14 +- src/test/kc/complex/travis/game-orig.kc | 4 +- src/test/kc/complex/xmega65/xmega65.kc | 2 +- src/test/kc/constants.kc | 2 +- src/test/kc/cordic-atan2-16-ref.kc | 8 +- src/test/kc/cordic-atan2-16.kc | 6 +- src/test/kc/cordic-atan2-clear.kc | 6 +- src/test/kc/cordic-atan2.kc | 6 +- src/test/kc/danny-joystick-problem.kc | 2 +- src/test/kc/default-font.kc | 2 +- src/test/kc/double-import.kc | 4 +- src/test/kc/euclid-3.kc | 2 +- src/test/kc/examples/3d/3d.kc | 4 +- src/test/kc/examples/3d/perspective.kc | 4 +- .../kc/examples/bresenham/bitmap-bresenham.kc | 4 +- .../kc/examples/chargen/chargen-analysis.kc | 4 +- .../kc/examples/fastmultiply/fastmultiply8.kc | 2 +- src/test/kc/examples/fire/fire.kc | 4 +- src/test/kc/examples/font-2x2/font-2x2.kc | 4 +- src/test/kc/examples/helloworld/helloworld.kc | 2 +- src/test/kc/examples/irq/irq-hyperscreen.kc | 2 +- src/test/kc/examples/kernalload/kernalload.kc | 4 +- .../multiplexer/simple-multiplexer.kc | 4 +- src/test/kc/examples/music/music.kc | 2 +- src/test/kc/examples/music/music_irq.kc | 2 +- src/test/kc/examples/nmisamples/nmisamples.kc | 2 +- src/test/kc/examples/plasma/plasma-unroll.kc | 6 +- src/test/kc/examples/plasma/plasma.kc | 6 +- .../kc/examples/rasterbars/raster-bars.kc | 2 +- src/test/kc/examples/rotate/rotate.kc | 8 +- src/test/kc/examples/scrolllogo/scrolllogo.kc | 6 +- src/test/kc/examples/showlogo/showlogo.kc | 4 +- .../kc/examples/sinplotter/sine-plotter.kc | 8 +- .../kc/examples/sinsprites/sinus-sprites.kc | 6 +- src/test/kc/fastmultiply-127.kc | 2 +- src/test/kc/font-hex-show.kc | 6 +- src/test/kc/gfxbank.kc | 2 +- src/test/kc/importing.kc | 2 +- src/test/kc/incrementinarray.kc | 2 +- src/test/kc/irq-hardware-clobber-jsr.kc | 2 +- src/test/kc/irq-idx-problem.kc | 2 +- src/test/kc/irq-kernel-minimal.kc | 2 +- src/test/kc/keyboard-glitch.kc | 4 +- src/test/kc/line-anim.kc | 4 +- src/test/kc/linegen.kc | 4 +- src/test/kc/logarithm.kc | 2 +- src/test/kc/loophead-problem-3.kc | 4 +- src/test/kc/malloc-0.kc | 2 +- src/test/kc/malloc-1.kc | 2 +- src/test/kc/memcpy-0.kc | 4 +- src/test/kc/memcpy-1.kc | 2 +- src/test/kc/memory-heap.kc | 2 +- .../kc/millfork-benchmarks/benchcommon.kc | 4 +- .../kc/millfork-benchmarks/linkedlist-kc.kc | 2 +- src/test/kc/millfork-benchmarks/plasma-kc.kc | 4 +- src/test/kc/millfork-benchmarks/romsum-kc.kc | 4 +- src/test/kc/millfork-benchmarks/sieve-kc.kc | 4 +- src/test/kc/min-fmul-16.kc | 2 +- src/test/kc/mul8u-min.kc | 2 +- .../multiplexer-irq/simple-multiplexer-irq.kc | 4 +- src/test/kc/number-ternary-fail-2.kc | 2 +- src/test/kc/plasma-center.kc | 14 +- src/test/kc/preprocessor-3.kc | 4 +- src/test/kc/preprocessor-3b.kc | 2 +- src/test/kc/printmsg.kc | 2 +- .../kc/processor-port-test-writethrough.kc | 4 +- src/test/kc/processor-port-test.kc | 4 +- src/test/kc/robozzle64-label-problem.kc | 2 +- src/test/kc/roll-sprite-msb.kc | 2 +- src/test/kc/sandbox.kc | 2 +- src/test/kc/scan-desire-problem.kc | 8 +- src/test/kc/screen-center-angle.kc | 12 +- src/test/kc/screen-center-distance.kc | 12 +- src/test/kc/screen-show-spiral-buckets.kc | 8 +- src/test/kc/screen-show-spiral.kc | 6 +- src/test/kc/semi-struct-1.kc | 2 +- src/test/kc/semi-struct-2.kc | 6 +- src/test/kc/sieve-min.kc | 12 +- src/test/kc/sieve.kc | 12 +- src/test/kc/signed-indexed-subtract.kc | 2 +- src/test/kc/signed-words.kc | 2 +- src/test/kc/sinus-basic.kc | 4 +- src/test/kc/sinusb.kc | 2 +- src/test/kc/sinusgen16.kc | 4 +- src/test/kc/sinusgen16b.kc | 6 +- src/test/kc/sinusgen8.kc | 4 +- src/test/kc/sinusgen8b.kc | 4 +- src/test/kc/sinusgenscale8.kc | 6 +- src/test/kc/sprite-font.kc | 4 +- src/test/kc/struct-ptr-22.kc | 2 +- src/test/kc/struct-ptr-26.kc | 2 +- src/test/kc/test-comparisons-sword.kc | 4 +- src/test/kc/test-comparisons-word.kc | 4 +- src/test/kc/test-comparisons.kc | 2 +- src/test/kc/test-division.kc | 4 +- src/test/kc/test-keyboard-space.kc | 2 +- src/test/kc/test-keyboard.kc | 2 +- src/test/kc/test-lowhigh.kc | 2 +- src/test/kc/test-multiply-16bit.kc | 6 +- src/test/kc/test-multiply-8bit.kc | 6 +- src/test/kc/test-signed-word-minus-byte.kc | 2 +- src/test/kc/test-utoa.kc | 4 +- src/test/kc/textbox.kc | 2 +- src/test/kc/travis1.kc | 2 +- src/test/kc/type-signed.kc | 2 +- src/test/kc/wfragment1.kc | 2 +- src/test/kc/zeropage-sinus.kc | 2 +- src/test/ref/preprocessor-3.asm | 4 +- src/test/ref/preprocessor-3.log | 12 +- 161 files changed, 2526 insertions(+), 2401 deletions(-) diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 index a81f5bfc8..1e0617a7b 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 +++ b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 @@ -62,9 +62,7 @@ ASSIGN: '=' ; ASSIGN_COMPOUND : '+=' | '-=' | '*=' | '/=' | '%=' | '<<=' | '>>=' | '&=' | '|=' | '^=' ; // Keywords -IMPORT: 'import' { importEnter=true; } ; TYPEDEF: 'typedef' ; -PRAGMA: '#pragma' ; RESERVE:'reserve' ; PC:'pc'; TARGET:'target'; @@ -123,7 +121,10 @@ KICKASM_BODY: '{{' .*? '}}'; STRING : '"' ('\\"' | ~'"')* '"' [z]?([ps][mu]?)?[z]? { if(importEnter) { importEnter=false; cParser.loadCFile(getText()); } } ; CHAR : '\'' ('\\'['"rfn] | ~'\'' ) '\''; -// Macros +// Preprocessor +IMPORT: '#import' { importEnter=true; } ; +INCLUDE: '#include' { importEnter=true; } ; +PRAGMA: '#pragma' ; DEFINE: '#define' ; DEFINE_CONTINUE: '\\\n' | '\\\r\n'; UNDEF: '#undef' ; diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp index c849594be..430ef0791 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp +++ b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp @@ -37,9 +37,7 @@ null '||' '=' null -'import' 'typedef' -'#pragma' 'reserve' 'pc' 'target' @@ -95,6 +93,9 @@ null null null null +'#import' +'#include' +'#pragma' '#define' null '#undef' @@ -193,9 +194,7 @@ LOGIC_AND LOGIC_OR ASSIGN ASSIGN_COMPOUND -IMPORT TYPEDEF -PRAGMA RESERVE PC TARGET @@ -251,6 +250,9 @@ BOOLEAN KICKASM_BODY STRING CHAR +IMPORT +INCLUDE +PRAGMA DEFINE DEFINE_CONTINUE UNDEF @@ -347,9 +349,7 @@ LOGIC_AND LOGIC_OR ASSIGN ASSIGN_COMPOUND -IMPORT TYPEDEF -PRAGMA RESERVE PC TARGET @@ -405,6 +405,9 @@ BOOLEAN KICKASM_BODY STRING CHAR +IMPORT +INCLUDE +PRAGMA DEFINE DEFINE_CONTINUE UNDEF @@ -483,4 +486,4 @@ DEFAULT_MODE ASM_MODE atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 2, 155, 1534, 8, 1, 8, 1, 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, 4, 50, 9, 50, 4, 51, 9, 51, 4, 52, 9, 52, 4, 53, 9, 53, 4, 54, 9, 54, 4, 55, 9, 55, 4, 56, 9, 56, 4, 57, 9, 57, 4, 58, 9, 58, 4, 59, 9, 59, 4, 60, 9, 60, 4, 61, 9, 61, 4, 62, 9, 62, 4, 63, 9, 63, 4, 64, 9, 64, 4, 65, 9, 65, 4, 66, 9, 66, 4, 67, 9, 67, 4, 68, 9, 68, 4, 69, 9, 69, 4, 70, 9, 70, 4, 71, 9, 71, 4, 72, 9, 72, 4, 73, 9, 73, 4, 74, 9, 74, 4, 75, 9, 75, 4, 76, 9, 76, 4, 77, 9, 77, 4, 78, 9, 78, 4, 79, 9, 79, 4, 80, 9, 80, 4, 81, 9, 81, 4, 82, 9, 82, 4, 83, 9, 83, 4, 84, 9, 84, 4, 85, 9, 85, 4, 86, 9, 86, 4, 87, 9, 87, 4, 88, 9, 88, 4, 89, 9, 89, 4, 90, 9, 90, 4, 91, 9, 91, 4, 92, 9, 92, 4, 93, 9, 93, 4, 94, 9, 94, 4, 95, 9, 95, 4, 96, 9, 96, 4, 97, 9, 97, 4, 98, 9, 98, 4, 99, 9, 99, 4, 100, 9, 100, 4, 101, 9, 101, 4, 102, 9, 102, 4, 103, 9, 103, 4, 104, 9, 104, 4, 105, 9, 105, 4, 106, 9, 106, 4, 107, 9, 107, 4, 108, 9, 108, 4, 109, 9, 109, 4, 110, 9, 110, 4, 111, 9, 111, 4, 112, 9, 112, 4, 113, 9, 113, 4, 114, 9, 114, 4, 115, 9, 115, 4, 116, 9, 116, 4, 117, 9, 117, 4, 118, 9, 118, 4, 119, 9, 119, 4, 120, 9, 120, 4, 121, 9, 121, 4, 122, 9, 122, 4, 123, 9, 123, 4, 124, 9, 124, 4, 125, 9, 125, 4, 126, 9, 126, 4, 127, 9, 127, 4, 128, 9, 128, 4, 129, 9, 129, 4, 130, 9, 130, 4, 131, 9, 131, 4, 132, 9, 132, 4, 133, 9, 133, 4, 134, 9, 134, 4, 135, 9, 135, 4, 136, 9, 136, 4, 137, 9, 137, 4, 138, 9, 138, 4, 139, 9, 139, 4, 140, 9, 140, 4, 141, 9, 141, 4, 142, 9, 142, 4, 143, 9, 143, 4, 144, 9, 144, 4, 145, 9, 145, 4, 146, 9, 146, 4, 147, 9, 147, 4, 148, 9, 148, 4, 149, 9, 149, 4, 150, 9, 150, 4, 151, 9, 151, 4, 152, 9, 152, 4, 153, 9, 153, 4, 154, 9, 154, 4, 155, 9, 155, 4, 156, 9, 156, 4, 157, 9, 157, 4, 158, 9, 158, 4, 159, 9, 159, 4, 160, 9, 160, 4, 161, 9, 161, 4, 162, 9, 162, 4, 163, 9, 163, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 4, 3, 4, 3, 5, 3, 5, 3, 6, 3, 6, 3, 7, 3, 7, 3, 8, 3, 8, 3, 9, 3, 9, 3, 10, 3, 10, 3, 11, 3, 11, 3, 11, 3, 12, 3, 12, 3, 13, 3, 13, 3, 14, 3, 14, 3, 14, 3, 15, 3, 15, 3, 16, 3, 16, 3, 17, 3, 17, 3, 18, 3, 18, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 21, 3, 21, 3, 21, 3, 22, 3, 22, 3, 23, 3, 23, 3, 24, 3, 24, 3, 25, 3, 25, 3, 26, 3, 26, 3, 26, 3, 27, 3, 27, 3, 27, 3, 28, 3, 28, 3, 28, 3, 29, 3, 29, 3, 29, 3, 30, 3, 30, 3, 31, 3, 31, 3, 31, 3, 32, 3, 32, 3, 32, 3, 33, 3, 33, 3, 34, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 36, 3, 36, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 434, 10, 37, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 45, 3, 45, 3, 45, 3, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 59, 3, 59, 3, 59, 3, 59, 3, 59, 3, 60, 3, 60, 3, 60, 3, 60, 3, 60, 3, 60, 3, 61, 3, 61, 3, 61, 3, 61, 3, 61, 3, 61, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 5, 64, 643, 10, 64, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 66, 3, 66, 3, 66, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 68, 3, 68, 3, 68, 3, 68, 3, 68, 3, 68, 3, 69, 3, 69, 3, 69, 3, 70, 3, 70, 3, 70, 3, 70, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 80, 3, 80, 3, 80, 3, 80, 3, 80, 3, 80, 3, 80, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 89, 3, 89, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 5, 90, 818, 10, 90, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 5, 91, 857, 10, 91, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 5, 92, 868, 10, 92, 3, 93, 3, 93, 3, 93, 3, 93, 7, 93, 874, 10, 93, 12, 93, 14, 93, 877, 11, 93, 3, 93, 3, 93, 3, 93, 3, 94, 3, 94, 3, 94, 3, 94, 7, 94, 886, 10, 94, 12, 94, 14, 94, 889, 11, 94, 3, 94, 3, 94, 5, 94, 893, 10, 94, 3, 94, 3, 94, 5, 94, 897, 10, 94, 5, 94, 899, 10, 94, 3, 94, 5, 94, 902, 10, 94, 3, 94, 3, 94, 3, 95, 3, 95, 3, 95, 3, 95, 5, 95, 910, 10, 95, 3, 95, 3, 95, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 5, 97, 927, 10, 97, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 3, 99, 3, 99, 3, 99, 3, 99, 3, 99, 3, 99, 3, 99, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 3, 101, 3, 101, 3, 101, 3, 101, 3, 102, 3, 102, 3, 102, 3, 102, 3, 102, 3, 102, 3, 103, 3, 103, 3, 103, 3, 103, 3, 103, 3, 103, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 105, 3, 105, 5, 105, 976, 10, 105, 3, 106, 3, 106, 3, 106, 5, 106, 981, 10, 106, 3, 107, 3, 107, 3, 107, 3, 107, 3, 107, 5, 107, 988, 10, 107, 3, 107, 7, 107, 991, 10, 107, 12, 107, 14, 107, 994, 11, 107, 3, 107, 3, 107, 6, 107, 998, 10, 107, 13, 107, 14, 107, 999, 3, 108, 7, 108, 1003, 10, 108, 12, 108, 14, 108, 1006, 11, 108, 3, 108, 3, 108, 6, 108, 1010, 10, 108, 13, 108, 14, 108, 1011, 3, 109, 3, 109, 3, 109, 3, 109, 3, 109, 5, 109, 1019, 10, 109, 3, 109, 7, 109, 1022, 10, 109, 12, 109, 14, 109, 1025, 11, 109, 3, 109, 3, 109, 6, 109, 1029, 10, 109, 13, 109, 14, 109, 1030, 3, 110, 3, 110, 3, 110, 5, 110, 1036, 10, 110, 3, 110, 3, 110, 3, 110, 5, 110, 1041, 10, 110, 3, 111, 3, 111, 3, 111, 6, 111, 1046, 10, 111, 13, 111, 14, 111, 1047, 3, 111, 3, 111, 6, 111, 1052, 10, 111, 13, 111, 14, 111, 1053, 5, 111, 1056, 10, 111, 3, 112, 6, 112, 1059, 10, 112, 13, 112, 14, 112, 1060, 3, 113, 3, 113, 3, 113, 3, 113, 3, 113, 5, 113, 1068, 10, 113, 3, 113, 6, 113, 1071, 10, 113, 13, 113, 14, 113, 1072, 3, 114, 3, 114, 3, 115, 3, 115, 3, 116, 3, 116, 3, 117, 3, 117, 7, 117, 1083, 10, 117, 12, 117, 14, 117, 1086, 11, 117, 3, 117, 3, 117, 3, 118, 3, 118, 3, 119, 3, 119, 3, 120, 6, 120, 1095, 10, 120, 13, 120, 14, 120, 1096, 3, 120, 3, 120, 3, 121, 3, 121, 3, 121, 3, 121, 7, 121, 1105, 10, 121, 12, 121, 14, 121, 1108, 11, 121, 3, 121, 3, 121, 3, 122, 3, 122, 3, 122, 3, 122, 7, 122, 1116, 10, 122, 12, 122, 14, 122, 1119, 11, 122, 3, 122, 3, 122, 3, 122, 3, 122, 3, 122, 3, 123, 3, 123, 3, 123, 3, 123, 3, 123, 3, 123, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 5, 124, 1354, 10, 124, 3, 125, 3, 125, 3, 126, 3, 126, 3, 127, 3, 127, 3, 128, 3, 128, 3, 129, 3, 129, 3, 130, 3, 130, 3, 131, 3, 131, 3, 132, 3, 132, 3, 133, 3, 133, 3, 133, 3, 134, 3, 134, 3, 134, 3, 135, 3, 135, 3, 136, 3, 136, 3, 137, 3, 137, 3, 138, 3, 138, 3, 139, 3, 139, 3, 140, 3, 140, 3, 141, 3, 141, 3, 141, 3, 142, 3, 142, 3, 142, 3, 143, 3, 143, 5, 143, 1398, 10, 143, 3, 144, 3, 144, 3, 144, 5, 144, 1403, 10, 144, 3, 145, 3, 145, 7, 145, 1407, 10, 145, 12, 145, 14, 145, 1410, 11, 145, 3, 145, 3, 145, 6, 145, 1414, 10, 145, 13, 145, 14, 145, 1415, 3, 146, 7, 146, 1419, 10, 146, 12, 146, 14, 146, 1422, 11, 146, 3, 146, 3, 146, 6, 146, 1426, 10, 146, 13, 146, 14, 146, 1427, 3, 147, 3, 147, 7, 147, 1432, 10, 147, 12, 147, 14, 147, 1435, 11, 147, 3, 147, 3, 147, 6, 147, 1439, 10, 147, 13, 147, 14, 147, 1440, 3, 148, 3, 148, 3, 148, 5, 148, 1446, 10, 148, 3, 149, 3, 149, 6, 149, 1450, 10, 149, 13, 149, 14, 149, 1451, 3, 150, 6, 150, 1455, 10, 150, 13, 150, 14, 150, 1456, 3, 151, 3, 151, 6, 151, 1461, 10, 151, 13, 151, 14, 151, 1462, 3, 152, 3, 152, 3, 153, 3, 153, 3, 154, 3, 154, 3, 155, 3, 155, 3, 155, 3, 155, 5, 155, 1475, 10, 155, 3, 155, 3, 155, 3, 156, 3, 156, 6, 156, 1481, 10, 156, 13, 156, 14, 156, 1482, 3, 157, 3, 157, 7, 157, 1487, 10, 157, 12, 157, 14, 157, 1490, 11, 157, 3, 158, 3, 158, 7, 158, 1494, 10, 158, 12, 158, 14, 158, 1497, 11, 158, 3, 159, 3, 159, 3, 160, 3, 160, 3, 161, 6, 161, 1504, 10, 161, 13, 161, 14, 161, 1505, 3, 161, 3, 161, 3, 162, 3, 162, 3, 162, 3, 162, 7, 162, 1514, 10, 162, 12, 162, 14, 162, 1517, 11, 162, 3, 162, 3, 162, 3, 163, 3, 163, 3, 163, 3, 163, 7, 163, 1525, 10, 163, 12, 163, 14, 163, 1528, 11, 163, 3, 163, 3, 163, 3, 163, 3, 163, 3, 163, 5, 875, 1117, 1526, 2, 164, 4, 4, 6, 5, 8, 6, 10, 7, 12, 8, 14, 9, 16, 10, 18, 11, 20, 12, 22, 13, 24, 14, 26, 15, 28, 16, 30, 17, 32, 18, 34, 19, 36, 20, 38, 21, 40, 22, 42, 23, 44, 24, 46, 25, 48, 26, 50, 27, 52, 28, 54, 29, 56, 30, 58, 31, 60, 32, 62, 33, 64, 34, 66, 35, 68, 36, 70, 37, 72, 38, 74, 39, 76, 40, 78, 41, 80, 42, 82, 43, 84, 44, 86, 45, 88, 46, 90, 47, 92, 48, 94, 49, 96, 50, 98, 51, 100, 52, 102, 53, 104, 54, 106, 55, 108, 56, 110, 57, 112, 58, 114, 59, 116, 60, 118, 61, 120, 62, 122, 63, 124, 64, 126, 65, 128, 66, 130, 67, 132, 68, 134, 69, 136, 70, 138, 71, 140, 72, 142, 73, 144, 74, 146, 75, 148, 76, 150, 77, 152, 78, 154, 79, 156, 80, 158, 81, 160, 82, 162, 83, 164, 84, 166, 85, 168, 86, 170, 87, 172, 88, 174, 89, 176, 90, 178, 91, 180, 92, 182, 93, 184, 94, 186, 95, 188, 96, 190, 97, 192, 98, 194, 99, 196, 100, 198, 101, 200, 102, 202, 103, 204, 104, 206, 105, 208, 106, 210, 107, 212, 108, 214, 109, 216, 110, 218, 111, 220, 112, 222, 113, 224, 114, 226, 115, 228, 2, 230, 2, 232, 2, 234, 116, 236, 2, 238, 2, 240, 117, 242, 118, 244, 119, 246, 120, 248, 121, 250, 122, 252, 123, 254, 124, 256, 125, 258, 126, 260, 127, 262, 128, 264, 129, 266, 130, 268, 131, 270, 132, 272, 133, 274, 134, 276, 135, 278, 136, 280, 137, 282, 138, 284, 139, 286, 140, 288, 141, 290, 142, 292, 143, 294, 144, 296, 145, 298, 146, 300, 147, 302, 148, 304, 2, 306, 2, 308, 2, 310, 149, 312, 150, 314, 151, 316, 152, 318, 2, 320, 2, 322, 153, 324, 154, 326, 155, 4, 2, 3, 19, 3, 2, 36, 36, 3, 2, 124, 124, 4, 2, 114, 114, 117, 117, 4, 2, 111, 111, 119, 119, 7, 2, 36, 36, 41, 41, 104, 104, 112, 112, 116, 116, 3, 2, 41, 41, 4, 2, 117, 117, 119, 119, 7, 2, 100, 102, 107, 107, 110, 110, 117, 117, 121, 121, 4, 2, 68, 68, 100, 100, 3, 2, 50, 51, 3, 2, 50, 59, 5, 2, 50, 59, 67, 72, 99, 104, 5, 2, 67, 92, 97, 97, 99, 124, 6, 2, 50, 59, 67, 92, 97, 97, 99, 124, 6, 2, 11, 12, 15, 15, 34, 34, 162, 162, 4, 2, 12, 12, 15, 15, 4, 2, 45, 45, 47, 47, 2, 1673, 2, 4, 3, 2, 2, 2, 2, 6, 3, 2, 2, 2, 2, 8, 3, 2, 2, 2, 2, 10, 3, 2, 2, 2, 2, 12, 3, 2, 2, 2, 2, 14, 3, 2, 2, 2, 2, 16, 3, 2, 2, 2, 2, 18, 3, 2, 2, 2, 2, 20, 3, 2, 2, 2, 2, 22, 3, 2, 2, 2, 2, 24, 3, 2, 2, 2, 2, 26, 3, 2, 2, 2, 2, 28, 3, 2, 2, 2, 2, 30, 3, 2, 2, 2, 2, 32, 3, 2, 2, 2, 2, 34, 3, 2, 2, 2, 2, 36, 3, 2, 2, 2, 2, 38, 3, 2, 2, 2, 2, 40, 3, 2, 2, 2, 2, 42, 3, 2, 2, 2, 2, 44, 3, 2, 2, 2, 2, 46, 3, 2, 2, 2, 2, 48, 3, 2, 2, 2, 2, 50, 3, 2, 2, 2, 2, 52, 3, 2, 2, 2, 2, 54, 3, 2, 2, 2, 2, 56, 3, 2, 2, 2, 2, 58, 3, 2, 2, 2, 2, 60, 3, 2, 2, 2, 2, 62, 3, 2, 2, 2, 2, 64, 3, 2, 2, 2, 2, 66, 3, 2, 2, 2, 2, 68, 3, 2, 2, 2, 2, 70, 3, 2, 2, 2, 2, 72, 3, 2, 2, 2, 2, 74, 3, 2, 2, 2, 2, 76, 3, 2, 2, 2, 2, 78, 3, 2, 2, 2, 2, 80, 3, 2, 2, 2, 2, 82, 3, 2, 2, 2, 2, 84, 3, 2, 2, 2, 2, 86, 3, 2, 2, 2, 2, 88, 3, 2, 2, 2, 2, 90, 3, 2, 2, 2, 2, 92, 3, 2, 2, 2, 2, 94, 3, 2, 2, 2, 2, 96, 3, 2, 2, 2, 2, 98, 3, 2, 2, 2, 2, 100, 3, 2, 2, 2, 2, 102, 3, 2, 2, 2, 2, 104, 3, 2, 2, 2, 2, 106, 3, 2, 2, 2, 2, 108, 3, 2, 2, 2, 2, 110, 3, 2, 2, 2, 2, 112, 3, 2, 2, 2, 2, 114, 3, 2, 2, 2, 2, 116, 3, 2, 2, 2, 2, 118, 3, 2, 2, 2, 2, 120, 3, 2, 2, 2, 2, 122, 3, 2, 2, 2, 2, 124, 3, 2, 2, 2, 2, 126, 3, 2, 2, 2, 2, 128, 3, 2, 2, 2, 2, 130, 3, 2, 2, 2, 2, 132, 3, 2, 2, 2, 2, 134, 3, 2, 2, 2, 2, 136, 3, 2, 2, 2, 2, 138, 3, 2, 2, 2, 2, 140, 3, 2, 2, 2, 2, 142, 3, 2, 2, 2, 2, 144, 3, 2, 2, 2, 2, 146, 3, 2, 2, 2, 2, 148, 3, 2, 2, 2, 2, 150, 3, 2, 2, 2, 2, 152, 3, 2, 2, 2, 2, 154, 3, 2, 2, 2, 2, 156, 3, 2, 2, 2, 2, 158, 3, 2, 2, 2, 2, 160, 3, 2, 2, 2, 2, 162, 3, 2, 2, 2, 2, 164, 3, 2, 2, 2, 2, 166, 3, 2, 2, 2, 2, 168, 3, 2, 2, 2, 2, 170, 3, 2, 2, 2, 2, 172, 3, 2, 2, 2, 2, 174, 3, 2, 2, 2, 2, 176, 3, 2, 2, 2, 2, 178, 3, 2, 2, 2, 2, 180, 3, 2, 2, 2, 2, 182, 3, 2, 2, 2, 2, 184, 3, 2, 2, 2, 2, 186, 3, 2, 2, 2, 2, 188, 3, 2, 2, 2, 2, 190, 3, 2, 2, 2, 2, 192, 3, 2, 2, 2, 2, 194, 3, 2, 2, 2, 2, 196, 3, 2, 2, 2, 2, 198, 3, 2, 2, 2, 2, 200, 3, 2, 2, 2, 2, 202, 3, 2, 2, 2, 2, 204, 3, 2, 2, 2, 2, 206, 3, 2, 2, 2, 2, 208, 3, 2, 2, 2, 2, 210, 3, 2, 2, 2, 2, 212, 3, 2, 2, 2, 2, 214, 3, 2, 2, 2, 2, 216, 3, 2, 2, 2, 2, 218, 3, 2, 2, 2, 2, 220, 3, 2, 2, 2, 2, 222, 3, 2, 2, 2, 2, 224, 3, 2, 2, 2, 2, 226, 3, 2, 2, 2, 2, 234, 3, 2, 2, 2, 2, 240, 3, 2, 2, 2, 2, 242, 3, 2, 2, 2, 2, 244, 3, 2, 2, 2, 3, 246, 3, 2, 2, 2, 3, 248, 3, 2, 2, 2, 3, 250, 3, 2, 2, 2, 3, 252, 3, 2, 2, 2, 3, 254, 3, 2, 2, 2, 3, 256, 3, 2, 2, 2, 3, 258, 3, 2, 2, 2, 3, 260, 3, 2, 2, 2, 3, 262, 3, 2, 2, 2, 3, 264, 3, 2, 2, 2, 3, 266, 3, 2, 2, 2, 3, 268, 3, 2, 2, 2, 3, 270, 3, 2, 2, 2, 3, 272, 3, 2, 2, 2, 3, 274, 3, 2, 2, 2, 3, 276, 3, 2, 2, 2, 3, 278, 3, 2, 2, 2, 3, 280, 3, 2, 2, 2, 3, 282, 3, 2, 2, 2, 3, 284, 3, 2, 2, 2, 3, 286, 3, 2, 2, 2, 3, 288, 3, 2, 2, 2, 3, 290, 3, 2, 2, 2, 3, 292, 3, 2, 2, 2, 3, 294, 3, 2, 2, 2, 3, 296, 3, 2, 2, 2, 3, 298, 3, 2, 2, 2, 3, 300, 3, 2, 2, 2, 3, 302, 3, 2, 2, 2, 3, 310, 3, 2, 2, 2, 3, 312, 3, 2, 2, 2, 3, 314, 3, 2, 2, 2, 3, 316, 3, 2, 2, 2, 3, 322, 3, 2, 2, 2, 3, 324, 3, 2, 2, 2, 3, 326, 3, 2, 2, 2, 4, 328, 3, 2, 2, 2, 6, 331, 3, 2, 2, 2, 8, 333, 3, 2, 2, 2, 10, 335, 3, 2, 2, 2, 12, 337, 3, 2, 2, 2, 14, 339, 3, 2, 2, 2, 16, 341, 3, 2, 2, 2, 18, 343, 3, 2, 2, 2, 20, 345, 3, 2, 2, 2, 22, 347, 3, 2, 2, 2, 24, 350, 3, 2, 2, 2, 26, 352, 3, 2, 2, 2, 28, 354, 3, 2, 2, 2, 30, 357, 3, 2, 2, 2, 32, 359, 3, 2, 2, 2, 34, 361, 3, 2, 2, 2, 36, 363, 3, 2, 2, 2, 38, 365, 3, 2, 2, 2, 40, 367, 3, 2, 2, 2, 42, 370, 3, 2, 2, 2, 44, 373, 3, 2, 2, 2, 46, 375, 3, 2, 2, 2, 48, 377, 3, 2, 2, 2, 50, 379, 3, 2, 2, 2, 52, 381, 3, 2, 2, 2, 54, 384, 3, 2, 2, 2, 56, 387, 3, 2, 2, 2, 58, 390, 3, 2, 2, 2, 60, 393, 3, 2, 2, 2, 62, 395, 3, 2, 2, 2, 64, 398, 3, 2, 2, 2, 66, 401, 3, 2, 2, 2, 68, 403, 3, 2, 2, 2, 70, 406, 3, 2, 2, 2, 72, 409, 3, 2, 2, 2, 74, 433, 3, 2, 2, 2, 76, 435, 3, 2, 2, 2, 78, 444, 3, 2, 2, 2, 80, 452, 3, 2, 2, 2, 82, 460, 3, 2, 2, 2, 84, 468, 3, 2, 2, 2, 86, 471, 3, 2, 2, 2, 88, 478, 3, 2, 2, 2, 90, 483, 3, 2, 2, 2, 92, 487, 3, 2, 2, 2, 94, 496, 3, 2, 2, 2, 96, 505, 3, 2, 2, 2, 98, 514, 3, 2, 2, 2, 100, 520, 3, 2, 2, 2, 102, 527, 3, 2, 2, 2, 104, 534, 3, 2, 2, 2, 106, 540, 3, 2, 2, 2, 108, 547, 3, 2, 2, 2, 110, 556, 3, 2, 2, 2, 112, 563, 3, 2, 2, 2, 114, 573, 3, 2, 2, 2, 116, 582, 3, 2, 2, 2, 118, 592, 3, 2, 2, 2, 120, 597, 3, 2, 2, 2, 122, 603, 3, 2, 2, 2, 124, 609, 3, 2, 2, 2, 126, 614, 3, 2, 2, 2, 128, 642, 3, 2, 2, 2, 130, 644, 3, 2, 2, 2, 132, 654, 3, 2, 2, 2, 134, 657, 3, 2, 2, 2, 136, 662, 3, 2, 2, 2, 138, 668, 3, 2, 2, 2, 140, 671, 3, 2, 2, 2, 142, 675, 3, 2, 2, 2, 144, 682, 3, 2, 2, 2, 146, 689, 3, 2, 2, 2, 148, 695, 3, 2, 2, 2, 150, 704, 3, 2, 2, 2, 152, 710, 3, 2, 2, 2, 154, 718, 3, 2, 2, 2, 156, 723, 3, 2, 2, 2, 158, 730, 3, 2, 2, 2, 160, 735, 3, 2, 2, 2, 162, 742, 3, 2, 2, 2, 164, 749, 3, 2, 2, 2, 166, 757, 3, 2, 2, 2, 168, 765, 3, 2, 2, 2, 170, 774, 3, 2, 2, 2, 172, 779, 3, 2, 2, 2, 174, 788, 3, 2, 2, 2, 176, 794, 3, 2, 2, 2, 178, 801, 3, 2, 2, 2, 180, 817, 3, 2, 2, 2, 182, 856, 3, 2, 2, 2, 184, 867, 3, 2, 2, 2, 186, 869, 3, 2, 2, 2, 188, 881, 3, 2, 2, 2, 190, 905, 3, 2, 2, 2, 192, 913, 3, 2, 2, 2, 194, 926, 3, 2, 2, 2, 196, 928, 3, 2, 2, 2, 198, 935, 3, 2, 2, 2, 200, 942, 3, 2, 2, 2, 202, 950, 3, 2, 2, 2, 204, 954, 3, 2, 2, 2, 206, 960, 3, 2, 2, 2, 208, 966, 3, 2, 2, 2, 210, 975, 3, 2, 2, 2, 212, 980, 3, 2, 2, 2, 214, 987, 3, 2, 2, 2, 216, 1004, 3, 2, 2, 2, 218, 1018, 3, 2, 2, 2, 220, 1035, 3, 2, 2, 2, 222, 1055, 3, 2, 2, 2, 224, 1058, 3, 2, 2, 2, 226, 1067, 3, 2, 2, 2, 228, 1074, 3, 2, 2, 2, 230, 1076, 3, 2, 2, 2, 232, 1078, 3, 2, 2, 2, 234, 1080, 3, 2, 2, 2, 236, 1089, 3, 2, 2, 2, 238, 1091, 3, 2, 2, 2, 240, 1094, 3, 2, 2, 2, 242, 1100, 3, 2, 2, 2, 244, 1111, 3, 2, 2, 2, 246, 1125, 3, 2, 2, 2, 248, 1353, 3, 2, 2, 2, 250, 1355, 3, 2, 2, 2, 252, 1357, 3, 2, 2, 2, 254, 1359, 3, 2, 2, 2, 256, 1361, 3, 2, 2, 2, 258, 1363, 3, 2, 2, 2, 260, 1365, 3, 2, 2, 2, 262, 1367, 3, 2, 2, 2, 264, 1369, 3, 2, 2, 2, 266, 1371, 3, 2, 2, 2, 268, 1374, 3, 2, 2, 2, 270, 1377, 3, 2, 2, 2, 272, 1379, 3, 2, 2, 2, 274, 1381, 3, 2, 2, 2, 276, 1383, 3, 2, 2, 2, 278, 1385, 3, 2, 2, 2, 280, 1387, 3, 2, 2, 2, 282, 1389, 3, 2, 2, 2, 284, 1392, 3, 2, 2, 2, 286, 1397, 3, 2, 2, 2, 288, 1402, 3, 2, 2, 2, 290, 1404, 3, 2, 2, 2, 292, 1420, 3, 2, 2, 2, 294, 1429, 3, 2, 2, 2, 296, 1445, 3, 2, 2, 2, 298, 1447, 3, 2, 2, 2, 300, 1454, 3, 2, 2, 2, 302, 1458, 3, 2, 2, 2, 304, 1464, 3, 2, 2, 2, 306, 1466, 3, 2, 2, 2, 308, 1468, 3, 2, 2, 2, 310, 1470, 3, 2, 2, 2, 312, 1478, 3, 2, 2, 2, 314, 1484, 3, 2, 2, 2, 316, 1491, 3, 2, 2, 2, 318, 1498, 3, 2, 2, 2, 320, 1500, 3, 2, 2, 2, 322, 1503, 3, 2, 2, 2, 324, 1509, 3, 2, 2, 2, 326, 1520, 3, 2, 2, 2, 328, 329, 7, 125, 2, 2, 329, 330, 8, 2, 2, 2, 330, 5, 3, 2, 2, 2, 331, 332, 7, 127, 2, 2, 332, 7, 3, 2, 2, 2, 333, 334, 7, 93, 2, 2, 334, 9, 3, 2, 2, 2, 335, 336, 7, 95, 2, 2, 336, 11, 3, 2, 2, 2, 337, 338, 7, 42, 2, 2, 338, 13, 3, 2, 2, 2, 339, 340, 7, 43, 2, 2, 340, 15, 3, 2, 2, 2, 341, 342, 7, 61, 2, 2, 342, 17, 3, 2, 2, 2, 343, 344, 7, 60, 2, 2, 344, 19, 3, 2, 2, 2, 345, 346, 7, 46, 2, 2, 346, 21, 3, 2, 2, 2, 347, 348, 7, 48, 2, 2, 348, 349, 7, 48, 2, 2, 349, 23, 3, 2, 2, 2, 350, 351, 7, 65, 2, 2, 351, 25, 3, 2, 2, 2, 352, 353, 7, 48, 2, 2, 353, 27, 3, 2, 2, 2, 354, 355, 7, 47, 2, 2, 355, 356, 7, 64, 2, 2, 356, 29, 3, 2, 2, 2, 357, 358, 7, 45, 2, 2, 358, 31, 3, 2, 2, 2, 359, 360, 7, 47, 2, 2, 360, 33, 3, 2, 2, 2, 361, 362, 7, 44, 2, 2, 362, 35, 3, 2, 2, 2, 363, 364, 7, 49, 2, 2, 364, 37, 3, 2, 2, 2, 365, 366, 7, 39, 2, 2, 366, 39, 3, 2, 2, 2, 367, 368, 7, 45, 2, 2, 368, 369, 7, 45, 2, 2, 369, 41, 3, 2, 2, 2, 370, 371, 7, 47, 2, 2, 371, 372, 7, 47, 2, 2, 372, 43, 3, 2, 2, 2, 373, 374, 7, 40, 2, 2, 374, 45, 3, 2, 2, 2, 375, 376, 7, 128, 2, 2, 376, 47, 3, 2, 2, 2, 377, 378, 7, 96, 2, 2, 378, 49, 3, 2, 2, 2, 379, 380, 7, 126, 2, 2, 380, 51, 3, 2, 2, 2, 381, 382, 7, 62, 2, 2, 382, 383, 7, 62, 2, 2, 383, 53, 3, 2, 2, 2, 384, 385, 7, 64, 2, 2, 385, 386, 7, 64, 2, 2, 386, 55, 3, 2, 2, 2, 387, 388, 7, 63, 2, 2, 388, 389, 7, 63, 2, 2, 389, 57, 3, 2, 2, 2, 390, 391, 7, 35, 2, 2, 391, 392, 7, 63, 2, 2, 392, 59, 3, 2, 2, 2, 393, 394, 7, 62, 2, 2, 394, 61, 3, 2, 2, 2, 395, 396, 7, 62, 2, 2, 396, 397, 7, 63, 2, 2, 397, 63, 3, 2, 2, 2, 398, 399, 7, 64, 2, 2, 399, 400, 7, 63, 2, 2, 400, 65, 3, 2, 2, 2, 401, 402, 7, 64, 2, 2, 402, 67, 3, 2, 2, 2, 403, 404, 7, 40, 2, 2, 404, 405, 7, 40, 2, 2, 405, 69, 3, 2, 2, 2, 406, 407, 7, 126, 2, 2, 407, 408, 7, 126, 2, 2, 408, 71, 3, 2, 2, 2, 409, 410, 7, 63, 2, 2, 410, 73, 3, 2, 2, 2, 411, 412, 7, 45, 2, 2, 412, 434, 7, 63, 2, 2, 413, 414, 7, 47, 2, 2, 414, 434, 7, 63, 2, 2, 415, 416, 7, 44, 2, 2, 416, 434, 7, 63, 2, 2, 417, 418, 7, 49, 2, 2, 418, 434, 7, 63, 2, 2, 419, 420, 7, 39, 2, 2, 420, 434, 7, 63, 2, 2, 421, 422, 7, 62, 2, 2, 422, 423, 7, 62, 2, 2, 423, 434, 7, 63, 2, 2, 424, 425, 7, 64, 2, 2, 425, 426, 7, 64, 2, 2, 426, 434, 7, 63, 2, 2, 427, 428, 7, 40, 2, 2, 428, 434, 7, 63, 2, 2, 429, 430, 7, 126, 2, 2, 430, 434, 7, 63, 2, 2, 431, 432, 7, 96, 2, 2, 432, 434, 7, 63, 2, 2, 433, 411, 3, 2, 2, 2, 433, 413, 3, 2, 2, 2, 433, 415, 3, 2, 2, 2, 433, 417, 3, 2, 2, 2, 433, 419, 3, 2, 2, 2, 433, 421, 3, 2, 2, 2, 433, 424, 3, 2, 2, 2, 433, 427, 3, 2, 2, 2, 433, 429, 3, 2, 2, 2, 433, 431, 3, 2, 2, 2, 434, 75, 3, 2, 2, 2, 435, 436, 7, 107, 2, 2, 436, 437, 7, 111, 2, 2, 437, 438, 7, 114, 2, 2, 438, 439, 7, 113, 2, 2, 439, 440, 7, 116, 2, 2, 440, 441, 7, 118, 2, 2, 441, 442, 3, 2, 2, 2, 442, 443, 8, 38, 3, 2, 443, 77, 3, 2, 2, 2, 444, 445, 7, 118, 2, 2, 445, 446, 7, 123, 2, 2, 446, 447, 7, 114, 2, 2, 447, 448, 7, 103, 2, 2, 448, 449, 7, 102, 2, 2, 449, 450, 7, 103, 2, 2, 450, 451, 7, 104, 2, 2, 451, 79, 3, 2, 2, 2, 452, 453, 7, 37, 2, 2, 453, 454, 7, 114, 2, 2, 454, 455, 7, 116, 2, 2, 455, 456, 7, 99, 2, 2, 456, 457, 7, 105, 2, 2, 457, 458, 7, 111, 2, 2, 458, 459, 7, 99, 2, 2, 459, 81, 3, 2, 2, 2, 460, 461, 7, 116, 2, 2, 461, 462, 7, 103, 2, 2, 462, 463, 7, 117, 2, 2, 463, 464, 7, 103, 2, 2, 464, 465, 7, 116, 2, 2, 465, 466, 7, 120, 2, 2, 466, 467, 7, 103, 2, 2, 467, 83, 3, 2, 2, 2, 468, 469, 7, 114, 2, 2, 469, 470, 7, 101, 2, 2, 470, 85, 3, 2, 2, 2, 471, 472, 7, 118, 2, 2, 472, 473, 7, 99, 2, 2, 473, 474, 7, 116, 2, 2, 474, 475, 7, 105, 2, 2, 475, 476, 7, 103, 2, 2, 476, 477, 7, 118, 2, 2, 477, 87, 3, 2, 2, 2, 478, 479, 7, 110, 2, 2, 479, 480, 7, 107, 2, 2, 480, 481, 7, 112, 2, 2, 481, 482, 7, 109, 2, 2, 482, 89, 3, 2, 2, 2, 483, 484, 7, 101, 2, 2, 484, 485, 7, 114, 2, 2, 485, 486, 7, 119, 2, 2, 486, 91, 3, 2, 2, 2, 487, 488, 7, 101, 2, 2, 488, 489, 7, 113, 2, 2, 489, 490, 7, 102, 2, 2, 490, 491, 7, 103, 2, 2, 491, 492, 7, 97, 2, 2, 492, 493, 7, 117, 2, 2, 493, 494, 7, 103, 2, 2, 494, 495, 7, 105, 2, 2, 495, 93, 3, 2, 2, 2, 496, 497, 7, 102, 2, 2, 497, 498, 7, 99, 2, 2, 498, 499, 7, 118, 2, 2, 499, 500, 7, 99, 2, 2, 500, 501, 7, 97, 2, 2, 501, 502, 7, 117, 2, 2, 502, 503, 7, 103, 2, 2, 503, 504, 7, 105, 2, 2, 504, 95, 3, 2, 2, 2, 505, 506, 7, 103, 2, 2, 506, 507, 7, 112, 2, 2, 507, 508, 7, 101, 2, 2, 508, 509, 7, 113, 2, 2, 509, 510, 7, 102, 2, 2, 510, 511, 7, 107, 2, 2, 511, 512, 7, 112, 2, 2, 512, 513, 7, 105, 2, 2, 513, 97, 3, 2, 2, 2, 514, 515, 7, 101, 2, 2, 515, 516, 7, 113, 2, 2, 516, 517, 7, 112, 2, 2, 517, 518, 7, 117, 2, 2, 518, 519, 7, 118, 2, 2, 519, 99, 3, 2, 2, 2, 520, 521, 7, 103, 2, 2, 521, 522, 7, 122, 2, 2, 522, 523, 7, 118, 2, 2, 523, 524, 7, 103, 2, 2, 524, 525, 7, 116, 2, 2, 525, 526, 7, 112, 2, 2, 526, 101, 3, 2, 2, 2, 527, 528, 7, 103, 2, 2, 528, 529, 7, 122, 2, 2, 529, 530, 7, 114, 2, 2, 530, 531, 7, 113, 2, 2, 531, 532, 7, 116, 2, 2, 532, 533, 7, 118, 2, 2, 533, 103, 3, 2, 2, 2, 534, 535, 7, 99, 2, 2, 535, 536, 7, 110, 2, 2, 536, 537, 7, 107, 2, 2, 537, 538, 7, 105, 2, 2, 538, 539, 7, 112, 2, 2, 539, 105, 3, 2, 2, 2, 540, 541, 7, 107, 2, 2, 541, 542, 7, 112, 2, 2, 542, 543, 7, 110, 2, 2, 543, 544, 7, 107, 2, 2, 544, 545, 7, 112, 2, 2, 545, 546, 7, 103, 2, 2, 546, 107, 3, 2, 2, 2, 547, 548, 7, 120, 2, 2, 548, 549, 7, 113, 2, 2, 549, 550, 7, 110, 2, 2, 550, 551, 7, 99, 2, 2, 551, 552, 7, 118, 2, 2, 552, 553, 7, 107, 2, 2, 553, 554, 7, 110, 2, 2, 554, 555, 7, 103, 2, 2, 555, 109, 3, 2, 2, 2, 556, 557, 7, 117, 2, 2, 557, 558, 7, 118, 2, 2, 558, 559, 7, 99, 2, 2, 559, 560, 7, 118, 2, 2, 560, 561, 7, 107, 2, 2, 561, 562, 7, 101, 2, 2, 562, 111, 3, 2, 2, 2, 563, 564, 7, 107, 2, 2, 564, 565, 7, 112, 2, 2, 565, 566, 7, 118, 2, 2, 566, 567, 7, 103, 2, 2, 567, 568, 7, 116, 2, 2, 568, 569, 7, 116, 2, 2, 569, 570, 7, 119, 2, 2, 570, 571, 7, 114, 2, 2, 571, 572, 7, 118, 2, 2, 572, 113, 3, 2, 2, 2, 573, 574, 7, 116, 2, 2, 574, 575, 7, 103, 2, 2, 575, 576, 7, 105, 2, 2, 576, 577, 7, 107, 2, 2, 577, 578, 7, 117, 2, 2, 578, 579, 7, 118, 2, 2, 579, 580, 7, 103, 2, 2, 580, 581, 7, 116, 2, 2, 581, 115, 3, 2, 2, 2, 582, 583, 7, 97, 2, 2, 583, 584, 7, 97, 2, 2, 584, 585, 7, 99, 2, 2, 585, 586, 7, 102, 2, 2, 586, 587, 7, 102, 2, 2, 587, 588, 7, 116, 2, 2, 588, 589, 7, 103, 2, 2, 589, 590, 7, 117, 2, 2, 590, 591, 7, 117, 2, 2, 591, 117, 3, 2, 2, 2, 592, 593, 7, 97, 2, 2, 593, 594, 7, 97, 2, 2, 594, 595, 7, 124, 2, 2, 595, 596, 7, 114, 2, 2, 596, 119, 3, 2, 2, 2, 597, 598, 7, 97, 2, 2, 598, 599, 7, 97, 2, 2, 599, 600, 7, 111, 2, 2, 600, 601, 7, 103, 2, 2, 601, 602, 7, 111, 2, 2, 602, 121, 3, 2, 2, 2, 603, 604, 7, 97, 2, 2, 604, 605, 7, 97, 2, 2, 605, 606, 7, 117, 2, 2, 606, 607, 7, 117, 2, 2, 607, 608, 7, 99, 2, 2, 608, 123, 3, 2, 2, 2, 609, 610, 7, 97, 2, 2, 610, 611, 7, 97, 2, 2, 611, 612, 7, 111, 2, 2, 612, 613, 7, 99, 2, 2, 613, 125, 3, 2, 2, 2, 614, 615, 7, 101, 2, 2, 615, 616, 7, 99, 2, 2, 616, 617, 7, 110, 2, 2, 617, 618, 7, 110, 2, 2, 618, 619, 7, 107, 2, 2, 619, 620, 7, 112, 2, 2, 620, 621, 7, 105, 2, 2, 621, 127, 3, 2, 2, 2, 622, 623, 7, 97, 2, 2, 623, 624, 7, 97, 2, 2, 624, 625, 7, 117, 2, 2, 625, 626, 7, 118, 2, 2, 626, 627, 7, 99, 2, 2, 627, 628, 7, 101, 2, 2, 628, 629, 7, 109, 2, 2, 629, 630, 7, 101, 2, 2, 630, 631, 7, 99, 2, 2, 631, 632, 7, 110, 2, 2, 632, 643, 7, 110, 2, 2, 633, 634, 7, 97, 2, 2, 634, 635, 7, 97, 2, 2, 635, 636, 7, 114, 2, 2, 636, 637, 7, 106, 2, 2, 637, 638, 7, 107, 2, 2, 638, 639, 7, 101, 2, 2, 639, 640, 7, 99, 2, 2, 640, 641, 7, 110, 2, 2, 641, 643, 7, 110, 2, 2, 642, 622, 3, 2, 2, 2, 642, 633, 3, 2, 2, 2, 643, 129, 3, 2, 2, 2, 644, 645, 7, 120, 2, 2, 645, 646, 7, 99, 2, 2, 646, 647, 7, 116, 2, 2, 647, 648, 7, 97, 2, 2, 648, 649, 7, 111, 2, 2, 649, 650, 7, 113, 2, 2, 650, 651, 7, 102, 2, 2, 651, 652, 7, 103, 2, 2, 652, 653, 7, 110, 2, 2, 653, 131, 3, 2, 2, 2, 654, 655, 7, 107, 2, 2, 655, 656, 7, 104, 2, 2, 656, 133, 3, 2, 2, 2, 657, 658, 7, 103, 2, 2, 658, 659, 7, 110, 2, 2, 659, 660, 7, 117, 2, 2, 660, 661, 7, 103, 2, 2, 661, 135, 3, 2, 2, 2, 662, 663, 7, 121, 2, 2, 663, 664, 7, 106, 2, 2, 664, 665, 7, 107, 2, 2, 665, 666, 7, 110, 2, 2, 666, 667, 7, 103, 2, 2, 667, 137, 3, 2, 2, 2, 668, 669, 7, 102, 2, 2, 669, 670, 7, 113, 2, 2, 670, 139, 3, 2, 2, 2, 671, 672, 7, 104, 2, 2, 672, 673, 7, 113, 2, 2, 673, 674, 7, 116, 2, 2, 674, 141, 3, 2, 2, 2, 675, 676, 7, 117, 2, 2, 676, 677, 7, 121, 2, 2, 677, 678, 7, 107, 2, 2, 678, 679, 7, 118, 2, 2, 679, 680, 7, 101, 2, 2, 680, 681, 7, 106, 2, 2, 681, 143, 3, 2, 2, 2, 682, 683, 7, 116, 2, 2, 683, 684, 7, 103, 2, 2, 684, 685, 7, 118, 2, 2, 685, 686, 7, 119, 2, 2, 686, 687, 7, 116, 2, 2, 687, 688, 7, 112, 2, 2, 688, 145, 3, 2, 2, 2, 689, 690, 7, 100, 2, 2, 690, 691, 7, 116, 2, 2, 691, 692, 7, 103, 2, 2, 692, 693, 7, 99, 2, 2, 693, 694, 7, 109, 2, 2, 694, 147, 3, 2, 2, 2, 695, 696, 7, 101, 2, 2, 696, 697, 7, 113, 2, 2, 697, 698, 7, 112, 2, 2, 698, 699, 7, 118, 2, 2, 699, 700, 7, 107, 2, 2, 700, 701, 7, 112, 2, 2, 701, 702, 7, 119, 2, 2, 702, 703, 7, 103, 2, 2, 703, 149, 3, 2, 2, 2, 704, 705, 7, 99, 2, 2, 705, 706, 7, 117, 2, 2, 706, 707, 7, 111, 2, 2, 707, 708, 3, 2, 2, 2, 708, 709, 8, 75, 4, 2, 709, 151, 3, 2, 2, 2, 710, 711, 7, 102, 2, 2, 711, 712, 7, 103, 2, 2, 712, 713, 7, 104, 2, 2, 713, 714, 7, 99, 2, 2, 714, 715, 7, 119, 2, 2, 715, 716, 7, 110, 2, 2, 716, 717, 7, 118, 2, 2, 717, 153, 3, 2, 2, 2, 718, 719, 7, 101, 2, 2, 719, 720, 7, 99, 2, 2, 720, 721, 7, 117, 2, 2, 721, 722, 7, 103, 2, 2, 722, 155, 3, 2, 2, 2, 723, 724, 7, 117, 2, 2, 724, 725, 7, 118, 2, 2, 725, 726, 7, 116, 2, 2, 726, 727, 7, 119, 2, 2, 727, 728, 7, 101, 2, 2, 728, 729, 7, 118, 2, 2, 729, 157, 3, 2, 2, 2, 730, 731, 7, 103, 2, 2, 731, 732, 7, 112, 2, 2, 732, 733, 7, 119, 2, 2, 733, 734, 7, 111, 2, 2, 734, 159, 3, 2, 2, 2, 735, 736, 7, 117, 2, 2, 736, 737, 7, 107, 2, 2, 737, 738, 7, 124, 2, 2, 738, 739, 7, 103, 2, 2, 739, 740, 7, 113, 2, 2, 740, 741, 7, 104, 2, 2, 741, 161, 3, 2, 2, 2, 742, 743, 7, 118, 2, 2, 743, 744, 7, 123, 2, 2, 744, 745, 7, 114, 2, 2, 745, 746, 7, 103, 2, 2, 746, 747, 7, 107, 2, 2, 747, 748, 7, 102, 2, 2, 748, 163, 3, 2, 2, 2, 749, 750, 7, 102, 2, 2, 750, 751, 7, 103, 2, 2, 751, 752, 7, 104, 2, 2, 752, 753, 7, 107, 2, 2, 753, 754, 7, 112, 2, 2, 754, 755, 7, 103, 2, 2, 755, 756, 7, 102, 2, 2, 756, 165, 3, 2, 2, 2, 757, 758, 7, 109, 2, 2, 758, 759, 7, 107, 2, 2, 759, 760, 7, 101, 2, 2, 760, 761, 7, 109, 2, 2, 761, 762, 7, 99, 2, 2, 762, 763, 7, 117, 2, 2, 763, 764, 7, 111, 2, 2, 764, 167, 3, 2, 2, 2, 765, 766, 7, 116, 2, 2, 766, 767, 7, 103, 2, 2, 767, 768, 7, 117, 2, 2, 768, 769, 7, 113, 2, 2, 769, 770, 7, 119, 2, 2, 770, 771, 7, 116, 2, 2, 771, 772, 7, 101, 2, 2, 772, 773, 7, 103, 2, 2, 773, 169, 3, 2, 2, 2, 774, 775, 7, 119, 2, 2, 775, 776, 7, 117, 2, 2, 776, 777, 7, 103, 2, 2, 777, 778, 7, 117, 2, 2, 778, 171, 3, 2, 2, 2, 779, 780, 7, 101, 2, 2, 780, 781, 7, 110, 2, 2, 781, 782, 7, 113, 2, 2, 782, 783, 7, 100, 2, 2, 783, 784, 7, 100, 2, 2, 784, 785, 7, 103, 2, 2, 785, 786, 7, 116, 2, 2, 786, 787, 7, 117, 2, 2, 787, 173, 3, 2, 2, 2, 788, 789, 7, 100, 2, 2, 789, 790, 7, 123, 2, 2, 790, 791, 7, 118, 2, 2, 791, 792, 7, 103, 2, 2, 792, 793, 7, 117, 2, 2, 793, 175, 3, 2, 2, 2, 794, 795, 7, 101, 2, 2, 795, 796, 7, 123, 2, 2, 796, 797, 7, 101, 2, 2, 797, 798, 7, 110, 2, 2, 798, 799, 7, 103, 2, 2, 799, 800, 7, 117, 2, 2, 800, 177, 3, 2, 2, 2, 801, 802, 7, 35, 2, 2, 802, 179, 3, 2, 2, 2, 803, 804, 7, 117, 2, 2, 804, 805, 7, 107, 2, 2, 805, 806, 7, 105, 2, 2, 806, 807, 7, 112, 2, 2, 807, 808, 7, 103, 2, 2, 808, 818, 7, 102, 2, 2, 809, 810, 7, 119, 2, 2, 810, 811, 7, 112, 2, 2, 811, 812, 7, 117, 2, 2, 812, 813, 7, 107, 2, 2, 813, 814, 7, 105, 2, 2, 814, 815, 7, 112, 2, 2, 815, 816, 7, 103, 2, 2, 816, 818, 7, 102, 2, 2, 817, 803, 3, 2, 2, 2, 817, 809, 3, 2, 2, 2, 818, 181, 3, 2, 2, 2, 819, 820, 7, 100, 2, 2, 820, 821, 7, 123, 2, 2, 821, 822, 7, 118, 2, 2, 822, 857, 7, 103, 2, 2, 823, 824, 7, 121, 2, 2, 824, 825, 7, 113, 2, 2, 825, 826, 7, 116, 2, 2, 826, 857, 7, 102, 2, 2, 827, 828, 7, 102, 2, 2, 828, 829, 7, 121, 2, 2, 829, 830, 7, 113, 2, 2, 830, 831, 7, 116, 2, 2, 831, 857, 7, 102, 2, 2, 832, 833, 7, 100, 2, 2, 833, 834, 7, 113, 2, 2, 834, 835, 7, 113, 2, 2, 835, 857, 7, 110, 2, 2, 836, 837, 7, 101, 2, 2, 837, 838, 7, 106, 2, 2, 838, 839, 7, 99, 2, 2, 839, 857, 7, 116, 2, 2, 840, 841, 7, 117, 2, 2, 841, 842, 7, 106, 2, 2, 842, 843, 7, 113, 2, 2, 843, 844, 7, 116, 2, 2, 844, 857, 7, 118, 2, 2, 845, 846, 7, 107, 2, 2, 846, 847, 7, 112, 2, 2, 847, 857, 7, 118, 2, 2, 848, 849, 7, 110, 2, 2, 849, 850, 7, 113, 2, 2, 850, 851, 7, 112, 2, 2, 851, 857, 7, 105, 2, 2, 852, 853, 7, 120, 2, 2, 853, 854, 7, 113, 2, 2, 854, 855, 7, 107, 2, 2, 855, 857, 7, 102, 2, 2, 856, 819, 3, 2, 2, 2, 856, 823, 3, 2, 2, 2, 856, 827, 3, 2, 2, 2, 856, 832, 3, 2, 2, 2, 856, 836, 3, 2, 2, 2, 856, 840, 3, 2, 2, 2, 856, 845, 3, 2, 2, 2, 856, 848, 3, 2, 2, 2, 856, 852, 3, 2, 2, 2, 857, 183, 3, 2, 2, 2, 858, 859, 7, 118, 2, 2, 859, 860, 7, 116, 2, 2, 860, 861, 7, 119, 2, 2, 861, 868, 7, 103, 2, 2, 862, 863, 7, 104, 2, 2, 863, 864, 7, 99, 2, 2, 864, 865, 7, 110, 2, 2, 865, 866, 7, 117, 2, 2, 866, 868, 7, 103, 2, 2, 867, 858, 3, 2, 2, 2, 867, 862, 3, 2, 2, 2, 868, 185, 3, 2, 2, 2, 869, 870, 7, 125, 2, 2, 870, 871, 7, 125, 2, 2, 871, 875, 3, 2, 2, 2, 872, 874, 11, 2, 2, 2, 873, 872, 3, 2, 2, 2, 874, 877, 3, 2, 2, 2, 875, 876, 3, 2, 2, 2, 875, 873, 3, 2, 2, 2, 876, 878, 3, 2, 2, 2, 877, 875, 3, 2, 2, 2, 878, 879, 7, 127, 2, 2, 879, 880, 7, 127, 2, 2, 880, 187, 3, 2, 2, 2, 881, 887, 7, 36, 2, 2, 882, 883, 7, 94, 2, 2, 883, 886, 7, 36, 2, 2, 884, 886, 10, 2, 2, 2, 885, 882, 3, 2, 2, 2, 885, 884, 3, 2, 2, 2, 886, 889, 3, 2, 2, 2, 887, 885, 3, 2, 2, 2, 887, 888, 3, 2, 2, 2, 888, 890, 3, 2, 2, 2, 889, 887, 3, 2, 2, 2, 890, 892, 7, 36, 2, 2, 891, 893, 9, 3, 2, 2, 892, 891, 3, 2, 2, 2, 892, 893, 3, 2, 2, 2, 893, 898, 3, 2, 2, 2, 894, 896, 9, 4, 2, 2, 895, 897, 9, 5, 2, 2, 896, 895, 3, 2, 2, 2, 896, 897, 3, 2, 2, 2, 897, 899, 3, 2, 2, 2, 898, 894, 3, 2, 2, 2, 898, 899, 3, 2, 2, 2, 899, 901, 3, 2, 2, 2, 900, 902, 9, 3, 2, 2, 901, 900, 3, 2, 2, 2, 901, 902, 3, 2, 2, 2, 902, 903, 3, 2, 2, 2, 903, 904, 8, 94, 5, 2, 904, 189, 3, 2, 2, 2, 905, 909, 7, 41, 2, 2, 906, 907, 7, 94, 2, 2, 907, 910, 9, 6, 2, 2, 908, 910, 10, 7, 2, 2, 909, 906, 3, 2, 2, 2, 909, 908, 3, 2, 2, 2, 910, 911, 3, 2, 2, 2, 911, 912, 7, 41, 2, 2, 912, 191, 3, 2, 2, 2, 913, 914, 7, 37, 2, 2, 914, 915, 7, 102, 2, 2, 915, 916, 7, 103, 2, 2, 916, 917, 7, 104, 2, 2, 917, 918, 7, 107, 2, 2, 918, 919, 7, 112, 2, 2, 919, 920, 7, 103, 2, 2, 920, 193, 3, 2, 2, 2, 921, 922, 7, 94, 2, 2, 922, 927, 7, 12, 2, 2, 923, 924, 7, 94, 2, 2, 924, 925, 7, 15, 2, 2, 925, 927, 7, 12, 2, 2, 926, 921, 3, 2, 2, 2, 926, 923, 3, 2, 2, 2, 927, 195, 3, 2, 2, 2, 928, 929, 7, 37, 2, 2, 929, 930, 7, 119, 2, 2, 930, 931, 7, 112, 2, 2, 931, 932, 7, 102, 2, 2, 932, 933, 7, 103, 2, 2, 933, 934, 7, 104, 2, 2, 934, 197, 3, 2, 2, 2, 935, 936, 7, 37, 2, 2, 936, 937, 7, 107, 2, 2, 937, 938, 7, 104, 2, 2, 938, 939, 7, 102, 2, 2, 939, 940, 7, 103, 2, 2, 940, 941, 7, 104, 2, 2, 941, 199, 3, 2, 2, 2, 942, 943, 7, 37, 2, 2, 943, 944, 7, 107, 2, 2, 944, 945, 7, 104, 2, 2, 945, 946, 7, 112, 2, 2, 946, 947, 7, 102, 2, 2, 947, 948, 7, 103, 2, 2, 948, 949, 7, 104, 2, 2, 949, 201, 3, 2, 2, 2, 950, 951, 7, 37, 2, 2, 951, 952, 7, 107, 2, 2, 952, 953, 7, 104, 2, 2, 953, 203, 3, 2, 2, 2, 954, 955, 7, 37, 2, 2, 955, 956, 7, 103, 2, 2, 956, 957, 7, 110, 2, 2, 957, 958, 7, 107, 2, 2, 958, 959, 7, 104, 2, 2, 959, 205, 3, 2, 2, 2, 960, 961, 7, 37, 2, 2, 961, 962, 7, 103, 2, 2, 962, 963, 7, 110, 2, 2, 963, 964, 7, 117, 2, 2, 964, 965, 7, 103, 2, 2, 965, 207, 3, 2, 2, 2, 966, 967, 7, 37, 2, 2, 967, 968, 7, 103, 2, 2, 968, 969, 7, 112, 2, 2, 969, 970, 7, 102, 2, 2, 970, 971, 7, 107, 2, 2, 971, 972, 7, 104, 2, 2, 972, 209, 3, 2, 2, 2, 973, 976, 5, 212, 106, 2, 974, 976, 5, 220, 110, 2, 975, 973, 3, 2, 2, 2, 975, 974, 3, 2, 2, 2, 976, 211, 3, 2, 2, 2, 977, 981, 5, 214, 107, 2, 978, 981, 5, 216, 108, 2, 979, 981, 5, 218, 109, 2, 980, 977, 3, 2, 2, 2, 980, 978, 3, 2, 2, 2, 980, 979, 3, 2, 2, 2, 981, 213, 3, 2, 2, 2, 982, 988, 7, 39, 2, 2, 983, 984, 7, 50, 2, 2, 984, 988, 7, 100, 2, 2, 985, 986, 7, 50, 2, 2, 986, 988, 7, 68, 2, 2, 987, 982, 3, 2, 2, 2, 987, 983, 3, 2, 2, 2, 987, 985, 3, 2, 2, 2, 988, 992, 3, 2, 2, 2, 989, 991, 5, 228, 114, 2, 990, 989, 3, 2, 2, 2, 991, 994, 3, 2, 2, 2, 992, 990, 3, 2, 2, 2, 992, 993, 3, 2, 2, 2, 993, 995, 3, 2, 2, 2, 994, 992, 3, 2, 2, 2, 995, 997, 7, 48, 2, 2, 996, 998, 5, 228, 114, 2, 997, 996, 3, 2, 2, 2, 998, 999, 3, 2, 2, 2, 999, 997, 3, 2, 2, 2, 999, 1000, 3, 2, 2, 2, 1000, 215, 3, 2, 2, 2, 1001, 1003, 5, 230, 115, 2, 1002, 1001, 3, 2, 2, 2, 1003, 1006, 3, 2, 2, 2, 1004, 1002, 3, 2, 2, 2, 1004, 1005, 3, 2, 2, 2, 1005, 1007, 3, 2, 2, 2, 1006, 1004, 3, 2, 2, 2, 1007, 1009, 7, 48, 2, 2, 1008, 1010, 5, 230, 115, 2, 1009, 1008, 3, 2, 2, 2, 1010, 1011, 3, 2, 2, 2, 1011, 1009, 3, 2, 2, 2, 1011, 1012, 3, 2, 2, 2, 1012, 217, 3, 2, 2, 2, 1013, 1019, 7, 38, 2, 2, 1014, 1015, 7, 50, 2, 2, 1015, 1019, 7, 122, 2, 2, 1016, 1017, 7, 50, 2, 2, 1017, 1019, 7, 90, 2, 2, 1018, 1013, 3, 2, 2, 2, 1018, 1014, 3, 2, 2, 2, 1018, 1016, 3, 2, 2, 2, 1019, 1023, 3, 2, 2, 2, 1020, 1022, 5, 232, 116, 2, 1021, 1020, 3, 2, 2, 2, 1022, 1025, 3, 2, 2, 2, 1023, 1021, 3, 2, 2, 2, 1023, 1024, 3, 2, 2, 2, 1024, 1026, 3, 2, 2, 2, 1025, 1023, 3, 2, 2, 2, 1026, 1028, 7, 48, 2, 2, 1027, 1029, 5, 232, 116, 2, 1028, 1027, 3, 2, 2, 2, 1029, 1030, 3, 2, 2, 2, 1030, 1028, 3, 2, 2, 2, 1030, 1031, 3, 2, 2, 2, 1031, 219, 3, 2, 2, 2, 1032, 1036, 5, 224, 112, 2, 1033, 1036, 5, 226, 113, 2, 1034, 1036, 5, 222, 111, 2, 1035, 1032, 3, 2, 2, 2, 1035, 1033, 3, 2, 2, 2, 1035, 1034, 3, 2, 2, 2, 1036, 1040, 3, 2, 2, 2, 1037, 1038, 9, 8, 2, 2, 1038, 1041, 9, 9, 2, 2, 1039, 1041, 7, 110, 2, 2, 1040, 1037, 3, 2, 2, 2, 1040, 1039, 3, 2, 2, 2, 1040, 1041, 3, 2, 2, 2, 1041, 221, 3, 2, 2, 2, 1042, 1043, 7, 50, 2, 2, 1043, 1045, 9, 10, 2, 2, 1044, 1046, 5, 228, 114, 2, 1045, 1044, 3, 2, 2, 2, 1046, 1047, 3, 2, 2, 2, 1047, 1045, 3, 2, 2, 2, 1047, 1048, 3, 2, 2, 2, 1048, 1056, 3, 2, 2, 2, 1049, 1051, 7, 39, 2, 2, 1050, 1052, 5, 228, 114, 2, 1051, 1050, 3, 2, 2, 2, 1052, 1053, 3, 2, 2, 2, 1053, 1051, 3, 2, 2, 2, 1053, 1054, 3, 2, 2, 2, 1054, 1056, 3, 2, 2, 2, 1055, 1042, 3, 2, 2, 2, 1055, 1049, 3, 2, 2, 2, 1056, 223, 3, 2, 2, 2, 1057, 1059, 5, 230, 115, 2, 1058, 1057, 3, 2, 2, 2, 1059, 1060, 3, 2, 2, 2, 1060, 1058, 3, 2, 2, 2, 1060, 1061, 3, 2, 2, 2, 1061, 225, 3, 2, 2, 2, 1062, 1068, 7, 38, 2, 2, 1063, 1064, 7, 50, 2, 2, 1064, 1068, 7, 122, 2, 2, 1065, 1066, 7, 50, 2, 2, 1066, 1068, 7, 90, 2, 2, 1067, 1062, 3, 2, 2, 2, 1067, 1063, 3, 2, 2, 2, 1067, 1065, 3, 2, 2, 2, 1068, 1070, 3, 2, 2, 2, 1069, 1071, 5, 232, 116, 2, 1070, 1069, 3, 2, 2, 2, 1071, 1072, 3, 2, 2, 2, 1072, 1070, 3, 2, 2, 2, 1072, 1073, 3, 2, 2, 2, 1073, 227, 3, 2, 2, 2, 1074, 1075, 9, 11, 2, 2, 1075, 229, 3, 2, 2, 2, 1076, 1077, 9, 12, 2, 2, 1077, 231, 3, 2, 2, 2, 1078, 1079, 9, 13, 2, 2, 1079, 233, 3, 2, 2, 2, 1080, 1084, 5, 236, 118, 2, 1081, 1083, 5, 238, 119, 2, 1082, 1081, 3, 2, 2, 2, 1083, 1086, 3, 2, 2, 2, 1084, 1082, 3, 2, 2, 2, 1084, 1085, 3, 2, 2, 2, 1085, 1087, 3, 2, 2, 2, 1086, 1084, 3, 2, 2, 2, 1087, 1088, 8, 117, 6, 2, 1088, 235, 3, 2, 2, 2, 1089, 1090, 9, 14, 2, 2, 1090, 237, 3, 2, 2, 2, 1091, 1092, 9, 15, 2, 2, 1092, 239, 3, 2, 2, 2, 1093, 1095, 9, 16, 2, 2, 1094, 1093, 3, 2, 2, 2, 1095, 1096, 3, 2, 2, 2, 1096, 1094, 3, 2, 2, 2, 1096, 1097, 3, 2, 2, 2, 1097, 1098, 3, 2, 2, 2, 1098, 1099, 8, 120, 7, 2, 1099, 241, 3, 2, 2, 2, 1100, 1101, 7, 49, 2, 2, 1101, 1102, 7, 49, 2, 2, 1102, 1106, 3, 2, 2, 2, 1103, 1105, 10, 17, 2, 2, 1104, 1103, 3, 2, 2, 2, 1105, 1108, 3, 2, 2, 2, 1106, 1104, 3, 2, 2, 2, 1106, 1107, 3, 2, 2, 2, 1107, 1109, 3, 2, 2, 2, 1108, 1106, 3, 2, 2, 2, 1109, 1110, 8, 121, 8, 2, 1110, 243, 3, 2, 2, 2, 1111, 1112, 7, 49, 2, 2, 1112, 1113, 7, 44, 2, 2, 1113, 1117, 3, 2, 2, 2, 1114, 1116, 11, 2, 2, 2, 1115, 1114, 3, 2, 2, 2, 1116, 1119, 3, 2, 2, 2, 1117, 1118, 3, 2, 2, 2, 1117, 1115, 3, 2, 2, 2, 1118, 1120, 3, 2, 2, 2, 1119, 1117, 3, 2, 2, 2, 1120, 1121, 7, 44, 2, 2, 1121, 1122, 7, 49, 2, 2, 1122, 1123, 3, 2, 2, 2, 1123, 1124, 8, 122, 8, 2, 1124, 245, 3, 2, 2, 2, 1125, 1126, 7, 48, 2, 2, 1126, 1127, 7, 100, 2, 2, 1127, 1128, 7, 123, 2, 2, 1128, 1129, 7, 118, 2, 2, 1129, 1130, 7, 103, 2, 2, 1130, 247, 3, 2, 2, 2, 1131, 1132, 7, 100, 2, 2, 1132, 1133, 7, 116, 2, 2, 1133, 1354, 7, 109, 2, 2, 1134, 1135, 7, 113, 2, 2, 1135, 1136, 7, 116, 2, 2, 1136, 1354, 7, 99, 2, 2, 1137, 1138, 7, 109, 2, 2, 1138, 1139, 7, 107, 2, 2, 1139, 1354, 7, 110, 2, 2, 1140, 1141, 7, 117, 2, 2, 1141, 1142, 7, 110, 2, 2, 1142, 1354, 7, 113, 2, 2, 1143, 1144, 7, 112, 2, 2, 1144, 1145, 7, 113, 2, 2, 1145, 1354, 7, 114, 2, 2, 1146, 1147, 7, 99, 2, 2, 1147, 1148, 7, 117, 2, 2, 1148, 1354, 7, 110, 2, 2, 1149, 1150, 7, 114, 2, 2, 1150, 1151, 7, 106, 2, 2, 1151, 1354, 7, 114, 2, 2, 1152, 1153, 7, 99, 2, 2, 1153, 1154, 7, 112, 2, 2, 1154, 1354, 7, 101, 2, 2, 1155, 1156, 7, 100, 2, 2, 1156, 1157, 7, 114, 2, 2, 1157, 1354, 7, 110, 2, 2, 1158, 1159, 7, 101, 2, 2, 1159, 1160, 7, 110, 2, 2, 1160, 1354, 7, 101, 2, 2, 1161, 1162, 7, 108, 2, 2, 1162, 1163, 7, 117, 2, 2, 1163, 1354, 7, 116, 2, 2, 1164, 1165, 7, 99, 2, 2, 1165, 1166, 7, 112, 2, 2, 1166, 1354, 7, 102, 2, 2, 1167, 1168, 7, 116, 2, 2, 1168, 1169, 7, 110, 2, 2, 1169, 1354, 7, 99, 2, 2, 1170, 1171, 7, 100, 2, 2, 1171, 1172, 7, 107, 2, 2, 1172, 1354, 7, 118, 2, 2, 1173, 1174, 7, 116, 2, 2, 1174, 1175, 7, 113, 2, 2, 1175, 1354, 7, 110, 2, 2, 1176, 1177, 7, 114, 2, 2, 1177, 1178, 7, 110, 2, 2, 1178, 1354, 7, 99, 2, 2, 1179, 1180, 7, 114, 2, 2, 1180, 1181, 7, 110, 2, 2, 1181, 1354, 7, 114, 2, 2, 1182, 1183, 7, 100, 2, 2, 1183, 1184, 7, 111, 2, 2, 1184, 1354, 7, 107, 2, 2, 1185, 1186, 7, 117, 2, 2, 1186, 1187, 7, 103, 2, 2, 1187, 1354, 7, 101, 2, 2, 1188, 1189, 7, 116, 2, 2, 1189, 1190, 7, 118, 2, 2, 1190, 1354, 7, 107, 2, 2, 1191, 1192, 7, 103, 2, 2, 1192, 1193, 7, 113, 2, 2, 1193, 1354, 7, 116, 2, 2, 1194, 1195, 7, 117, 2, 2, 1195, 1196, 7, 116, 2, 2, 1196, 1354, 7, 103, 2, 2, 1197, 1198, 7, 110, 2, 2, 1198, 1199, 7, 117, 2, 2, 1199, 1354, 7, 116, 2, 2, 1200, 1201, 7, 114, 2, 2, 1201, 1202, 7, 106, 2, 2, 1202, 1354, 7, 99, 2, 2, 1203, 1204, 7, 99, 2, 2, 1204, 1205, 7, 110, 2, 2, 1205, 1354, 7, 116, 2, 2, 1206, 1207, 7, 108, 2, 2, 1207, 1208, 7, 111, 2, 2, 1208, 1354, 7, 114, 2, 2, 1209, 1210, 7, 100, 2, 2, 1210, 1211, 7, 120, 2, 2, 1211, 1354, 7, 101, 2, 2, 1212, 1213, 7, 101, 2, 2, 1213, 1214, 7, 110, 2, 2, 1214, 1354, 7, 107, 2, 2, 1215, 1216, 7, 116, 2, 2, 1216, 1217, 7, 118, 2, 2, 1217, 1354, 7, 117, 2, 2, 1218, 1219, 7, 99, 2, 2, 1219, 1220, 7, 102, 2, 2, 1220, 1354, 7, 101, 2, 2, 1221, 1222, 7, 116, 2, 2, 1222, 1223, 7, 116, 2, 2, 1223, 1354, 7, 99, 2, 2, 1224, 1225, 7, 100, 2, 2, 1225, 1226, 7, 120, 2, 2, 1226, 1354, 7, 117, 2, 2, 1227, 1228, 7, 117, 2, 2, 1228, 1229, 7, 103, 2, 2, 1229, 1354, 7, 107, 2, 2, 1230, 1231, 7, 117, 2, 2, 1231, 1232, 7, 99, 2, 2, 1232, 1354, 7, 122, 2, 2, 1233, 1234, 7, 117, 2, 2, 1234, 1235, 7, 118, 2, 2, 1235, 1354, 7, 123, 2, 2, 1236, 1237, 7, 117, 2, 2, 1237, 1238, 7, 118, 2, 2, 1238, 1354, 7, 99, 2, 2, 1239, 1240, 7, 117, 2, 2, 1240, 1241, 7, 118, 2, 2, 1241, 1354, 7, 122, 2, 2, 1242, 1243, 7, 102, 2, 2, 1243, 1244, 7, 103, 2, 2, 1244, 1354, 7, 123, 2, 2, 1245, 1246, 7, 118, 2, 2, 1246, 1247, 7, 122, 2, 2, 1247, 1354, 7, 99, 2, 2, 1248, 1249, 7, 122, 2, 2, 1249, 1250, 7, 99, 2, 2, 1250, 1354, 7, 99, 2, 2, 1251, 1252, 7, 100, 2, 2, 1252, 1253, 7, 101, 2, 2, 1253, 1354, 7, 101, 2, 2, 1254, 1255, 7, 99, 2, 2, 1255, 1256, 7, 106, 2, 2, 1256, 1354, 7, 122, 2, 2, 1257, 1258, 7, 118, 2, 2, 1258, 1259, 7, 123, 2, 2, 1259, 1354, 7, 99, 2, 2, 1260, 1261, 7, 118, 2, 2, 1261, 1262, 7, 122, 2, 2, 1262, 1354, 7, 117, 2, 2, 1263, 1264, 7, 118, 2, 2, 1264, 1265, 7, 99, 2, 2, 1265, 1354, 7, 117, 2, 2, 1266, 1267, 7, 117, 2, 2, 1267, 1268, 7, 106, 2, 2, 1268, 1354, 7, 123, 2, 2, 1269, 1270, 7, 117, 2, 2, 1270, 1271, 7, 106, 2, 2, 1271, 1354, 7, 122, 2, 2, 1272, 1273, 7, 110, 2, 2, 1273, 1274, 7, 102, 2, 2, 1274, 1354, 7, 123, 2, 2, 1275, 1276, 7, 110, 2, 2, 1276, 1277, 7, 102, 2, 2, 1277, 1354, 7, 99, 2, 2, 1278, 1279, 7, 110, 2, 2, 1279, 1280, 7, 102, 2, 2, 1280, 1354, 7, 122, 2, 2, 1281, 1282, 7, 110, 2, 2, 1282, 1283, 7, 99, 2, 2, 1283, 1354, 7, 122, 2, 2, 1284, 1285, 7, 118, 2, 2, 1285, 1286, 7, 99, 2, 2, 1286, 1354, 7, 123, 2, 2, 1287, 1288, 7, 118, 2, 2, 1288, 1289, 7, 99, 2, 2, 1289, 1354, 7, 122, 2, 2, 1290, 1291, 7, 100, 2, 2, 1291, 1292, 7, 101, 2, 2, 1292, 1354, 7, 117, 2, 2, 1293, 1294, 7, 101, 2, 2, 1294, 1295, 7, 110, 2, 2, 1295, 1354, 7, 120, 2, 2, 1296, 1297, 7, 118, 2, 2, 1297, 1298, 7, 117, 2, 2, 1298, 1354, 7, 122, 2, 2, 1299, 1300, 7, 110, 2, 2, 1300, 1301, 7, 99, 2, 2, 1301, 1354, 7, 117, 2, 2, 1302, 1303, 7, 101, 2, 2, 1303, 1304, 7, 114, 2, 2, 1304, 1354, 7, 123, 2, 2, 1305, 1306, 7, 101, 2, 2, 1306, 1307, 7, 111, 2, 2, 1307, 1354, 7, 114, 2, 2, 1308, 1309, 7, 101, 2, 2, 1309, 1310, 7, 114, 2, 2, 1310, 1354, 7, 122, 2, 2, 1311, 1312, 7, 102, 2, 2, 1312, 1313, 7, 101, 2, 2, 1313, 1354, 7, 114, 2, 2, 1314, 1315, 7, 102, 2, 2, 1315, 1316, 7, 103, 2, 2, 1316, 1354, 7, 101, 2, 2, 1317, 1318, 7, 107, 2, 2, 1318, 1319, 7, 112, 2, 2, 1319, 1354, 7, 101, 2, 2, 1320, 1321, 7, 99, 2, 2, 1321, 1322, 7, 122, 2, 2, 1322, 1354, 7, 117, 2, 2, 1323, 1324, 7, 100, 2, 2, 1324, 1325, 7, 112, 2, 2, 1325, 1354, 7, 103, 2, 2, 1326, 1327, 7, 101, 2, 2, 1327, 1328, 7, 110, 2, 2, 1328, 1354, 7, 102, 2, 2, 1329, 1330, 7, 117, 2, 2, 1330, 1331, 7, 100, 2, 2, 1331, 1354, 7, 101, 2, 2, 1332, 1333, 7, 107, 2, 2, 1333, 1334, 7, 117, 2, 2, 1334, 1354, 7, 101, 2, 2, 1335, 1336, 7, 107, 2, 2, 1336, 1337, 7, 112, 2, 2, 1337, 1354, 7, 122, 2, 2, 1338, 1339, 7, 100, 2, 2, 1339, 1340, 7, 103, 2, 2, 1340, 1354, 7, 115, 2, 2, 1341, 1342, 7, 117, 2, 2, 1342, 1343, 7, 103, 2, 2, 1343, 1354, 7, 102, 2, 2, 1344, 1345, 7, 102, 2, 2, 1345, 1346, 7, 103, 2, 2, 1346, 1354, 7, 122, 2, 2, 1347, 1348, 7, 107, 2, 2, 1348, 1349, 7, 112, 2, 2, 1349, 1354, 7, 123, 2, 2, 1350, 1351, 7, 116, 2, 2, 1351, 1352, 7, 113, 2, 2, 1352, 1354, 7, 116, 2, 2, 1353, 1131, 3, 2, 2, 2, 1353, 1134, 3, 2, 2, 2, 1353, 1137, 3, 2, 2, 2, 1353, 1140, 3, 2, 2, 2, 1353, 1143, 3, 2, 2, 2, 1353, 1146, 3, 2, 2, 2, 1353, 1149, 3, 2, 2, 2, 1353, 1152, 3, 2, 2, 2, 1353, 1155, 3, 2, 2, 2, 1353, 1158, 3, 2, 2, 2, 1353, 1161, 3, 2, 2, 2, 1353, 1164, 3, 2, 2, 2, 1353, 1167, 3, 2, 2, 2, 1353, 1170, 3, 2, 2, 2, 1353, 1173, 3, 2, 2, 2, 1353, 1176, 3, 2, 2, 2, 1353, 1179, 3, 2, 2, 2, 1353, 1182, 3, 2, 2, 2, 1353, 1185, 3, 2, 2, 2, 1353, 1188, 3, 2, 2, 2, 1353, 1191, 3, 2, 2, 2, 1353, 1194, 3, 2, 2, 2, 1353, 1197, 3, 2, 2, 2, 1353, 1200, 3, 2, 2, 2, 1353, 1203, 3, 2, 2, 2, 1353, 1206, 3, 2, 2, 2, 1353, 1209, 3, 2, 2, 2, 1353, 1212, 3, 2, 2, 2, 1353, 1215, 3, 2, 2, 2, 1353, 1218, 3, 2, 2, 2, 1353, 1221, 3, 2, 2, 2, 1353, 1224, 3, 2, 2, 2, 1353, 1227, 3, 2, 2, 2, 1353, 1230, 3, 2, 2, 2, 1353, 1233, 3, 2, 2, 2, 1353, 1236, 3, 2, 2, 2, 1353, 1239, 3, 2, 2, 2, 1353, 1242, 3, 2, 2, 2, 1353, 1245, 3, 2, 2, 2, 1353, 1248, 3, 2, 2, 2, 1353, 1251, 3, 2, 2, 2, 1353, 1254, 3, 2, 2, 2, 1353, 1257, 3, 2, 2, 2, 1353, 1260, 3, 2, 2, 2, 1353, 1263, 3, 2, 2, 2, 1353, 1266, 3, 2, 2, 2, 1353, 1269, 3, 2, 2, 2, 1353, 1272, 3, 2, 2, 2, 1353, 1275, 3, 2, 2, 2, 1353, 1278, 3, 2, 2, 2, 1353, 1281, 3, 2, 2, 2, 1353, 1284, 3, 2, 2, 2, 1353, 1287, 3, 2, 2, 2, 1353, 1290, 3, 2, 2, 2, 1353, 1293, 3, 2, 2, 2, 1353, 1296, 3, 2, 2, 2, 1353, 1299, 3, 2, 2, 2, 1353, 1302, 3, 2, 2, 2, 1353, 1305, 3, 2, 2, 2, 1353, 1308, 3, 2, 2, 2, 1353, 1311, 3, 2, 2, 2, 1353, 1314, 3, 2, 2, 2, 1353, 1317, 3, 2, 2, 2, 1353, 1320, 3, 2, 2, 2, 1353, 1323, 3, 2, 2, 2, 1353, 1326, 3, 2, 2, 2, 1353, 1329, 3, 2, 2, 2, 1353, 1332, 3, 2, 2, 2, 1353, 1335, 3, 2, 2, 2, 1353, 1338, 3, 2, 2, 2, 1353, 1341, 3, 2, 2, 2, 1353, 1344, 3, 2, 2, 2, 1353, 1347, 3, 2, 2, 2, 1353, 1350, 3, 2, 2, 2, 1354, 249, 3, 2, 2, 2, 1355, 1356, 7, 37, 2, 2, 1356, 251, 3, 2, 2, 2, 1357, 1358, 7, 60, 2, 2, 1358, 253, 3, 2, 2, 2, 1359, 1360, 7, 46, 2, 2, 1360, 255, 3, 2, 2, 2, 1361, 1362, 7, 42, 2, 2, 1362, 257, 3, 2, 2, 2, 1363, 1364, 7, 43, 2, 2, 1364, 259, 3, 2, 2, 2, 1365, 1366, 7, 93, 2, 2, 1366, 261, 3, 2, 2, 2, 1367, 1368, 7, 95, 2, 2, 1368, 263, 3, 2, 2, 2, 1369, 1370, 7, 48, 2, 2, 1370, 265, 3, 2, 2, 2, 1371, 1372, 7, 62, 2, 2, 1372, 1373, 7, 62, 2, 2, 1373, 267, 3, 2, 2, 2, 1374, 1375, 7, 64, 2, 2, 1375, 1376, 7, 64, 2, 2, 1376, 269, 3, 2, 2, 2, 1377, 1378, 7, 45, 2, 2, 1378, 271, 3, 2, 2, 2, 1379, 1380, 7, 47, 2, 2, 1380, 273, 3, 2, 2, 2, 1381, 1382, 7, 62, 2, 2, 1382, 275, 3, 2, 2, 2, 1383, 1384, 7, 64, 2, 2, 1384, 277, 3, 2, 2, 2, 1385, 1386, 7, 44, 2, 2, 1386, 279, 3, 2, 2, 2, 1387, 1388, 7, 49, 2, 2, 1388, 281, 3, 2, 2, 2, 1389, 1390, 7, 125, 2, 2, 1390, 1391, 8, 141, 9, 2, 1391, 283, 3, 2, 2, 2, 1392, 1393, 7, 127, 2, 2, 1393, 1394, 8, 142, 10, 2, 1394, 285, 3, 2, 2, 2, 1395, 1398, 5, 288, 144, 2, 1396, 1398, 5, 296, 148, 2, 1397, 1395, 3, 2, 2, 2, 1397, 1396, 3, 2, 2, 2, 1398, 287, 3, 2, 2, 2, 1399, 1403, 5, 290, 145, 2, 1400, 1403, 5, 292, 146, 2, 1401, 1403, 5, 294, 147, 2, 1402, 1399, 3, 2, 2, 2, 1402, 1400, 3, 2, 2, 2, 1402, 1401, 3, 2, 2, 2, 1403, 289, 3, 2, 2, 2, 1404, 1408, 7, 39, 2, 2, 1405, 1407, 5, 304, 152, 2, 1406, 1405, 3, 2, 2, 2, 1407, 1410, 3, 2, 2, 2, 1408, 1406, 3, 2, 2, 2, 1408, 1409, 3, 2, 2, 2, 1409, 1411, 3, 2, 2, 2, 1410, 1408, 3, 2, 2, 2, 1411, 1413, 7, 48, 2, 2, 1412, 1414, 5, 304, 152, 2, 1413, 1412, 3, 2, 2, 2, 1414, 1415, 3, 2, 2, 2, 1415, 1413, 3, 2, 2, 2, 1415, 1416, 3, 2, 2, 2, 1416, 291, 3, 2, 2, 2, 1417, 1419, 5, 306, 153, 2, 1418, 1417, 3, 2, 2, 2, 1419, 1422, 3, 2, 2, 2, 1420, 1418, 3, 2, 2, 2, 1420, 1421, 3, 2, 2, 2, 1421, 1423, 3, 2, 2, 2, 1422, 1420, 3, 2, 2, 2, 1423, 1425, 7, 48, 2, 2, 1424, 1426, 5, 306, 153, 2, 1425, 1424, 3, 2, 2, 2, 1426, 1427, 3, 2, 2, 2, 1427, 1425, 3, 2, 2, 2, 1427, 1428, 3, 2, 2, 2, 1428, 293, 3, 2, 2, 2, 1429, 1433, 7, 38, 2, 2, 1430, 1432, 5, 308, 154, 2, 1431, 1430, 3, 2, 2, 2, 1432, 1435, 3, 2, 2, 2, 1433, 1431, 3, 2, 2, 2, 1433, 1434, 3, 2, 2, 2, 1434, 1436, 3, 2, 2, 2, 1435, 1433, 3, 2, 2, 2, 1436, 1438, 7, 48, 2, 2, 1437, 1439, 5, 308, 154, 2, 1438, 1437, 3, 2, 2, 2, 1439, 1440, 3, 2, 2, 2, 1440, 1438, 3, 2, 2, 2, 1440, 1441, 3, 2, 2, 2, 1441, 295, 3, 2, 2, 2, 1442, 1446, 5, 300, 150, 2, 1443, 1446, 5, 302, 151, 2, 1444, 1446, 5, 298, 149, 2, 1445, 1442, 3, 2, 2, 2, 1445, 1443, 3, 2, 2, 2, 1445, 1444, 3, 2, 2, 2, 1446, 297, 3, 2, 2, 2, 1447, 1449, 7, 39, 2, 2, 1448, 1450, 5, 304, 152, 2, 1449, 1448, 3, 2, 2, 2, 1450, 1451, 3, 2, 2, 2, 1451, 1449, 3, 2, 2, 2, 1451, 1452, 3, 2, 2, 2, 1452, 299, 3, 2, 2, 2, 1453, 1455, 5, 306, 153, 2, 1454, 1453, 3, 2, 2, 2, 1455, 1456, 3, 2, 2, 2, 1456, 1454, 3, 2, 2, 2, 1456, 1457, 3, 2, 2, 2, 1457, 301, 3, 2, 2, 2, 1458, 1460, 7, 38, 2, 2, 1459, 1461, 5, 308, 154, 2, 1460, 1459, 3, 2, 2, 2, 1461, 1462, 3, 2, 2, 2, 1462, 1460, 3, 2, 2, 2, 1462, 1463, 3, 2, 2, 2, 1463, 303, 3, 2, 2, 2, 1464, 1465, 9, 11, 2, 2, 1465, 305, 3, 2, 2, 2, 1466, 1467, 9, 12, 2, 2, 1467, 307, 3, 2, 2, 2, 1468, 1469, 9, 13, 2, 2, 1469, 309, 3, 2, 2, 2, 1470, 1474, 7, 41, 2, 2, 1471, 1472, 7, 94, 2, 2, 1472, 1475, 9, 6, 2, 2, 1473, 1475, 10, 7, 2, 2, 1474, 1471, 3, 2, 2, 2, 1474, 1473, 3, 2, 2, 2, 1475, 1476, 3, 2, 2, 2, 1476, 1477, 7, 41, 2, 2, 1477, 311, 3, 2, 2, 2, 1478, 1480, 5, 314, 157, 2, 1479, 1481, 9, 18, 2, 2, 1480, 1479, 3, 2, 2, 2, 1481, 1482, 3, 2, 2, 2, 1482, 1480, 3, 2, 2, 2, 1482, 1483, 3, 2, 2, 2, 1483, 313, 3, 2, 2, 2, 1484, 1488, 7, 35, 2, 2, 1485, 1487, 5, 320, 160, 2, 1486, 1485, 3, 2, 2, 2, 1487, 1490, 3, 2, 2, 2, 1488, 1486, 3, 2, 2, 2, 1488, 1489, 3, 2, 2, 2, 1489, 315, 3, 2, 2, 2, 1490, 1488, 3, 2, 2, 2, 1491, 1495, 5, 318, 159, 2, 1492, 1494, 5, 320, 160, 2, 1493, 1492, 3, 2, 2, 2, 1494, 1497, 3, 2, 2, 2, 1495, 1493, 3, 2, 2, 2, 1495, 1496, 3, 2, 2, 2, 1496, 317, 3, 2, 2, 2, 1497, 1495, 3, 2, 2, 2, 1498, 1499, 9, 14, 2, 2, 1499, 319, 3, 2, 2, 2, 1500, 1501, 9, 15, 2, 2, 1501, 321, 3, 2, 2, 2, 1502, 1504, 9, 16, 2, 2, 1503, 1502, 3, 2, 2, 2, 1504, 1505, 3, 2, 2, 2, 1505, 1503, 3, 2, 2, 2, 1505, 1506, 3, 2, 2, 2, 1506, 1507, 3, 2, 2, 2, 1507, 1508, 8, 161, 7, 2, 1508, 323, 3, 2, 2, 2, 1509, 1510, 7, 49, 2, 2, 1510, 1511, 7, 49, 2, 2, 1511, 1515, 3, 2, 2, 2, 1512, 1514, 10, 17, 2, 2, 1513, 1512, 3, 2, 2, 2, 1514, 1517, 3, 2, 2, 2, 1515, 1513, 3, 2, 2, 2, 1515, 1516, 3, 2, 2, 2, 1516, 1518, 3, 2, 2, 2, 1517, 1515, 3, 2, 2, 2, 1518, 1519, 8, 162, 8, 2, 1519, 325, 3, 2, 2, 2, 1520, 1521, 7, 49, 2, 2, 1521, 1522, 7, 44, 2, 2, 1522, 1526, 3, 2, 2, 2, 1523, 1525, 11, 2, 2, 2, 1524, 1523, 3, 2, 2, 2, 1525, 1528, 3, 2, 2, 2, 1526, 1527, 3, 2, 2, 2, 1526, 1524, 3, 2, 2, 2, 1527, 1529, 3, 2, 2, 2, 1528, 1526, 3, 2, 2, 2, 1529, 1530, 7, 44, 2, 2, 1530, 1531, 7, 49, 2, 2, 1531, 1532, 3, 2, 2, 2, 1532, 1533, 8, 163, 8, 2, 1533, 327, 3, 2, 2, 2, 60, 2, 3, 433, 642, 817, 856, 867, 875, 885, 887, 892, 896, 898, 901, 909, 926, 975, 980, 987, 992, 999, 1004, 1011, 1018, 1023, 1030, 1035, 1040, 1047, 1053, 1055, 1060, 1067, 1072, 1084, 1096, 1106, 1117, 1353, 1397, 1402, 1408, 1415, 1420, 1427, 1433, 1440, 1445, 1451, 1456, 1462, 1474, 1482, 1488, 1495, 1505, 1515, 1526, 11, 3, 2, 2, 3, 38, 3, 3, 75, 4, 3, 94, 5, 3, 117, 6, 2, 3, 2, 2, 4, 2, 3, 141, 7, 3, 142, 8] \ No newline at end of file +[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 2, 156, 1548, 8, 1, 8, 1, 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, 4, 50, 9, 50, 4, 51, 9, 51, 4, 52, 9, 52, 4, 53, 9, 53, 4, 54, 9, 54, 4, 55, 9, 55, 4, 56, 9, 56, 4, 57, 9, 57, 4, 58, 9, 58, 4, 59, 9, 59, 4, 60, 9, 60, 4, 61, 9, 61, 4, 62, 9, 62, 4, 63, 9, 63, 4, 64, 9, 64, 4, 65, 9, 65, 4, 66, 9, 66, 4, 67, 9, 67, 4, 68, 9, 68, 4, 69, 9, 69, 4, 70, 9, 70, 4, 71, 9, 71, 4, 72, 9, 72, 4, 73, 9, 73, 4, 74, 9, 74, 4, 75, 9, 75, 4, 76, 9, 76, 4, 77, 9, 77, 4, 78, 9, 78, 4, 79, 9, 79, 4, 80, 9, 80, 4, 81, 9, 81, 4, 82, 9, 82, 4, 83, 9, 83, 4, 84, 9, 84, 4, 85, 9, 85, 4, 86, 9, 86, 4, 87, 9, 87, 4, 88, 9, 88, 4, 89, 9, 89, 4, 90, 9, 90, 4, 91, 9, 91, 4, 92, 9, 92, 4, 93, 9, 93, 4, 94, 9, 94, 4, 95, 9, 95, 4, 96, 9, 96, 4, 97, 9, 97, 4, 98, 9, 98, 4, 99, 9, 99, 4, 100, 9, 100, 4, 101, 9, 101, 4, 102, 9, 102, 4, 103, 9, 103, 4, 104, 9, 104, 4, 105, 9, 105, 4, 106, 9, 106, 4, 107, 9, 107, 4, 108, 9, 108, 4, 109, 9, 109, 4, 110, 9, 110, 4, 111, 9, 111, 4, 112, 9, 112, 4, 113, 9, 113, 4, 114, 9, 114, 4, 115, 9, 115, 4, 116, 9, 116, 4, 117, 9, 117, 4, 118, 9, 118, 4, 119, 9, 119, 4, 120, 9, 120, 4, 121, 9, 121, 4, 122, 9, 122, 4, 123, 9, 123, 4, 124, 9, 124, 4, 125, 9, 125, 4, 126, 9, 126, 4, 127, 9, 127, 4, 128, 9, 128, 4, 129, 9, 129, 4, 130, 9, 130, 4, 131, 9, 131, 4, 132, 9, 132, 4, 133, 9, 133, 4, 134, 9, 134, 4, 135, 9, 135, 4, 136, 9, 136, 4, 137, 9, 137, 4, 138, 9, 138, 4, 139, 9, 139, 4, 140, 9, 140, 4, 141, 9, 141, 4, 142, 9, 142, 4, 143, 9, 143, 4, 144, 9, 144, 4, 145, 9, 145, 4, 146, 9, 146, 4, 147, 9, 147, 4, 148, 9, 148, 4, 149, 9, 149, 4, 150, 9, 150, 4, 151, 9, 151, 4, 152, 9, 152, 4, 153, 9, 153, 4, 154, 9, 154, 4, 155, 9, 155, 4, 156, 9, 156, 4, 157, 9, 157, 4, 158, 9, 158, 4, 159, 9, 159, 4, 160, 9, 160, 4, 161, 9, 161, 4, 162, 9, 162, 4, 163, 9, 163, 4, 164, 9, 164, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 4, 3, 4, 3, 5, 3, 5, 3, 6, 3, 6, 3, 7, 3, 7, 3, 8, 3, 8, 3, 9, 3, 9, 3, 10, 3, 10, 3, 11, 3, 11, 3, 11, 3, 12, 3, 12, 3, 13, 3, 13, 3, 14, 3, 14, 3, 14, 3, 15, 3, 15, 3, 16, 3, 16, 3, 17, 3, 17, 3, 18, 3, 18, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 21, 3, 21, 3, 21, 3, 22, 3, 22, 3, 23, 3, 23, 3, 24, 3, 24, 3, 25, 3, 25, 3, 26, 3, 26, 3, 26, 3, 27, 3, 27, 3, 27, 3, 28, 3, 28, 3, 28, 3, 29, 3, 29, 3, 29, 3, 30, 3, 30, 3, 31, 3, 31, 3, 31, 3, 32, 3, 32, 3, 32, 3, 33, 3, 33, 3, 34, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 36, 3, 36, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 436, 10, 37, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 43, 3, 43, 3, 43, 3, 43, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 59, 3, 59, 3, 59, 3, 59, 3, 59, 3, 59, 3, 60, 3, 60, 3, 60, 3, 60, 3, 60, 3, 61, 3, 61, 3, 61, 3, 61, 3, 61, 3, 61, 3, 61, 3, 61, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 5, 62, 628, 10, 62, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 64, 3, 64, 3, 64, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 66, 3, 66, 3, 66, 3, 66, 3, 66, 3, 66, 3, 67, 3, 67, 3, 67, 3, 68, 3, 68, 3, 68, 3, 68, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 70, 3, 70, 3, 70, 3, 70, 3, 70, 3, 70, 3, 70, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 80, 3, 80, 3, 80, 3, 80, 3, 80, 3, 80, 3, 80, 3, 80, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 84, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 87, 3, 87, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 5, 88, 803, 10, 88, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 5, 89, 842, 10, 89, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 5, 90, 853, 10, 90, 3, 91, 3, 91, 3, 91, 3, 91, 7, 91, 859, 10, 91, 12, 91, 14, 91, 862, 11, 91, 3, 91, 3, 91, 3, 91, 3, 92, 3, 92, 3, 92, 3, 92, 7, 92, 871, 10, 92, 12, 92, 14, 92, 874, 11, 92, 3, 92, 3, 92, 5, 92, 878, 10, 92, 3, 92, 3, 92, 5, 92, 882, 10, 92, 5, 92, 884, 10, 92, 3, 92, 5, 92, 887, 10, 92, 3, 92, 3, 92, 3, 93, 3, 93, 3, 93, 3, 93, 5, 93, 895, 10, 93, 3, 93, 3, 93, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 5, 98, 941, 10, 98, 3, 99, 3, 99, 3, 99, 3, 99, 3, 99, 3, 99, 3, 99, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 3, 101, 3, 101, 3, 101, 3, 101, 3, 101, 3, 101, 3, 101, 3, 101, 3, 102, 3, 102, 3, 102, 3, 102, 3, 103, 3, 103, 3, 103, 3, 103, 3, 103, 3, 103, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 105, 3, 105, 3, 105, 3, 105, 3, 105, 3, 105, 3, 105, 3, 106, 3, 106, 5, 106, 990, 10, 106, 3, 107, 3, 107, 3, 107, 5, 107, 995, 10, 107, 3, 108, 3, 108, 3, 108, 3, 108, 3, 108, 5, 108, 1002, 10, 108, 3, 108, 7, 108, 1005, 10, 108, 12, 108, 14, 108, 1008, 11, 108, 3, 108, 3, 108, 6, 108, 1012, 10, 108, 13, 108, 14, 108, 1013, 3, 109, 7, 109, 1017, 10, 109, 12, 109, 14, 109, 1020, 11, 109, 3, 109, 3, 109, 6, 109, 1024, 10, 109, 13, 109, 14, 109, 1025, 3, 110, 3, 110, 3, 110, 3, 110, 3, 110, 5, 110, 1033, 10, 110, 3, 110, 7, 110, 1036, 10, 110, 12, 110, 14, 110, 1039, 11, 110, 3, 110, 3, 110, 6, 110, 1043, 10, 110, 13, 110, 14, 110, 1044, 3, 111, 3, 111, 3, 111, 5, 111, 1050, 10, 111, 3, 111, 3, 111, 3, 111, 5, 111, 1055, 10, 111, 3, 112, 3, 112, 3, 112, 6, 112, 1060, 10, 112, 13, 112, 14, 112, 1061, 3, 112, 3, 112, 6, 112, 1066, 10, 112, 13, 112, 14, 112, 1067, 5, 112, 1070, 10, 112, 3, 113, 6, 113, 1073, 10, 113, 13, 113, 14, 113, 1074, 3, 114, 3, 114, 3, 114, 3, 114, 3, 114, 5, 114, 1082, 10, 114, 3, 114, 6, 114, 1085, 10, 114, 13, 114, 14, 114, 1086, 3, 115, 3, 115, 3, 116, 3, 116, 3, 117, 3, 117, 3, 118, 3, 118, 7, 118, 1097, 10, 118, 12, 118, 14, 118, 1100, 11, 118, 3, 118, 3, 118, 3, 119, 3, 119, 3, 120, 3, 120, 3, 121, 6, 121, 1109, 10, 121, 13, 121, 14, 121, 1110, 3, 121, 3, 121, 3, 122, 3, 122, 3, 122, 3, 122, 7, 122, 1119, 10, 122, 12, 122, 14, 122, 1122, 11, 122, 3, 122, 3, 122, 3, 123, 3, 123, 3, 123, 3, 123, 7, 123, 1130, 10, 123, 12, 123, 14, 123, 1133, 11, 123, 3, 123, 3, 123, 3, 123, 3, 123, 3, 123, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 3, 125, 5, 125, 1368, 10, 125, 3, 126, 3, 126, 3, 127, 3, 127, 3, 128, 3, 128, 3, 129, 3, 129, 3, 130, 3, 130, 3, 131, 3, 131, 3, 132, 3, 132, 3, 133, 3, 133, 3, 134, 3, 134, 3, 134, 3, 135, 3, 135, 3, 135, 3, 136, 3, 136, 3, 137, 3, 137, 3, 138, 3, 138, 3, 139, 3, 139, 3, 140, 3, 140, 3, 141, 3, 141, 3, 142, 3, 142, 3, 142, 3, 143, 3, 143, 3, 143, 3, 144, 3, 144, 5, 144, 1412, 10, 144, 3, 145, 3, 145, 3, 145, 5, 145, 1417, 10, 145, 3, 146, 3, 146, 7, 146, 1421, 10, 146, 12, 146, 14, 146, 1424, 11, 146, 3, 146, 3, 146, 6, 146, 1428, 10, 146, 13, 146, 14, 146, 1429, 3, 147, 7, 147, 1433, 10, 147, 12, 147, 14, 147, 1436, 11, 147, 3, 147, 3, 147, 6, 147, 1440, 10, 147, 13, 147, 14, 147, 1441, 3, 148, 3, 148, 7, 148, 1446, 10, 148, 12, 148, 14, 148, 1449, 11, 148, 3, 148, 3, 148, 6, 148, 1453, 10, 148, 13, 148, 14, 148, 1454, 3, 149, 3, 149, 3, 149, 5, 149, 1460, 10, 149, 3, 150, 3, 150, 6, 150, 1464, 10, 150, 13, 150, 14, 150, 1465, 3, 151, 6, 151, 1469, 10, 151, 13, 151, 14, 151, 1470, 3, 152, 3, 152, 6, 152, 1475, 10, 152, 13, 152, 14, 152, 1476, 3, 153, 3, 153, 3, 154, 3, 154, 3, 155, 3, 155, 3, 156, 3, 156, 3, 156, 3, 156, 5, 156, 1489, 10, 156, 3, 156, 3, 156, 3, 157, 3, 157, 6, 157, 1495, 10, 157, 13, 157, 14, 157, 1496, 3, 158, 3, 158, 7, 158, 1501, 10, 158, 12, 158, 14, 158, 1504, 11, 158, 3, 159, 3, 159, 7, 159, 1508, 10, 159, 12, 159, 14, 159, 1511, 11, 159, 3, 160, 3, 160, 3, 161, 3, 161, 3, 162, 6, 162, 1518, 10, 162, 13, 162, 14, 162, 1519, 3, 162, 3, 162, 3, 163, 3, 163, 3, 163, 3, 163, 7, 163, 1528, 10, 163, 12, 163, 14, 163, 1531, 11, 163, 3, 163, 3, 163, 3, 164, 3, 164, 3, 164, 3, 164, 7, 164, 1539, 10, 164, 12, 164, 14, 164, 1542, 11, 164, 3, 164, 3, 164, 3, 164, 3, 164, 3, 164, 5, 860, 1131, 1540, 2, 165, 4, 4, 6, 5, 8, 6, 10, 7, 12, 8, 14, 9, 16, 10, 18, 11, 20, 12, 22, 13, 24, 14, 26, 15, 28, 16, 30, 17, 32, 18, 34, 19, 36, 20, 38, 21, 40, 22, 42, 23, 44, 24, 46, 25, 48, 26, 50, 27, 52, 28, 54, 29, 56, 30, 58, 31, 60, 32, 62, 33, 64, 34, 66, 35, 68, 36, 70, 37, 72, 38, 74, 39, 76, 40, 78, 41, 80, 42, 82, 43, 84, 44, 86, 45, 88, 46, 90, 47, 92, 48, 94, 49, 96, 50, 98, 51, 100, 52, 102, 53, 104, 54, 106, 55, 108, 56, 110, 57, 112, 58, 114, 59, 116, 60, 118, 61, 120, 62, 122, 63, 124, 64, 126, 65, 128, 66, 130, 67, 132, 68, 134, 69, 136, 70, 138, 71, 140, 72, 142, 73, 144, 74, 146, 75, 148, 76, 150, 77, 152, 78, 154, 79, 156, 80, 158, 81, 160, 82, 162, 83, 164, 84, 166, 85, 168, 86, 170, 87, 172, 88, 174, 89, 176, 90, 178, 91, 180, 92, 182, 93, 184, 94, 186, 95, 188, 96, 190, 97, 192, 98, 194, 99, 196, 100, 198, 101, 200, 102, 202, 103, 204, 104, 206, 105, 208, 106, 210, 107, 212, 108, 214, 109, 216, 110, 218, 111, 220, 112, 222, 113, 224, 114, 226, 115, 228, 116, 230, 2, 232, 2, 234, 2, 236, 117, 238, 2, 240, 2, 242, 118, 244, 119, 246, 120, 248, 121, 250, 122, 252, 123, 254, 124, 256, 125, 258, 126, 260, 127, 262, 128, 264, 129, 266, 130, 268, 131, 270, 132, 272, 133, 274, 134, 276, 135, 278, 136, 280, 137, 282, 138, 284, 139, 286, 140, 288, 141, 290, 142, 292, 143, 294, 144, 296, 145, 298, 146, 300, 147, 302, 148, 304, 149, 306, 2, 308, 2, 310, 2, 312, 150, 314, 151, 316, 152, 318, 153, 320, 2, 322, 2, 324, 154, 326, 155, 328, 156, 4, 2, 3, 19, 3, 2, 36, 36, 3, 2, 124, 124, 4, 2, 114, 114, 117, 117, 4, 2, 111, 111, 119, 119, 7, 2, 36, 36, 41, 41, 104, 104, 112, 112, 116, 116, 3, 2, 41, 41, 4, 2, 117, 117, 119, 119, 7, 2, 100, 102, 107, 107, 110, 110, 117, 117, 121, 121, 4, 2, 68, 68, 100, 100, 3, 2, 50, 51, 3, 2, 50, 59, 5, 2, 50, 59, 67, 72, 99, 104, 5, 2, 67, 92, 97, 97, 99, 124, 6, 2, 50, 59, 67, 92, 97, 97, 99, 124, 6, 2, 11, 12, 15, 15, 34, 34, 162, 162, 4, 2, 12, 12, 15, 15, 4, 2, 45, 45, 47, 47, 2, 1687, 2, 4, 3, 2, 2, 2, 2, 6, 3, 2, 2, 2, 2, 8, 3, 2, 2, 2, 2, 10, 3, 2, 2, 2, 2, 12, 3, 2, 2, 2, 2, 14, 3, 2, 2, 2, 2, 16, 3, 2, 2, 2, 2, 18, 3, 2, 2, 2, 2, 20, 3, 2, 2, 2, 2, 22, 3, 2, 2, 2, 2, 24, 3, 2, 2, 2, 2, 26, 3, 2, 2, 2, 2, 28, 3, 2, 2, 2, 2, 30, 3, 2, 2, 2, 2, 32, 3, 2, 2, 2, 2, 34, 3, 2, 2, 2, 2, 36, 3, 2, 2, 2, 2, 38, 3, 2, 2, 2, 2, 40, 3, 2, 2, 2, 2, 42, 3, 2, 2, 2, 2, 44, 3, 2, 2, 2, 2, 46, 3, 2, 2, 2, 2, 48, 3, 2, 2, 2, 2, 50, 3, 2, 2, 2, 2, 52, 3, 2, 2, 2, 2, 54, 3, 2, 2, 2, 2, 56, 3, 2, 2, 2, 2, 58, 3, 2, 2, 2, 2, 60, 3, 2, 2, 2, 2, 62, 3, 2, 2, 2, 2, 64, 3, 2, 2, 2, 2, 66, 3, 2, 2, 2, 2, 68, 3, 2, 2, 2, 2, 70, 3, 2, 2, 2, 2, 72, 3, 2, 2, 2, 2, 74, 3, 2, 2, 2, 2, 76, 3, 2, 2, 2, 2, 78, 3, 2, 2, 2, 2, 80, 3, 2, 2, 2, 2, 82, 3, 2, 2, 2, 2, 84, 3, 2, 2, 2, 2, 86, 3, 2, 2, 2, 2, 88, 3, 2, 2, 2, 2, 90, 3, 2, 2, 2, 2, 92, 3, 2, 2, 2, 2, 94, 3, 2, 2, 2, 2, 96, 3, 2, 2, 2, 2, 98, 3, 2, 2, 2, 2, 100, 3, 2, 2, 2, 2, 102, 3, 2, 2, 2, 2, 104, 3, 2, 2, 2, 2, 106, 3, 2, 2, 2, 2, 108, 3, 2, 2, 2, 2, 110, 3, 2, 2, 2, 2, 112, 3, 2, 2, 2, 2, 114, 3, 2, 2, 2, 2, 116, 3, 2, 2, 2, 2, 118, 3, 2, 2, 2, 2, 120, 3, 2, 2, 2, 2, 122, 3, 2, 2, 2, 2, 124, 3, 2, 2, 2, 2, 126, 3, 2, 2, 2, 2, 128, 3, 2, 2, 2, 2, 130, 3, 2, 2, 2, 2, 132, 3, 2, 2, 2, 2, 134, 3, 2, 2, 2, 2, 136, 3, 2, 2, 2, 2, 138, 3, 2, 2, 2, 2, 140, 3, 2, 2, 2, 2, 142, 3, 2, 2, 2, 2, 144, 3, 2, 2, 2, 2, 146, 3, 2, 2, 2, 2, 148, 3, 2, 2, 2, 2, 150, 3, 2, 2, 2, 2, 152, 3, 2, 2, 2, 2, 154, 3, 2, 2, 2, 2, 156, 3, 2, 2, 2, 2, 158, 3, 2, 2, 2, 2, 160, 3, 2, 2, 2, 2, 162, 3, 2, 2, 2, 2, 164, 3, 2, 2, 2, 2, 166, 3, 2, 2, 2, 2, 168, 3, 2, 2, 2, 2, 170, 3, 2, 2, 2, 2, 172, 3, 2, 2, 2, 2, 174, 3, 2, 2, 2, 2, 176, 3, 2, 2, 2, 2, 178, 3, 2, 2, 2, 2, 180, 3, 2, 2, 2, 2, 182, 3, 2, 2, 2, 2, 184, 3, 2, 2, 2, 2, 186, 3, 2, 2, 2, 2, 188, 3, 2, 2, 2, 2, 190, 3, 2, 2, 2, 2, 192, 3, 2, 2, 2, 2, 194, 3, 2, 2, 2, 2, 196, 3, 2, 2, 2, 2, 198, 3, 2, 2, 2, 2, 200, 3, 2, 2, 2, 2, 202, 3, 2, 2, 2, 2, 204, 3, 2, 2, 2, 2, 206, 3, 2, 2, 2, 2, 208, 3, 2, 2, 2, 2, 210, 3, 2, 2, 2, 2, 212, 3, 2, 2, 2, 2, 214, 3, 2, 2, 2, 2, 216, 3, 2, 2, 2, 2, 218, 3, 2, 2, 2, 2, 220, 3, 2, 2, 2, 2, 222, 3, 2, 2, 2, 2, 224, 3, 2, 2, 2, 2, 226, 3, 2, 2, 2, 2, 228, 3, 2, 2, 2, 2, 236, 3, 2, 2, 2, 2, 242, 3, 2, 2, 2, 2, 244, 3, 2, 2, 2, 2, 246, 3, 2, 2, 2, 3, 248, 3, 2, 2, 2, 3, 250, 3, 2, 2, 2, 3, 252, 3, 2, 2, 2, 3, 254, 3, 2, 2, 2, 3, 256, 3, 2, 2, 2, 3, 258, 3, 2, 2, 2, 3, 260, 3, 2, 2, 2, 3, 262, 3, 2, 2, 2, 3, 264, 3, 2, 2, 2, 3, 266, 3, 2, 2, 2, 3, 268, 3, 2, 2, 2, 3, 270, 3, 2, 2, 2, 3, 272, 3, 2, 2, 2, 3, 274, 3, 2, 2, 2, 3, 276, 3, 2, 2, 2, 3, 278, 3, 2, 2, 2, 3, 280, 3, 2, 2, 2, 3, 282, 3, 2, 2, 2, 3, 284, 3, 2, 2, 2, 3, 286, 3, 2, 2, 2, 3, 288, 3, 2, 2, 2, 3, 290, 3, 2, 2, 2, 3, 292, 3, 2, 2, 2, 3, 294, 3, 2, 2, 2, 3, 296, 3, 2, 2, 2, 3, 298, 3, 2, 2, 2, 3, 300, 3, 2, 2, 2, 3, 302, 3, 2, 2, 2, 3, 304, 3, 2, 2, 2, 3, 312, 3, 2, 2, 2, 3, 314, 3, 2, 2, 2, 3, 316, 3, 2, 2, 2, 3, 318, 3, 2, 2, 2, 3, 324, 3, 2, 2, 2, 3, 326, 3, 2, 2, 2, 3, 328, 3, 2, 2, 2, 4, 330, 3, 2, 2, 2, 6, 333, 3, 2, 2, 2, 8, 335, 3, 2, 2, 2, 10, 337, 3, 2, 2, 2, 12, 339, 3, 2, 2, 2, 14, 341, 3, 2, 2, 2, 16, 343, 3, 2, 2, 2, 18, 345, 3, 2, 2, 2, 20, 347, 3, 2, 2, 2, 22, 349, 3, 2, 2, 2, 24, 352, 3, 2, 2, 2, 26, 354, 3, 2, 2, 2, 28, 356, 3, 2, 2, 2, 30, 359, 3, 2, 2, 2, 32, 361, 3, 2, 2, 2, 34, 363, 3, 2, 2, 2, 36, 365, 3, 2, 2, 2, 38, 367, 3, 2, 2, 2, 40, 369, 3, 2, 2, 2, 42, 372, 3, 2, 2, 2, 44, 375, 3, 2, 2, 2, 46, 377, 3, 2, 2, 2, 48, 379, 3, 2, 2, 2, 50, 381, 3, 2, 2, 2, 52, 383, 3, 2, 2, 2, 54, 386, 3, 2, 2, 2, 56, 389, 3, 2, 2, 2, 58, 392, 3, 2, 2, 2, 60, 395, 3, 2, 2, 2, 62, 397, 3, 2, 2, 2, 64, 400, 3, 2, 2, 2, 66, 403, 3, 2, 2, 2, 68, 405, 3, 2, 2, 2, 70, 408, 3, 2, 2, 2, 72, 411, 3, 2, 2, 2, 74, 435, 3, 2, 2, 2, 76, 437, 3, 2, 2, 2, 78, 445, 3, 2, 2, 2, 80, 453, 3, 2, 2, 2, 82, 456, 3, 2, 2, 2, 84, 463, 3, 2, 2, 2, 86, 468, 3, 2, 2, 2, 88, 472, 3, 2, 2, 2, 90, 481, 3, 2, 2, 2, 92, 490, 3, 2, 2, 2, 94, 499, 3, 2, 2, 2, 96, 505, 3, 2, 2, 2, 98, 512, 3, 2, 2, 2, 100, 519, 3, 2, 2, 2, 102, 525, 3, 2, 2, 2, 104, 532, 3, 2, 2, 2, 106, 541, 3, 2, 2, 2, 108, 548, 3, 2, 2, 2, 110, 558, 3, 2, 2, 2, 112, 567, 3, 2, 2, 2, 114, 577, 3, 2, 2, 2, 116, 582, 3, 2, 2, 2, 118, 588, 3, 2, 2, 2, 120, 594, 3, 2, 2, 2, 122, 599, 3, 2, 2, 2, 124, 627, 3, 2, 2, 2, 126, 629, 3, 2, 2, 2, 128, 639, 3, 2, 2, 2, 130, 642, 3, 2, 2, 2, 132, 647, 3, 2, 2, 2, 134, 653, 3, 2, 2, 2, 136, 656, 3, 2, 2, 2, 138, 660, 3, 2, 2, 2, 140, 667, 3, 2, 2, 2, 142, 674, 3, 2, 2, 2, 144, 680, 3, 2, 2, 2, 146, 689, 3, 2, 2, 2, 148, 695, 3, 2, 2, 2, 150, 703, 3, 2, 2, 2, 152, 708, 3, 2, 2, 2, 154, 715, 3, 2, 2, 2, 156, 720, 3, 2, 2, 2, 158, 727, 3, 2, 2, 2, 160, 734, 3, 2, 2, 2, 162, 742, 3, 2, 2, 2, 164, 750, 3, 2, 2, 2, 166, 759, 3, 2, 2, 2, 168, 764, 3, 2, 2, 2, 170, 773, 3, 2, 2, 2, 172, 779, 3, 2, 2, 2, 174, 786, 3, 2, 2, 2, 176, 802, 3, 2, 2, 2, 178, 841, 3, 2, 2, 2, 180, 852, 3, 2, 2, 2, 182, 854, 3, 2, 2, 2, 184, 866, 3, 2, 2, 2, 186, 890, 3, 2, 2, 2, 188, 898, 3, 2, 2, 2, 190, 908, 3, 2, 2, 2, 192, 919, 3, 2, 2, 2, 194, 927, 3, 2, 2, 2, 196, 940, 3, 2, 2, 2, 198, 942, 3, 2, 2, 2, 200, 949, 3, 2, 2, 2, 202, 956, 3, 2, 2, 2, 204, 964, 3, 2, 2, 2, 206, 968, 3, 2, 2, 2, 208, 974, 3, 2, 2, 2, 210, 980, 3, 2, 2, 2, 212, 989, 3, 2, 2, 2, 214, 994, 3, 2, 2, 2, 216, 1001, 3, 2, 2, 2, 218, 1018, 3, 2, 2, 2, 220, 1032, 3, 2, 2, 2, 222, 1049, 3, 2, 2, 2, 224, 1069, 3, 2, 2, 2, 226, 1072, 3, 2, 2, 2, 228, 1081, 3, 2, 2, 2, 230, 1088, 3, 2, 2, 2, 232, 1090, 3, 2, 2, 2, 234, 1092, 3, 2, 2, 2, 236, 1094, 3, 2, 2, 2, 238, 1103, 3, 2, 2, 2, 240, 1105, 3, 2, 2, 2, 242, 1108, 3, 2, 2, 2, 244, 1114, 3, 2, 2, 2, 246, 1125, 3, 2, 2, 2, 248, 1139, 3, 2, 2, 2, 250, 1367, 3, 2, 2, 2, 252, 1369, 3, 2, 2, 2, 254, 1371, 3, 2, 2, 2, 256, 1373, 3, 2, 2, 2, 258, 1375, 3, 2, 2, 2, 260, 1377, 3, 2, 2, 2, 262, 1379, 3, 2, 2, 2, 264, 1381, 3, 2, 2, 2, 266, 1383, 3, 2, 2, 2, 268, 1385, 3, 2, 2, 2, 270, 1388, 3, 2, 2, 2, 272, 1391, 3, 2, 2, 2, 274, 1393, 3, 2, 2, 2, 276, 1395, 3, 2, 2, 2, 278, 1397, 3, 2, 2, 2, 280, 1399, 3, 2, 2, 2, 282, 1401, 3, 2, 2, 2, 284, 1403, 3, 2, 2, 2, 286, 1406, 3, 2, 2, 2, 288, 1411, 3, 2, 2, 2, 290, 1416, 3, 2, 2, 2, 292, 1418, 3, 2, 2, 2, 294, 1434, 3, 2, 2, 2, 296, 1443, 3, 2, 2, 2, 298, 1459, 3, 2, 2, 2, 300, 1461, 3, 2, 2, 2, 302, 1468, 3, 2, 2, 2, 304, 1472, 3, 2, 2, 2, 306, 1478, 3, 2, 2, 2, 308, 1480, 3, 2, 2, 2, 310, 1482, 3, 2, 2, 2, 312, 1484, 3, 2, 2, 2, 314, 1492, 3, 2, 2, 2, 316, 1498, 3, 2, 2, 2, 318, 1505, 3, 2, 2, 2, 320, 1512, 3, 2, 2, 2, 322, 1514, 3, 2, 2, 2, 324, 1517, 3, 2, 2, 2, 326, 1523, 3, 2, 2, 2, 328, 1534, 3, 2, 2, 2, 330, 331, 7, 125, 2, 2, 331, 332, 8, 2, 2, 2, 332, 5, 3, 2, 2, 2, 333, 334, 7, 127, 2, 2, 334, 7, 3, 2, 2, 2, 335, 336, 7, 93, 2, 2, 336, 9, 3, 2, 2, 2, 337, 338, 7, 95, 2, 2, 338, 11, 3, 2, 2, 2, 339, 340, 7, 42, 2, 2, 340, 13, 3, 2, 2, 2, 341, 342, 7, 43, 2, 2, 342, 15, 3, 2, 2, 2, 343, 344, 7, 61, 2, 2, 344, 17, 3, 2, 2, 2, 345, 346, 7, 60, 2, 2, 346, 19, 3, 2, 2, 2, 347, 348, 7, 46, 2, 2, 348, 21, 3, 2, 2, 2, 349, 350, 7, 48, 2, 2, 350, 351, 7, 48, 2, 2, 351, 23, 3, 2, 2, 2, 352, 353, 7, 65, 2, 2, 353, 25, 3, 2, 2, 2, 354, 355, 7, 48, 2, 2, 355, 27, 3, 2, 2, 2, 356, 357, 7, 47, 2, 2, 357, 358, 7, 64, 2, 2, 358, 29, 3, 2, 2, 2, 359, 360, 7, 45, 2, 2, 360, 31, 3, 2, 2, 2, 361, 362, 7, 47, 2, 2, 362, 33, 3, 2, 2, 2, 363, 364, 7, 44, 2, 2, 364, 35, 3, 2, 2, 2, 365, 366, 7, 49, 2, 2, 366, 37, 3, 2, 2, 2, 367, 368, 7, 39, 2, 2, 368, 39, 3, 2, 2, 2, 369, 370, 7, 45, 2, 2, 370, 371, 7, 45, 2, 2, 371, 41, 3, 2, 2, 2, 372, 373, 7, 47, 2, 2, 373, 374, 7, 47, 2, 2, 374, 43, 3, 2, 2, 2, 375, 376, 7, 40, 2, 2, 376, 45, 3, 2, 2, 2, 377, 378, 7, 128, 2, 2, 378, 47, 3, 2, 2, 2, 379, 380, 7, 96, 2, 2, 380, 49, 3, 2, 2, 2, 381, 382, 7, 126, 2, 2, 382, 51, 3, 2, 2, 2, 383, 384, 7, 62, 2, 2, 384, 385, 7, 62, 2, 2, 385, 53, 3, 2, 2, 2, 386, 387, 7, 64, 2, 2, 387, 388, 7, 64, 2, 2, 388, 55, 3, 2, 2, 2, 389, 390, 7, 63, 2, 2, 390, 391, 7, 63, 2, 2, 391, 57, 3, 2, 2, 2, 392, 393, 7, 35, 2, 2, 393, 394, 7, 63, 2, 2, 394, 59, 3, 2, 2, 2, 395, 396, 7, 62, 2, 2, 396, 61, 3, 2, 2, 2, 397, 398, 7, 62, 2, 2, 398, 399, 7, 63, 2, 2, 399, 63, 3, 2, 2, 2, 400, 401, 7, 64, 2, 2, 401, 402, 7, 63, 2, 2, 402, 65, 3, 2, 2, 2, 403, 404, 7, 64, 2, 2, 404, 67, 3, 2, 2, 2, 405, 406, 7, 40, 2, 2, 406, 407, 7, 40, 2, 2, 407, 69, 3, 2, 2, 2, 408, 409, 7, 126, 2, 2, 409, 410, 7, 126, 2, 2, 410, 71, 3, 2, 2, 2, 411, 412, 7, 63, 2, 2, 412, 73, 3, 2, 2, 2, 413, 414, 7, 45, 2, 2, 414, 436, 7, 63, 2, 2, 415, 416, 7, 47, 2, 2, 416, 436, 7, 63, 2, 2, 417, 418, 7, 44, 2, 2, 418, 436, 7, 63, 2, 2, 419, 420, 7, 49, 2, 2, 420, 436, 7, 63, 2, 2, 421, 422, 7, 39, 2, 2, 422, 436, 7, 63, 2, 2, 423, 424, 7, 62, 2, 2, 424, 425, 7, 62, 2, 2, 425, 436, 7, 63, 2, 2, 426, 427, 7, 64, 2, 2, 427, 428, 7, 64, 2, 2, 428, 436, 7, 63, 2, 2, 429, 430, 7, 40, 2, 2, 430, 436, 7, 63, 2, 2, 431, 432, 7, 126, 2, 2, 432, 436, 7, 63, 2, 2, 433, 434, 7, 96, 2, 2, 434, 436, 7, 63, 2, 2, 435, 413, 3, 2, 2, 2, 435, 415, 3, 2, 2, 2, 435, 417, 3, 2, 2, 2, 435, 419, 3, 2, 2, 2, 435, 421, 3, 2, 2, 2, 435, 423, 3, 2, 2, 2, 435, 426, 3, 2, 2, 2, 435, 429, 3, 2, 2, 2, 435, 431, 3, 2, 2, 2, 435, 433, 3, 2, 2, 2, 436, 75, 3, 2, 2, 2, 437, 438, 7, 118, 2, 2, 438, 439, 7, 123, 2, 2, 439, 440, 7, 114, 2, 2, 440, 441, 7, 103, 2, 2, 441, 442, 7, 102, 2, 2, 442, 443, 7, 103, 2, 2, 443, 444, 7, 104, 2, 2, 444, 77, 3, 2, 2, 2, 445, 446, 7, 116, 2, 2, 446, 447, 7, 103, 2, 2, 447, 448, 7, 117, 2, 2, 448, 449, 7, 103, 2, 2, 449, 450, 7, 116, 2, 2, 450, 451, 7, 120, 2, 2, 451, 452, 7, 103, 2, 2, 452, 79, 3, 2, 2, 2, 453, 454, 7, 114, 2, 2, 454, 455, 7, 101, 2, 2, 455, 81, 3, 2, 2, 2, 456, 457, 7, 118, 2, 2, 457, 458, 7, 99, 2, 2, 458, 459, 7, 116, 2, 2, 459, 460, 7, 105, 2, 2, 460, 461, 7, 103, 2, 2, 461, 462, 7, 118, 2, 2, 462, 83, 3, 2, 2, 2, 463, 464, 7, 110, 2, 2, 464, 465, 7, 107, 2, 2, 465, 466, 7, 112, 2, 2, 466, 467, 7, 109, 2, 2, 467, 85, 3, 2, 2, 2, 468, 469, 7, 101, 2, 2, 469, 470, 7, 114, 2, 2, 470, 471, 7, 119, 2, 2, 471, 87, 3, 2, 2, 2, 472, 473, 7, 101, 2, 2, 473, 474, 7, 113, 2, 2, 474, 475, 7, 102, 2, 2, 475, 476, 7, 103, 2, 2, 476, 477, 7, 97, 2, 2, 477, 478, 7, 117, 2, 2, 478, 479, 7, 103, 2, 2, 479, 480, 7, 105, 2, 2, 480, 89, 3, 2, 2, 2, 481, 482, 7, 102, 2, 2, 482, 483, 7, 99, 2, 2, 483, 484, 7, 118, 2, 2, 484, 485, 7, 99, 2, 2, 485, 486, 7, 97, 2, 2, 486, 487, 7, 117, 2, 2, 487, 488, 7, 103, 2, 2, 488, 489, 7, 105, 2, 2, 489, 91, 3, 2, 2, 2, 490, 491, 7, 103, 2, 2, 491, 492, 7, 112, 2, 2, 492, 493, 7, 101, 2, 2, 493, 494, 7, 113, 2, 2, 494, 495, 7, 102, 2, 2, 495, 496, 7, 107, 2, 2, 496, 497, 7, 112, 2, 2, 497, 498, 7, 105, 2, 2, 498, 93, 3, 2, 2, 2, 499, 500, 7, 101, 2, 2, 500, 501, 7, 113, 2, 2, 501, 502, 7, 112, 2, 2, 502, 503, 7, 117, 2, 2, 503, 504, 7, 118, 2, 2, 504, 95, 3, 2, 2, 2, 505, 506, 7, 103, 2, 2, 506, 507, 7, 122, 2, 2, 507, 508, 7, 118, 2, 2, 508, 509, 7, 103, 2, 2, 509, 510, 7, 116, 2, 2, 510, 511, 7, 112, 2, 2, 511, 97, 3, 2, 2, 2, 512, 513, 7, 103, 2, 2, 513, 514, 7, 122, 2, 2, 514, 515, 7, 114, 2, 2, 515, 516, 7, 113, 2, 2, 516, 517, 7, 116, 2, 2, 517, 518, 7, 118, 2, 2, 518, 99, 3, 2, 2, 2, 519, 520, 7, 99, 2, 2, 520, 521, 7, 110, 2, 2, 521, 522, 7, 107, 2, 2, 522, 523, 7, 105, 2, 2, 523, 524, 7, 112, 2, 2, 524, 101, 3, 2, 2, 2, 525, 526, 7, 107, 2, 2, 526, 527, 7, 112, 2, 2, 527, 528, 7, 110, 2, 2, 528, 529, 7, 107, 2, 2, 529, 530, 7, 112, 2, 2, 530, 531, 7, 103, 2, 2, 531, 103, 3, 2, 2, 2, 532, 533, 7, 120, 2, 2, 533, 534, 7, 113, 2, 2, 534, 535, 7, 110, 2, 2, 535, 536, 7, 99, 2, 2, 536, 537, 7, 118, 2, 2, 537, 538, 7, 107, 2, 2, 538, 539, 7, 110, 2, 2, 539, 540, 7, 103, 2, 2, 540, 105, 3, 2, 2, 2, 541, 542, 7, 117, 2, 2, 542, 543, 7, 118, 2, 2, 543, 544, 7, 99, 2, 2, 544, 545, 7, 118, 2, 2, 545, 546, 7, 107, 2, 2, 546, 547, 7, 101, 2, 2, 547, 107, 3, 2, 2, 2, 548, 549, 7, 107, 2, 2, 549, 550, 7, 112, 2, 2, 550, 551, 7, 118, 2, 2, 551, 552, 7, 103, 2, 2, 552, 553, 7, 116, 2, 2, 553, 554, 7, 116, 2, 2, 554, 555, 7, 119, 2, 2, 555, 556, 7, 114, 2, 2, 556, 557, 7, 118, 2, 2, 557, 109, 3, 2, 2, 2, 558, 559, 7, 116, 2, 2, 559, 560, 7, 103, 2, 2, 560, 561, 7, 105, 2, 2, 561, 562, 7, 107, 2, 2, 562, 563, 7, 117, 2, 2, 563, 564, 7, 118, 2, 2, 564, 565, 7, 103, 2, 2, 565, 566, 7, 116, 2, 2, 566, 111, 3, 2, 2, 2, 567, 568, 7, 97, 2, 2, 568, 569, 7, 97, 2, 2, 569, 570, 7, 99, 2, 2, 570, 571, 7, 102, 2, 2, 571, 572, 7, 102, 2, 2, 572, 573, 7, 116, 2, 2, 573, 574, 7, 103, 2, 2, 574, 575, 7, 117, 2, 2, 575, 576, 7, 117, 2, 2, 576, 113, 3, 2, 2, 2, 577, 578, 7, 97, 2, 2, 578, 579, 7, 97, 2, 2, 579, 580, 7, 124, 2, 2, 580, 581, 7, 114, 2, 2, 581, 115, 3, 2, 2, 2, 582, 583, 7, 97, 2, 2, 583, 584, 7, 97, 2, 2, 584, 585, 7, 111, 2, 2, 585, 586, 7, 103, 2, 2, 586, 587, 7, 111, 2, 2, 587, 117, 3, 2, 2, 2, 588, 589, 7, 97, 2, 2, 589, 590, 7, 97, 2, 2, 590, 591, 7, 117, 2, 2, 591, 592, 7, 117, 2, 2, 592, 593, 7, 99, 2, 2, 593, 119, 3, 2, 2, 2, 594, 595, 7, 97, 2, 2, 595, 596, 7, 97, 2, 2, 596, 597, 7, 111, 2, 2, 597, 598, 7, 99, 2, 2, 598, 121, 3, 2, 2, 2, 599, 600, 7, 101, 2, 2, 600, 601, 7, 99, 2, 2, 601, 602, 7, 110, 2, 2, 602, 603, 7, 110, 2, 2, 603, 604, 7, 107, 2, 2, 604, 605, 7, 112, 2, 2, 605, 606, 7, 105, 2, 2, 606, 123, 3, 2, 2, 2, 607, 608, 7, 97, 2, 2, 608, 609, 7, 97, 2, 2, 609, 610, 7, 117, 2, 2, 610, 611, 7, 118, 2, 2, 611, 612, 7, 99, 2, 2, 612, 613, 7, 101, 2, 2, 613, 614, 7, 109, 2, 2, 614, 615, 7, 101, 2, 2, 615, 616, 7, 99, 2, 2, 616, 617, 7, 110, 2, 2, 617, 628, 7, 110, 2, 2, 618, 619, 7, 97, 2, 2, 619, 620, 7, 97, 2, 2, 620, 621, 7, 114, 2, 2, 621, 622, 7, 106, 2, 2, 622, 623, 7, 107, 2, 2, 623, 624, 7, 101, 2, 2, 624, 625, 7, 99, 2, 2, 625, 626, 7, 110, 2, 2, 626, 628, 7, 110, 2, 2, 627, 607, 3, 2, 2, 2, 627, 618, 3, 2, 2, 2, 628, 125, 3, 2, 2, 2, 629, 630, 7, 120, 2, 2, 630, 631, 7, 99, 2, 2, 631, 632, 7, 116, 2, 2, 632, 633, 7, 97, 2, 2, 633, 634, 7, 111, 2, 2, 634, 635, 7, 113, 2, 2, 635, 636, 7, 102, 2, 2, 636, 637, 7, 103, 2, 2, 637, 638, 7, 110, 2, 2, 638, 127, 3, 2, 2, 2, 639, 640, 7, 107, 2, 2, 640, 641, 7, 104, 2, 2, 641, 129, 3, 2, 2, 2, 642, 643, 7, 103, 2, 2, 643, 644, 7, 110, 2, 2, 644, 645, 7, 117, 2, 2, 645, 646, 7, 103, 2, 2, 646, 131, 3, 2, 2, 2, 647, 648, 7, 121, 2, 2, 648, 649, 7, 106, 2, 2, 649, 650, 7, 107, 2, 2, 650, 651, 7, 110, 2, 2, 651, 652, 7, 103, 2, 2, 652, 133, 3, 2, 2, 2, 653, 654, 7, 102, 2, 2, 654, 655, 7, 113, 2, 2, 655, 135, 3, 2, 2, 2, 656, 657, 7, 104, 2, 2, 657, 658, 7, 113, 2, 2, 658, 659, 7, 116, 2, 2, 659, 137, 3, 2, 2, 2, 660, 661, 7, 117, 2, 2, 661, 662, 7, 121, 2, 2, 662, 663, 7, 107, 2, 2, 663, 664, 7, 118, 2, 2, 664, 665, 7, 101, 2, 2, 665, 666, 7, 106, 2, 2, 666, 139, 3, 2, 2, 2, 667, 668, 7, 116, 2, 2, 668, 669, 7, 103, 2, 2, 669, 670, 7, 118, 2, 2, 670, 671, 7, 119, 2, 2, 671, 672, 7, 116, 2, 2, 672, 673, 7, 112, 2, 2, 673, 141, 3, 2, 2, 2, 674, 675, 7, 100, 2, 2, 675, 676, 7, 116, 2, 2, 676, 677, 7, 103, 2, 2, 677, 678, 7, 99, 2, 2, 678, 679, 7, 109, 2, 2, 679, 143, 3, 2, 2, 2, 680, 681, 7, 101, 2, 2, 681, 682, 7, 113, 2, 2, 682, 683, 7, 112, 2, 2, 683, 684, 7, 118, 2, 2, 684, 685, 7, 107, 2, 2, 685, 686, 7, 112, 2, 2, 686, 687, 7, 119, 2, 2, 687, 688, 7, 103, 2, 2, 688, 145, 3, 2, 2, 2, 689, 690, 7, 99, 2, 2, 690, 691, 7, 117, 2, 2, 691, 692, 7, 111, 2, 2, 692, 693, 3, 2, 2, 2, 693, 694, 8, 73, 3, 2, 694, 147, 3, 2, 2, 2, 695, 696, 7, 102, 2, 2, 696, 697, 7, 103, 2, 2, 697, 698, 7, 104, 2, 2, 698, 699, 7, 99, 2, 2, 699, 700, 7, 119, 2, 2, 700, 701, 7, 110, 2, 2, 701, 702, 7, 118, 2, 2, 702, 149, 3, 2, 2, 2, 703, 704, 7, 101, 2, 2, 704, 705, 7, 99, 2, 2, 705, 706, 7, 117, 2, 2, 706, 707, 7, 103, 2, 2, 707, 151, 3, 2, 2, 2, 708, 709, 7, 117, 2, 2, 709, 710, 7, 118, 2, 2, 710, 711, 7, 116, 2, 2, 711, 712, 7, 119, 2, 2, 712, 713, 7, 101, 2, 2, 713, 714, 7, 118, 2, 2, 714, 153, 3, 2, 2, 2, 715, 716, 7, 103, 2, 2, 716, 717, 7, 112, 2, 2, 717, 718, 7, 119, 2, 2, 718, 719, 7, 111, 2, 2, 719, 155, 3, 2, 2, 2, 720, 721, 7, 117, 2, 2, 721, 722, 7, 107, 2, 2, 722, 723, 7, 124, 2, 2, 723, 724, 7, 103, 2, 2, 724, 725, 7, 113, 2, 2, 725, 726, 7, 104, 2, 2, 726, 157, 3, 2, 2, 2, 727, 728, 7, 118, 2, 2, 728, 729, 7, 123, 2, 2, 729, 730, 7, 114, 2, 2, 730, 731, 7, 103, 2, 2, 731, 732, 7, 107, 2, 2, 732, 733, 7, 102, 2, 2, 733, 159, 3, 2, 2, 2, 734, 735, 7, 102, 2, 2, 735, 736, 7, 103, 2, 2, 736, 737, 7, 104, 2, 2, 737, 738, 7, 107, 2, 2, 738, 739, 7, 112, 2, 2, 739, 740, 7, 103, 2, 2, 740, 741, 7, 102, 2, 2, 741, 161, 3, 2, 2, 2, 742, 743, 7, 109, 2, 2, 743, 744, 7, 107, 2, 2, 744, 745, 7, 101, 2, 2, 745, 746, 7, 109, 2, 2, 746, 747, 7, 99, 2, 2, 747, 748, 7, 117, 2, 2, 748, 749, 7, 111, 2, 2, 749, 163, 3, 2, 2, 2, 750, 751, 7, 116, 2, 2, 751, 752, 7, 103, 2, 2, 752, 753, 7, 117, 2, 2, 753, 754, 7, 113, 2, 2, 754, 755, 7, 119, 2, 2, 755, 756, 7, 116, 2, 2, 756, 757, 7, 101, 2, 2, 757, 758, 7, 103, 2, 2, 758, 165, 3, 2, 2, 2, 759, 760, 7, 119, 2, 2, 760, 761, 7, 117, 2, 2, 761, 762, 7, 103, 2, 2, 762, 763, 7, 117, 2, 2, 763, 167, 3, 2, 2, 2, 764, 765, 7, 101, 2, 2, 765, 766, 7, 110, 2, 2, 766, 767, 7, 113, 2, 2, 767, 768, 7, 100, 2, 2, 768, 769, 7, 100, 2, 2, 769, 770, 7, 103, 2, 2, 770, 771, 7, 116, 2, 2, 771, 772, 7, 117, 2, 2, 772, 169, 3, 2, 2, 2, 773, 774, 7, 100, 2, 2, 774, 775, 7, 123, 2, 2, 775, 776, 7, 118, 2, 2, 776, 777, 7, 103, 2, 2, 777, 778, 7, 117, 2, 2, 778, 171, 3, 2, 2, 2, 779, 780, 7, 101, 2, 2, 780, 781, 7, 123, 2, 2, 781, 782, 7, 101, 2, 2, 782, 783, 7, 110, 2, 2, 783, 784, 7, 103, 2, 2, 784, 785, 7, 117, 2, 2, 785, 173, 3, 2, 2, 2, 786, 787, 7, 35, 2, 2, 787, 175, 3, 2, 2, 2, 788, 789, 7, 117, 2, 2, 789, 790, 7, 107, 2, 2, 790, 791, 7, 105, 2, 2, 791, 792, 7, 112, 2, 2, 792, 793, 7, 103, 2, 2, 793, 803, 7, 102, 2, 2, 794, 795, 7, 119, 2, 2, 795, 796, 7, 112, 2, 2, 796, 797, 7, 117, 2, 2, 797, 798, 7, 107, 2, 2, 798, 799, 7, 105, 2, 2, 799, 800, 7, 112, 2, 2, 800, 801, 7, 103, 2, 2, 801, 803, 7, 102, 2, 2, 802, 788, 3, 2, 2, 2, 802, 794, 3, 2, 2, 2, 803, 177, 3, 2, 2, 2, 804, 805, 7, 100, 2, 2, 805, 806, 7, 123, 2, 2, 806, 807, 7, 118, 2, 2, 807, 842, 7, 103, 2, 2, 808, 809, 7, 121, 2, 2, 809, 810, 7, 113, 2, 2, 810, 811, 7, 116, 2, 2, 811, 842, 7, 102, 2, 2, 812, 813, 7, 102, 2, 2, 813, 814, 7, 121, 2, 2, 814, 815, 7, 113, 2, 2, 815, 816, 7, 116, 2, 2, 816, 842, 7, 102, 2, 2, 817, 818, 7, 100, 2, 2, 818, 819, 7, 113, 2, 2, 819, 820, 7, 113, 2, 2, 820, 842, 7, 110, 2, 2, 821, 822, 7, 101, 2, 2, 822, 823, 7, 106, 2, 2, 823, 824, 7, 99, 2, 2, 824, 842, 7, 116, 2, 2, 825, 826, 7, 117, 2, 2, 826, 827, 7, 106, 2, 2, 827, 828, 7, 113, 2, 2, 828, 829, 7, 116, 2, 2, 829, 842, 7, 118, 2, 2, 830, 831, 7, 107, 2, 2, 831, 832, 7, 112, 2, 2, 832, 842, 7, 118, 2, 2, 833, 834, 7, 110, 2, 2, 834, 835, 7, 113, 2, 2, 835, 836, 7, 112, 2, 2, 836, 842, 7, 105, 2, 2, 837, 838, 7, 120, 2, 2, 838, 839, 7, 113, 2, 2, 839, 840, 7, 107, 2, 2, 840, 842, 7, 102, 2, 2, 841, 804, 3, 2, 2, 2, 841, 808, 3, 2, 2, 2, 841, 812, 3, 2, 2, 2, 841, 817, 3, 2, 2, 2, 841, 821, 3, 2, 2, 2, 841, 825, 3, 2, 2, 2, 841, 830, 3, 2, 2, 2, 841, 833, 3, 2, 2, 2, 841, 837, 3, 2, 2, 2, 842, 179, 3, 2, 2, 2, 843, 844, 7, 118, 2, 2, 844, 845, 7, 116, 2, 2, 845, 846, 7, 119, 2, 2, 846, 853, 7, 103, 2, 2, 847, 848, 7, 104, 2, 2, 848, 849, 7, 99, 2, 2, 849, 850, 7, 110, 2, 2, 850, 851, 7, 117, 2, 2, 851, 853, 7, 103, 2, 2, 852, 843, 3, 2, 2, 2, 852, 847, 3, 2, 2, 2, 853, 181, 3, 2, 2, 2, 854, 855, 7, 125, 2, 2, 855, 856, 7, 125, 2, 2, 856, 860, 3, 2, 2, 2, 857, 859, 11, 2, 2, 2, 858, 857, 3, 2, 2, 2, 859, 862, 3, 2, 2, 2, 860, 861, 3, 2, 2, 2, 860, 858, 3, 2, 2, 2, 861, 863, 3, 2, 2, 2, 862, 860, 3, 2, 2, 2, 863, 864, 7, 127, 2, 2, 864, 865, 7, 127, 2, 2, 865, 183, 3, 2, 2, 2, 866, 872, 7, 36, 2, 2, 867, 868, 7, 94, 2, 2, 868, 871, 7, 36, 2, 2, 869, 871, 10, 2, 2, 2, 870, 867, 3, 2, 2, 2, 870, 869, 3, 2, 2, 2, 871, 874, 3, 2, 2, 2, 872, 870, 3, 2, 2, 2, 872, 873, 3, 2, 2, 2, 873, 875, 3, 2, 2, 2, 874, 872, 3, 2, 2, 2, 875, 877, 7, 36, 2, 2, 876, 878, 9, 3, 2, 2, 877, 876, 3, 2, 2, 2, 877, 878, 3, 2, 2, 2, 878, 883, 3, 2, 2, 2, 879, 881, 9, 4, 2, 2, 880, 882, 9, 5, 2, 2, 881, 880, 3, 2, 2, 2, 881, 882, 3, 2, 2, 2, 882, 884, 3, 2, 2, 2, 883, 879, 3, 2, 2, 2, 883, 884, 3, 2, 2, 2, 884, 886, 3, 2, 2, 2, 885, 887, 9, 3, 2, 2, 886, 885, 3, 2, 2, 2, 886, 887, 3, 2, 2, 2, 887, 888, 3, 2, 2, 2, 888, 889, 8, 92, 4, 2, 889, 185, 3, 2, 2, 2, 890, 894, 7, 41, 2, 2, 891, 892, 7, 94, 2, 2, 892, 895, 9, 6, 2, 2, 893, 895, 10, 7, 2, 2, 894, 891, 3, 2, 2, 2, 894, 893, 3, 2, 2, 2, 895, 896, 3, 2, 2, 2, 896, 897, 7, 41, 2, 2, 897, 187, 3, 2, 2, 2, 898, 899, 7, 37, 2, 2, 899, 900, 7, 107, 2, 2, 900, 901, 7, 111, 2, 2, 901, 902, 7, 114, 2, 2, 902, 903, 7, 113, 2, 2, 903, 904, 7, 116, 2, 2, 904, 905, 7, 118, 2, 2, 905, 906, 3, 2, 2, 2, 906, 907, 8, 94, 5, 2, 907, 189, 3, 2, 2, 2, 908, 909, 7, 37, 2, 2, 909, 910, 7, 107, 2, 2, 910, 911, 7, 112, 2, 2, 911, 912, 7, 101, 2, 2, 912, 913, 7, 110, 2, 2, 913, 914, 7, 119, 2, 2, 914, 915, 7, 102, 2, 2, 915, 916, 7, 103, 2, 2, 916, 917, 3, 2, 2, 2, 917, 918, 8, 95, 6, 2, 918, 191, 3, 2, 2, 2, 919, 920, 7, 37, 2, 2, 920, 921, 7, 114, 2, 2, 921, 922, 7, 116, 2, 2, 922, 923, 7, 99, 2, 2, 923, 924, 7, 105, 2, 2, 924, 925, 7, 111, 2, 2, 925, 926, 7, 99, 2, 2, 926, 193, 3, 2, 2, 2, 927, 928, 7, 37, 2, 2, 928, 929, 7, 102, 2, 2, 929, 930, 7, 103, 2, 2, 930, 931, 7, 104, 2, 2, 931, 932, 7, 107, 2, 2, 932, 933, 7, 112, 2, 2, 933, 934, 7, 103, 2, 2, 934, 195, 3, 2, 2, 2, 935, 936, 7, 94, 2, 2, 936, 941, 7, 12, 2, 2, 937, 938, 7, 94, 2, 2, 938, 939, 7, 15, 2, 2, 939, 941, 7, 12, 2, 2, 940, 935, 3, 2, 2, 2, 940, 937, 3, 2, 2, 2, 941, 197, 3, 2, 2, 2, 942, 943, 7, 37, 2, 2, 943, 944, 7, 119, 2, 2, 944, 945, 7, 112, 2, 2, 945, 946, 7, 102, 2, 2, 946, 947, 7, 103, 2, 2, 947, 948, 7, 104, 2, 2, 948, 199, 3, 2, 2, 2, 949, 950, 7, 37, 2, 2, 950, 951, 7, 107, 2, 2, 951, 952, 7, 104, 2, 2, 952, 953, 7, 102, 2, 2, 953, 954, 7, 103, 2, 2, 954, 955, 7, 104, 2, 2, 955, 201, 3, 2, 2, 2, 956, 957, 7, 37, 2, 2, 957, 958, 7, 107, 2, 2, 958, 959, 7, 104, 2, 2, 959, 960, 7, 112, 2, 2, 960, 961, 7, 102, 2, 2, 961, 962, 7, 103, 2, 2, 962, 963, 7, 104, 2, 2, 963, 203, 3, 2, 2, 2, 964, 965, 7, 37, 2, 2, 965, 966, 7, 107, 2, 2, 966, 967, 7, 104, 2, 2, 967, 205, 3, 2, 2, 2, 968, 969, 7, 37, 2, 2, 969, 970, 7, 103, 2, 2, 970, 971, 7, 110, 2, 2, 971, 972, 7, 107, 2, 2, 972, 973, 7, 104, 2, 2, 973, 207, 3, 2, 2, 2, 974, 975, 7, 37, 2, 2, 975, 976, 7, 103, 2, 2, 976, 977, 7, 110, 2, 2, 977, 978, 7, 117, 2, 2, 978, 979, 7, 103, 2, 2, 979, 209, 3, 2, 2, 2, 980, 981, 7, 37, 2, 2, 981, 982, 7, 103, 2, 2, 982, 983, 7, 112, 2, 2, 983, 984, 7, 102, 2, 2, 984, 985, 7, 107, 2, 2, 985, 986, 7, 104, 2, 2, 986, 211, 3, 2, 2, 2, 987, 990, 5, 214, 107, 2, 988, 990, 5, 222, 111, 2, 989, 987, 3, 2, 2, 2, 989, 988, 3, 2, 2, 2, 990, 213, 3, 2, 2, 2, 991, 995, 5, 216, 108, 2, 992, 995, 5, 218, 109, 2, 993, 995, 5, 220, 110, 2, 994, 991, 3, 2, 2, 2, 994, 992, 3, 2, 2, 2, 994, 993, 3, 2, 2, 2, 995, 215, 3, 2, 2, 2, 996, 1002, 7, 39, 2, 2, 997, 998, 7, 50, 2, 2, 998, 1002, 7, 100, 2, 2, 999, 1000, 7, 50, 2, 2, 1000, 1002, 7, 68, 2, 2, 1001, 996, 3, 2, 2, 2, 1001, 997, 3, 2, 2, 2, 1001, 999, 3, 2, 2, 2, 1002, 1006, 3, 2, 2, 2, 1003, 1005, 5, 230, 115, 2, 1004, 1003, 3, 2, 2, 2, 1005, 1008, 3, 2, 2, 2, 1006, 1004, 3, 2, 2, 2, 1006, 1007, 3, 2, 2, 2, 1007, 1009, 3, 2, 2, 2, 1008, 1006, 3, 2, 2, 2, 1009, 1011, 7, 48, 2, 2, 1010, 1012, 5, 230, 115, 2, 1011, 1010, 3, 2, 2, 2, 1012, 1013, 3, 2, 2, 2, 1013, 1011, 3, 2, 2, 2, 1013, 1014, 3, 2, 2, 2, 1014, 217, 3, 2, 2, 2, 1015, 1017, 5, 232, 116, 2, 1016, 1015, 3, 2, 2, 2, 1017, 1020, 3, 2, 2, 2, 1018, 1016, 3, 2, 2, 2, 1018, 1019, 3, 2, 2, 2, 1019, 1021, 3, 2, 2, 2, 1020, 1018, 3, 2, 2, 2, 1021, 1023, 7, 48, 2, 2, 1022, 1024, 5, 232, 116, 2, 1023, 1022, 3, 2, 2, 2, 1024, 1025, 3, 2, 2, 2, 1025, 1023, 3, 2, 2, 2, 1025, 1026, 3, 2, 2, 2, 1026, 219, 3, 2, 2, 2, 1027, 1033, 7, 38, 2, 2, 1028, 1029, 7, 50, 2, 2, 1029, 1033, 7, 122, 2, 2, 1030, 1031, 7, 50, 2, 2, 1031, 1033, 7, 90, 2, 2, 1032, 1027, 3, 2, 2, 2, 1032, 1028, 3, 2, 2, 2, 1032, 1030, 3, 2, 2, 2, 1033, 1037, 3, 2, 2, 2, 1034, 1036, 5, 234, 117, 2, 1035, 1034, 3, 2, 2, 2, 1036, 1039, 3, 2, 2, 2, 1037, 1035, 3, 2, 2, 2, 1037, 1038, 3, 2, 2, 2, 1038, 1040, 3, 2, 2, 2, 1039, 1037, 3, 2, 2, 2, 1040, 1042, 7, 48, 2, 2, 1041, 1043, 5, 234, 117, 2, 1042, 1041, 3, 2, 2, 2, 1043, 1044, 3, 2, 2, 2, 1044, 1042, 3, 2, 2, 2, 1044, 1045, 3, 2, 2, 2, 1045, 221, 3, 2, 2, 2, 1046, 1050, 5, 226, 113, 2, 1047, 1050, 5, 228, 114, 2, 1048, 1050, 5, 224, 112, 2, 1049, 1046, 3, 2, 2, 2, 1049, 1047, 3, 2, 2, 2, 1049, 1048, 3, 2, 2, 2, 1050, 1054, 3, 2, 2, 2, 1051, 1052, 9, 8, 2, 2, 1052, 1055, 9, 9, 2, 2, 1053, 1055, 7, 110, 2, 2, 1054, 1051, 3, 2, 2, 2, 1054, 1053, 3, 2, 2, 2, 1054, 1055, 3, 2, 2, 2, 1055, 223, 3, 2, 2, 2, 1056, 1057, 7, 50, 2, 2, 1057, 1059, 9, 10, 2, 2, 1058, 1060, 5, 230, 115, 2, 1059, 1058, 3, 2, 2, 2, 1060, 1061, 3, 2, 2, 2, 1061, 1059, 3, 2, 2, 2, 1061, 1062, 3, 2, 2, 2, 1062, 1070, 3, 2, 2, 2, 1063, 1065, 7, 39, 2, 2, 1064, 1066, 5, 230, 115, 2, 1065, 1064, 3, 2, 2, 2, 1066, 1067, 3, 2, 2, 2, 1067, 1065, 3, 2, 2, 2, 1067, 1068, 3, 2, 2, 2, 1068, 1070, 3, 2, 2, 2, 1069, 1056, 3, 2, 2, 2, 1069, 1063, 3, 2, 2, 2, 1070, 225, 3, 2, 2, 2, 1071, 1073, 5, 232, 116, 2, 1072, 1071, 3, 2, 2, 2, 1073, 1074, 3, 2, 2, 2, 1074, 1072, 3, 2, 2, 2, 1074, 1075, 3, 2, 2, 2, 1075, 227, 3, 2, 2, 2, 1076, 1082, 7, 38, 2, 2, 1077, 1078, 7, 50, 2, 2, 1078, 1082, 7, 122, 2, 2, 1079, 1080, 7, 50, 2, 2, 1080, 1082, 7, 90, 2, 2, 1081, 1076, 3, 2, 2, 2, 1081, 1077, 3, 2, 2, 2, 1081, 1079, 3, 2, 2, 2, 1082, 1084, 3, 2, 2, 2, 1083, 1085, 5, 234, 117, 2, 1084, 1083, 3, 2, 2, 2, 1085, 1086, 3, 2, 2, 2, 1086, 1084, 3, 2, 2, 2, 1086, 1087, 3, 2, 2, 2, 1087, 229, 3, 2, 2, 2, 1088, 1089, 9, 11, 2, 2, 1089, 231, 3, 2, 2, 2, 1090, 1091, 9, 12, 2, 2, 1091, 233, 3, 2, 2, 2, 1092, 1093, 9, 13, 2, 2, 1093, 235, 3, 2, 2, 2, 1094, 1098, 5, 238, 119, 2, 1095, 1097, 5, 240, 120, 2, 1096, 1095, 3, 2, 2, 2, 1097, 1100, 3, 2, 2, 2, 1098, 1096, 3, 2, 2, 2, 1098, 1099, 3, 2, 2, 2, 1099, 1101, 3, 2, 2, 2, 1100, 1098, 3, 2, 2, 2, 1101, 1102, 8, 118, 7, 2, 1102, 237, 3, 2, 2, 2, 1103, 1104, 9, 14, 2, 2, 1104, 239, 3, 2, 2, 2, 1105, 1106, 9, 15, 2, 2, 1106, 241, 3, 2, 2, 2, 1107, 1109, 9, 16, 2, 2, 1108, 1107, 3, 2, 2, 2, 1109, 1110, 3, 2, 2, 2, 1110, 1108, 3, 2, 2, 2, 1110, 1111, 3, 2, 2, 2, 1111, 1112, 3, 2, 2, 2, 1112, 1113, 8, 121, 8, 2, 1113, 243, 3, 2, 2, 2, 1114, 1115, 7, 49, 2, 2, 1115, 1116, 7, 49, 2, 2, 1116, 1120, 3, 2, 2, 2, 1117, 1119, 10, 17, 2, 2, 1118, 1117, 3, 2, 2, 2, 1119, 1122, 3, 2, 2, 2, 1120, 1118, 3, 2, 2, 2, 1120, 1121, 3, 2, 2, 2, 1121, 1123, 3, 2, 2, 2, 1122, 1120, 3, 2, 2, 2, 1123, 1124, 8, 122, 9, 2, 1124, 245, 3, 2, 2, 2, 1125, 1126, 7, 49, 2, 2, 1126, 1127, 7, 44, 2, 2, 1127, 1131, 3, 2, 2, 2, 1128, 1130, 11, 2, 2, 2, 1129, 1128, 3, 2, 2, 2, 1130, 1133, 3, 2, 2, 2, 1131, 1132, 3, 2, 2, 2, 1131, 1129, 3, 2, 2, 2, 1132, 1134, 3, 2, 2, 2, 1133, 1131, 3, 2, 2, 2, 1134, 1135, 7, 44, 2, 2, 1135, 1136, 7, 49, 2, 2, 1136, 1137, 3, 2, 2, 2, 1137, 1138, 8, 123, 9, 2, 1138, 247, 3, 2, 2, 2, 1139, 1140, 7, 48, 2, 2, 1140, 1141, 7, 100, 2, 2, 1141, 1142, 7, 123, 2, 2, 1142, 1143, 7, 118, 2, 2, 1143, 1144, 7, 103, 2, 2, 1144, 249, 3, 2, 2, 2, 1145, 1146, 7, 100, 2, 2, 1146, 1147, 7, 116, 2, 2, 1147, 1368, 7, 109, 2, 2, 1148, 1149, 7, 113, 2, 2, 1149, 1150, 7, 116, 2, 2, 1150, 1368, 7, 99, 2, 2, 1151, 1152, 7, 109, 2, 2, 1152, 1153, 7, 107, 2, 2, 1153, 1368, 7, 110, 2, 2, 1154, 1155, 7, 117, 2, 2, 1155, 1156, 7, 110, 2, 2, 1156, 1368, 7, 113, 2, 2, 1157, 1158, 7, 112, 2, 2, 1158, 1159, 7, 113, 2, 2, 1159, 1368, 7, 114, 2, 2, 1160, 1161, 7, 99, 2, 2, 1161, 1162, 7, 117, 2, 2, 1162, 1368, 7, 110, 2, 2, 1163, 1164, 7, 114, 2, 2, 1164, 1165, 7, 106, 2, 2, 1165, 1368, 7, 114, 2, 2, 1166, 1167, 7, 99, 2, 2, 1167, 1168, 7, 112, 2, 2, 1168, 1368, 7, 101, 2, 2, 1169, 1170, 7, 100, 2, 2, 1170, 1171, 7, 114, 2, 2, 1171, 1368, 7, 110, 2, 2, 1172, 1173, 7, 101, 2, 2, 1173, 1174, 7, 110, 2, 2, 1174, 1368, 7, 101, 2, 2, 1175, 1176, 7, 108, 2, 2, 1176, 1177, 7, 117, 2, 2, 1177, 1368, 7, 116, 2, 2, 1178, 1179, 7, 99, 2, 2, 1179, 1180, 7, 112, 2, 2, 1180, 1368, 7, 102, 2, 2, 1181, 1182, 7, 116, 2, 2, 1182, 1183, 7, 110, 2, 2, 1183, 1368, 7, 99, 2, 2, 1184, 1185, 7, 100, 2, 2, 1185, 1186, 7, 107, 2, 2, 1186, 1368, 7, 118, 2, 2, 1187, 1188, 7, 116, 2, 2, 1188, 1189, 7, 113, 2, 2, 1189, 1368, 7, 110, 2, 2, 1190, 1191, 7, 114, 2, 2, 1191, 1192, 7, 110, 2, 2, 1192, 1368, 7, 99, 2, 2, 1193, 1194, 7, 114, 2, 2, 1194, 1195, 7, 110, 2, 2, 1195, 1368, 7, 114, 2, 2, 1196, 1197, 7, 100, 2, 2, 1197, 1198, 7, 111, 2, 2, 1198, 1368, 7, 107, 2, 2, 1199, 1200, 7, 117, 2, 2, 1200, 1201, 7, 103, 2, 2, 1201, 1368, 7, 101, 2, 2, 1202, 1203, 7, 116, 2, 2, 1203, 1204, 7, 118, 2, 2, 1204, 1368, 7, 107, 2, 2, 1205, 1206, 7, 103, 2, 2, 1206, 1207, 7, 113, 2, 2, 1207, 1368, 7, 116, 2, 2, 1208, 1209, 7, 117, 2, 2, 1209, 1210, 7, 116, 2, 2, 1210, 1368, 7, 103, 2, 2, 1211, 1212, 7, 110, 2, 2, 1212, 1213, 7, 117, 2, 2, 1213, 1368, 7, 116, 2, 2, 1214, 1215, 7, 114, 2, 2, 1215, 1216, 7, 106, 2, 2, 1216, 1368, 7, 99, 2, 2, 1217, 1218, 7, 99, 2, 2, 1218, 1219, 7, 110, 2, 2, 1219, 1368, 7, 116, 2, 2, 1220, 1221, 7, 108, 2, 2, 1221, 1222, 7, 111, 2, 2, 1222, 1368, 7, 114, 2, 2, 1223, 1224, 7, 100, 2, 2, 1224, 1225, 7, 120, 2, 2, 1225, 1368, 7, 101, 2, 2, 1226, 1227, 7, 101, 2, 2, 1227, 1228, 7, 110, 2, 2, 1228, 1368, 7, 107, 2, 2, 1229, 1230, 7, 116, 2, 2, 1230, 1231, 7, 118, 2, 2, 1231, 1368, 7, 117, 2, 2, 1232, 1233, 7, 99, 2, 2, 1233, 1234, 7, 102, 2, 2, 1234, 1368, 7, 101, 2, 2, 1235, 1236, 7, 116, 2, 2, 1236, 1237, 7, 116, 2, 2, 1237, 1368, 7, 99, 2, 2, 1238, 1239, 7, 100, 2, 2, 1239, 1240, 7, 120, 2, 2, 1240, 1368, 7, 117, 2, 2, 1241, 1242, 7, 117, 2, 2, 1242, 1243, 7, 103, 2, 2, 1243, 1368, 7, 107, 2, 2, 1244, 1245, 7, 117, 2, 2, 1245, 1246, 7, 99, 2, 2, 1246, 1368, 7, 122, 2, 2, 1247, 1248, 7, 117, 2, 2, 1248, 1249, 7, 118, 2, 2, 1249, 1368, 7, 123, 2, 2, 1250, 1251, 7, 117, 2, 2, 1251, 1252, 7, 118, 2, 2, 1252, 1368, 7, 99, 2, 2, 1253, 1254, 7, 117, 2, 2, 1254, 1255, 7, 118, 2, 2, 1255, 1368, 7, 122, 2, 2, 1256, 1257, 7, 102, 2, 2, 1257, 1258, 7, 103, 2, 2, 1258, 1368, 7, 123, 2, 2, 1259, 1260, 7, 118, 2, 2, 1260, 1261, 7, 122, 2, 2, 1261, 1368, 7, 99, 2, 2, 1262, 1263, 7, 122, 2, 2, 1263, 1264, 7, 99, 2, 2, 1264, 1368, 7, 99, 2, 2, 1265, 1266, 7, 100, 2, 2, 1266, 1267, 7, 101, 2, 2, 1267, 1368, 7, 101, 2, 2, 1268, 1269, 7, 99, 2, 2, 1269, 1270, 7, 106, 2, 2, 1270, 1368, 7, 122, 2, 2, 1271, 1272, 7, 118, 2, 2, 1272, 1273, 7, 123, 2, 2, 1273, 1368, 7, 99, 2, 2, 1274, 1275, 7, 118, 2, 2, 1275, 1276, 7, 122, 2, 2, 1276, 1368, 7, 117, 2, 2, 1277, 1278, 7, 118, 2, 2, 1278, 1279, 7, 99, 2, 2, 1279, 1368, 7, 117, 2, 2, 1280, 1281, 7, 117, 2, 2, 1281, 1282, 7, 106, 2, 2, 1282, 1368, 7, 123, 2, 2, 1283, 1284, 7, 117, 2, 2, 1284, 1285, 7, 106, 2, 2, 1285, 1368, 7, 122, 2, 2, 1286, 1287, 7, 110, 2, 2, 1287, 1288, 7, 102, 2, 2, 1288, 1368, 7, 123, 2, 2, 1289, 1290, 7, 110, 2, 2, 1290, 1291, 7, 102, 2, 2, 1291, 1368, 7, 99, 2, 2, 1292, 1293, 7, 110, 2, 2, 1293, 1294, 7, 102, 2, 2, 1294, 1368, 7, 122, 2, 2, 1295, 1296, 7, 110, 2, 2, 1296, 1297, 7, 99, 2, 2, 1297, 1368, 7, 122, 2, 2, 1298, 1299, 7, 118, 2, 2, 1299, 1300, 7, 99, 2, 2, 1300, 1368, 7, 123, 2, 2, 1301, 1302, 7, 118, 2, 2, 1302, 1303, 7, 99, 2, 2, 1303, 1368, 7, 122, 2, 2, 1304, 1305, 7, 100, 2, 2, 1305, 1306, 7, 101, 2, 2, 1306, 1368, 7, 117, 2, 2, 1307, 1308, 7, 101, 2, 2, 1308, 1309, 7, 110, 2, 2, 1309, 1368, 7, 120, 2, 2, 1310, 1311, 7, 118, 2, 2, 1311, 1312, 7, 117, 2, 2, 1312, 1368, 7, 122, 2, 2, 1313, 1314, 7, 110, 2, 2, 1314, 1315, 7, 99, 2, 2, 1315, 1368, 7, 117, 2, 2, 1316, 1317, 7, 101, 2, 2, 1317, 1318, 7, 114, 2, 2, 1318, 1368, 7, 123, 2, 2, 1319, 1320, 7, 101, 2, 2, 1320, 1321, 7, 111, 2, 2, 1321, 1368, 7, 114, 2, 2, 1322, 1323, 7, 101, 2, 2, 1323, 1324, 7, 114, 2, 2, 1324, 1368, 7, 122, 2, 2, 1325, 1326, 7, 102, 2, 2, 1326, 1327, 7, 101, 2, 2, 1327, 1368, 7, 114, 2, 2, 1328, 1329, 7, 102, 2, 2, 1329, 1330, 7, 103, 2, 2, 1330, 1368, 7, 101, 2, 2, 1331, 1332, 7, 107, 2, 2, 1332, 1333, 7, 112, 2, 2, 1333, 1368, 7, 101, 2, 2, 1334, 1335, 7, 99, 2, 2, 1335, 1336, 7, 122, 2, 2, 1336, 1368, 7, 117, 2, 2, 1337, 1338, 7, 100, 2, 2, 1338, 1339, 7, 112, 2, 2, 1339, 1368, 7, 103, 2, 2, 1340, 1341, 7, 101, 2, 2, 1341, 1342, 7, 110, 2, 2, 1342, 1368, 7, 102, 2, 2, 1343, 1344, 7, 117, 2, 2, 1344, 1345, 7, 100, 2, 2, 1345, 1368, 7, 101, 2, 2, 1346, 1347, 7, 107, 2, 2, 1347, 1348, 7, 117, 2, 2, 1348, 1368, 7, 101, 2, 2, 1349, 1350, 7, 107, 2, 2, 1350, 1351, 7, 112, 2, 2, 1351, 1368, 7, 122, 2, 2, 1352, 1353, 7, 100, 2, 2, 1353, 1354, 7, 103, 2, 2, 1354, 1368, 7, 115, 2, 2, 1355, 1356, 7, 117, 2, 2, 1356, 1357, 7, 103, 2, 2, 1357, 1368, 7, 102, 2, 2, 1358, 1359, 7, 102, 2, 2, 1359, 1360, 7, 103, 2, 2, 1360, 1368, 7, 122, 2, 2, 1361, 1362, 7, 107, 2, 2, 1362, 1363, 7, 112, 2, 2, 1363, 1368, 7, 123, 2, 2, 1364, 1365, 7, 116, 2, 2, 1365, 1366, 7, 113, 2, 2, 1366, 1368, 7, 116, 2, 2, 1367, 1145, 3, 2, 2, 2, 1367, 1148, 3, 2, 2, 2, 1367, 1151, 3, 2, 2, 2, 1367, 1154, 3, 2, 2, 2, 1367, 1157, 3, 2, 2, 2, 1367, 1160, 3, 2, 2, 2, 1367, 1163, 3, 2, 2, 2, 1367, 1166, 3, 2, 2, 2, 1367, 1169, 3, 2, 2, 2, 1367, 1172, 3, 2, 2, 2, 1367, 1175, 3, 2, 2, 2, 1367, 1178, 3, 2, 2, 2, 1367, 1181, 3, 2, 2, 2, 1367, 1184, 3, 2, 2, 2, 1367, 1187, 3, 2, 2, 2, 1367, 1190, 3, 2, 2, 2, 1367, 1193, 3, 2, 2, 2, 1367, 1196, 3, 2, 2, 2, 1367, 1199, 3, 2, 2, 2, 1367, 1202, 3, 2, 2, 2, 1367, 1205, 3, 2, 2, 2, 1367, 1208, 3, 2, 2, 2, 1367, 1211, 3, 2, 2, 2, 1367, 1214, 3, 2, 2, 2, 1367, 1217, 3, 2, 2, 2, 1367, 1220, 3, 2, 2, 2, 1367, 1223, 3, 2, 2, 2, 1367, 1226, 3, 2, 2, 2, 1367, 1229, 3, 2, 2, 2, 1367, 1232, 3, 2, 2, 2, 1367, 1235, 3, 2, 2, 2, 1367, 1238, 3, 2, 2, 2, 1367, 1241, 3, 2, 2, 2, 1367, 1244, 3, 2, 2, 2, 1367, 1247, 3, 2, 2, 2, 1367, 1250, 3, 2, 2, 2, 1367, 1253, 3, 2, 2, 2, 1367, 1256, 3, 2, 2, 2, 1367, 1259, 3, 2, 2, 2, 1367, 1262, 3, 2, 2, 2, 1367, 1265, 3, 2, 2, 2, 1367, 1268, 3, 2, 2, 2, 1367, 1271, 3, 2, 2, 2, 1367, 1274, 3, 2, 2, 2, 1367, 1277, 3, 2, 2, 2, 1367, 1280, 3, 2, 2, 2, 1367, 1283, 3, 2, 2, 2, 1367, 1286, 3, 2, 2, 2, 1367, 1289, 3, 2, 2, 2, 1367, 1292, 3, 2, 2, 2, 1367, 1295, 3, 2, 2, 2, 1367, 1298, 3, 2, 2, 2, 1367, 1301, 3, 2, 2, 2, 1367, 1304, 3, 2, 2, 2, 1367, 1307, 3, 2, 2, 2, 1367, 1310, 3, 2, 2, 2, 1367, 1313, 3, 2, 2, 2, 1367, 1316, 3, 2, 2, 2, 1367, 1319, 3, 2, 2, 2, 1367, 1322, 3, 2, 2, 2, 1367, 1325, 3, 2, 2, 2, 1367, 1328, 3, 2, 2, 2, 1367, 1331, 3, 2, 2, 2, 1367, 1334, 3, 2, 2, 2, 1367, 1337, 3, 2, 2, 2, 1367, 1340, 3, 2, 2, 2, 1367, 1343, 3, 2, 2, 2, 1367, 1346, 3, 2, 2, 2, 1367, 1349, 3, 2, 2, 2, 1367, 1352, 3, 2, 2, 2, 1367, 1355, 3, 2, 2, 2, 1367, 1358, 3, 2, 2, 2, 1367, 1361, 3, 2, 2, 2, 1367, 1364, 3, 2, 2, 2, 1368, 251, 3, 2, 2, 2, 1369, 1370, 7, 37, 2, 2, 1370, 253, 3, 2, 2, 2, 1371, 1372, 7, 60, 2, 2, 1372, 255, 3, 2, 2, 2, 1373, 1374, 7, 46, 2, 2, 1374, 257, 3, 2, 2, 2, 1375, 1376, 7, 42, 2, 2, 1376, 259, 3, 2, 2, 2, 1377, 1378, 7, 43, 2, 2, 1378, 261, 3, 2, 2, 2, 1379, 1380, 7, 93, 2, 2, 1380, 263, 3, 2, 2, 2, 1381, 1382, 7, 95, 2, 2, 1382, 265, 3, 2, 2, 2, 1383, 1384, 7, 48, 2, 2, 1384, 267, 3, 2, 2, 2, 1385, 1386, 7, 62, 2, 2, 1386, 1387, 7, 62, 2, 2, 1387, 269, 3, 2, 2, 2, 1388, 1389, 7, 64, 2, 2, 1389, 1390, 7, 64, 2, 2, 1390, 271, 3, 2, 2, 2, 1391, 1392, 7, 45, 2, 2, 1392, 273, 3, 2, 2, 2, 1393, 1394, 7, 47, 2, 2, 1394, 275, 3, 2, 2, 2, 1395, 1396, 7, 62, 2, 2, 1396, 277, 3, 2, 2, 2, 1397, 1398, 7, 64, 2, 2, 1398, 279, 3, 2, 2, 2, 1399, 1400, 7, 44, 2, 2, 1400, 281, 3, 2, 2, 2, 1401, 1402, 7, 49, 2, 2, 1402, 283, 3, 2, 2, 2, 1403, 1404, 7, 125, 2, 2, 1404, 1405, 8, 142, 10, 2, 1405, 285, 3, 2, 2, 2, 1406, 1407, 7, 127, 2, 2, 1407, 1408, 8, 143, 11, 2, 1408, 287, 3, 2, 2, 2, 1409, 1412, 5, 290, 145, 2, 1410, 1412, 5, 298, 149, 2, 1411, 1409, 3, 2, 2, 2, 1411, 1410, 3, 2, 2, 2, 1412, 289, 3, 2, 2, 2, 1413, 1417, 5, 292, 146, 2, 1414, 1417, 5, 294, 147, 2, 1415, 1417, 5, 296, 148, 2, 1416, 1413, 3, 2, 2, 2, 1416, 1414, 3, 2, 2, 2, 1416, 1415, 3, 2, 2, 2, 1417, 291, 3, 2, 2, 2, 1418, 1422, 7, 39, 2, 2, 1419, 1421, 5, 306, 153, 2, 1420, 1419, 3, 2, 2, 2, 1421, 1424, 3, 2, 2, 2, 1422, 1420, 3, 2, 2, 2, 1422, 1423, 3, 2, 2, 2, 1423, 1425, 3, 2, 2, 2, 1424, 1422, 3, 2, 2, 2, 1425, 1427, 7, 48, 2, 2, 1426, 1428, 5, 306, 153, 2, 1427, 1426, 3, 2, 2, 2, 1428, 1429, 3, 2, 2, 2, 1429, 1427, 3, 2, 2, 2, 1429, 1430, 3, 2, 2, 2, 1430, 293, 3, 2, 2, 2, 1431, 1433, 5, 308, 154, 2, 1432, 1431, 3, 2, 2, 2, 1433, 1436, 3, 2, 2, 2, 1434, 1432, 3, 2, 2, 2, 1434, 1435, 3, 2, 2, 2, 1435, 1437, 3, 2, 2, 2, 1436, 1434, 3, 2, 2, 2, 1437, 1439, 7, 48, 2, 2, 1438, 1440, 5, 308, 154, 2, 1439, 1438, 3, 2, 2, 2, 1440, 1441, 3, 2, 2, 2, 1441, 1439, 3, 2, 2, 2, 1441, 1442, 3, 2, 2, 2, 1442, 295, 3, 2, 2, 2, 1443, 1447, 7, 38, 2, 2, 1444, 1446, 5, 310, 155, 2, 1445, 1444, 3, 2, 2, 2, 1446, 1449, 3, 2, 2, 2, 1447, 1445, 3, 2, 2, 2, 1447, 1448, 3, 2, 2, 2, 1448, 1450, 3, 2, 2, 2, 1449, 1447, 3, 2, 2, 2, 1450, 1452, 7, 48, 2, 2, 1451, 1453, 5, 310, 155, 2, 1452, 1451, 3, 2, 2, 2, 1453, 1454, 3, 2, 2, 2, 1454, 1452, 3, 2, 2, 2, 1454, 1455, 3, 2, 2, 2, 1455, 297, 3, 2, 2, 2, 1456, 1460, 5, 302, 151, 2, 1457, 1460, 5, 304, 152, 2, 1458, 1460, 5, 300, 150, 2, 1459, 1456, 3, 2, 2, 2, 1459, 1457, 3, 2, 2, 2, 1459, 1458, 3, 2, 2, 2, 1460, 299, 3, 2, 2, 2, 1461, 1463, 7, 39, 2, 2, 1462, 1464, 5, 306, 153, 2, 1463, 1462, 3, 2, 2, 2, 1464, 1465, 3, 2, 2, 2, 1465, 1463, 3, 2, 2, 2, 1465, 1466, 3, 2, 2, 2, 1466, 301, 3, 2, 2, 2, 1467, 1469, 5, 308, 154, 2, 1468, 1467, 3, 2, 2, 2, 1469, 1470, 3, 2, 2, 2, 1470, 1468, 3, 2, 2, 2, 1470, 1471, 3, 2, 2, 2, 1471, 303, 3, 2, 2, 2, 1472, 1474, 7, 38, 2, 2, 1473, 1475, 5, 310, 155, 2, 1474, 1473, 3, 2, 2, 2, 1475, 1476, 3, 2, 2, 2, 1476, 1474, 3, 2, 2, 2, 1476, 1477, 3, 2, 2, 2, 1477, 305, 3, 2, 2, 2, 1478, 1479, 9, 11, 2, 2, 1479, 307, 3, 2, 2, 2, 1480, 1481, 9, 12, 2, 2, 1481, 309, 3, 2, 2, 2, 1482, 1483, 9, 13, 2, 2, 1483, 311, 3, 2, 2, 2, 1484, 1488, 7, 41, 2, 2, 1485, 1486, 7, 94, 2, 2, 1486, 1489, 9, 6, 2, 2, 1487, 1489, 10, 7, 2, 2, 1488, 1485, 3, 2, 2, 2, 1488, 1487, 3, 2, 2, 2, 1489, 1490, 3, 2, 2, 2, 1490, 1491, 7, 41, 2, 2, 1491, 313, 3, 2, 2, 2, 1492, 1494, 5, 316, 158, 2, 1493, 1495, 9, 18, 2, 2, 1494, 1493, 3, 2, 2, 2, 1495, 1496, 3, 2, 2, 2, 1496, 1494, 3, 2, 2, 2, 1496, 1497, 3, 2, 2, 2, 1497, 315, 3, 2, 2, 2, 1498, 1502, 7, 35, 2, 2, 1499, 1501, 5, 322, 161, 2, 1500, 1499, 3, 2, 2, 2, 1501, 1504, 3, 2, 2, 2, 1502, 1500, 3, 2, 2, 2, 1502, 1503, 3, 2, 2, 2, 1503, 317, 3, 2, 2, 2, 1504, 1502, 3, 2, 2, 2, 1505, 1509, 5, 320, 160, 2, 1506, 1508, 5, 322, 161, 2, 1507, 1506, 3, 2, 2, 2, 1508, 1511, 3, 2, 2, 2, 1509, 1507, 3, 2, 2, 2, 1509, 1510, 3, 2, 2, 2, 1510, 319, 3, 2, 2, 2, 1511, 1509, 3, 2, 2, 2, 1512, 1513, 9, 14, 2, 2, 1513, 321, 3, 2, 2, 2, 1514, 1515, 9, 15, 2, 2, 1515, 323, 3, 2, 2, 2, 1516, 1518, 9, 16, 2, 2, 1517, 1516, 3, 2, 2, 2, 1518, 1519, 3, 2, 2, 2, 1519, 1517, 3, 2, 2, 2, 1519, 1520, 3, 2, 2, 2, 1520, 1521, 3, 2, 2, 2, 1521, 1522, 8, 162, 8, 2, 1522, 325, 3, 2, 2, 2, 1523, 1524, 7, 49, 2, 2, 1524, 1525, 7, 49, 2, 2, 1525, 1529, 3, 2, 2, 2, 1526, 1528, 10, 17, 2, 2, 1527, 1526, 3, 2, 2, 2, 1528, 1531, 3, 2, 2, 2, 1529, 1527, 3, 2, 2, 2, 1529, 1530, 3, 2, 2, 2, 1530, 1532, 3, 2, 2, 2, 1531, 1529, 3, 2, 2, 2, 1532, 1533, 8, 163, 9, 2, 1533, 327, 3, 2, 2, 2, 1534, 1535, 7, 49, 2, 2, 1535, 1536, 7, 44, 2, 2, 1536, 1540, 3, 2, 2, 2, 1537, 1539, 11, 2, 2, 2, 1538, 1537, 3, 2, 2, 2, 1539, 1542, 3, 2, 2, 2, 1540, 1541, 3, 2, 2, 2, 1540, 1538, 3, 2, 2, 2, 1541, 1543, 3, 2, 2, 2, 1542, 1540, 3, 2, 2, 2, 1543, 1544, 7, 44, 2, 2, 1544, 1545, 7, 49, 2, 2, 1545, 1546, 3, 2, 2, 2, 1546, 1547, 8, 164, 9, 2, 1547, 329, 3, 2, 2, 2, 60, 2, 3, 435, 627, 802, 841, 852, 860, 870, 872, 877, 881, 883, 886, 894, 940, 989, 994, 1001, 1006, 1013, 1018, 1025, 1032, 1037, 1044, 1049, 1054, 1061, 1067, 1069, 1074, 1081, 1086, 1098, 1110, 1120, 1131, 1367, 1411, 1416, 1422, 1429, 1434, 1441, 1447, 1454, 1459, 1465, 1470, 1476, 1488, 1496, 1502, 1509, 1519, 1529, 1540, 12, 3, 2, 2, 3, 73, 3, 3, 92, 4, 3, 94, 5, 3, 95, 6, 3, 118, 7, 2, 3, 2, 2, 4, 2, 3, 142, 8, 3, 143, 9] \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java index 4eddef05a..4d76887cc 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java @@ -1,4 +1,4 @@ -// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCLexer.g4 by ANTLR 4.7.2 +// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -25,28 +25,28 @@ public class KickCLexer extends Lexer { INC=20, DEC=21, AND=22, BIT_NOT=23, BIT_XOR=24, BIT_OR=25, SHIFT_LEFT=26, SHIFT_RIGHT=27, EQUAL=28, NOT_EQUAL=29, LESS_THAN=30, LESS_THAN_EQUAL=31, GREATER_THAN_EQUAL=32, GREATER_THAN=33, LOGIC_AND=34, LOGIC_OR=35, ASSIGN=36, - ASSIGN_COMPOUND=37, IMPORT=38, TYPEDEF=39, PRAGMA=40, RESERVE=41, PC=42, - TARGET=43, LINK=44, CPU=45, CODESEG=46, DATASEG=47, ENCODING=48, CONST=49, - EXTERN=50, EXPORT=51, ALIGN=52, INLINE=53, VOLATILE=54, STATIC=55, INTERRUPT=56, - REGISTER=57, ADDRESS=58, ADDRESS_ZEROPAGE=59, ADDRESS_MAINMEM=60, FORM_SSA=61, - FORM_MA=62, CALLING=63, CALLINGCONVENTION=64, VARMODEL=65, IF=66, ELSE=67, - WHILE=68, DO=69, FOR=70, SWITCH=71, RETURN=72, BREAK=73, CONTINUE=74, - ASM=75, DEFAULT=76, CASE=77, STRUCT=78, ENUM=79, SIZEOF=80, TYPEID=81, - DEFINED=82, KICKASM=83, RESOURCE=84, USES=85, CLOBBERS=86, BYTES=87, CYCLES=88, - LOGIC_NOT=89, SIGNEDNESS=90, SIMPLETYPE=91, BOOLEAN=92, KICKASM_BODY=93, - STRING=94, CHAR=95, DEFINE=96, DEFINE_CONTINUE=97, UNDEF=98, IFDEF=99, - IFNDEF=100, IFIF=101, ELIF=102, IFELSE=103, ENDIF=104, NUMBER=105, NUMFLOAT=106, - BINFLOAT=107, DECFLOAT=108, HEXFLOAT=109, NUMINT=110, BININTEGER=111, - DECINTEGER=112, HEXINTEGER=113, NAME=114, WS=115, COMMENT_LINE=116, COMMENT_BLOCK=117, - ASM_BYTE=118, ASM_MNEMONIC=119, ASM_IMM=120, ASM_COLON=121, ASM_COMMA=122, - ASM_PAR_BEGIN=123, ASM_PAR_END=124, ASM_BRACKET_BEGIN=125, ASM_BRACKET_END=126, - ASM_DOT=127, ASM_SHIFT_LEFT=128, ASM_SHIFT_RIGHT=129, ASM_PLUS=130, ASM_MINUS=131, - ASM_LESS_THAN=132, ASM_GREATER_THAN=133, ASM_MULTIPLY=134, ASM_DIVIDE=135, - ASM_CURLY_BEGIN=136, ASM_CURLY_END=137, ASM_NUMBER=138, ASM_NUMFLOAT=139, - ASM_BINFLOAT=140, ASM_DECFLOAT=141, ASM_HEXFLOAT=142, ASM_NUMINT=143, - ASM_BININTEGER=144, ASM_DECINTEGER=145, ASM_HEXINTEGER=146, ASM_CHAR=147, - ASM_MULTI_REL=148, ASM_MULTI_NAME=149, ASM_NAME=150, ASM_WS=151, ASM_COMMENT_LINE=152, - ASM_COMMENT_BLOCK=153; + ASSIGN_COMPOUND=37, TYPEDEF=38, RESERVE=39, PC=40, TARGET=41, LINK=42, + CPU=43, CODESEG=44, DATASEG=45, ENCODING=46, CONST=47, EXTERN=48, EXPORT=49, + ALIGN=50, INLINE=51, VOLATILE=52, STATIC=53, INTERRUPT=54, REGISTER=55, + ADDRESS=56, ADDRESS_ZEROPAGE=57, ADDRESS_MAINMEM=58, FORM_SSA=59, FORM_MA=60, + CALLING=61, CALLINGCONVENTION=62, VARMODEL=63, IF=64, ELSE=65, WHILE=66, + DO=67, FOR=68, SWITCH=69, RETURN=70, BREAK=71, CONTINUE=72, ASM=73, DEFAULT=74, + CASE=75, STRUCT=76, ENUM=77, SIZEOF=78, TYPEID=79, DEFINED=80, KICKASM=81, + RESOURCE=82, USES=83, CLOBBERS=84, BYTES=85, CYCLES=86, LOGIC_NOT=87, + SIGNEDNESS=88, SIMPLETYPE=89, BOOLEAN=90, KICKASM_BODY=91, STRING=92, + CHAR=93, IMPORT=94, INCLUDE=95, PRAGMA=96, DEFINE=97, DEFINE_CONTINUE=98, + UNDEF=99, IFDEF=100, IFNDEF=101, IFIF=102, ELIF=103, IFELSE=104, ENDIF=105, + NUMBER=106, NUMFLOAT=107, BINFLOAT=108, DECFLOAT=109, HEXFLOAT=110, NUMINT=111, + BININTEGER=112, DECINTEGER=113, HEXINTEGER=114, NAME=115, WS=116, COMMENT_LINE=117, + COMMENT_BLOCK=118, ASM_BYTE=119, ASM_MNEMONIC=120, ASM_IMM=121, ASM_COLON=122, + ASM_COMMA=123, ASM_PAR_BEGIN=124, ASM_PAR_END=125, ASM_BRACKET_BEGIN=126, + ASM_BRACKET_END=127, ASM_DOT=128, ASM_SHIFT_LEFT=129, ASM_SHIFT_RIGHT=130, + ASM_PLUS=131, ASM_MINUS=132, ASM_LESS_THAN=133, ASM_GREATER_THAN=134, + ASM_MULTIPLY=135, ASM_DIVIDE=136, ASM_CURLY_BEGIN=137, ASM_CURLY_END=138, + ASM_NUMBER=139, ASM_NUMFLOAT=140, ASM_BINFLOAT=141, ASM_DECFLOAT=142, + ASM_HEXFLOAT=143, ASM_NUMINT=144, ASM_BININTEGER=145, ASM_DECINTEGER=146, + ASM_HEXINTEGER=147, ASM_CHAR=148, ASM_MULTI_REL=149, ASM_MULTI_NAME=150, + ASM_NAME=151, ASM_WS=152, ASM_COMMENT_LINE=153, ASM_COMMENT_BLOCK=154; public static final int ASM_MODE=1; public static String[] channelNames = { @@ -64,28 +64,28 @@ public class KickCLexer extends Lexer { "ARROW", "PLUS", "MINUS", "ASTERISK", "DIVIDE", "MODULO", "INC", "DEC", "AND", "BIT_NOT", "BIT_XOR", "BIT_OR", "SHIFT_LEFT", "SHIFT_RIGHT", "EQUAL", "NOT_EQUAL", "LESS_THAN", "LESS_THAN_EQUAL", "GREATER_THAN_EQUAL", "GREATER_THAN", - "LOGIC_AND", "LOGIC_OR", "ASSIGN", "ASSIGN_COMPOUND", "IMPORT", "TYPEDEF", - "PRAGMA", "RESERVE", "PC", "TARGET", "LINK", "CPU", "CODESEG", "DATASEG", - "ENCODING", "CONST", "EXTERN", "EXPORT", "ALIGN", "INLINE", "VOLATILE", - "STATIC", "INTERRUPT", "REGISTER", "ADDRESS", "ADDRESS_ZEROPAGE", "ADDRESS_MAINMEM", - "FORM_SSA", "FORM_MA", "CALLING", "CALLINGCONVENTION", "VARMODEL", "IF", - "ELSE", "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", "CONTINUE", - "ASM", "DEFAULT", "CASE", "STRUCT", "ENUM", "SIZEOF", "TYPEID", "DEFINED", - "KICKASM", "RESOURCE", "USES", "CLOBBERS", "BYTES", "CYCLES", "LOGIC_NOT", - "SIGNEDNESS", "SIMPLETYPE", "BOOLEAN", "KICKASM_BODY", "STRING", "CHAR", - "DEFINE", "DEFINE_CONTINUE", "UNDEF", "IFDEF", "IFNDEF", "IFIF", "ELIF", - "IFELSE", "ENDIF", "NUMBER", "NUMFLOAT", "BINFLOAT", "DECFLOAT", "HEXFLOAT", - "NUMINT", "BININTEGER", "DECINTEGER", "HEXINTEGER", "BINDIGIT", "DECDIGIT", - "HEXDIGIT", "NAME", "NAME_START", "NAME_CHAR", "WS", "COMMENT_LINE", - "COMMENT_BLOCK", "ASM_BYTE", "ASM_MNEMONIC", "ASM_IMM", "ASM_COLON", - "ASM_COMMA", "ASM_PAR_BEGIN", "ASM_PAR_END", "ASM_BRACKET_BEGIN", "ASM_BRACKET_END", - "ASM_DOT", "ASM_SHIFT_LEFT", "ASM_SHIFT_RIGHT", "ASM_PLUS", "ASM_MINUS", - "ASM_LESS_THAN", "ASM_GREATER_THAN", "ASM_MULTIPLY", "ASM_DIVIDE", "ASM_CURLY_BEGIN", - "ASM_CURLY_END", "ASM_NUMBER", "ASM_NUMFLOAT", "ASM_BINFLOAT", "ASM_DECFLOAT", - "ASM_HEXFLOAT", "ASM_NUMINT", "ASM_BININTEGER", "ASM_DECINTEGER", "ASM_HEXINTEGER", - "ASM_BINDIGIT", "ASM_DECDIGIT", "ASM_HEXDIGIT", "ASM_CHAR", "ASM_MULTI_REL", - "ASM_MULTI_NAME", "ASM_NAME", "ASM_NAME_START", "ASM_NAME_CHAR", "ASM_WS", - "ASM_COMMENT_LINE", "ASM_COMMENT_BLOCK" + "LOGIC_AND", "LOGIC_OR", "ASSIGN", "ASSIGN_COMPOUND", "TYPEDEF", "RESERVE", + "PC", "TARGET", "LINK", "CPU", "CODESEG", "DATASEG", "ENCODING", "CONST", + "EXTERN", "EXPORT", "ALIGN", "INLINE", "VOLATILE", "STATIC", "INTERRUPT", + "REGISTER", "ADDRESS", "ADDRESS_ZEROPAGE", "ADDRESS_MAINMEM", "FORM_SSA", + "FORM_MA", "CALLING", "CALLINGCONVENTION", "VARMODEL", "IF", "ELSE", + "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", "CONTINUE", "ASM", + "DEFAULT", "CASE", "STRUCT", "ENUM", "SIZEOF", "TYPEID", "DEFINED", "KICKASM", + "RESOURCE", "USES", "CLOBBERS", "BYTES", "CYCLES", "LOGIC_NOT", "SIGNEDNESS", + "SIMPLETYPE", "BOOLEAN", "KICKASM_BODY", "STRING", "CHAR", "IMPORT", + "INCLUDE", "PRAGMA", "DEFINE", "DEFINE_CONTINUE", "UNDEF", "IFDEF", "IFNDEF", + "IFIF", "ELIF", "IFELSE", "ENDIF", "NUMBER", "NUMFLOAT", "BINFLOAT", + "DECFLOAT", "HEXFLOAT", "NUMINT", "BININTEGER", "DECINTEGER", "HEXINTEGER", + "BINDIGIT", "DECDIGIT", "HEXDIGIT", "NAME", "NAME_START", "NAME_CHAR", + "WS", "COMMENT_LINE", "COMMENT_BLOCK", "ASM_BYTE", "ASM_MNEMONIC", "ASM_IMM", + "ASM_COLON", "ASM_COMMA", "ASM_PAR_BEGIN", "ASM_PAR_END", "ASM_BRACKET_BEGIN", + "ASM_BRACKET_END", "ASM_DOT", "ASM_SHIFT_LEFT", "ASM_SHIFT_RIGHT", "ASM_PLUS", + "ASM_MINUS", "ASM_LESS_THAN", "ASM_GREATER_THAN", "ASM_MULTIPLY", "ASM_DIVIDE", + "ASM_CURLY_BEGIN", "ASM_CURLY_END", "ASM_NUMBER", "ASM_NUMFLOAT", "ASM_BINFLOAT", + "ASM_DECFLOAT", "ASM_HEXFLOAT", "ASM_NUMINT", "ASM_BININTEGER", "ASM_DECINTEGER", + "ASM_HEXINTEGER", "ASM_BINDIGIT", "ASM_DECDIGIT", "ASM_HEXDIGIT", "ASM_CHAR", + "ASM_MULTI_REL", "ASM_MULTI_NAME", "ASM_NAME", "ASM_NAME_START", "ASM_NAME_CHAR", + "ASM_WS", "ASM_COMMENT_LINE", "ASM_COMMENT_BLOCK" }; } public static final String[] ruleNames = makeRuleNames(); @@ -95,16 +95,16 @@ public class KickCLexer extends Lexer { null, null, null, null, null, null, null, null, "';'", null, null, "'..'", "'?'", null, "'->'", null, null, null, null, "'%'", "'++'", "'--'", "'&'", "'~'", "'^'", "'|'", null, null, "'=='", "'!='", null, "'<='", "'>='", - null, "'&&'", "'||'", "'='", null, "'import'", "'typedef'", "'#pragma'", - "'reserve'", "'pc'", "'target'", "'link'", "'cpu'", "'code_seg'", "'data_seg'", - "'encoding'", "'const'", "'extern'", "'export'", "'align'", "'inline'", - "'volatile'", "'static'", "'interrupt'", "'register'", "'__address'", - "'__zp'", "'__mem'", "'__ssa'", "'__ma'", "'calling'", null, "'var_model'", - "'if'", "'else'", "'while'", "'do'", "'for'", "'switch'", "'return'", - "'break'", "'continue'", "'asm'", "'default'", "'case'", "'struct'", - "'enum'", "'sizeof'", "'typeid'", "'defined'", "'kickasm'", "'resource'", - "'uses'", "'clobbers'", "'bytes'", "'cycles'", "'!'", null, null, null, - null, null, null, "'#define'", null, "'#undef'", "'#ifdef'", "'#ifndef'", + null, "'&&'", "'||'", "'='", null, "'typedef'", "'reserve'", "'pc'", + "'target'", "'link'", "'cpu'", "'code_seg'", "'data_seg'", "'encoding'", + "'const'", "'extern'", "'export'", "'align'", "'inline'", "'volatile'", + "'static'", "'interrupt'", "'register'", "'__address'", "'__zp'", "'__mem'", + "'__ssa'", "'__ma'", "'calling'", null, "'var_model'", "'if'", "'else'", + "'while'", "'do'", "'for'", "'switch'", "'return'", "'break'", "'continue'", + "'asm'", "'default'", "'case'", "'struct'", "'enum'", "'sizeof'", "'typeid'", + "'defined'", "'kickasm'", "'resource'", "'uses'", "'clobbers'", "'bytes'", + "'cycles'", "'!'", null, null, null, null, null, null, "'#import'", "'#include'", + "'#pragma'", "'#define'", null, "'#undef'", "'#ifdef'", "'#ifndef'", "'#if'", "'#elif'", "'#else'", "'#endif'", null, null, null, null, null, null, null, null, null, null, null, null, null, "'.byte'", null, "'#'" }; @@ -118,25 +118,25 @@ public class KickCLexer extends Lexer { "DEC", "AND", "BIT_NOT", "BIT_XOR", "BIT_OR", "SHIFT_LEFT", "SHIFT_RIGHT", "EQUAL", "NOT_EQUAL", "LESS_THAN", "LESS_THAN_EQUAL", "GREATER_THAN_EQUAL", "GREATER_THAN", "LOGIC_AND", "LOGIC_OR", "ASSIGN", "ASSIGN_COMPOUND", - "IMPORT", "TYPEDEF", "PRAGMA", "RESERVE", "PC", "TARGET", "LINK", "CPU", - "CODESEG", "DATASEG", "ENCODING", "CONST", "EXTERN", "EXPORT", "ALIGN", - "INLINE", "VOLATILE", "STATIC", "INTERRUPT", "REGISTER", "ADDRESS", "ADDRESS_ZEROPAGE", - "ADDRESS_MAINMEM", "FORM_SSA", "FORM_MA", "CALLING", "CALLINGCONVENTION", - "VARMODEL", "IF", "ELSE", "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", - "CONTINUE", "ASM", "DEFAULT", "CASE", "STRUCT", "ENUM", "SIZEOF", "TYPEID", - "DEFINED", "KICKASM", "RESOURCE", "USES", "CLOBBERS", "BYTES", "CYCLES", - "LOGIC_NOT", "SIGNEDNESS", "SIMPLETYPE", "BOOLEAN", "KICKASM_BODY", "STRING", - "CHAR", "DEFINE", "DEFINE_CONTINUE", "UNDEF", "IFDEF", "IFNDEF", "IFIF", - "ELIF", "IFELSE", "ENDIF", "NUMBER", "NUMFLOAT", "BINFLOAT", "DECFLOAT", - "HEXFLOAT", "NUMINT", "BININTEGER", "DECINTEGER", "HEXINTEGER", "NAME", - "WS", "COMMENT_LINE", "COMMENT_BLOCK", "ASM_BYTE", "ASM_MNEMONIC", "ASM_IMM", - "ASM_COLON", "ASM_COMMA", "ASM_PAR_BEGIN", "ASM_PAR_END", "ASM_BRACKET_BEGIN", - "ASM_BRACKET_END", "ASM_DOT", "ASM_SHIFT_LEFT", "ASM_SHIFT_RIGHT", "ASM_PLUS", - "ASM_MINUS", "ASM_LESS_THAN", "ASM_GREATER_THAN", "ASM_MULTIPLY", "ASM_DIVIDE", - "ASM_CURLY_BEGIN", "ASM_CURLY_END", "ASM_NUMBER", "ASM_NUMFLOAT", "ASM_BINFLOAT", - "ASM_DECFLOAT", "ASM_HEXFLOAT", "ASM_NUMINT", "ASM_BININTEGER", "ASM_DECINTEGER", - "ASM_HEXINTEGER", "ASM_CHAR", "ASM_MULTI_REL", "ASM_MULTI_NAME", "ASM_NAME", - "ASM_WS", "ASM_COMMENT_LINE", "ASM_COMMENT_BLOCK" + "TYPEDEF", "RESERVE", "PC", "TARGET", "LINK", "CPU", "CODESEG", "DATASEG", + "ENCODING", "CONST", "EXTERN", "EXPORT", "ALIGN", "INLINE", "VOLATILE", + "STATIC", "INTERRUPT", "REGISTER", "ADDRESS", "ADDRESS_ZEROPAGE", "ADDRESS_MAINMEM", + "FORM_SSA", "FORM_MA", "CALLING", "CALLINGCONVENTION", "VARMODEL", "IF", + "ELSE", "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", "CONTINUE", + "ASM", "DEFAULT", "CASE", "STRUCT", "ENUM", "SIZEOF", "TYPEID", "DEFINED", + "KICKASM", "RESOURCE", "USES", "CLOBBERS", "BYTES", "CYCLES", "LOGIC_NOT", + "SIGNEDNESS", "SIMPLETYPE", "BOOLEAN", "KICKASM_BODY", "STRING", "CHAR", + "IMPORT", "INCLUDE", "PRAGMA", "DEFINE", "DEFINE_CONTINUE", "UNDEF", + "IFDEF", "IFNDEF", "IFIF", "ELIF", "IFELSE", "ENDIF", "NUMBER", "NUMFLOAT", + "BINFLOAT", "DECFLOAT", "HEXFLOAT", "NUMINT", "BININTEGER", "DECINTEGER", + "HEXINTEGER", "NAME", "WS", "COMMENT_LINE", "COMMENT_BLOCK", "ASM_BYTE", + "ASM_MNEMONIC", "ASM_IMM", "ASM_COLON", "ASM_COMMA", "ASM_PAR_BEGIN", + "ASM_PAR_END", "ASM_BRACKET_BEGIN", "ASM_BRACKET_END", "ASM_DOT", "ASM_SHIFT_LEFT", + "ASM_SHIFT_RIGHT", "ASM_PLUS", "ASM_MINUS", "ASM_LESS_THAN", "ASM_GREATER_THAN", + "ASM_MULTIPLY", "ASM_DIVIDE", "ASM_CURLY_BEGIN", "ASM_CURLY_END", "ASM_NUMBER", + "ASM_NUMFLOAT", "ASM_BINFLOAT", "ASM_DECFLOAT", "ASM_HEXFLOAT", "ASM_NUMINT", + "ASM_BININTEGER", "ASM_DECINTEGER", "ASM_HEXINTEGER", "ASM_CHAR", "ASM_MULTI_REL", + "ASM_MULTI_NAME", "ASM_NAME", "ASM_WS", "ASM_COMMENT_LINE", "ASM_COMMENT_BLOCK" }; } private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); @@ -219,22 +219,25 @@ public class KickCLexer extends Lexer { case 0: CURLY_BEGIN_action((RuleContext)_localctx, actionIndex); break; - case 36: - IMPORT_action((RuleContext)_localctx, actionIndex); - break; - case 73: + case 71: ASM_action((RuleContext)_localctx, actionIndex); break; - case 92: + case 90: STRING_action((RuleContext)_localctx, actionIndex); break; - case 115: + case 92: + IMPORT_action((RuleContext)_localctx, actionIndex); + break; + case 93: + INCLUDE_action((RuleContext)_localctx, actionIndex); + break; + case 116: NAME_action((RuleContext)_localctx, actionIndex); break; - case 139: + case 140: ASM_CURLY_BEGIN_action((RuleContext)_localctx, actionIndex); break; - case 140: + case 141: ASM_CURLY_END_action((RuleContext)_localctx, actionIndex); break; } @@ -246,51 +249,58 @@ public class KickCLexer extends Lexer { break; } } - private void IMPORT_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 1: - importEnter=true; - break; - } - } private void ASM_action(RuleContext _localctx, int actionIndex) { switch (actionIndex) { - case 2: + case 1: asmEnter=true; break; } } private void STRING_action(RuleContext _localctx, int actionIndex) { switch (actionIndex) { - case 3: + case 2: if(importEnter) { importEnter=false; cParser.loadCFile(getText()); } break; } } + private void IMPORT_action(RuleContext _localctx, int actionIndex) { + switch (actionIndex) { + case 3: + importEnter=true; + break; + } + } + private void INCLUDE_action(RuleContext _localctx, int actionIndex) { + switch (actionIndex) { + case 4: + importEnter=true; + break; + } + } private void NAME_action(RuleContext _localctx, int actionIndex) { switch (actionIndex) { - case 4: + case 5: if(cParser.isTypedef(getText())) setType(TYPEDEFNAME); break; } } private void ASM_CURLY_BEGIN_action(RuleContext _localctx, int actionIndex) { switch (actionIndex) { - case 5: + case 6: asmCurlyCount++; break; } } private void ASM_CURLY_END_action(RuleContext _localctx, int actionIndex) { switch (actionIndex) { - case 6: + case 7: asmCurlyCount--; if(asmCurlyCount<0) { popMode(); } break; } } public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\2\u009b\u05fe\b\1\b"+ + "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\2\u009c\u060c\b\1\b"+ "\1\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"+ @@ -311,554 +321,559 @@ public class KickCLexer extends Lexer { "\t\u0092\4\u0093\t\u0093\4\u0094\t\u0094\4\u0095\t\u0095\4\u0096\t\u0096"+ "\4\u0097\t\u0097\4\u0098\t\u0098\4\u0099\t\u0099\4\u009a\t\u009a\4\u009b"+ "\t\u009b\4\u009c\t\u009c\4\u009d\t\u009d\4\u009e\t\u009e\4\u009f\t\u009f"+ - "\4\u00a0\t\u00a0\4\u00a1\t\u00a1\4\u00a2\t\u00a2\4\u00a3\t\u00a3\3\2\3"+ - "\2\3\2\3\3\3\3\3\4\3\4\3\5\3\5\3\6\3\6\3\7\3\7\3\b\3\b\3\t\3\t\3\n\3\n"+ - "\3\13\3\13\3\13\3\f\3\f\3\r\3\r\3\16\3\16\3\16\3\17\3\17\3\20\3\20\3\21"+ - "\3\21\3\22\3\22\3\23\3\23\3\24\3\24\3\24\3\25\3\25\3\25\3\26\3\26\3\27"+ - "\3\27\3\30\3\30\3\31\3\31\3\32\3\32\3\32\3\33\3\33\3\33\3\34\3\34\3\34"+ - "\3\35\3\35\3\35\3\36\3\36\3\37\3\37\3\37\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%\u01b2\n%\3&\3&\3&\3&\3&\3&\3&\3&\3&\3\'\3\'\3\'\3\'\3\'"+ - "\3\'\3\'\3\'\3(\3(\3(\3(\3(\3(\3(\3(\3)\3)\3)\3)\3)\3)\3)\3)\3*\3*\3*"+ - "\3+\3+\3+\3+\3+\3+\3+\3,\3,\3,\3,\3,\3-\3-\3-\3-\3.\3.\3.\3.\3.\3.\3."+ - "\3.\3.\3/\3/\3/\3/\3/\3/\3/\3/\3/\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3"+ - "\60\3\60\3\61\3\61\3\61\3\61\3\61\3\61\3\62\3\62\3\62\3\62\3\62\3\62\3"+ + "\4\u00a0\t\u00a0\4\u00a1\t\u00a1\4\u00a2\t\u00a2\4\u00a3\t\u00a3\4\u00a4"+ + "\t\u00a4\3\2\3\2\3\2\3\3\3\3\3\4\3\4\3\5\3\5\3\6\3\6\3\7\3\7\3\b\3\b\3"+ + "\t\3\t\3\n\3\n\3\13\3\13\3\13\3\f\3\f\3\r\3\r\3\16\3\16\3\16\3\17\3\17"+ + "\3\20\3\20\3\21\3\21\3\22\3\22\3\23\3\23\3\24\3\24\3\24\3\25\3\25\3\25"+ + "\3\26\3\26\3\27\3\27\3\30\3\30\3\31\3\31\3\32\3\32\3\32\3\33\3\33\3\33"+ + "\3\34\3\34\3\34\3\35\3\35\3\35\3\36\3\36\3\37\3\37\3\37\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%\u01b4\n%\3&\3&\3&\3&\3&\3&\3&\3&\3\'\3\'"+ + "\3\'\3\'\3\'\3\'\3\'\3\'\3(\3(\3(\3)\3)\3)\3)\3)\3)\3)\3*\3*\3*\3*\3*"+ + "\3+\3+\3+\3+\3,\3,\3,\3,\3,\3,\3,\3,\3,\3-\3-\3-\3-\3-\3-\3-\3-\3-\3."+ + "\3.\3.\3.\3.\3.\3.\3.\3.\3/\3/\3/\3/\3/\3/\3\60\3\60\3\60\3\60\3\60\3"+ + "\60\3\60\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\62\3\62\3\62\3\62\3\62\3"+ "\62\3\63\3\63\3\63\3\63\3\63\3\63\3\63\3\64\3\64\3\64\3\64\3\64\3\64\3"+ - "\65\3\65\3\65\3\65\3\65\3\65\3\65\3\66\3\66\3\66\3\66\3\66\3\66\3\66\3"+ - "\66\3\66\3\67\3\67\3\67\3\67\3\67\3\67\3\67\38\38\38\38\38\38\38\38\3"+ - "8\38\39\39\39\39\39\39\39\39\39\3:\3:\3:\3:\3:\3:\3:\3:\3:\3:\3;\3;\3"+ - ";\3;\3;\3<\3<\3<\3<\3<\3<\3=\3=\3=\3=\3=\3=\3>\3>\3>\3>\3>\3?\3?\3?\3"+ - "?\3?\3?\3?\3?\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3@\3"+ - "@\3@\5@\u0283\n@\3A\3A\3A\3A\3A\3A\3A\3A\3A\3A\3B\3B\3B\3C\3C\3C\3C\3"+ - "C\3D\3D\3D\3D\3D\3D\3E\3E\3E\3F\3F\3F\3F\3G\3G\3G\3G\3G\3G\3G\3H\3H\3"+ - "H\3H\3H\3H\3H\3I\3I\3I\3I\3I\3I\3J\3J\3J\3J\3J\3J\3J\3J\3J\3K\3K\3K\3"+ - "K\3K\3K\3L\3L\3L\3L\3L\3L\3L\3L\3M\3M\3M\3M\3M\3N\3N\3N\3N\3N\3N\3N\3"+ - "O\3O\3O\3O\3O\3P\3P\3P\3P\3P\3P\3P\3Q\3Q\3Q\3Q\3Q\3Q\3Q\3R\3R\3R\3R\3"+ - "R\3R\3R\3R\3S\3S\3S\3S\3S\3S\3S\3S\3T\3T\3T\3T\3T\3T\3T\3T\3T\3U\3U\3"+ - "U\3U\3U\3V\3V\3V\3V\3V\3V\3V\3V\3V\3W\3W\3W\3W\3W\3W\3X\3X\3X\3X\3X\3"+ - "X\3X\3Y\3Y\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\5Z\u0332\nZ\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[\u0359\n[\3\\\3\\\3\\\3\\\3\\"+ - "\3\\\3\\\3\\\3\\\5\\\u0364\n\\\3]\3]\3]\3]\7]\u036a\n]\f]\16]\u036d\13"+ - "]\3]\3]\3]\3^\3^\3^\3^\7^\u0376\n^\f^\16^\u0379\13^\3^\3^\5^\u037d\n^"+ - "\3^\3^\5^\u0381\n^\5^\u0383\n^\3^\5^\u0386\n^\3^\3^\3_\3_\3_\3_\5_\u038e"+ - "\n_\3_\3_\3`\3`\3`\3`\3`\3`\3`\3`\3a\3a\3a\3a\3a\5a\u039f\na\3b\3b\3b"+ - "\3b\3b\3b\3b\3c\3c\3c\3c\3c\3c\3c\3d\3d\3d\3d\3d\3d\3d\3d\3e\3e\3e\3e"+ - "\3f\3f\3f\3f\3f\3f\3g\3g\3g\3g\3g\3g\3h\3h\3h\3h\3h\3h\3h\3i\3i\5i\u03d0"+ - "\ni\3j\3j\3j\5j\u03d5\nj\3k\3k\3k\3k\3k\5k\u03dc\nk\3k\7k\u03df\nk\fk"+ - "\16k\u03e2\13k\3k\3k\6k\u03e6\nk\rk\16k\u03e7\3l\7l\u03eb\nl\fl\16l\u03ee"+ - "\13l\3l\3l\6l\u03f2\nl\rl\16l\u03f3\3m\3m\3m\3m\3m\5m\u03fb\nm\3m\7m\u03fe"+ - "\nm\fm\16m\u0401\13m\3m\3m\6m\u0405\nm\rm\16m\u0406\3n\3n\3n\5n\u040c"+ - "\nn\3n\3n\3n\5n\u0411\nn\3o\3o\3o\6o\u0416\no\ro\16o\u0417\3o\3o\6o\u041c"+ - "\no\ro\16o\u041d\5o\u0420\no\3p\6p\u0423\np\rp\16p\u0424\3q\3q\3q\3q\3"+ - "q\5q\u042c\nq\3q\6q\u042f\nq\rq\16q\u0430\3r\3r\3s\3s\3t\3t\3u\3u\7u\u043b"+ - "\nu\fu\16u\u043e\13u\3u\3u\3v\3v\3w\3w\3x\6x\u0447\nx\rx\16x\u0448\3x"+ - "\3x\3y\3y\3y\3y\7y\u0451\ny\fy\16y\u0454\13y\3y\3y\3z\3z\3z\3z\7z\u045c"+ - "\nz\fz\16z\u045f\13z\3z\3z\3z\3z\3z\3{\3{\3{\3{\3{\3{\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3|\3"+ - "|\3|\3|\3|\3|\3|\3|\3|\3|\3|\5|\u054a\n|\3}\3}\3~\3~\3\177\3\177\3\u0080"+ - "\3\u0080\3\u0081\3\u0081\3\u0082\3\u0082\3\u0083\3\u0083\3\u0084\3\u0084"+ - "\3\u0085\3\u0085\3\u0085\3\u0086\3\u0086\3\u0086\3\u0087\3\u0087\3\u0088"+ - "\3\u0088\3\u0089\3\u0089\3\u008a\3\u008a\3\u008b\3\u008b\3\u008c\3\u008c"+ - "\3\u008d\3\u008d\3\u008d\3\u008e\3\u008e\3\u008e\3\u008f\3\u008f\5\u008f"+ - "\u0576\n\u008f\3\u0090\3\u0090\3\u0090\5\u0090\u057b\n\u0090\3\u0091\3"+ - "\u0091\7\u0091\u057f\n\u0091\f\u0091\16\u0091\u0582\13\u0091\3\u0091\3"+ - "\u0091\6\u0091\u0586\n\u0091\r\u0091\16\u0091\u0587\3\u0092\7\u0092\u058b"+ - "\n\u0092\f\u0092\16\u0092\u058e\13\u0092\3\u0092\3\u0092\6\u0092\u0592"+ - "\n\u0092\r\u0092\16\u0092\u0593\3\u0093\3\u0093\7\u0093\u0598\n\u0093"+ - "\f\u0093\16\u0093\u059b\13\u0093\3\u0093\3\u0093\6\u0093\u059f\n\u0093"+ - "\r\u0093\16\u0093\u05a0\3\u0094\3\u0094\3\u0094\5\u0094\u05a6\n\u0094"+ - "\3\u0095\3\u0095\6\u0095\u05aa\n\u0095\r\u0095\16\u0095\u05ab\3\u0096"+ - "\6\u0096\u05af\n\u0096\r\u0096\16\u0096\u05b0\3\u0097\3\u0097\6\u0097"+ - "\u05b5\n\u0097\r\u0097\16\u0097\u05b6\3\u0098\3\u0098\3\u0099\3\u0099"+ - "\3\u009a\3\u009a\3\u009b\3\u009b\3\u009b\3\u009b\5\u009b\u05c3\n\u009b"+ - "\3\u009b\3\u009b\3\u009c\3\u009c\6\u009c\u05c9\n\u009c\r\u009c\16\u009c"+ - "\u05ca\3\u009d\3\u009d\7\u009d\u05cf\n\u009d\f\u009d\16\u009d\u05d2\13"+ - "\u009d\3\u009e\3\u009e\7\u009e\u05d6\n\u009e\f\u009e\16\u009e\u05d9\13"+ - "\u009e\3\u009f\3\u009f\3\u00a0\3\u00a0\3\u00a1\6\u00a1\u05e0\n\u00a1\r"+ - "\u00a1\16\u00a1\u05e1\3\u00a1\3\u00a1\3\u00a2\3\u00a2\3\u00a2\3\u00a2"+ - "\7\u00a2\u05ea\n\u00a2\f\u00a2\16\u00a2\u05ed\13\u00a2\3\u00a2\3\u00a2"+ - "\3\u00a3\3\u00a3\3\u00a3\3\u00a3\7\u00a3\u05f5\n\u00a3\f\u00a3\16\u00a3"+ - "\u05f8\13\u00a3\3\u00a3\3\u00a3\3\u00a3\3\u00a3\3\u00a3\5\u036b\u045d"+ - "\u05f6\2\u00a4\4\4\6\5\b\6\n\7\f\b\16\t\20\n\22\13\24\f\26\r\30\16\32"+ - "\17\34\20\36\21 \22\"\23$\24&\25(\26*\27,\30.\31\60\32\62\33\64\34\66"+ - "\358\36:\37< >!@\"B#D$F%H&J\'L(N)P*R+T,V-X.Z/\\\60^\61`\62b\63d\64f\65"+ - "h\66j\67l8n9p:r;tz?|@~A\u0080B\u0082C\u0084D\u0086E\u0088F\u008a"+ - "G\u008cH\u008eI\u0090J\u0092K\u0094L\u0096M\u0098N\u009aO\u009cP\u009e"+ - "Q\u00a0R\u00a2S\u00a4T\u00a6U\u00a8V\u00aaW\u00acX\u00aeY\u00b0Z\u00b2"+ - "[\u00b4\\\u00b6]\u00b8^\u00ba_\u00bc`\u00bea\u00c0b\u00c2c\u00c4d\u00c6"+ - "e\u00c8f\u00cag\u00cch\u00cei\u00d0j\u00d2k\u00d4l\u00d6m\u00d8n\u00da"+ - "o\u00dcp\u00deq\u00e0r\u00e2s\u00e4\2\u00e6\2\u00e8\2\u00eat\u00ec\2\u00ee"+ - "\2\u00f0u\u00f2v\u00f4w\u00f6x\u00f8y\u00faz\u00fc{\u00fe|\u0100}\u0102"+ - "~\u0104\177\u0106\u0080\u0108\u0081\u010a\u0082\u010c\u0083\u010e\u0084"+ - "\u0110\u0085\u0112\u0086\u0114\u0087\u0116\u0088\u0118\u0089\u011a\u008a"+ - "\u011c\u008b\u011e\u008c\u0120\u008d\u0122\u008e\u0124\u008f\u0126\u0090"+ - "\u0128\u0091\u012a\u0092\u012c\u0093\u012e\u0094\u0130\2\u0132\2\u0134"+ - "\2\u0136\u0095\u0138\u0096\u013a\u0097\u013c\u0098\u013e\2\u0140\2\u0142"+ - "\u0099\u0144\u009a\u0146\u009b\4\2\3\23\3\2$$\3\2||\4\2rruu\4\2ooww\7"+ - "\2$$))hhpptt\3\2))\4\2uuww\7\2dfkknnuuyy\4\2DDdd\3\2\62\63\3\2\62;\5\2"+ - "\62;CHch\5\2C\\aac|\6\2\62;C\\aac|\6\2\13\f\17\17\"\"\u00a2\u00a2\4\2"+ - "\f\f\17\17\4\2--//\2\u0689\2\4\3\2\2\2\2\6\3\2\2\2\2\b\3\2\2\2\2\n\3\2"+ - "\2\2\2\f\3\2\2\2\2\16\3\2\2\2\2\20\3\2\2\2\2\22\3\2\2\2\2\24\3\2\2\2\2"+ - "\26\3\2\2\2\2\30\3\2\2\2\2\32\3\2\2\2\2\34\3\2\2\2\2\36\3\2\2\2\2 \3\2"+ - "\2\2\2\"\3\2\2\2\2$\3\2\2\2\2&\3\2\2\2\2(\3\2\2\2\2*\3\2\2\2\2,\3\2\2"+ - "\2\2.\3\2\2\2\2\60\3\2\2\2\2\62\3\2\2\2\2\64\3\2\2\2\2\66\3\2\2\2\28\3"+ - "\2\2\2\2:\3\2\2\2\2<\3\2\2\2\2>\3\2\2\2\2@\3\2\2\2\2B\3\2\2\2\2D\3\2\2"+ - "\2\2F\3\2\2\2\2H\3\2\2\2\2J\3\2\2\2\2L\3\2\2\2\2N\3\2\2\2\2P\3\2\2\2\2"+ - "R\3\2\2\2\2T\3\2\2\2\2V\3\2\2\2\2X\3\2\2\2\2Z\3\2\2\2\2\\\3\2\2\2\2^\3"+ - "\2\2\2\2`\3\2\2\2\2b\3\2\2\2\2d\3\2\2\2\2f\3\2\2\2\2h\3\2\2\2\2j\3\2\2"+ - "\2\2l\3\2\2\2\2n\3\2\2\2\2p\3\2\2\2\2r\3\2\2\2\2t\3\2\2\2\2v\3\2\2\2\2"+ - "x\3\2\2\2\2z\3\2\2\2\2|\3\2\2\2\2~\3\2\2\2\2\u0080\3\2\2\2\2\u0082\3\2"+ - "\2\2\2\u0084\3\2\2\2\2\u0086\3\2\2\2\2\u0088\3\2\2\2\2\u008a\3\2\2\2\2"+ - "\u008c\3\2\2\2\2\u008e\3\2\2\2\2\u0090\3\2\2\2\2\u0092\3\2\2\2\2\u0094"+ - "\3\2\2\2\2\u0096\3\2\2\2\2\u0098\3\2\2\2\2\u009a\3\2\2\2\2\u009c\3\2\2"+ - "\2\2\u009e\3\2\2\2\2\u00a0\3\2\2\2\2\u00a2\3\2\2\2\2\u00a4\3\2\2\2\2\u00a6"+ - "\3\2\2\2\2\u00a8\3\2\2\2\2\u00aa\3\2\2\2\2\u00ac\3\2\2\2\2\u00ae\3\2\2"+ - "\2\2\u00b0\3\2\2\2\2\u00b2\3\2\2\2\2\u00b4\3\2\2\2\2\u00b6\3\2\2\2\2\u00b8"+ - "\3\2\2\2\2\u00ba\3\2\2\2\2\u00bc\3\2\2\2\2\u00be\3\2\2\2\2\u00c0\3\2\2"+ - "\2\2\u00c2\3\2\2\2\2\u00c4\3\2\2\2\2\u00c6\3\2\2\2\2\u00c8\3\2\2\2\2\u00ca"+ - "\3\2\2\2\2\u00cc\3\2\2\2\2\u00ce\3\2\2\2\2\u00d0\3\2\2\2\2\u00d2\3\2\2"+ - "\2\2\u00d4\3\2\2\2\2\u00d6\3\2\2\2\2\u00d8\3\2\2\2\2\u00da\3\2\2\2\2\u00dc"+ - "\3\2\2\2\2\u00de\3\2\2\2\2\u00e0\3\2\2\2\2\u00e2\3\2\2\2\2\u00ea\3\2\2"+ - "\2\2\u00f0\3\2\2\2\2\u00f2\3\2\2\2\2\u00f4\3\2\2\2\3\u00f6\3\2\2\2\3\u00f8"+ - "\3\2\2\2\3\u00fa\3\2\2\2\3\u00fc\3\2\2\2\3\u00fe\3\2\2\2\3\u0100\3\2\2"+ - "\2\3\u0102\3\2\2\2\3\u0104\3\2\2\2\3\u0106\3\2\2\2\3\u0108\3\2\2\2\3\u010a"+ - "\3\2\2\2\3\u010c\3\2\2\2\3\u010e\3\2\2\2\3\u0110\3\2\2\2\3\u0112\3\2\2"+ - "\2\3\u0114\3\2\2\2\3\u0116\3\2\2\2\3\u0118\3\2\2\2\3\u011a\3\2\2\2\3\u011c"+ - "\3\2\2\2\3\u011e\3\2\2\2\3\u0120\3\2\2\2\3\u0122\3\2\2\2\3\u0124\3\2\2"+ - "\2\3\u0126\3\2\2\2\3\u0128\3\2\2\2\3\u012a\3\2\2\2\3\u012c\3\2\2\2\3\u012e"+ - "\3\2\2\2\3\u0136\3\2\2\2\3\u0138\3\2\2\2\3\u013a\3\2\2\2\3\u013c\3\2\2"+ - "\2\3\u0142\3\2\2\2\3\u0144\3\2\2\2\3\u0146\3\2\2\2\4\u0148\3\2\2\2\6\u014b"+ - "\3\2\2\2\b\u014d\3\2\2\2\n\u014f\3\2\2\2\f\u0151\3\2\2\2\16\u0153\3\2"+ - "\2\2\20\u0155\3\2\2\2\22\u0157\3\2\2\2\24\u0159\3\2\2\2\26\u015b\3\2\2"+ - "\2\30\u015e\3\2\2\2\32\u0160\3\2\2\2\34\u0162\3\2\2\2\36\u0165\3\2\2\2"+ - " \u0167\3\2\2\2\"\u0169\3\2\2\2$\u016b\3\2\2\2&\u016d\3\2\2\2(\u016f\3"+ - "\2\2\2*\u0172\3\2\2\2,\u0175\3\2\2\2.\u0177\3\2\2\2\60\u0179\3\2\2\2\62"+ - "\u017b\3\2\2\2\64\u017d\3\2\2\2\66\u0180\3\2\2\28\u0183\3\2\2\2:\u0186"+ - "\3\2\2\2<\u0189\3\2\2\2>\u018b\3\2\2\2@\u018e\3\2\2\2B\u0191\3\2\2\2D"+ - "\u0193\3\2\2\2F\u0196\3\2\2\2H\u0199\3\2\2\2J\u01b1\3\2\2\2L\u01b3\3\2"+ - "\2\2N\u01bc\3\2\2\2P\u01c4\3\2\2\2R\u01cc\3\2\2\2T\u01d4\3\2\2\2V\u01d7"+ - "\3\2\2\2X\u01de\3\2\2\2Z\u01e3\3\2\2\2\\\u01e7\3\2\2\2^\u01f0\3\2\2\2"+ - "`\u01f9\3\2\2\2b\u0202\3\2\2\2d\u0208\3\2\2\2f\u020f\3\2\2\2h\u0216\3"+ - "\2\2\2j\u021c\3\2\2\2l\u0223\3\2\2\2n\u022c\3\2\2\2p\u0233\3\2\2\2r\u023d"+ - "\3\2\2\2t\u0246\3\2\2\2v\u0250\3\2\2\2x\u0255\3\2\2\2z\u025b\3\2\2\2|"+ - "\u0261\3\2\2\2~\u0266\3\2\2\2\u0080\u0282\3\2\2\2\u0082\u0284\3\2\2\2"+ - "\u0084\u028e\3\2\2\2\u0086\u0291\3\2\2\2\u0088\u0296\3\2\2\2\u008a\u029c"+ - "\3\2\2\2\u008c\u029f\3\2\2\2\u008e\u02a3\3\2\2\2\u0090\u02aa\3\2\2\2\u0092"+ - "\u02b1\3\2\2\2\u0094\u02b7\3\2\2\2\u0096\u02c0\3\2\2\2\u0098\u02c6\3\2"+ - "\2\2\u009a\u02ce\3\2\2\2\u009c\u02d3\3\2\2\2\u009e\u02da\3\2\2\2\u00a0"+ - "\u02df\3\2\2\2\u00a2\u02e6\3\2\2\2\u00a4\u02ed\3\2\2\2\u00a6\u02f5\3\2"+ - "\2\2\u00a8\u02fd\3\2\2\2\u00aa\u0306\3\2\2\2\u00ac\u030b\3\2\2\2\u00ae"+ - "\u0314\3\2\2\2\u00b0\u031a\3\2\2\2\u00b2\u0321\3\2\2\2\u00b4\u0331\3\2"+ - "\2\2\u00b6\u0358\3\2\2\2\u00b8\u0363\3\2\2\2\u00ba\u0365\3\2\2\2\u00bc"+ - "\u0371\3\2\2\2\u00be\u0389\3\2\2\2\u00c0\u0391\3\2\2\2\u00c2\u039e\3\2"+ - "\2\2\u00c4\u03a0\3\2\2\2\u00c6\u03a7\3\2\2\2\u00c8\u03ae\3\2\2\2\u00ca"+ - "\u03b6\3\2\2\2\u00cc\u03ba\3\2\2\2\u00ce\u03c0\3\2\2\2\u00d0\u03c6\3\2"+ - "\2\2\u00d2\u03cf\3\2\2\2\u00d4\u03d4\3\2\2\2\u00d6\u03db\3\2\2\2\u00d8"+ - "\u03ec\3\2\2\2\u00da\u03fa\3\2\2\2\u00dc\u040b\3\2\2\2\u00de\u041f\3\2"+ - "\2\2\u00e0\u0422\3\2\2\2\u00e2\u042b\3\2\2\2\u00e4\u0432\3\2\2\2\u00e6"+ - "\u0434\3\2\2\2\u00e8\u0436\3\2\2\2\u00ea\u0438\3\2\2\2\u00ec\u0441\3\2"+ - "\2\2\u00ee\u0443\3\2\2\2\u00f0\u0446\3\2\2\2\u00f2\u044c\3\2\2\2\u00f4"+ - "\u0457\3\2\2\2\u00f6\u0465\3\2\2\2\u00f8\u0549\3\2\2\2\u00fa\u054b\3\2"+ - "\2\2\u00fc\u054d\3\2\2\2\u00fe\u054f\3\2\2\2\u0100\u0551\3\2\2\2\u0102"+ - "\u0553\3\2\2\2\u0104\u0555\3\2\2\2\u0106\u0557\3\2\2\2\u0108\u0559\3\2"+ - "\2\2\u010a\u055b\3\2\2\2\u010c\u055e\3\2\2\2\u010e\u0561\3\2\2\2\u0110"+ - "\u0563\3\2\2\2\u0112\u0565\3\2\2\2\u0114\u0567\3\2\2\2\u0116\u0569\3\2"+ - "\2\2\u0118\u056b\3\2\2\2\u011a\u056d\3\2\2\2\u011c\u0570\3\2\2\2\u011e"+ - "\u0575\3\2\2\2\u0120\u057a\3\2\2\2\u0122\u057c\3\2\2\2\u0124\u058c\3\2"+ - "\2\2\u0126\u0595\3\2\2\2\u0128\u05a5\3\2\2\2\u012a\u05a7\3\2\2\2\u012c"+ - "\u05ae\3\2\2\2\u012e\u05b2\3\2\2\2\u0130\u05b8\3\2\2\2\u0132\u05ba\3\2"+ - "\2\2\u0134\u05bc\3\2\2\2\u0136\u05be\3\2\2\2\u0138\u05c6\3\2\2\2\u013a"+ - "\u05cc\3\2\2\2\u013c\u05d3\3\2\2\2\u013e\u05da\3\2\2\2\u0140\u05dc\3\2"+ - "\2\2\u0142\u05df\3\2\2\2\u0144\u05e5\3\2\2\2\u0146\u05f0\3\2\2\2\u0148"+ - "\u0149\7}\2\2\u0149\u014a\b\2\2\2\u014a\5\3\2\2\2\u014b\u014c\7\177\2"+ - "\2\u014c\7\3\2\2\2\u014d\u014e\7]\2\2\u014e\t\3\2\2\2\u014f\u0150\7_\2"+ - "\2\u0150\13\3\2\2\2\u0151\u0152\7*\2\2\u0152\r\3\2\2\2\u0153\u0154\7+"+ - "\2\2\u0154\17\3\2\2\2\u0155\u0156\7=\2\2\u0156\21\3\2\2\2\u0157\u0158"+ - "\7<\2\2\u0158\23\3\2\2\2\u0159\u015a\7.\2\2\u015a\25\3\2\2\2\u015b\u015c"+ - "\7\60\2\2\u015c\u015d\7\60\2\2\u015d\27\3\2\2\2\u015e\u015f\7A\2\2\u015f"+ - "\31\3\2\2\2\u0160\u0161\7\60\2\2\u0161\33\3\2\2\2\u0162\u0163\7/\2\2\u0163"+ - "\u0164\7@\2\2\u0164\35\3\2\2\2\u0165\u0166\7-\2\2\u0166\37\3\2\2\2\u0167"+ - "\u0168\7/\2\2\u0168!\3\2\2\2\u0169\u016a\7,\2\2\u016a#\3\2\2\2\u016b\u016c"+ - "\7\61\2\2\u016c%\3\2\2\2\u016d\u016e\7\'\2\2\u016e\'\3\2\2\2\u016f\u0170"+ - "\7-\2\2\u0170\u0171\7-\2\2\u0171)\3\2\2\2\u0172\u0173\7/\2\2\u0173\u0174"+ - "\7/\2\2\u0174+\3\2\2\2\u0175\u0176\7(\2\2\u0176-\3\2\2\2\u0177\u0178\7"+ - "\u0080\2\2\u0178/\3\2\2\2\u0179\u017a\7`\2\2\u017a\61\3\2\2\2\u017b\u017c"+ - "\7~\2\2\u017c\63\3\2\2\2\u017d\u017e\7>\2\2\u017e\u017f\7>\2\2\u017f\65"+ - "\3\2\2\2\u0180\u0181\7@\2\2\u0181\u0182\7@\2\2\u0182\67\3\2\2\2\u0183"+ - "\u0184\7?\2\2\u0184\u0185\7?\2\2\u01859\3\2\2\2\u0186\u0187\7#\2\2\u0187"+ - "\u0188\7?\2\2\u0188;\3\2\2\2\u0189\u018a\7>\2\2\u018a=\3\2\2\2\u018b\u018c"+ - "\7>\2\2\u018c\u018d\7?\2\2\u018d?\3\2\2\2\u018e\u018f\7@\2\2\u018f\u0190"+ - "\7?\2\2\u0190A\3\2\2\2\u0191\u0192\7@\2\2\u0192C\3\2\2\2\u0193\u0194\7"+ - "(\2\2\u0194\u0195\7(\2\2\u0195E\3\2\2\2\u0196\u0197\7~\2\2\u0197\u0198"+ - "\7~\2\2\u0198G\3\2\2\2\u0199\u019a\7?\2\2\u019aI\3\2\2\2\u019b\u019c\7"+ - "-\2\2\u019c\u01b2\7?\2\2\u019d\u019e\7/\2\2\u019e\u01b2\7?\2\2\u019f\u01a0"+ - "\7,\2\2\u01a0\u01b2\7?\2\2\u01a1\u01a2\7\61\2\2\u01a2\u01b2\7?\2\2\u01a3"+ - "\u01a4\7\'\2\2\u01a4\u01b2\7?\2\2\u01a5\u01a6\7>\2\2\u01a6\u01a7\7>\2"+ - "\2\u01a7\u01b2\7?\2\2\u01a8\u01a9\7@\2\2\u01a9\u01aa\7@\2\2\u01aa\u01b2"+ - "\7?\2\2\u01ab\u01ac\7(\2\2\u01ac\u01b2\7?\2\2\u01ad\u01ae\7~\2\2\u01ae"+ - "\u01b2\7?\2\2\u01af\u01b0\7`\2\2\u01b0\u01b2\7?\2\2\u01b1\u019b\3\2\2"+ - "\2\u01b1\u019d\3\2\2\2\u01b1\u019f\3\2\2\2\u01b1\u01a1\3\2\2\2\u01b1\u01a3"+ - "\3\2\2\2\u01b1\u01a5\3\2\2\2\u01b1\u01a8\3\2\2\2\u01b1\u01ab\3\2\2\2\u01b1"+ - "\u01ad\3\2\2\2\u01b1\u01af\3\2\2\2\u01b2K\3\2\2\2\u01b3\u01b4\7k\2\2\u01b4"+ - "\u01b5\7o\2\2\u01b5\u01b6\7r\2\2\u01b6\u01b7\7q\2\2\u01b7\u01b8\7t\2\2"+ - "\u01b8\u01b9\7v\2\2\u01b9\u01ba\3\2\2\2\u01ba\u01bb\b&\3\2\u01bbM\3\2"+ - "\2\2\u01bc\u01bd\7v\2\2\u01bd\u01be\7{\2\2\u01be\u01bf\7r\2\2\u01bf\u01c0"+ - "\7g\2\2\u01c0\u01c1\7f\2\2\u01c1\u01c2\7g\2\2\u01c2\u01c3\7h\2\2\u01c3"+ - "O\3\2\2\2\u01c4\u01c5\7%\2\2\u01c5\u01c6\7r\2\2\u01c6\u01c7\7t\2\2\u01c7"+ - "\u01c8\7c\2\2\u01c8\u01c9\7i\2\2\u01c9\u01ca\7o\2\2\u01ca\u01cb\7c\2\2"+ - "\u01cbQ\3\2\2\2\u01cc\u01cd\7t\2\2\u01cd\u01ce\7g\2\2\u01ce\u01cf\7u\2"+ - "\2\u01cf\u01d0\7g\2\2\u01d0\u01d1\7t\2\2\u01d1\u01d2\7x\2\2\u01d2\u01d3"+ - "\7g\2\2\u01d3S\3\2\2\2\u01d4\u01d5\7r\2\2\u01d5\u01d6\7e\2\2\u01d6U\3"+ - "\2\2\2\u01d7\u01d8\7v\2\2\u01d8\u01d9\7c\2\2\u01d9\u01da\7t\2\2\u01da"+ - "\u01db\7i\2\2\u01db\u01dc\7g\2\2\u01dc\u01dd\7v\2\2\u01ddW\3\2\2\2\u01de"+ - "\u01df\7n\2\2\u01df\u01e0\7k\2\2\u01e0\u01e1\7p\2\2\u01e1\u01e2\7m\2\2"+ - "\u01e2Y\3\2\2\2\u01e3\u01e4\7e\2\2\u01e4\u01e5\7r\2\2\u01e5\u01e6\7w\2"+ - "\2\u01e6[\3\2\2\2\u01e7\u01e8\7e\2\2\u01e8\u01e9\7q\2\2\u01e9\u01ea\7"+ - "f\2\2\u01ea\u01eb\7g\2\2\u01eb\u01ec\7a\2\2\u01ec\u01ed\7u\2\2\u01ed\u01ee"+ - "\7g\2\2\u01ee\u01ef\7i\2\2\u01ef]\3\2\2\2\u01f0\u01f1\7f\2\2\u01f1\u01f2"+ - "\7c\2\2\u01f2\u01f3\7v\2\2\u01f3\u01f4\7c\2\2\u01f4\u01f5\7a\2\2\u01f5"+ - "\u01f6\7u\2\2\u01f6\u01f7\7g\2\2\u01f7\u01f8\7i\2\2\u01f8_\3\2\2\2\u01f9"+ - "\u01fa\7g\2\2\u01fa\u01fb\7p\2\2\u01fb\u01fc\7e\2\2\u01fc\u01fd\7q\2\2"+ - "\u01fd\u01fe\7f\2\2\u01fe\u01ff\7k\2\2\u01ff\u0200\7p\2\2\u0200\u0201"+ - "\7i\2\2\u0201a\3\2\2\2\u0202\u0203\7e\2\2\u0203\u0204\7q\2\2\u0204\u0205"+ - "\7p\2\2\u0205\u0206\7u\2\2\u0206\u0207\7v\2\2\u0207c\3\2\2\2\u0208\u0209"+ - "\7g\2\2\u0209\u020a\7z\2\2\u020a\u020b\7v\2\2\u020b\u020c\7g\2\2\u020c"+ - "\u020d\7t\2\2\u020d\u020e\7p\2\2\u020ee\3\2\2\2\u020f\u0210\7g\2\2\u0210"+ - "\u0211\7z\2\2\u0211\u0212\7r\2\2\u0212\u0213\7q\2\2\u0213\u0214\7t\2\2"+ - "\u0214\u0215\7v\2\2\u0215g\3\2\2\2\u0216\u0217\7c\2\2\u0217\u0218\7n\2"+ - "\2\u0218\u0219\7k\2\2\u0219\u021a\7i\2\2\u021a\u021b\7p\2\2\u021bi\3\2"+ - "\2\2\u021c\u021d\7k\2\2\u021d\u021e\7p\2\2\u021e\u021f\7n\2\2\u021f\u0220"+ - "\7k\2\2\u0220\u0221\7p\2\2\u0221\u0222\7g\2\2\u0222k\3\2\2\2\u0223\u0224"+ - "\7x\2\2\u0224\u0225\7q\2\2\u0225\u0226\7n\2\2\u0226\u0227\7c\2\2\u0227"+ - "\u0228\7v\2\2\u0228\u0229\7k\2\2\u0229\u022a\7n\2\2\u022a\u022b\7g\2\2"+ - "\u022bm\3\2\2\2\u022c\u022d\7u\2\2\u022d\u022e\7v\2\2\u022e\u022f\7c\2"+ - "\2\u022f\u0230\7v\2\2\u0230\u0231\7k\2\2\u0231\u0232\7e\2\2\u0232o\3\2"+ - "\2\2\u0233\u0234\7k\2\2\u0234\u0235\7p\2\2\u0235\u0236\7v\2\2\u0236\u0237"+ - "\7g\2\2\u0237\u0238\7t\2\2\u0238\u0239\7t\2\2\u0239\u023a\7w\2\2\u023a"+ - "\u023b\7r\2\2\u023b\u023c\7v\2\2\u023cq\3\2\2\2\u023d\u023e\7t\2\2\u023e"+ - "\u023f\7g\2\2\u023f\u0240\7i\2\2\u0240\u0241\7k\2\2\u0241\u0242\7u\2\2"+ - "\u0242\u0243\7v\2\2\u0243\u0244\7g\2\2\u0244\u0245\7t\2\2\u0245s\3\2\2"+ - "\2\u0246\u0247\7a\2\2\u0247\u0248\7a\2\2\u0248\u0249\7c\2\2\u0249\u024a"+ - "\7f\2\2\u024a\u024b\7f\2\2\u024b\u024c\7t\2\2\u024c\u024d\7g\2\2\u024d"+ - "\u024e\7u\2\2\u024e\u024f\7u\2\2\u024fu\3\2\2\2\u0250\u0251\7a\2\2\u0251"+ - "\u0252\7a\2\2\u0252\u0253\7|\2\2\u0253\u0254\7r\2\2\u0254w\3\2\2\2\u0255"+ - "\u0256\7a\2\2\u0256\u0257\7a\2\2\u0257\u0258\7o\2\2\u0258\u0259\7g\2\2"+ - "\u0259\u025a\7o\2\2\u025ay\3\2\2\2\u025b\u025c\7a\2\2\u025c\u025d\7a\2"+ - "\2\u025d\u025e\7u\2\2\u025e\u025f\7u\2\2\u025f\u0260\7c\2\2\u0260{\3\2"+ - "\2\2\u0261\u0262\7a\2\2\u0262\u0263\7a\2\2\u0263\u0264\7o\2\2\u0264\u0265"+ - "\7c\2\2\u0265}\3\2\2\2\u0266\u0267\7e\2\2\u0267\u0268\7c\2\2\u0268\u0269"+ - "\7n\2\2\u0269\u026a\7n\2\2\u026a\u026b\7k\2\2\u026b\u026c\7p\2\2\u026c"+ - "\u026d\7i\2\2\u026d\177\3\2\2\2\u026e\u026f\7a\2\2\u026f\u0270\7a\2\2"+ - "\u0270\u0271\7u\2\2\u0271\u0272\7v\2\2\u0272\u0273\7c\2\2\u0273\u0274"+ - "\7e\2\2\u0274\u0275\7m\2\2\u0275\u0276\7e\2\2\u0276\u0277\7c\2\2\u0277"+ - "\u0278\7n\2\2\u0278\u0283\7n\2\2\u0279\u027a\7a\2\2\u027a\u027b\7a\2\2"+ - "\u027b\u027c\7r\2\2\u027c\u027d\7j\2\2\u027d\u027e\7k\2\2\u027e\u027f"+ - "\7e\2\2\u027f\u0280\7c\2\2\u0280\u0281\7n\2\2\u0281\u0283\7n\2\2\u0282"+ - "\u026e\3\2\2\2\u0282\u0279\3\2\2\2\u0283\u0081\3\2\2\2\u0284\u0285\7x"+ - "\2\2\u0285\u0286\7c\2\2\u0286\u0287\7t\2\2\u0287\u0288\7a\2\2\u0288\u0289"+ - "\7o\2\2\u0289\u028a\7q\2\2\u028a\u028b\7f\2\2\u028b\u028c\7g\2\2\u028c"+ - "\u028d\7n\2\2\u028d\u0083\3\2\2\2\u028e\u028f\7k\2\2\u028f\u0290\7h\2"+ - "\2\u0290\u0085\3\2\2\2\u0291\u0292\7g\2\2\u0292\u0293\7n\2\2\u0293\u0294"+ - "\7u\2\2\u0294\u0295\7g\2\2\u0295\u0087\3\2\2\2\u0296\u0297\7y\2\2\u0297"+ - "\u0298\7j\2\2\u0298\u0299\7k\2\2\u0299\u029a\7n\2\2\u029a\u029b\7g\2\2"+ - "\u029b\u0089\3\2\2\2\u029c\u029d\7f\2\2\u029d\u029e\7q\2\2\u029e\u008b"+ - "\3\2\2\2\u029f\u02a0\7h\2\2\u02a0\u02a1\7q\2\2\u02a1\u02a2\7t\2\2\u02a2"+ - "\u008d\3\2\2\2\u02a3\u02a4\7u\2\2\u02a4\u02a5\7y\2\2\u02a5\u02a6\7k\2"+ - "\2\u02a6\u02a7\7v\2\2\u02a7\u02a8\7e\2\2\u02a8\u02a9\7j\2\2\u02a9\u008f"+ - "\3\2\2\2\u02aa\u02ab\7t\2\2\u02ab\u02ac\7g\2\2\u02ac\u02ad\7v\2\2\u02ad"+ - "\u02ae\7w\2\2\u02ae\u02af\7t\2\2\u02af\u02b0\7p\2\2\u02b0\u0091\3\2\2"+ - "\2\u02b1\u02b2\7d\2\2\u02b2\u02b3\7t\2\2\u02b3\u02b4\7g\2\2\u02b4\u02b5"+ - "\7c\2\2\u02b5\u02b6\7m\2\2\u02b6\u0093\3\2\2\2\u02b7\u02b8\7e\2\2\u02b8"+ - "\u02b9\7q\2\2\u02b9\u02ba\7p\2\2\u02ba\u02bb\7v\2\2\u02bb\u02bc\7k\2\2"+ - "\u02bc\u02bd\7p\2\2\u02bd\u02be\7w\2\2\u02be\u02bf\7g\2\2\u02bf\u0095"+ - "\3\2\2\2\u02c0\u02c1\7c\2\2\u02c1\u02c2\7u\2\2\u02c2\u02c3\7o\2\2\u02c3"+ - "\u02c4\3\2\2\2\u02c4\u02c5\bK\4\2\u02c5\u0097\3\2\2\2\u02c6\u02c7\7f\2"+ - "\2\u02c7\u02c8\7g\2\2\u02c8\u02c9\7h\2\2\u02c9\u02ca\7c\2\2\u02ca\u02cb"+ - "\7w\2\2\u02cb\u02cc\7n\2\2\u02cc\u02cd\7v\2\2\u02cd\u0099\3\2\2\2\u02ce"+ - "\u02cf\7e\2\2\u02cf\u02d0\7c\2\2\u02d0\u02d1\7u\2\2\u02d1\u02d2\7g\2\2"+ - "\u02d2\u009b\3\2\2\2\u02d3\u02d4\7u\2\2\u02d4\u02d5\7v\2\2\u02d5\u02d6"+ - "\7t\2\2\u02d6\u02d7\7w\2\2\u02d7\u02d8\7e\2\2\u02d8\u02d9\7v\2\2\u02d9"+ - "\u009d\3\2\2\2\u02da\u02db\7g\2\2\u02db\u02dc\7p\2\2\u02dc\u02dd\7w\2"+ - "\2\u02dd\u02de\7o\2\2\u02de\u009f\3\2\2\2\u02df\u02e0\7u\2\2\u02e0\u02e1"+ - "\7k\2\2\u02e1\u02e2\7|\2\2\u02e2\u02e3\7g\2\2\u02e3\u02e4\7q\2\2\u02e4"+ - "\u02e5\7h\2\2\u02e5\u00a1\3\2\2\2\u02e6\u02e7\7v\2\2\u02e7\u02e8\7{\2"+ - "\2\u02e8\u02e9\7r\2\2\u02e9\u02ea\7g\2\2\u02ea\u02eb\7k\2\2\u02eb\u02ec"+ - "\7f\2\2\u02ec\u00a3\3\2\2\2\u02ed\u02ee\7f\2\2\u02ee\u02ef\7g\2\2\u02ef"+ - "\u02f0\7h\2\2\u02f0\u02f1\7k\2\2\u02f1\u02f2\7p\2\2\u02f2\u02f3\7g\2\2"+ - "\u02f3\u02f4\7f\2\2\u02f4\u00a5\3\2\2\2\u02f5\u02f6\7m\2\2\u02f6\u02f7"+ - "\7k\2\2\u02f7\u02f8\7e\2\2\u02f8\u02f9\7m\2\2\u02f9\u02fa\7c\2\2\u02fa"+ - "\u02fb\7u\2\2\u02fb\u02fc\7o\2\2\u02fc\u00a7\3\2\2\2\u02fd\u02fe\7t\2"+ - "\2\u02fe\u02ff\7g\2\2\u02ff\u0300\7u\2\2\u0300\u0301\7q\2\2\u0301\u0302"+ - "\7w\2\2\u0302\u0303\7t\2\2\u0303\u0304\7e\2\2\u0304\u0305\7g\2\2\u0305"+ - "\u00a9\3\2\2\2\u0306\u0307\7w\2\2\u0307\u0308\7u\2\2\u0308\u0309\7g\2"+ - "\2\u0309\u030a\7u\2\2\u030a\u00ab\3\2\2\2\u030b\u030c\7e\2\2\u030c\u030d"+ - "\7n\2\2\u030d\u030e\7q\2\2\u030e\u030f\7d\2\2\u030f\u0310\7d\2\2\u0310"+ - "\u0311\7g\2\2\u0311\u0312\7t\2\2\u0312\u0313\7u\2\2\u0313\u00ad\3\2\2"+ - "\2\u0314\u0315\7d\2\2\u0315\u0316\7{\2\2\u0316\u0317\7v\2\2\u0317\u0318"+ - "\7g\2\2\u0318\u0319\7u\2\2\u0319\u00af\3\2\2\2\u031a\u031b\7e\2\2\u031b"+ - "\u031c\7{\2\2\u031c\u031d\7e\2\2\u031d\u031e\7n\2\2\u031e\u031f\7g\2\2"+ - "\u031f\u0320\7u\2\2\u0320\u00b1\3\2\2\2\u0321\u0322\7#\2\2\u0322\u00b3"+ - "\3\2\2\2\u0323\u0324\7u\2\2\u0324\u0325\7k\2\2\u0325\u0326\7i\2\2\u0326"+ - "\u0327\7p\2\2\u0327\u0328\7g\2\2\u0328\u0332\7f\2\2\u0329\u032a\7w\2\2"+ - "\u032a\u032b\7p\2\2\u032b\u032c\7u\2\2\u032c\u032d\7k\2\2\u032d\u032e"+ - "\7i\2\2\u032e\u032f\7p\2\2\u032f\u0330\7g\2\2\u0330\u0332\7f\2\2\u0331"+ - "\u0323\3\2\2\2\u0331\u0329\3\2\2\2\u0332\u00b5\3\2\2\2\u0333\u0334\7d"+ - "\2\2\u0334\u0335\7{\2\2\u0335\u0336\7v\2\2\u0336\u0359\7g\2\2\u0337\u0338"+ - "\7y\2\2\u0338\u0339\7q\2\2\u0339\u033a\7t\2\2\u033a\u0359\7f\2\2\u033b"+ - "\u033c\7f\2\2\u033c\u033d\7y\2\2\u033d\u033e\7q\2\2\u033e\u033f\7t\2\2"+ - "\u033f\u0359\7f\2\2\u0340\u0341\7d\2\2\u0341\u0342\7q\2\2\u0342\u0343"+ - "\7q\2\2\u0343\u0359\7n\2\2\u0344\u0345\7e\2\2\u0345\u0346\7j\2\2\u0346"+ - "\u0347\7c\2\2\u0347\u0359\7t\2\2\u0348\u0349\7u\2\2\u0349\u034a\7j\2\2"+ - "\u034a\u034b\7q\2\2\u034b\u034c\7t\2\2\u034c\u0359\7v\2\2\u034d\u034e"+ - "\7k\2\2\u034e\u034f\7p\2\2\u034f\u0359\7v\2\2\u0350\u0351\7n\2\2\u0351"+ - "\u0352\7q\2\2\u0352\u0353\7p\2\2\u0353\u0359\7i\2\2\u0354\u0355\7x\2\2"+ - "\u0355\u0356\7q\2\2\u0356\u0357\7k\2\2\u0357\u0359\7f\2\2\u0358\u0333"+ - "\3\2\2\2\u0358\u0337\3\2\2\2\u0358\u033b\3\2\2\2\u0358\u0340\3\2\2\2\u0358"+ - "\u0344\3\2\2\2\u0358\u0348\3\2\2\2\u0358\u034d\3\2\2\2\u0358\u0350\3\2"+ - "\2\2\u0358\u0354\3\2\2\2\u0359\u00b7\3\2\2\2\u035a\u035b\7v\2\2\u035b"+ - "\u035c\7t\2\2\u035c\u035d\7w\2\2\u035d\u0364\7g\2\2\u035e\u035f\7h\2\2"+ - "\u035f\u0360\7c\2\2\u0360\u0361\7n\2\2\u0361\u0362\7u\2\2\u0362\u0364"+ - "\7g\2\2\u0363\u035a\3\2\2\2\u0363\u035e\3\2\2\2\u0364\u00b9\3\2\2\2\u0365"+ - "\u0366\7}\2\2\u0366\u0367\7}\2\2\u0367\u036b\3\2\2\2\u0368\u036a\13\2"+ - "\2\2\u0369\u0368\3\2\2\2\u036a\u036d\3\2\2\2\u036b\u036c\3\2\2\2\u036b"+ - "\u0369\3\2\2\2\u036c\u036e\3\2\2\2\u036d\u036b\3\2\2\2\u036e\u036f\7\177"+ - "\2\2\u036f\u0370\7\177\2\2\u0370\u00bb\3\2\2\2\u0371\u0377\7$\2\2\u0372"+ - "\u0373\7^\2\2\u0373\u0376\7$\2\2\u0374\u0376\n\2\2\2\u0375\u0372\3\2\2"+ - "\2\u0375\u0374\3\2\2\2\u0376\u0379\3\2\2\2\u0377\u0375\3\2\2\2\u0377\u0378"+ - "\3\2\2\2\u0378\u037a\3\2\2\2\u0379\u0377\3\2\2\2\u037a\u037c\7$\2\2\u037b"+ - "\u037d\t\3\2\2\u037c\u037b\3\2\2\2\u037c\u037d\3\2\2\2\u037d\u0382\3\2"+ - "\2\2\u037e\u0380\t\4\2\2\u037f\u0381\t\5\2\2\u0380\u037f\3\2\2\2\u0380"+ - "\u0381\3\2\2\2\u0381\u0383\3\2\2\2\u0382\u037e\3\2\2\2\u0382\u0383\3\2"+ - "\2\2\u0383\u0385\3\2\2\2\u0384\u0386\t\3\2\2\u0385\u0384\3\2\2\2\u0385"+ - "\u0386\3\2\2\2\u0386\u0387\3\2\2\2\u0387\u0388\b^\5\2\u0388\u00bd\3\2"+ - "\2\2\u0389\u038d\7)\2\2\u038a\u038b\7^\2\2\u038b\u038e\t\6\2\2\u038c\u038e"+ - "\n\7\2\2\u038d\u038a\3\2\2\2\u038d\u038c\3\2\2\2\u038e\u038f\3\2\2\2\u038f"+ - "\u0390\7)\2\2\u0390\u00bf\3\2\2\2\u0391\u0392\7%\2\2\u0392\u0393\7f\2"+ - "\2\u0393\u0394\7g\2\2\u0394\u0395\7h\2\2\u0395\u0396\7k\2\2\u0396\u0397"+ - "\7p\2\2\u0397\u0398\7g\2\2\u0398\u00c1\3\2\2\2\u0399\u039a\7^\2\2\u039a"+ - "\u039f\7\f\2\2\u039b\u039c\7^\2\2\u039c\u039d\7\17\2\2\u039d\u039f\7\f"+ - "\2\2\u039e\u0399\3\2\2\2\u039e\u039b\3\2\2\2\u039f\u00c3\3\2\2\2\u03a0"+ - "\u03a1\7%\2\2\u03a1\u03a2\7w\2\2\u03a2\u03a3\7p\2\2\u03a3\u03a4\7f\2\2"+ - "\u03a4\u03a5\7g\2\2\u03a5\u03a6\7h\2\2\u03a6\u00c5\3\2\2\2\u03a7\u03a8"+ - "\7%\2\2\u03a8\u03a9\7k\2\2\u03a9\u03aa\7h\2\2\u03aa\u03ab\7f\2\2\u03ab"+ - "\u03ac\7g\2\2\u03ac\u03ad\7h\2\2\u03ad\u00c7\3\2\2\2\u03ae\u03af\7%\2"+ - "\2\u03af\u03b0\7k\2\2\u03b0\u03b1\7h\2\2\u03b1\u03b2\7p\2\2\u03b2\u03b3"+ - "\7f\2\2\u03b3\u03b4\7g\2\2\u03b4\u03b5\7h\2\2\u03b5\u00c9\3\2\2\2\u03b6"+ - "\u03b7\7%\2\2\u03b7\u03b8\7k\2\2\u03b8\u03b9\7h\2\2\u03b9\u00cb\3\2\2"+ - "\2\u03ba\u03bb\7%\2\2\u03bb\u03bc\7g\2\2\u03bc\u03bd\7n\2\2\u03bd\u03be"+ - "\7k\2\2\u03be\u03bf\7h\2\2\u03bf\u00cd\3\2\2\2\u03c0\u03c1\7%\2\2\u03c1"+ - "\u03c2\7g\2\2\u03c2\u03c3\7n\2\2\u03c3\u03c4\7u\2\2\u03c4\u03c5\7g\2\2"+ - "\u03c5\u00cf\3\2\2\2\u03c6\u03c7\7%\2\2\u03c7\u03c8\7g\2\2\u03c8\u03c9"+ - "\7p\2\2\u03c9\u03ca\7f\2\2\u03ca\u03cb\7k\2\2\u03cb\u03cc\7h\2\2\u03cc"+ - "\u00d1\3\2\2\2\u03cd\u03d0\5\u00d4j\2\u03ce\u03d0\5\u00dcn\2\u03cf\u03cd"+ - "\3\2\2\2\u03cf\u03ce\3\2\2\2\u03d0\u00d3\3\2\2\2\u03d1\u03d5\5\u00d6k"+ - "\2\u03d2\u03d5\5\u00d8l\2\u03d3\u03d5\5\u00dam\2\u03d4\u03d1\3\2\2\2\u03d4"+ - "\u03d2\3\2\2\2\u03d4\u03d3\3\2\2\2\u03d5\u00d5\3\2\2\2\u03d6\u03dc\7\'"+ - "\2\2\u03d7\u03d8\7\62\2\2\u03d8\u03dc\7d\2\2\u03d9\u03da\7\62\2\2\u03da"+ - "\u03dc\7D\2\2\u03db\u03d6\3\2\2\2\u03db\u03d7\3\2\2\2\u03db\u03d9\3\2"+ - "\2\2\u03dc\u03e0\3\2\2\2\u03dd\u03df\5\u00e4r\2\u03de\u03dd\3\2\2\2\u03df"+ - "\u03e2\3\2\2\2\u03e0\u03de\3\2\2\2\u03e0\u03e1\3\2\2\2\u03e1\u03e3\3\2"+ - "\2\2\u03e2\u03e0\3\2\2\2\u03e3\u03e5\7\60\2\2\u03e4\u03e6\5\u00e4r\2\u03e5"+ - "\u03e4\3\2\2\2\u03e6\u03e7\3\2\2\2\u03e7\u03e5\3\2\2\2\u03e7\u03e8\3\2"+ - "\2\2\u03e8\u00d7\3\2\2\2\u03e9\u03eb\5\u00e6s\2\u03ea\u03e9\3\2\2\2\u03eb"+ - "\u03ee\3\2\2\2\u03ec\u03ea\3\2\2\2\u03ec\u03ed\3\2\2\2\u03ed\u03ef\3\2"+ - "\2\2\u03ee\u03ec\3\2\2\2\u03ef\u03f1\7\60\2\2\u03f0\u03f2\5\u00e6s\2\u03f1"+ - "\u03f0\3\2\2\2\u03f2\u03f3\3\2\2\2\u03f3\u03f1\3\2\2\2\u03f3\u03f4\3\2"+ - "\2\2\u03f4\u00d9\3\2\2\2\u03f5\u03fb\7&\2\2\u03f6\u03f7\7\62\2\2\u03f7"+ - "\u03fb\7z\2\2\u03f8\u03f9\7\62\2\2\u03f9\u03fb\7Z\2\2\u03fa\u03f5\3\2"+ - "\2\2\u03fa\u03f6\3\2\2\2\u03fa\u03f8\3\2\2\2\u03fb\u03ff\3\2\2\2\u03fc"+ - "\u03fe\5\u00e8t\2\u03fd\u03fc\3\2\2\2\u03fe\u0401\3\2\2\2\u03ff\u03fd"+ - "\3\2\2\2\u03ff\u0400\3\2\2\2\u0400\u0402\3\2\2\2\u0401\u03ff\3\2\2\2\u0402"+ - "\u0404\7\60\2\2\u0403\u0405\5\u00e8t\2\u0404\u0403\3\2\2\2\u0405\u0406"+ - "\3\2\2\2\u0406\u0404\3\2\2\2\u0406\u0407\3\2\2\2\u0407\u00db\3\2\2\2\u0408"+ - "\u040c\5\u00e0p\2\u0409\u040c\5\u00e2q\2\u040a\u040c\5\u00deo\2\u040b"+ - "\u0408\3\2\2\2\u040b\u0409\3\2\2\2\u040b\u040a\3\2\2\2\u040c\u0410\3\2"+ - "\2\2\u040d\u040e\t\b\2\2\u040e\u0411\t\t\2\2\u040f\u0411\7n\2\2\u0410"+ - "\u040d\3\2\2\2\u0410\u040f\3\2\2\2\u0410\u0411\3\2\2\2\u0411\u00dd\3\2"+ - "\2\2\u0412\u0413\7\62\2\2\u0413\u0415\t\n\2\2\u0414\u0416\5\u00e4r\2\u0415"+ - "\u0414\3\2\2\2\u0416\u0417\3\2\2\2\u0417\u0415\3\2\2\2\u0417\u0418\3\2"+ - "\2\2\u0418\u0420\3\2\2\2\u0419\u041b\7\'\2\2\u041a\u041c\5\u00e4r\2\u041b"+ - "\u041a\3\2\2\2\u041c\u041d\3\2\2\2\u041d\u041b\3\2\2\2\u041d\u041e\3\2"+ - "\2\2\u041e\u0420\3\2\2\2\u041f\u0412\3\2\2\2\u041f\u0419\3\2\2\2\u0420"+ - "\u00df\3\2\2\2\u0421\u0423\5\u00e6s\2\u0422\u0421\3\2\2\2\u0423\u0424"+ - "\3\2\2\2\u0424\u0422\3\2\2\2\u0424\u0425\3\2\2\2\u0425\u00e1\3\2\2\2\u0426"+ - "\u042c\7&\2\2\u0427\u0428\7\62\2\2\u0428\u042c\7z\2\2\u0429\u042a\7\62"+ - "\2\2\u042a\u042c\7Z\2\2\u042b\u0426\3\2\2\2\u042b\u0427\3\2\2\2\u042b"+ - "\u0429\3\2\2\2\u042c\u042e\3\2\2\2\u042d\u042f\5\u00e8t\2\u042e\u042d"+ - "\3\2\2\2\u042f\u0430\3\2\2\2\u0430\u042e\3\2\2\2\u0430\u0431\3\2\2\2\u0431"+ - "\u00e3\3\2\2\2\u0432\u0433\t\13\2\2\u0433\u00e5\3\2\2\2\u0434\u0435\t"+ - "\f\2\2\u0435\u00e7\3\2\2\2\u0436\u0437\t\r\2\2\u0437\u00e9\3\2\2\2\u0438"+ - "\u043c\5\u00ecv\2\u0439\u043b\5\u00eew\2\u043a\u0439\3\2\2\2\u043b\u043e"+ - "\3\2\2\2\u043c\u043a\3\2\2\2\u043c\u043d\3\2\2\2\u043d\u043f\3\2\2\2\u043e"+ - "\u043c\3\2\2\2\u043f\u0440\bu\6\2\u0440\u00eb\3\2\2\2\u0441\u0442\t\16"+ - "\2\2\u0442\u00ed\3\2\2\2\u0443\u0444\t\17\2\2\u0444\u00ef\3\2\2\2\u0445"+ - "\u0447\t\20\2\2\u0446\u0445\3\2\2\2\u0447\u0448\3\2\2\2\u0448\u0446\3"+ - "\2\2\2\u0448\u0449\3\2\2\2\u0449\u044a\3\2\2\2\u044a\u044b\bx\7\2\u044b"+ - "\u00f1\3\2\2\2\u044c\u044d\7\61\2\2\u044d\u044e\7\61\2\2\u044e\u0452\3"+ - "\2\2\2\u044f\u0451\n\21\2\2\u0450\u044f\3\2\2\2\u0451\u0454\3\2\2\2\u0452"+ - "\u0450\3\2\2\2\u0452\u0453\3\2\2\2\u0453\u0455\3\2\2\2\u0454\u0452\3\2"+ - "\2\2\u0455\u0456\by\b\2\u0456\u00f3\3\2\2\2\u0457\u0458\7\61\2\2\u0458"+ - "\u0459\7,\2\2\u0459\u045d\3\2\2\2\u045a\u045c\13\2\2\2\u045b\u045a\3\2"+ - "\2\2\u045c\u045f\3\2\2\2\u045d\u045e\3\2\2\2\u045d\u045b\3\2\2\2\u045e"+ - "\u0460\3\2\2\2\u045f\u045d\3\2\2\2\u0460\u0461\7,\2\2\u0461\u0462\7\61"+ - "\2\2\u0462\u0463\3\2\2\2\u0463\u0464\bz\b\2\u0464\u00f5\3\2\2\2\u0465"+ - "\u0466\7\60\2\2\u0466\u0467\7d\2\2\u0467\u0468\7{\2\2\u0468\u0469\7v\2"+ - "\2\u0469\u046a\7g\2\2\u046a\u00f7\3\2\2\2\u046b\u046c\7d\2\2\u046c\u046d"+ - "\7t\2\2\u046d\u054a\7m\2\2\u046e\u046f\7q\2\2\u046f\u0470\7t\2\2\u0470"+ - "\u054a\7c\2\2\u0471\u0472\7m\2\2\u0472\u0473\7k\2\2\u0473\u054a\7n\2\2"+ - "\u0474\u0475\7u\2\2\u0475\u0476\7n\2\2\u0476\u054a\7q\2\2\u0477\u0478"+ - "\7p\2\2\u0478\u0479\7q\2\2\u0479\u054a\7r\2\2\u047a\u047b\7c\2\2\u047b"+ - "\u047c\7u\2\2\u047c\u054a\7n\2\2\u047d\u047e\7r\2\2\u047e\u047f\7j\2\2"+ - "\u047f\u054a\7r\2\2\u0480\u0481\7c\2\2\u0481\u0482\7p\2\2\u0482\u054a"+ - "\7e\2\2\u0483\u0484\7d\2\2\u0484\u0485\7r\2\2\u0485\u054a\7n\2\2\u0486"+ - "\u0487\7e\2\2\u0487\u0488\7n\2\2\u0488\u054a\7e\2\2\u0489\u048a\7l\2\2"+ - "\u048a\u048b\7u\2\2\u048b\u054a\7t\2\2\u048c\u048d\7c\2\2\u048d\u048e"+ - "\7p\2\2\u048e\u054a\7f\2\2\u048f\u0490\7t\2\2\u0490\u0491\7n\2\2\u0491"+ - "\u054a\7c\2\2\u0492\u0493\7d\2\2\u0493\u0494\7k\2\2\u0494\u054a\7v\2\2"+ - "\u0495\u0496\7t\2\2\u0496\u0497\7q\2\2\u0497\u054a\7n\2\2\u0498\u0499"+ - "\7r\2\2\u0499\u049a\7n\2\2\u049a\u054a\7c\2\2\u049b\u049c\7r\2\2\u049c"+ - "\u049d\7n\2\2\u049d\u054a\7r\2\2\u049e\u049f\7d\2\2\u049f\u04a0\7o\2\2"+ - "\u04a0\u054a\7k\2\2\u04a1\u04a2\7u\2\2\u04a2\u04a3\7g\2\2\u04a3\u054a"+ - "\7e\2\2\u04a4\u04a5\7t\2\2\u04a5\u04a6\7v\2\2\u04a6\u054a\7k\2\2\u04a7"+ - "\u04a8\7g\2\2\u04a8\u04a9\7q\2\2\u04a9\u054a\7t\2\2\u04aa\u04ab\7u\2\2"+ - "\u04ab\u04ac\7t\2\2\u04ac\u054a\7g\2\2\u04ad\u04ae\7n\2\2\u04ae\u04af"+ - "\7u\2\2\u04af\u054a\7t\2\2\u04b0\u04b1\7r\2\2\u04b1\u04b2\7j\2\2\u04b2"+ - "\u054a\7c\2\2\u04b3\u04b4\7c\2\2\u04b4\u04b5\7n\2\2\u04b5\u054a\7t\2\2"+ - "\u04b6\u04b7\7l\2\2\u04b7\u04b8\7o\2\2\u04b8\u054a\7r\2\2\u04b9\u04ba"+ - "\7d\2\2\u04ba\u04bb\7x\2\2\u04bb\u054a\7e\2\2\u04bc\u04bd\7e\2\2\u04bd"+ - "\u04be\7n\2\2\u04be\u054a\7k\2\2\u04bf\u04c0\7t\2\2\u04c0\u04c1\7v\2\2"+ - "\u04c1\u054a\7u\2\2\u04c2\u04c3\7c\2\2\u04c3\u04c4\7f\2\2\u04c4\u054a"+ - "\7e\2\2\u04c5\u04c6\7t\2\2\u04c6\u04c7\7t\2\2\u04c7\u054a\7c\2\2\u04c8"+ - "\u04c9\7d\2\2\u04c9\u04ca\7x\2\2\u04ca\u054a\7u\2\2\u04cb\u04cc\7u\2\2"+ - "\u04cc\u04cd\7g\2\2\u04cd\u054a\7k\2\2\u04ce\u04cf\7u\2\2\u04cf\u04d0"+ - "\7c\2\2\u04d0\u054a\7z\2\2\u04d1\u04d2\7u\2\2\u04d2\u04d3\7v\2\2\u04d3"+ - "\u054a\7{\2\2\u04d4\u04d5\7u\2\2\u04d5\u04d6\7v\2\2\u04d6\u054a\7c\2\2"+ - "\u04d7\u04d8\7u\2\2\u04d8\u04d9\7v\2\2\u04d9\u054a\7z\2\2\u04da\u04db"+ - "\7f\2\2\u04db\u04dc\7g\2\2\u04dc\u054a\7{\2\2\u04dd\u04de\7v\2\2\u04de"+ - "\u04df\7z\2\2\u04df\u054a\7c\2\2\u04e0\u04e1\7z\2\2\u04e1\u04e2\7c\2\2"+ - "\u04e2\u054a\7c\2\2\u04e3\u04e4\7d\2\2\u04e4\u04e5\7e\2\2\u04e5\u054a"+ - "\7e\2\2\u04e6\u04e7\7c\2\2\u04e7\u04e8\7j\2\2\u04e8\u054a\7z\2\2\u04e9"+ - "\u04ea\7v\2\2\u04ea\u04eb\7{\2\2\u04eb\u054a\7c\2\2\u04ec\u04ed\7v\2\2"+ - "\u04ed\u04ee\7z\2\2\u04ee\u054a\7u\2\2\u04ef\u04f0\7v\2\2\u04f0\u04f1"+ - "\7c\2\2\u04f1\u054a\7u\2\2\u04f2\u04f3\7u\2\2\u04f3\u04f4\7j\2\2\u04f4"+ - "\u054a\7{\2\2\u04f5\u04f6\7u\2\2\u04f6\u04f7\7j\2\2\u04f7\u054a\7z\2\2"+ - "\u04f8\u04f9\7n\2\2\u04f9\u04fa\7f\2\2\u04fa\u054a\7{\2\2\u04fb\u04fc"+ - "\7n\2\2\u04fc\u04fd\7f\2\2\u04fd\u054a\7c\2\2\u04fe\u04ff\7n\2\2\u04ff"+ - "\u0500\7f\2\2\u0500\u054a\7z\2\2\u0501\u0502\7n\2\2\u0502\u0503\7c\2\2"+ - "\u0503\u054a\7z\2\2\u0504\u0505\7v\2\2\u0505\u0506\7c\2\2\u0506\u054a"+ - "\7{\2\2\u0507\u0508\7v\2\2\u0508\u0509\7c\2\2\u0509\u054a\7z\2\2\u050a"+ - "\u050b\7d\2\2\u050b\u050c\7e\2\2\u050c\u054a\7u\2\2\u050d\u050e\7e\2\2"+ - "\u050e\u050f\7n\2\2\u050f\u054a\7x\2\2\u0510\u0511\7v\2\2\u0511\u0512"+ - "\7u\2\2\u0512\u054a\7z\2\2\u0513\u0514\7n\2\2\u0514\u0515\7c\2\2\u0515"+ - "\u054a\7u\2\2\u0516\u0517\7e\2\2\u0517\u0518\7r\2\2\u0518\u054a\7{\2\2"+ - "\u0519\u051a\7e\2\2\u051a\u051b\7o\2\2\u051b\u054a\7r\2\2\u051c\u051d"+ - "\7e\2\2\u051d\u051e\7r\2\2\u051e\u054a\7z\2\2\u051f\u0520\7f\2\2\u0520"+ - "\u0521\7e\2\2\u0521\u054a\7r\2\2\u0522\u0523\7f\2\2\u0523\u0524\7g\2\2"+ - "\u0524\u054a\7e\2\2\u0525\u0526\7k\2\2\u0526\u0527\7p\2\2\u0527\u054a"+ - "\7e\2\2\u0528\u0529\7c\2\2\u0529\u052a\7z\2\2\u052a\u054a\7u\2\2\u052b"+ - "\u052c\7d\2\2\u052c\u052d\7p\2\2\u052d\u054a\7g\2\2\u052e\u052f\7e\2\2"+ - "\u052f\u0530\7n\2\2\u0530\u054a\7f\2\2\u0531\u0532\7u\2\2\u0532\u0533"+ - "\7d\2\2\u0533\u054a\7e\2\2\u0534\u0535\7k\2\2\u0535\u0536\7u\2\2\u0536"+ - "\u054a\7e\2\2\u0537\u0538\7k\2\2\u0538\u0539\7p\2\2\u0539\u054a\7z\2\2"+ - "\u053a\u053b\7d\2\2\u053b\u053c\7g\2\2\u053c\u054a\7s\2\2\u053d\u053e"+ - "\7u\2\2\u053e\u053f\7g\2\2\u053f\u054a\7f\2\2\u0540\u0541\7f\2\2\u0541"+ - "\u0542\7g\2\2\u0542\u054a\7z\2\2\u0543\u0544\7k\2\2\u0544\u0545\7p\2\2"+ - "\u0545\u054a\7{\2\2\u0546\u0547\7t\2\2\u0547\u0548\7q\2\2\u0548\u054a"+ - "\7t\2\2\u0549\u046b\3\2\2\2\u0549\u046e\3\2\2\2\u0549\u0471\3\2\2\2\u0549"+ - "\u0474\3\2\2\2\u0549\u0477\3\2\2\2\u0549\u047a\3\2\2\2\u0549\u047d\3\2"+ - "\2\2\u0549\u0480\3\2\2\2\u0549\u0483\3\2\2\2\u0549\u0486\3\2\2\2\u0549"+ - "\u0489\3\2\2\2\u0549\u048c\3\2\2\2\u0549\u048f\3\2\2\2\u0549\u0492\3\2"+ - "\2\2\u0549\u0495\3\2\2\2\u0549\u0498\3\2\2\2\u0549\u049b\3\2\2\2\u0549"+ - "\u049e\3\2\2\2\u0549\u04a1\3\2\2\2\u0549\u04a4\3\2\2\2\u0549\u04a7\3\2"+ - "\2\2\u0549\u04aa\3\2\2\2\u0549\u04ad\3\2\2\2\u0549\u04b0\3\2\2\2\u0549"+ - "\u04b3\3\2\2\2\u0549\u04b6\3\2\2\2\u0549\u04b9\3\2\2\2\u0549\u04bc\3\2"+ - "\2\2\u0549\u04bf\3\2\2\2\u0549\u04c2\3\2\2\2\u0549\u04c5\3\2\2\2\u0549"+ - "\u04c8\3\2\2\2\u0549\u04cb\3\2\2\2\u0549\u04ce\3\2\2\2\u0549\u04d1\3\2"+ - "\2\2\u0549\u04d4\3\2\2\2\u0549\u04d7\3\2\2\2\u0549\u04da\3\2\2\2\u0549"+ - "\u04dd\3\2\2\2\u0549\u04e0\3\2\2\2\u0549\u04e3\3\2\2\2\u0549\u04e6\3\2"+ - "\2\2\u0549\u04e9\3\2\2\2\u0549\u04ec\3\2\2\2\u0549\u04ef\3\2\2\2\u0549"+ - "\u04f2\3\2\2\2\u0549\u04f5\3\2\2\2\u0549\u04f8\3\2\2\2\u0549\u04fb\3\2"+ - "\2\2\u0549\u04fe\3\2\2\2\u0549\u0501\3\2\2\2\u0549\u0504\3\2\2\2\u0549"+ - "\u0507\3\2\2\2\u0549\u050a\3\2\2\2\u0549\u050d\3\2\2\2\u0549\u0510\3\2"+ - "\2\2\u0549\u0513\3\2\2\2\u0549\u0516\3\2\2\2\u0549\u0519\3\2\2\2\u0549"+ - "\u051c\3\2\2\2\u0549\u051f\3\2\2\2\u0549\u0522\3\2\2\2\u0549\u0525\3\2"+ - "\2\2\u0549\u0528\3\2\2\2\u0549\u052b\3\2\2\2\u0549\u052e\3\2\2\2\u0549"+ - "\u0531\3\2\2\2\u0549\u0534\3\2\2\2\u0549\u0537\3\2\2\2\u0549\u053a\3\2"+ - "\2\2\u0549\u053d\3\2\2\2\u0549\u0540\3\2\2\2\u0549\u0543\3\2\2\2\u0549"+ - "\u0546\3\2\2\2\u054a\u00f9\3\2\2\2\u054b\u054c\7%\2\2\u054c\u00fb\3\2"+ - "\2\2\u054d\u054e\7<\2\2\u054e\u00fd\3\2\2\2\u054f\u0550\7.\2\2\u0550\u00ff"+ - "\3\2\2\2\u0551\u0552\7*\2\2\u0552\u0101\3\2\2\2\u0553\u0554\7+\2\2\u0554"+ - "\u0103\3\2\2\2\u0555\u0556\7]\2\2\u0556\u0105\3\2\2\2\u0557\u0558\7_\2"+ - "\2\u0558\u0107\3\2\2\2\u0559\u055a\7\60\2\2\u055a\u0109\3\2\2\2\u055b"+ - "\u055c\7>\2\2\u055c\u055d\7>\2\2\u055d\u010b\3\2\2\2\u055e\u055f\7@\2"+ - "\2\u055f\u0560\7@\2\2\u0560\u010d\3\2\2\2\u0561\u0562\7-\2\2\u0562\u010f"+ - "\3\2\2\2\u0563\u0564\7/\2\2\u0564\u0111\3\2\2\2\u0565\u0566\7>\2\2\u0566"+ - "\u0113\3\2\2\2\u0567\u0568\7@\2\2\u0568\u0115\3\2\2\2\u0569\u056a\7,\2"+ - "\2\u056a\u0117\3\2\2\2\u056b\u056c\7\61\2\2\u056c\u0119\3\2\2\2\u056d"+ - "\u056e\7}\2\2\u056e\u056f\b\u008d\t\2\u056f\u011b\3\2\2\2\u0570\u0571"+ - "\7\177\2\2\u0571\u0572\b\u008e\n\2\u0572\u011d\3\2\2\2\u0573\u0576\5\u0120"+ - "\u0090\2\u0574\u0576\5\u0128\u0094\2\u0575\u0573\3\2\2\2\u0575\u0574\3"+ - "\2\2\2\u0576\u011f\3\2\2\2\u0577\u057b\5\u0122\u0091\2\u0578\u057b\5\u0124"+ - "\u0092\2\u0579\u057b\5\u0126\u0093\2\u057a\u0577\3\2\2\2\u057a\u0578\3"+ - "\2\2\2\u057a\u0579\3\2\2\2\u057b\u0121\3\2\2\2\u057c\u0580\7\'\2\2\u057d"+ - "\u057f\5\u0130\u0098\2\u057e\u057d\3\2\2\2\u057f\u0582\3\2\2\2\u0580\u057e"+ - "\3\2\2\2\u0580\u0581\3\2\2\2\u0581\u0583\3\2\2\2\u0582\u0580\3\2\2\2\u0583"+ - "\u0585\7\60\2\2\u0584\u0586\5\u0130\u0098\2\u0585\u0584\3\2\2\2\u0586"+ - "\u0587\3\2\2\2\u0587\u0585\3\2\2\2\u0587\u0588\3\2\2\2\u0588\u0123\3\2"+ - "\2\2\u0589\u058b\5\u0132\u0099\2\u058a\u0589\3\2\2\2\u058b\u058e\3\2\2"+ - "\2\u058c\u058a\3\2\2\2\u058c\u058d\3\2\2\2\u058d\u058f\3\2\2\2\u058e\u058c"+ - "\3\2\2\2\u058f\u0591\7\60\2\2\u0590\u0592\5\u0132\u0099\2\u0591\u0590"+ - "\3\2\2\2\u0592\u0593\3\2\2\2\u0593\u0591\3\2\2\2\u0593\u0594\3\2\2\2\u0594"+ - "\u0125\3\2\2\2\u0595\u0599\7&\2\2\u0596\u0598\5\u0134\u009a\2\u0597\u0596"+ - "\3\2\2\2\u0598\u059b\3\2\2\2\u0599\u0597\3\2\2\2\u0599\u059a\3\2\2\2\u059a"+ - "\u059c\3\2\2\2\u059b\u0599\3\2\2\2\u059c\u059e\7\60\2\2\u059d\u059f\5"+ - "\u0134\u009a\2\u059e\u059d\3\2\2\2\u059f\u05a0\3\2\2\2\u05a0\u059e\3\2"+ - "\2\2\u05a0\u05a1\3\2\2\2\u05a1\u0127\3\2\2\2\u05a2\u05a6\5\u012c\u0096"+ - "\2\u05a3\u05a6\5\u012e\u0097\2\u05a4\u05a6\5\u012a\u0095\2\u05a5\u05a2"+ - "\3\2\2\2\u05a5\u05a3\3\2\2\2\u05a5\u05a4\3\2\2\2\u05a6\u0129\3\2\2\2\u05a7"+ - "\u05a9\7\'\2\2\u05a8\u05aa\5\u0130\u0098\2\u05a9\u05a8\3\2\2\2\u05aa\u05ab"+ - "\3\2\2\2\u05ab\u05a9\3\2\2\2\u05ab\u05ac\3\2\2\2\u05ac\u012b\3\2\2\2\u05ad"+ - "\u05af\5\u0132\u0099\2\u05ae\u05ad\3\2\2\2\u05af\u05b0\3\2\2\2\u05b0\u05ae"+ - "\3\2\2\2\u05b0\u05b1\3\2\2\2\u05b1\u012d\3\2\2\2\u05b2\u05b4\7&\2\2\u05b3"+ - "\u05b5\5\u0134\u009a\2\u05b4\u05b3\3\2\2\2\u05b5\u05b6\3\2\2\2\u05b6\u05b4"+ - "\3\2\2\2\u05b6\u05b7\3\2\2\2\u05b7\u012f\3\2\2\2\u05b8\u05b9\t\13\2\2"+ - "\u05b9\u0131\3\2\2\2\u05ba\u05bb\t\f\2\2\u05bb\u0133\3\2\2\2\u05bc\u05bd"+ - "\t\r\2\2\u05bd\u0135\3\2\2\2\u05be\u05c2\7)\2\2\u05bf\u05c0\7^\2\2\u05c0"+ - "\u05c3\t\6\2\2\u05c1\u05c3\n\7\2\2\u05c2\u05bf\3\2\2\2\u05c2\u05c1\3\2"+ - "\2\2\u05c3\u05c4\3\2\2\2\u05c4\u05c5\7)\2\2\u05c5\u0137\3\2\2\2\u05c6"+ - "\u05c8\5\u013a\u009d\2\u05c7\u05c9\t\22\2\2\u05c8\u05c7\3\2\2\2\u05c9"+ - "\u05ca\3\2\2\2\u05ca\u05c8\3\2\2\2\u05ca\u05cb\3\2\2\2\u05cb\u0139\3\2"+ - "\2\2\u05cc\u05d0\7#\2\2\u05cd\u05cf\5\u0140\u00a0\2\u05ce\u05cd\3\2\2"+ - "\2\u05cf\u05d2\3\2\2\2\u05d0\u05ce\3\2\2\2\u05d0\u05d1\3\2\2\2\u05d1\u013b"+ - "\3\2\2\2\u05d2\u05d0\3\2\2\2\u05d3\u05d7\5\u013e\u009f\2\u05d4\u05d6\5"+ - "\u0140\u00a0\2\u05d5\u05d4\3\2\2\2\u05d6\u05d9\3\2\2\2\u05d7\u05d5\3\2"+ - "\2\2\u05d7\u05d8\3\2\2\2\u05d8\u013d\3\2\2\2\u05d9\u05d7\3\2\2\2\u05da"+ - "\u05db\t\16\2\2\u05db\u013f\3\2\2\2\u05dc\u05dd\t\17\2\2\u05dd\u0141\3"+ - "\2\2\2\u05de\u05e0\t\20\2\2\u05df\u05de\3\2\2\2\u05e0\u05e1\3\2\2\2\u05e1"+ - "\u05df\3\2\2\2\u05e1\u05e2\3\2\2\2\u05e2\u05e3\3\2\2\2\u05e3\u05e4\b\u00a1"+ - "\7\2\u05e4\u0143\3\2\2\2\u05e5\u05e6\7\61\2\2\u05e6\u05e7\7\61\2\2\u05e7"+ - "\u05eb\3\2\2\2\u05e8\u05ea\n\21\2\2\u05e9\u05e8\3\2\2\2\u05ea\u05ed\3"+ - "\2\2\2\u05eb\u05e9\3\2\2\2\u05eb\u05ec\3\2\2\2\u05ec\u05ee\3\2\2\2\u05ed"+ - "\u05eb\3\2\2\2\u05ee\u05ef\b\u00a2\b\2\u05ef\u0145\3\2\2\2\u05f0\u05f1"+ - "\7\61\2\2\u05f1\u05f2\7,\2\2\u05f2\u05f6\3\2\2\2\u05f3\u05f5\13\2\2\2"+ - "\u05f4\u05f3\3\2\2\2\u05f5\u05f8\3\2\2\2\u05f6\u05f7\3\2\2\2\u05f6\u05f4"+ - "\3\2\2\2\u05f7\u05f9\3\2\2\2\u05f8\u05f6\3\2\2\2\u05f9\u05fa\7,\2\2\u05fa"+ - "\u05fb\7\61\2\2\u05fb\u05fc\3\2\2\2\u05fc\u05fd\b\u00a3\b\2\u05fd\u0147"+ - "\3\2\2\2<\2\3\u01b1\u0282\u0331\u0358\u0363\u036b\u0375\u0377\u037c\u0380"+ - "\u0382\u0385\u038d\u039e\u03cf\u03d4\u03db\u03e0\u03e7\u03ec\u03f3\u03fa"+ - "\u03ff\u0406\u040b\u0410\u0417\u041d\u041f\u0424\u042b\u0430\u043c\u0448"+ - "\u0452\u045d\u0549\u0575\u057a\u0580\u0587\u058c\u0593\u0599\u05a0\u05a5"+ - "\u05ab\u05b0\u05b6\u05c2\u05ca\u05d0\u05d7\u05e1\u05eb\u05f6\13\3\2\2"+ - "\3&\3\3K\4\3^\5\3u\6\2\3\2\2\4\2\3\u008d\7\3\u008e\b"; + "\64\3\64\3\64\3\65\3\65\3\65\3\65\3\65\3\65\3\65\3\66\3\66\3\66\3\66\3"+ + "\66\3\66\3\66\3\66\3\66\3\66\3\67\3\67\3\67\3\67\3\67\3\67\3\67\3\67\3"+ + "\67\38\38\38\38\38\38\38\38\38\38\39\39\39\39\39\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>\u0274\n>\3?\3?\3?\3?"+ + "\3?\3?\3?\3?\3?\3?\3@\3@\3@\3A\3A\3A\3A\3A\3B\3B\3B\3B\3B\3B\3C\3C\3C"+ + "\3D\3D\3D\3D\3E\3E\3E\3E\3E\3E\3E\3F\3F\3F\3F\3F\3F\3F\3G\3G\3G\3G\3G"+ + "\3G\3H\3H\3H\3H\3H\3H\3H\3H\3H\3I\3I\3I\3I\3I\3I\3J\3J\3J\3J\3J\3J\3J"+ + "\3J\3K\3K\3K\3K\3K\3L\3L\3L\3L\3L\3L\3L\3M\3M\3M\3M\3M\3N\3N\3N\3N\3N"+ + "\3N\3N\3O\3O\3O\3O\3O\3O\3O\3P\3P\3P\3P\3P\3P\3P\3P\3Q\3Q\3Q\3Q\3Q\3Q"+ + "\3Q\3Q\3R\3R\3R\3R\3R\3R\3R\3R\3R\3S\3S\3S\3S\3S\3T\3T\3T\3T\3T\3T\3T"+ + "\3T\3T\3U\3U\3U\3U\3U\3U\3V\3V\3V\3V\3V\3V\3V\3W\3W\3X\3X\3X\3X\3X\3X"+ + "\3X\3X\3X\3X\3X\3X\3X\3X\5X\u0323\nX\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y"+ + "\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y\3Y"+ + "\3Y\3Y\3Y\5Y\u034a\nY\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\3Z\5Z\u0355\nZ\3[\3[\3["+ + "\3[\7[\u035b\n[\f[\16[\u035e\13[\3[\3[\3[\3\\\3\\\3\\\3\\\7\\\u0367\n"+ + "\\\f\\\16\\\u036a\13\\\3\\\3\\\5\\\u036e\n\\\3\\\3\\\5\\\u0372\n\\\5\\"+ + "\u0374\n\\\3\\\5\\\u0377\n\\\3\\\3\\\3]\3]\3]\3]\5]\u037f\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`\3a\3a\3a\3a\3a\3a\3a\3a\3b\3b\3b\3b\3b\5b\u03ad\nb\3c"+ + "\3c\3c\3c\3c\3c\3c\3d\3d\3d\3d\3d\3d\3d\3e\3e\3e\3e\3e\3e\3e\3e\3f\3f"+ + "\3f\3f\3g\3g\3g\3g\3g\3g\3h\3h\3h\3h\3h\3h\3i\3i\3i\3i\3i\3i\3i\3j\3j"+ + "\5j\u03de\nj\3k\3k\3k\5k\u03e3\nk\3l\3l\3l\3l\3l\5l\u03ea\nl\3l\7l\u03ed"+ + "\nl\fl\16l\u03f0\13l\3l\3l\6l\u03f4\nl\rl\16l\u03f5\3m\7m\u03f9\nm\fm"+ + "\16m\u03fc\13m\3m\3m\6m\u0400\nm\rm\16m\u0401\3n\3n\3n\3n\3n\5n\u0409"+ + "\nn\3n\7n\u040c\nn\fn\16n\u040f\13n\3n\3n\6n\u0413\nn\rn\16n\u0414\3o"+ + "\3o\3o\5o\u041a\no\3o\3o\3o\5o\u041f\no\3p\3p\3p\6p\u0424\np\rp\16p\u0425"+ + "\3p\3p\6p\u042a\np\rp\16p\u042b\5p\u042e\np\3q\6q\u0431\nq\rq\16q\u0432"+ + "\3r\3r\3r\3r\3r\5r\u043a\nr\3r\6r\u043d\nr\rr\16r\u043e\3s\3s\3t\3t\3"+ + "u\3u\3v\3v\7v\u0449\nv\fv\16v\u044c\13v\3v\3v\3w\3w\3x\3x\3y\6y\u0455"+ + "\ny\ry\16y\u0456\3y\3y\3z\3z\3z\3z\7z\u045f\nz\fz\16z\u0462\13z\3z\3z"+ + "\3{\3{\3{\3{\7{\u046a\n{\f{\16{\u046d\13{\3{\3{\3{\3{\3{\3|\3|\3|\3|\3"+ + "|\3|\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3"+ + "}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3"+ + "}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3"+ + "}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3"+ + "}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3"+ + "}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3"+ + "}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3"+ + "}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3"+ + "}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\3}\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}\u0558\n}\3~\3~\3"+ + "\177\3\177\3\u0080\3\u0080\3\u0081\3\u0081\3\u0082\3\u0082\3\u0083\3\u0083"+ + "\3\u0084\3\u0084\3\u0085\3\u0085\3\u0086\3\u0086\3\u0086\3\u0087\3\u0087"+ + "\3\u0087\3\u0088\3\u0088\3\u0089\3\u0089\3\u008a\3\u008a\3\u008b\3\u008b"+ + "\3\u008c\3\u008c\3\u008d\3\u008d\3\u008e\3\u008e\3\u008e\3\u008f\3\u008f"+ + "\3\u008f\3\u0090\3\u0090\5\u0090\u0584\n\u0090\3\u0091\3\u0091\3\u0091"+ + "\5\u0091\u0589\n\u0091\3\u0092\3\u0092\7\u0092\u058d\n\u0092\f\u0092\16"+ + "\u0092\u0590\13\u0092\3\u0092\3\u0092\6\u0092\u0594\n\u0092\r\u0092\16"+ + "\u0092\u0595\3\u0093\7\u0093\u0599\n\u0093\f\u0093\16\u0093\u059c\13\u0093"+ + "\3\u0093\3\u0093\6\u0093\u05a0\n\u0093\r\u0093\16\u0093\u05a1\3\u0094"+ + "\3\u0094\7\u0094\u05a6\n\u0094\f\u0094\16\u0094\u05a9\13\u0094\3\u0094"+ + "\3\u0094\6\u0094\u05ad\n\u0094\r\u0094\16\u0094\u05ae\3\u0095\3\u0095"+ + "\3\u0095\5\u0095\u05b4\n\u0095\3\u0096\3\u0096\6\u0096\u05b8\n\u0096\r"+ + "\u0096\16\u0096\u05b9\3\u0097\6\u0097\u05bd\n\u0097\r\u0097\16\u0097\u05be"+ + "\3\u0098\3\u0098\6\u0098\u05c3\n\u0098\r\u0098\16\u0098\u05c4\3\u0099"+ + "\3\u0099\3\u009a\3\u009a\3\u009b\3\u009b\3\u009c\3\u009c\3\u009c\3\u009c"+ + "\5\u009c\u05d1\n\u009c\3\u009c\3\u009c\3\u009d\3\u009d\6\u009d\u05d7\n"+ + "\u009d\r\u009d\16\u009d\u05d8\3\u009e\3\u009e\7\u009e\u05dd\n\u009e\f"+ + "\u009e\16\u009e\u05e0\13\u009e\3\u009f\3\u009f\7\u009f\u05e4\n\u009f\f"+ + "\u009f\16\u009f\u05e7\13\u009f\3\u00a0\3\u00a0\3\u00a1\3\u00a1\3\u00a2"+ + "\6\u00a2\u05ee\n\u00a2\r\u00a2\16\u00a2\u05ef\3\u00a2\3\u00a2\3\u00a3"+ + "\3\u00a3\3\u00a3\3\u00a3\7\u00a3\u05f8\n\u00a3\f\u00a3\16\u00a3\u05fb"+ + "\13\u00a3\3\u00a3\3\u00a3\3\u00a4\3\u00a4\3\u00a4\3\u00a4\7\u00a4\u0603"+ + "\n\u00a4\f\u00a4\16\u00a4\u0606\13\u00a4\3\u00a4\3\u00a4\3\u00a4\3\u00a4"+ + "\3\u00a4\5\u035c\u046b\u0604\2\u00a5\4\4\6\5\b\6\n\7\f\b\16\t\20\n\22"+ + "\13\24\f\26\r\30\16\32\17\34\20\36\21 \22\"\23$\24&\25(\26*\27,\30.\31"+ + "\60\32\62\33\64\34\66\358\36:\37< >!@\"B#D$F%H&J\'L(N)P*R+T,V-X.Z/\\\60"+ + "^\61`\62b\63d\64f\65h\66j\67l8n9p:r;tz?|@~A\u0080B\u0082C\u0084D"+ + "\u0086E\u0088F\u008aG\u008cH\u008eI\u0090J\u0092K\u0094L\u0096M\u0098"+ + "N\u009aO\u009cP\u009eQ\u00a0R\u00a2S\u00a4T\u00a6U\u00a8V\u00aaW\u00ac"+ + "X\u00aeY\u00b0Z\u00b2[\u00b4\\\u00b6]\u00b8^\u00ba_\u00bc`\u00bea\u00c0"+ + "b\u00c2c\u00c4d\u00c6e\u00c8f\u00cag\u00cch\u00cei\u00d0j\u00d2k\u00d4"+ + "l\u00d6m\u00d8n\u00dao\u00dcp\u00deq\u00e0r\u00e2s\u00e4t\u00e6\2\u00e8"+ + "\2\u00ea\2\u00ecu\u00ee\2\u00f0\2\u00f2v\u00f4w\u00f6x\u00f8y\u00faz\u00fc"+ + "{\u00fe|\u0100}\u0102~\u0104\177\u0106\u0080\u0108\u0081\u010a\u0082\u010c"+ + "\u0083\u010e\u0084\u0110\u0085\u0112\u0086\u0114\u0087\u0116\u0088\u0118"+ + "\u0089\u011a\u008a\u011c\u008b\u011e\u008c\u0120\u008d\u0122\u008e\u0124"+ + "\u008f\u0126\u0090\u0128\u0091\u012a\u0092\u012c\u0093\u012e\u0094\u0130"+ + "\u0095\u0132\2\u0134\2\u0136\2\u0138\u0096\u013a\u0097\u013c\u0098\u013e"+ + "\u0099\u0140\2\u0142\2\u0144\u009a\u0146\u009b\u0148\u009c\4\2\3\23\3"+ + "\2$$\3\2||\4\2rruu\4\2ooww\7\2$$))hhpptt\3\2))\4\2uuww\7\2dfkknnuuyy\4"+ + "\2DDdd\3\2\62\63\3\2\62;\5\2\62;CHch\5\2C\\aac|\6\2\62;C\\aac|\6\2\13"+ + "\f\17\17\"\"\u00a2\u00a2\4\2\f\f\17\17\4\2--//\2\u0697\2\4\3\2\2\2\2\6"+ + "\3\2\2\2\2\b\3\2\2\2\2\n\3\2\2\2\2\f\3\2\2\2\2\16\3\2\2\2\2\20\3\2\2\2"+ + "\2\22\3\2\2\2\2\24\3\2\2\2\2\26\3\2\2\2\2\30\3\2\2\2\2\32\3\2\2\2\2\34"+ + "\3\2\2\2\2\36\3\2\2\2\2 \3\2\2\2\2\"\3\2\2\2\2$\3\2\2\2\2&\3\2\2\2\2("+ + "\3\2\2\2\2*\3\2\2\2\2,\3\2\2\2\2.\3\2\2\2\2\60\3\2\2\2\2\62\3\2\2\2\2"+ + "\64\3\2\2\2\2\66\3\2\2\2\28\3\2\2\2\2:\3\2\2\2\2<\3\2\2\2\2>\3\2\2\2\2"+ + "@\3\2\2\2\2B\3\2\2\2\2D\3\2\2\2\2F\3\2\2\2\2H\3\2\2\2\2J\3\2\2\2\2L\3"+ + "\2\2\2\2N\3\2\2\2\2P\3\2\2\2\2R\3\2\2\2\2T\3\2\2\2\2V\3\2\2\2\2X\3\2\2"+ + "\2\2Z\3\2\2\2\2\\\3\2\2\2\2^\3\2\2\2\2`\3\2\2\2\2b\3\2\2\2\2d\3\2\2\2"+ + "\2f\3\2\2\2\2h\3\2\2\2\2j\3\2\2\2\2l\3\2\2\2\2n\3\2\2\2\2p\3\2\2\2\2r"+ + "\3\2\2\2\2t\3\2\2\2\2v\3\2\2\2\2x\3\2\2\2\2z\3\2\2\2\2|\3\2\2\2\2~\3\2"+ + "\2\2\2\u0080\3\2\2\2\2\u0082\3\2\2\2\2\u0084\3\2\2\2\2\u0086\3\2\2\2\2"+ + "\u0088\3\2\2\2\2\u008a\3\2\2\2\2\u008c\3\2\2\2\2\u008e\3\2\2\2\2\u0090"+ + "\3\2\2\2\2\u0092\3\2\2\2\2\u0094\3\2\2\2\2\u0096\3\2\2\2\2\u0098\3\2\2"+ + "\2\2\u009a\3\2\2\2\2\u009c\3\2\2\2\2\u009e\3\2\2\2\2\u00a0\3\2\2\2\2\u00a2"+ + "\3\2\2\2\2\u00a4\3\2\2\2\2\u00a6\3\2\2\2\2\u00a8\3\2\2\2\2\u00aa\3\2\2"+ + "\2\2\u00ac\3\2\2\2\2\u00ae\3\2\2\2\2\u00b0\3\2\2\2\2\u00b2\3\2\2\2\2\u00b4"+ + "\3\2\2\2\2\u00b6\3\2\2\2\2\u00b8\3\2\2\2\2\u00ba\3\2\2\2\2\u00bc\3\2\2"+ + "\2\2\u00be\3\2\2\2\2\u00c0\3\2\2\2\2\u00c2\3\2\2\2\2\u00c4\3\2\2\2\2\u00c6"+ + "\3\2\2\2\2\u00c8\3\2\2\2\2\u00ca\3\2\2\2\2\u00cc\3\2\2\2\2\u00ce\3\2\2"+ + "\2\2\u00d0\3\2\2\2\2\u00d2\3\2\2\2\2\u00d4\3\2\2\2\2\u00d6\3\2\2\2\2\u00d8"+ + "\3\2\2\2\2\u00da\3\2\2\2\2\u00dc\3\2\2\2\2\u00de\3\2\2\2\2\u00e0\3\2\2"+ + "\2\2\u00e2\3\2\2\2\2\u00e4\3\2\2\2\2\u00ec\3\2\2\2\2\u00f2\3\2\2\2\2\u00f4"+ + "\3\2\2\2\2\u00f6\3\2\2\2\3\u00f8\3\2\2\2\3\u00fa\3\2\2\2\3\u00fc\3\2\2"+ + "\2\3\u00fe\3\2\2\2\3\u0100\3\2\2\2\3\u0102\3\2\2\2\3\u0104\3\2\2\2\3\u0106"+ + "\3\2\2\2\3\u0108\3\2\2\2\3\u010a\3\2\2\2\3\u010c\3\2\2\2\3\u010e\3\2\2"+ + "\2\3\u0110\3\2\2\2\3\u0112\3\2\2\2\3\u0114\3\2\2\2\3\u0116\3\2\2\2\3\u0118"+ + "\3\2\2\2\3\u011a\3\2\2\2\3\u011c\3\2\2\2\3\u011e\3\2\2\2\3\u0120\3\2\2"+ + "\2\3\u0122\3\2\2\2\3\u0124\3\2\2\2\3\u0126\3\2\2\2\3\u0128\3\2\2\2\3\u012a"+ + "\3\2\2\2\3\u012c\3\2\2\2\3\u012e\3\2\2\2\3\u0130\3\2\2\2\3\u0138\3\2\2"+ + "\2\3\u013a\3\2\2\2\3\u013c\3\2\2\2\3\u013e\3\2\2\2\3\u0144\3\2\2\2\3\u0146"+ + "\3\2\2\2\3\u0148\3\2\2\2\4\u014a\3\2\2\2\6\u014d\3\2\2\2\b\u014f\3\2\2"+ + "\2\n\u0151\3\2\2\2\f\u0153\3\2\2\2\16\u0155\3\2\2\2\20\u0157\3\2\2\2\22"+ + "\u0159\3\2\2\2\24\u015b\3\2\2\2\26\u015d\3\2\2\2\30\u0160\3\2\2\2\32\u0162"+ + "\3\2\2\2\34\u0164\3\2\2\2\36\u0167\3\2\2\2 \u0169\3\2\2\2\"\u016b\3\2"+ + "\2\2$\u016d\3\2\2\2&\u016f\3\2\2\2(\u0171\3\2\2\2*\u0174\3\2\2\2,\u0177"+ + "\3\2\2\2.\u0179\3\2\2\2\60\u017b\3\2\2\2\62\u017d\3\2\2\2\64\u017f\3\2"+ + "\2\2\66\u0182\3\2\2\28\u0185\3\2\2\2:\u0188\3\2\2\2<\u018b\3\2\2\2>\u018d"+ + "\3\2\2\2@\u0190\3\2\2\2B\u0193\3\2\2\2D\u0195\3\2\2\2F\u0198\3\2\2\2H"+ + "\u019b\3\2\2\2J\u01b3\3\2\2\2L\u01b5\3\2\2\2N\u01bd\3\2\2\2P\u01c5\3\2"+ + "\2\2R\u01c8\3\2\2\2T\u01cf\3\2\2\2V\u01d4\3\2\2\2X\u01d8\3\2\2\2Z\u01e1"+ + "\3\2\2\2\\\u01ea\3\2\2\2^\u01f3\3\2\2\2`\u01f9\3\2\2\2b\u0200\3\2\2\2"+ + "d\u0207\3\2\2\2f\u020d\3\2\2\2h\u0214\3\2\2\2j\u021d\3\2\2\2l\u0224\3"+ + "\2\2\2n\u022e\3\2\2\2p\u0237\3\2\2\2r\u0241\3\2\2\2t\u0246\3\2\2\2v\u024c"+ + "\3\2\2\2x\u0252\3\2\2\2z\u0257\3\2\2\2|\u0273\3\2\2\2~\u0275\3\2\2\2\u0080"+ + "\u027f\3\2\2\2\u0082\u0282\3\2\2\2\u0084\u0287\3\2\2\2\u0086\u028d\3\2"+ + "\2\2\u0088\u0290\3\2\2\2\u008a\u0294\3\2\2\2\u008c\u029b\3\2\2\2\u008e"+ + "\u02a2\3\2\2\2\u0090\u02a8\3\2\2\2\u0092\u02b1\3\2\2\2\u0094\u02b7\3\2"+ + "\2\2\u0096\u02bf\3\2\2\2\u0098\u02c4\3\2\2\2\u009a\u02cb\3\2\2\2\u009c"+ + "\u02d0\3\2\2\2\u009e\u02d7\3\2\2\2\u00a0\u02de\3\2\2\2\u00a2\u02e6\3\2"+ + "\2\2\u00a4\u02ee\3\2\2\2\u00a6\u02f7\3\2\2\2\u00a8\u02fc\3\2\2\2\u00aa"+ + "\u0305\3\2\2\2\u00ac\u030b\3\2\2\2\u00ae\u0312\3\2\2\2\u00b0\u0322\3\2"+ + "\2\2\u00b2\u0349\3\2\2\2\u00b4\u0354\3\2\2\2\u00b6\u0356\3\2\2\2\u00b8"+ + "\u0362\3\2\2\2\u00ba\u037a\3\2\2\2\u00bc\u0382\3\2\2\2\u00be\u038c\3\2"+ + "\2\2\u00c0\u0397\3\2\2\2\u00c2\u039f\3\2\2\2\u00c4\u03ac\3\2\2\2\u00c6"+ + "\u03ae\3\2\2\2\u00c8\u03b5\3\2\2\2\u00ca\u03bc\3\2\2\2\u00cc\u03c4\3\2"+ + "\2\2\u00ce\u03c8\3\2\2\2\u00d0\u03ce\3\2\2\2\u00d2\u03d4\3\2\2\2\u00d4"+ + "\u03dd\3\2\2\2\u00d6\u03e2\3\2\2\2\u00d8\u03e9\3\2\2\2\u00da\u03fa\3\2"+ + "\2\2\u00dc\u0408\3\2\2\2\u00de\u0419\3\2\2\2\u00e0\u042d\3\2\2\2\u00e2"+ + "\u0430\3\2\2\2\u00e4\u0439\3\2\2\2\u00e6\u0440\3\2\2\2\u00e8\u0442\3\2"+ + "\2\2\u00ea\u0444\3\2\2\2\u00ec\u0446\3\2\2\2\u00ee\u044f\3\2\2\2\u00f0"+ + "\u0451\3\2\2\2\u00f2\u0454\3\2\2\2\u00f4\u045a\3\2\2\2\u00f6\u0465\3\2"+ + "\2\2\u00f8\u0473\3\2\2\2\u00fa\u0557\3\2\2\2\u00fc\u0559\3\2\2\2\u00fe"+ + "\u055b\3\2\2\2\u0100\u055d\3\2\2\2\u0102\u055f\3\2\2\2\u0104\u0561\3\2"+ + "\2\2\u0106\u0563\3\2\2\2\u0108\u0565\3\2\2\2\u010a\u0567\3\2\2\2\u010c"+ + "\u0569\3\2\2\2\u010e\u056c\3\2\2\2\u0110\u056f\3\2\2\2\u0112\u0571\3\2"+ + "\2\2\u0114\u0573\3\2\2\2\u0116\u0575\3\2\2\2\u0118\u0577\3\2\2\2\u011a"+ + "\u0579\3\2\2\2\u011c\u057b\3\2\2\2\u011e\u057e\3\2\2\2\u0120\u0583\3\2"+ + "\2\2\u0122\u0588\3\2\2\2\u0124\u058a\3\2\2\2\u0126\u059a\3\2\2\2\u0128"+ + "\u05a3\3\2\2\2\u012a\u05b3\3\2\2\2\u012c\u05b5\3\2\2\2\u012e\u05bc\3\2"+ + "\2\2\u0130\u05c0\3\2\2\2\u0132\u05c6\3\2\2\2\u0134\u05c8\3\2\2\2\u0136"+ + "\u05ca\3\2\2\2\u0138\u05cc\3\2\2\2\u013a\u05d4\3\2\2\2\u013c\u05da\3\2"+ + "\2\2\u013e\u05e1\3\2\2\2\u0140\u05e8\3\2\2\2\u0142\u05ea\3\2\2\2\u0144"+ + "\u05ed\3\2\2\2\u0146\u05f3\3\2\2\2\u0148\u05fe\3\2\2\2\u014a\u014b\7}"+ + "\2\2\u014b\u014c\b\2\2\2\u014c\5\3\2\2\2\u014d\u014e\7\177\2\2\u014e\7"+ + "\3\2\2\2\u014f\u0150\7]\2\2\u0150\t\3\2\2\2\u0151\u0152\7_\2\2\u0152\13"+ + "\3\2\2\2\u0153\u0154\7*\2\2\u0154\r\3\2\2\2\u0155\u0156\7+\2\2\u0156\17"+ + "\3\2\2\2\u0157\u0158\7=\2\2\u0158\21\3\2\2\2\u0159\u015a\7<\2\2\u015a"+ + "\23\3\2\2\2\u015b\u015c\7.\2\2\u015c\25\3\2\2\2\u015d\u015e\7\60\2\2\u015e"+ + "\u015f\7\60\2\2\u015f\27\3\2\2\2\u0160\u0161\7A\2\2\u0161\31\3\2\2\2\u0162"+ + "\u0163\7\60\2\2\u0163\33\3\2\2\2\u0164\u0165\7/\2\2\u0165\u0166\7@\2\2"+ + "\u0166\35\3\2\2\2\u0167\u0168\7-\2\2\u0168\37\3\2\2\2\u0169\u016a\7/\2"+ + "\2\u016a!\3\2\2\2\u016b\u016c\7,\2\2\u016c#\3\2\2\2\u016d\u016e\7\61\2"+ + "\2\u016e%\3\2\2\2\u016f\u0170\7\'\2\2\u0170\'\3\2\2\2\u0171\u0172\7-\2"+ + "\2\u0172\u0173\7-\2\2\u0173)\3\2\2\2\u0174\u0175\7/\2\2\u0175\u0176\7"+ + "/\2\2\u0176+\3\2\2\2\u0177\u0178\7(\2\2\u0178-\3\2\2\2\u0179\u017a\7\u0080"+ + "\2\2\u017a/\3\2\2\2\u017b\u017c\7`\2\2\u017c\61\3\2\2\2\u017d\u017e\7"+ + "~\2\2\u017e\63\3\2\2\2\u017f\u0180\7>\2\2\u0180\u0181\7>\2\2\u0181\65"+ + "\3\2\2\2\u0182\u0183\7@\2\2\u0183\u0184\7@\2\2\u0184\67\3\2\2\2\u0185"+ + "\u0186\7?\2\2\u0186\u0187\7?\2\2\u01879\3\2\2\2\u0188\u0189\7#\2\2\u0189"+ + "\u018a\7?\2\2\u018a;\3\2\2\2\u018b\u018c\7>\2\2\u018c=\3\2\2\2\u018d\u018e"+ + "\7>\2\2\u018e\u018f\7?\2\2\u018f?\3\2\2\2\u0190\u0191\7@\2\2\u0191\u0192"+ + "\7?\2\2\u0192A\3\2\2\2\u0193\u0194\7@\2\2\u0194C\3\2\2\2\u0195\u0196\7"+ + "(\2\2\u0196\u0197\7(\2\2\u0197E\3\2\2\2\u0198\u0199\7~\2\2\u0199\u019a"+ + "\7~\2\2\u019aG\3\2\2\2\u019b\u019c\7?\2\2\u019cI\3\2\2\2\u019d\u019e\7"+ + "-\2\2\u019e\u01b4\7?\2\2\u019f\u01a0\7/\2\2\u01a0\u01b4\7?\2\2\u01a1\u01a2"+ + "\7,\2\2\u01a2\u01b4\7?\2\2\u01a3\u01a4\7\61\2\2\u01a4\u01b4\7?\2\2\u01a5"+ + "\u01a6\7\'\2\2\u01a6\u01b4\7?\2\2\u01a7\u01a8\7>\2\2\u01a8\u01a9\7>\2"+ + "\2\u01a9\u01b4\7?\2\2\u01aa\u01ab\7@\2\2\u01ab\u01ac\7@\2\2\u01ac\u01b4"+ + "\7?\2\2\u01ad\u01ae\7(\2\2\u01ae\u01b4\7?\2\2\u01af\u01b0\7~\2\2\u01b0"+ + "\u01b4\7?\2\2\u01b1\u01b2\7`\2\2\u01b2\u01b4\7?\2\2\u01b3\u019d\3\2\2"+ + "\2\u01b3\u019f\3\2\2\2\u01b3\u01a1\3\2\2\2\u01b3\u01a3\3\2\2\2\u01b3\u01a5"+ + "\3\2\2\2\u01b3\u01a7\3\2\2\2\u01b3\u01aa\3\2\2\2\u01b3\u01ad\3\2\2\2\u01b3"+ + "\u01af\3\2\2\2\u01b3\u01b1\3\2\2\2\u01b4K\3\2\2\2\u01b5\u01b6\7v\2\2\u01b6"+ + "\u01b7\7{\2\2\u01b7\u01b8\7r\2\2\u01b8\u01b9\7g\2\2\u01b9\u01ba\7f\2\2"+ + "\u01ba\u01bb\7g\2\2\u01bb\u01bc\7h\2\2\u01bcM\3\2\2\2\u01bd\u01be\7t\2"+ + "\2\u01be\u01bf\7g\2\2\u01bf\u01c0\7u\2\2\u01c0\u01c1\7g\2\2\u01c1\u01c2"+ + "\7t\2\2\u01c2\u01c3\7x\2\2\u01c3\u01c4\7g\2\2\u01c4O\3\2\2\2\u01c5\u01c6"+ + "\7r\2\2\u01c6\u01c7\7e\2\2\u01c7Q\3\2\2\2\u01c8\u01c9\7v\2\2\u01c9\u01ca"+ + "\7c\2\2\u01ca\u01cb\7t\2\2\u01cb\u01cc\7i\2\2\u01cc\u01cd\7g\2\2\u01cd"+ + "\u01ce\7v\2\2\u01ceS\3\2\2\2\u01cf\u01d0\7n\2\2\u01d0\u01d1\7k\2\2\u01d1"+ + "\u01d2\7p\2\2\u01d2\u01d3\7m\2\2\u01d3U\3\2\2\2\u01d4\u01d5\7e\2\2\u01d5"+ + "\u01d6\7r\2\2\u01d6\u01d7\7w\2\2\u01d7W\3\2\2\2\u01d8\u01d9\7e\2\2\u01d9"+ + "\u01da\7q\2\2\u01da\u01db\7f\2\2\u01db\u01dc\7g\2\2\u01dc\u01dd\7a\2\2"+ + "\u01dd\u01de\7u\2\2\u01de\u01df\7g\2\2\u01df\u01e0\7i\2\2\u01e0Y\3\2\2"+ + "\2\u01e1\u01e2\7f\2\2\u01e2\u01e3\7c\2\2\u01e3\u01e4\7v\2\2\u01e4\u01e5"+ + "\7c\2\2\u01e5\u01e6\7a\2\2\u01e6\u01e7\7u\2\2\u01e7\u01e8\7g\2\2\u01e8"+ + "\u01e9\7i\2\2\u01e9[\3\2\2\2\u01ea\u01eb\7g\2\2\u01eb\u01ec\7p\2\2\u01ec"+ + "\u01ed\7e\2\2\u01ed\u01ee\7q\2\2\u01ee\u01ef\7f\2\2\u01ef\u01f0\7k\2\2"+ + "\u01f0\u01f1\7p\2\2\u01f1\u01f2\7i\2\2\u01f2]\3\2\2\2\u01f3\u01f4\7e\2"+ + "\2\u01f4\u01f5\7q\2\2\u01f5\u01f6\7p\2\2\u01f6\u01f7\7u\2\2\u01f7\u01f8"+ + "\7v\2\2\u01f8_\3\2\2\2\u01f9\u01fa\7g\2\2\u01fa\u01fb\7z\2\2\u01fb\u01fc"+ + "\7v\2\2\u01fc\u01fd\7g\2\2\u01fd\u01fe\7t\2\2\u01fe\u01ff\7p\2\2\u01ff"+ + "a\3\2\2\2\u0200\u0201\7g\2\2\u0201\u0202\7z\2\2\u0202\u0203\7r\2\2\u0203"+ + "\u0204\7q\2\2\u0204\u0205\7t\2\2\u0205\u0206\7v\2\2\u0206c\3\2\2\2\u0207"+ + "\u0208\7c\2\2\u0208\u0209\7n\2\2\u0209\u020a\7k\2\2\u020a\u020b\7i\2\2"+ + "\u020b\u020c\7p\2\2\u020ce\3\2\2\2\u020d\u020e\7k\2\2\u020e\u020f\7p\2"+ + "\2\u020f\u0210\7n\2\2\u0210\u0211\7k\2\2\u0211\u0212\7p\2\2\u0212\u0213"+ + "\7g\2\2\u0213g\3\2\2\2\u0214\u0215\7x\2\2\u0215\u0216\7q\2\2\u0216\u0217"+ + "\7n\2\2\u0217\u0218\7c\2\2\u0218\u0219\7v\2\2\u0219\u021a\7k\2\2\u021a"+ + "\u021b\7n\2\2\u021b\u021c\7g\2\2\u021ci\3\2\2\2\u021d\u021e\7u\2\2\u021e"+ + "\u021f\7v\2\2\u021f\u0220\7c\2\2\u0220\u0221\7v\2\2\u0221\u0222\7k\2\2"+ + "\u0222\u0223\7e\2\2\u0223k\3\2\2\2\u0224\u0225\7k\2\2\u0225\u0226\7p\2"+ + "\2\u0226\u0227\7v\2\2\u0227\u0228\7g\2\2\u0228\u0229\7t\2\2\u0229\u022a"+ + "\7t\2\2\u022a\u022b\7w\2\2\u022b\u022c\7r\2\2\u022c\u022d\7v\2\2\u022d"+ + "m\3\2\2\2\u022e\u022f\7t\2\2\u022f\u0230\7g\2\2\u0230\u0231\7i\2\2\u0231"+ + "\u0232\7k\2\2\u0232\u0233\7u\2\2\u0233\u0234\7v\2\2\u0234\u0235\7g\2\2"+ + "\u0235\u0236\7t\2\2\u0236o\3\2\2\2\u0237\u0238\7a\2\2\u0238\u0239\7a\2"+ + "\2\u0239\u023a\7c\2\2\u023a\u023b\7f\2\2\u023b\u023c\7f\2\2\u023c\u023d"+ + "\7t\2\2\u023d\u023e\7g\2\2\u023e\u023f\7u\2\2\u023f\u0240\7u\2\2\u0240"+ + "q\3\2\2\2\u0241\u0242\7a\2\2\u0242\u0243\7a\2\2\u0243\u0244\7|\2\2\u0244"+ + "\u0245\7r\2\2\u0245s\3\2\2\2\u0246\u0247\7a\2\2\u0247\u0248\7a\2\2\u0248"+ + "\u0249\7o\2\2\u0249\u024a\7g\2\2\u024a\u024b\7o\2\2\u024bu\3\2\2\2\u024c"+ + "\u024d\7a\2\2\u024d\u024e\7a\2\2\u024e\u024f\7u\2\2\u024f\u0250\7u\2\2"+ + "\u0250\u0251\7c\2\2\u0251w\3\2\2\2\u0252\u0253\7a\2\2\u0253\u0254\7a\2"+ + "\2\u0254\u0255\7o\2\2\u0255\u0256\7c\2\2\u0256y\3\2\2\2\u0257\u0258\7"+ + "e\2\2\u0258\u0259\7c\2\2\u0259\u025a\7n\2\2\u025a\u025b\7n\2\2\u025b\u025c"+ + "\7k\2\2\u025c\u025d\7p\2\2\u025d\u025e\7i\2\2\u025e{\3\2\2\2\u025f\u0260"+ + "\7a\2\2\u0260\u0261\7a\2\2\u0261\u0262\7u\2\2\u0262\u0263\7v\2\2\u0263"+ + "\u0264\7c\2\2\u0264\u0265\7e\2\2\u0265\u0266\7m\2\2\u0266\u0267\7e\2\2"+ + "\u0267\u0268\7c\2\2\u0268\u0269\7n\2\2\u0269\u0274\7n\2\2\u026a\u026b"+ + "\7a\2\2\u026b\u026c\7a\2\2\u026c\u026d\7r\2\2\u026d\u026e\7j\2\2\u026e"+ + "\u026f\7k\2\2\u026f\u0270\7e\2\2\u0270\u0271\7c\2\2\u0271\u0272\7n\2\2"+ + "\u0272\u0274\7n\2\2\u0273\u025f\3\2\2\2\u0273\u026a\3\2\2\2\u0274}\3\2"+ + "\2\2\u0275\u0276\7x\2\2\u0276\u0277\7c\2\2\u0277\u0278\7t\2\2\u0278\u0279"+ + "\7a\2\2\u0279\u027a\7o\2\2\u027a\u027b\7q\2\2\u027b\u027c\7f\2\2\u027c"+ + "\u027d\7g\2\2\u027d\u027e\7n\2\2\u027e\177\3\2\2\2\u027f\u0280\7k\2\2"+ + "\u0280\u0281\7h\2\2\u0281\u0081\3\2\2\2\u0282\u0283\7g\2\2\u0283\u0284"+ + "\7n\2\2\u0284\u0285\7u\2\2\u0285\u0286\7g\2\2\u0286\u0083\3\2\2\2\u0287"+ + "\u0288\7y\2\2\u0288\u0289\7j\2\2\u0289\u028a\7k\2\2\u028a\u028b\7n\2\2"+ + "\u028b\u028c\7g\2\2\u028c\u0085\3\2\2\2\u028d\u028e\7f\2\2\u028e\u028f"+ + "\7q\2\2\u028f\u0087\3\2\2\2\u0290\u0291\7h\2\2\u0291\u0292\7q\2\2\u0292"+ + "\u0293\7t\2\2\u0293\u0089\3\2\2\2\u0294\u0295\7u\2\2\u0295\u0296\7y\2"+ + "\2\u0296\u0297\7k\2\2\u0297\u0298\7v\2\2\u0298\u0299\7e\2\2\u0299\u029a"+ + "\7j\2\2\u029a\u008b\3\2\2\2\u029b\u029c\7t\2\2\u029c\u029d\7g\2\2\u029d"+ + "\u029e\7v\2\2\u029e\u029f\7w\2\2\u029f\u02a0\7t\2\2\u02a0\u02a1\7p\2\2"+ + "\u02a1\u008d\3\2\2\2\u02a2\u02a3\7d\2\2\u02a3\u02a4\7t\2\2\u02a4\u02a5"+ + "\7g\2\2\u02a5\u02a6\7c\2\2\u02a6\u02a7\7m\2\2\u02a7\u008f\3\2\2\2\u02a8"+ + "\u02a9\7e\2\2\u02a9\u02aa\7q\2\2\u02aa\u02ab\7p\2\2\u02ab\u02ac\7v\2\2"+ + "\u02ac\u02ad\7k\2\2\u02ad\u02ae\7p\2\2\u02ae\u02af\7w\2\2\u02af\u02b0"+ + "\7g\2\2\u02b0\u0091\3\2\2\2\u02b1\u02b2\7c\2\2\u02b2\u02b3\7u\2\2\u02b3"+ + "\u02b4\7o\2\2\u02b4\u02b5\3\2\2\2\u02b5\u02b6\bI\3\2\u02b6\u0093\3\2\2"+ + "\2\u02b7\u02b8\7f\2\2\u02b8\u02b9\7g\2\2\u02b9\u02ba\7h\2\2\u02ba\u02bb"+ + "\7c\2\2\u02bb\u02bc\7w\2\2\u02bc\u02bd\7n\2\2\u02bd\u02be\7v\2\2\u02be"+ + "\u0095\3\2\2\2\u02bf\u02c0\7e\2\2\u02c0\u02c1\7c\2\2\u02c1\u02c2\7u\2"+ + "\2\u02c2\u02c3\7g\2\2\u02c3\u0097\3\2\2\2\u02c4\u02c5\7u\2\2\u02c5\u02c6"+ + "\7v\2\2\u02c6\u02c7\7t\2\2\u02c7\u02c8\7w\2\2\u02c8\u02c9\7e\2\2\u02c9"+ + "\u02ca\7v\2\2\u02ca\u0099\3\2\2\2\u02cb\u02cc\7g\2\2\u02cc\u02cd\7p\2"+ + "\2\u02cd\u02ce\7w\2\2\u02ce\u02cf\7o\2\2\u02cf\u009b\3\2\2\2\u02d0\u02d1"+ + "\7u\2\2\u02d1\u02d2\7k\2\2\u02d2\u02d3\7|\2\2\u02d3\u02d4\7g\2\2\u02d4"+ + "\u02d5\7q\2\2\u02d5\u02d6\7h\2\2\u02d6\u009d\3\2\2\2\u02d7\u02d8\7v\2"+ + "\2\u02d8\u02d9\7{\2\2\u02d9\u02da\7r\2\2\u02da\u02db\7g\2\2\u02db\u02dc"+ + "\7k\2\2\u02dc\u02dd\7f\2\2\u02dd\u009f\3\2\2\2\u02de\u02df\7f\2\2\u02df"+ + "\u02e0\7g\2\2\u02e0\u02e1\7h\2\2\u02e1\u02e2\7k\2\2\u02e2\u02e3\7p\2\2"+ + "\u02e3\u02e4\7g\2\2\u02e4\u02e5\7f\2\2\u02e5\u00a1\3\2\2\2\u02e6\u02e7"+ + "\7m\2\2\u02e7\u02e8\7k\2\2\u02e8\u02e9\7e\2\2\u02e9\u02ea\7m\2\2\u02ea"+ + "\u02eb\7c\2\2\u02eb\u02ec\7u\2\2\u02ec\u02ed\7o\2\2\u02ed\u00a3\3\2\2"+ + "\2\u02ee\u02ef\7t\2\2\u02ef\u02f0\7g\2\2\u02f0\u02f1\7u\2\2\u02f1\u02f2"+ + "\7q\2\2\u02f2\u02f3\7w\2\2\u02f3\u02f4\7t\2\2\u02f4\u02f5\7e\2\2\u02f5"+ + "\u02f6\7g\2\2\u02f6\u00a5\3\2\2\2\u02f7\u02f8\7w\2\2\u02f8\u02f9\7u\2"+ + "\2\u02f9\u02fa\7g\2\2\u02fa\u02fb\7u\2\2\u02fb\u00a7\3\2\2\2\u02fc\u02fd"+ + "\7e\2\2\u02fd\u02fe\7n\2\2\u02fe\u02ff\7q\2\2\u02ff\u0300\7d\2\2\u0300"+ + "\u0301\7d\2\2\u0301\u0302\7g\2\2\u0302\u0303\7t\2\2\u0303\u0304\7u\2\2"+ + "\u0304\u00a9\3\2\2\2\u0305\u0306\7d\2\2\u0306\u0307\7{\2\2\u0307\u0308"+ + "\7v\2\2\u0308\u0309\7g\2\2\u0309\u030a\7u\2\2\u030a\u00ab\3\2\2\2\u030b"+ + "\u030c\7e\2\2\u030c\u030d\7{\2\2\u030d\u030e\7e\2\2\u030e\u030f\7n\2\2"+ + "\u030f\u0310\7g\2\2\u0310\u0311\7u\2\2\u0311\u00ad\3\2\2\2\u0312\u0313"+ + "\7#\2\2\u0313\u00af\3\2\2\2\u0314\u0315\7u\2\2\u0315\u0316\7k\2\2\u0316"+ + "\u0317\7i\2\2\u0317\u0318\7p\2\2\u0318\u0319\7g\2\2\u0319\u0323\7f\2\2"+ + "\u031a\u031b\7w\2\2\u031b\u031c\7p\2\2\u031c\u031d\7u\2\2\u031d\u031e"+ + "\7k\2\2\u031e\u031f\7i\2\2\u031f\u0320\7p\2\2\u0320\u0321\7g\2\2\u0321"+ + "\u0323\7f\2\2\u0322\u0314\3\2\2\2\u0322\u031a\3\2\2\2\u0323\u00b1\3\2"+ + "\2\2\u0324\u0325\7d\2\2\u0325\u0326\7{\2\2\u0326\u0327\7v\2\2\u0327\u034a"+ + "\7g\2\2\u0328\u0329\7y\2\2\u0329\u032a\7q\2\2\u032a\u032b\7t\2\2\u032b"+ + "\u034a\7f\2\2\u032c\u032d\7f\2\2\u032d\u032e\7y\2\2\u032e\u032f\7q\2\2"+ + "\u032f\u0330\7t\2\2\u0330\u034a\7f\2\2\u0331\u0332\7d\2\2\u0332\u0333"+ + "\7q\2\2\u0333\u0334\7q\2\2\u0334\u034a\7n\2\2\u0335\u0336\7e\2\2\u0336"+ + "\u0337\7j\2\2\u0337\u0338\7c\2\2\u0338\u034a\7t\2\2\u0339\u033a\7u\2\2"+ + "\u033a\u033b\7j\2\2\u033b\u033c\7q\2\2\u033c\u033d\7t\2\2\u033d\u034a"+ + "\7v\2\2\u033e\u033f\7k\2\2\u033f\u0340\7p\2\2\u0340\u034a\7v\2\2\u0341"+ + "\u0342\7n\2\2\u0342\u0343\7q\2\2\u0343\u0344\7p\2\2\u0344\u034a\7i\2\2"+ + "\u0345\u0346\7x\2\2\u0346\u0347\7q\2\2\u0347\u0348\7k\2\2\u0348\u034a"+ + "\7f\2\2\u0349\u0324\3\2\2\2\u0349\u0328\3\2\2\2\u0349\u032c\3\2\2\2\u0349"+ + "\u0331\3\2\2\2\u0349\u0335\3\2\2\2\u0349\u0339\3\2\2\2\u0349\u033e\3\2"+ + "\2\2\u0349\u0341\3\2\2\2\u0349\u0345\3\2\2\2\u034a\u00b3\3\2\2\2\u034b"+ + "\u034c\7v\2\2\u034c\u034d\7t\2\2\u034d\u034e\7w\2\2\u034e\u0355\7g\2\2"+ + "\u034f\u0350\7h\2\2\u0350\u0351\7c\2\2\u0351\u0352\7n\2\2\u0352\u0353"+ + "\7u\2\2\u0353\u0355\7g\2\2\u0354\u034b\3\2\2\2\u0354\u034f\3\2\2\2\u0355"+ + "\u00b5\3\2\2\2\u0356\u0357\7}\2\2\u0357\u0358\7}\2\2\u0358\u035c\3\2\2"+ + "\2\u0359\u035b\13\2\2\2\u035a\u0359\3\2\2\2\u035b\u035e\3\2\2\2\u035c"+ + "\u035d\3\2\2\2\u035c\u035a\3\2\2\2\u035d\u035f\3\2\2\2\u035e\u035c\3\2"+ + "\2\2\u035f\u0360\7\177\2\2\u0360\u0361\7\177\2\2\u0361\u00b7\3\2\2\2\u0362"+ + "\u0368\7$\2\2\u0363\u0364\7^\2\2\u0364\u0367\7$\2\2\u0365\u0367\n\2\2"+ + "\2\u0366\u0363\3\2\2\2\u0366\u0365\3\2\2\2\u0367\u036a\3\2\2\2\u0368\u0366"+ + "\3\2\2\2\u0368\u0369\3\2\2\2\u0369\u036b\3\2\2\2\u036a\u0368\3\2\2\2\u036b"+ + "\u036d\7$\2\2\u036c\u036e\t\3\2\2\u036d\u036c\3\2\2\2\u036d\u036e\3\2"+ + "\2\2\u036e\u0373\3\2\2\2\u036f\u0371\t\4\2\2\u0370\u0372\t\5\2\2\u0371"+ + "\u0370\3\2\2\2\u0371\u0372\3\2\2\2\u0372\u0374\3\2\2\2\u0373\u036f\3\2"+ + "\2\2\u0373\u0374\3\2\2\2\u0374\u0376\3\2\2\2\u0375\u0377\t\3\2\2\u0376"+ + "\u0375\3\2\2\2\u0376\u0377\3\2\2\2\u0377\u0378\3\2\2\2\u0378\u0379\b\\"+ + "\4\2\u0379\u00b9\3\2\2\2\u037a\u037e\7)\2\2\u037b\u037c\7^\2\2\u037c\u037f"+ + "\t\6\2\2\u037d\u037f\n\7\2\2\u037e\u037b\3\2\2\2\u037e\u037d\3\2\2\2\u037f"+ + "\u0380\3\2\2\2\u0380\u0381\7)\2\2\u0381\u00bb\3\2\2\2\u0382\u0383\7%\2"+ + "\2\u0383\u0384\7k\2\2\u0384\u0385\7o\2\2\u0385\u0386\7r\2\2\u0386\u0387"+ + "\7q\2\2\u0387\u0388\7t\2\2\u0388\u0389\7v\2\2\u0389\u038a\3\2\2\2\u038a"+ + "\u038b\b^\5\2\u038b\u00bd\3\2\2\2\u038c\u038d\7%\2\2\u038d\u038e\7k\2"+ + "\2\u038e\u038f\7p\2\2\u038f\u0390\7e\2\2\u0390\u0391\7n\2\2\u0391\u0392"+ + "\7w\2\2\u0392\u0393\7f\2\2\u0393\u0394\7g\2\2\u0394\u0395\3\2\2\2\u0395"+ + "\u0396\b_\6\2\u0396\u00bf\3\2\2\2\u0397\u0398\7%\2\2\u0398\u0399\7r\2"+ + "\2\u0399\u039a\7t\2\2\u039a\u039b\7c\2\2\u039b\u039c\7i\2\2\u039c\u039d"+ + "\7o\2\2\u039d\u039e\7c\2\2\u039e\u00c1\3\2\2\2\u039f\u03a0\7%\2\2\u03a0"+ + "\u03a1\7f\2\2\u03a1\u03a2\7g\2\2\u03a2\u03a3\7h\2\2\u03a3\u03a4\7k\2\2"+ + "\u03a4\u03a5\7p\2\2\u03a5\u03a6\7g\2\2\u03a6\u00c3\3\2\2\2\u03a7\u03a8"+ + "\7^\2\2\u03a8\u03ad\7\f\2\2\u03a9\u03aa\7^\2\2\u03aa\u03ab\7\17\2\2\u03ab"+ + "\u03ad\7\f\2\2\u03ac\u03a7\3\2\2\2\u03ac\u03a9\3\2\2\2\u03ad\u00c5\3\2"+ + "\2\2\u03ae\u03af\7%\2\2\u03af\u03b0\7w\2\2\u03b0\u03b1\7p\2\2\u03b1\u03b2"+ + "\7f\2\2\u03b2\u03b3\7g\2\2\u03b3\u03b4\7h\2\2\u03b4\u00c7\3\2\2\2\u03b5"+ + "\u03b6\7%\2\2\u03b6\u03b7\7k\2\2\u03b7\u03b8\7h\2\2\u03b8\u03b9\7f\2\2"+ + "\u03b9\u03ba\7g\2\2\u03ba\u03bb\7h\2\2\u03bb\u00c9\3\2\2\2\u03bc\u03bd"+ + "\7%\2\2\u03bd\u03be\7k\2\2\u03be\u03bf\7h\2\2\u03bf\u03c0\7p\2\2\u03c0"+ + "\u03c1\7f\2\2\u03c1\u03c2\7g\2\2\u03c2\u03c3\7h\2\2\u03c3\u00cb\3\2\2"+ + "\2\u03c4\u03c5\7%\2\2\u03c5\u03c6\7k\2\2\u03c6\u03c7\7h\2\2\u03c7\u00cd"+ + "\3\2\2\2\u03c8\u03c9\7%\2\2\u03c9\u03ca\7g\2\2\u03ca\u03cb\7n\2\2\u03cb"+ + "\u03cc\7k\2\2\u03cc\u03cd\7h\2\2\u03cd\u00cf\3\2\2\2\u03ce\u03cf\7%\2"+ + "\2\u03cf\u03d0\7g\2\2\u03d0\u03d1\7n\2\2\u03d1\u03d2\7u\2\2\u03d2\u03d3"+ + "\7g\2\2\u03d3\u00d1\3\2\2\2\u03d4\u03d5\7%\2\2\u03d5\u03d6\7g\2\2\u03d6"+ + "\u03d7\7p\2\2\u03d7\u03d8\7f\2\2\u03d8\u03d9\7k\2\2\u03d9\u03da\7h\2\2"+ + "\u03da\u00d3\3\2\2\2\u03db\u03de\5\u00d6k\2\u03dc\u03de\5\u00deo\2\u03dd"+ + "\u03db\3\2\2\2\u03dd\u03dc\3\2\2\2\u03de\u00d5\3\2\2\2\u03df\u03e3\5\u00d8"+ + "l\2\u03e0\u03e3\5\u00dam\2\u03e1\u03e3\5\u00dcn\2\u03e2\u03df\3\2\2\2"+ + "\u03e2\u03e0\3\2\2\2\u03e2\u03e1\3\2\2\2\u03e3\u00d7\3\2\2\2\u03e4\u03ea"+ + "\7\'\2\2\u03e5\u03e6\7\62\2\2\u03e6\u03ea\7d\2\2\u03e7\u03e8\7\62\2\2"+ + "\u03e8\u03ea\7D\2\2\u03e9\u03e4\3\2\2\2\u03e9\u03e5\3\2\2\2\u03e9\u03e7"+ + "\3\2\2\2\u03ea\u03ee\3\2\2\2\u03eb\u03ed\5\u00e6s\2\u03ec\u03eb\3\2\2"+ + "\2\u03ed\u03f0\3\2\2\2\u03ee\u03ec\3\2\2\2\u03ee\u03ef\3\2\2\2\u03ef\u03f1"+ + "\3\2\2\2\u03f0\u03ee\3\2\2\2\u03f1\u03f3\7\60\2\2\u03f2\u03f4\5\u00e6"+ + "s\2\u03f3\u03f2\3\2\2\2\u03f4\u03f5\3\2\2\2\u03f5\u03f3\3\2\2\2\u03f5"+ + "\u03f6\3\2\2\2\u03f6\u00d9\3\2\2\2\u03f7\u03f9\5\u00e8t\2\u03f8\u03f7"+ + "\3\2\2\2\u03f9\u03fc\3\2\2\2\u03fa\u03f8\3\2\2\2\u03fa\u03fb\3\2\2\2\u03fb"+ + "\u03fd\3\2\2\2\u03fc\u03fa\3\2\2\2\u03fd\u03ff\7\60\2\2\u03fe\u0400\5"+ + "\u00e8t\2\u03ff\u03fe\3\2\2\2\u0400\u0401\3\2\2\2\u0401\u03ff\3\2\2\2"+ + "\u0401\u0402\3\2\2\2\u0402\u00db\3\2\2\2\u0403\u0409\7&\2\2\u0404\u0405"+ + "\7\62\2\2\u0405\u0409\7z\2\2\u0406\u0407\7\62\2\2\u0407\u0409\7Z\2\2\u0408"+ + "\u0403\3\2\2\2\u0408\u0404\3\2\2\2\u0408\u0406\3\2\2\2\u0409\u040d\3\2"+ + "\2\2\u040a\u040c\5\u00eau\2\u040b\u040a\3\2\2\2\u040c\u040f\3\2\2\2\u040d"+ + "\u040b\3\2\2\2\u040d\u040e\3\2\2\2\u040e\u0410\3\2\2\2\u040f\u040d\3\2"+ + "\2\2\u0410\u0412\7\60\2\2\u0411\u0413\5\u00eau\2\u0412\u0411\3\2\2\2\u0413"+ + "\u0414\3\2\2\2\u0414\u0412\3\2\2\2\u0414\u0415\3\2\2\2\u0415\u00dd\3\2"+ + "\2\2\u0416\u041a\5\u00e2q\2\u0417\u041a\5\u00e4r\2\u0418\u041a\5\u00e0"+ + "p\2\u0419\u0416\3\2\2\2\u0419\u0417\3\2\2\2\u0419\u0418\3\2\2\2\u041a"+ + "\u041e\3\2\2\2\u041b\u041c\t\b\2\2\u041c\u041f\t\t\2\2\u041d\u041f\7n"+ + "\2\2\u041e\u041b\3\2\2\2\u041e\u041d\3\2\2\2\u041e\u041f\3\2\2\2\u041f"+ + "\u00df\3\2\2\2\u0420\u0421\7\62\2\2\u0421\u0423\t\n\2\2\u0422\u0424\5"+ + "\u00e6s\2\u0423\u0422\3\2\2\2\u0424\u0425\3\2\2\2\u0425\u0423\3\2\2\2"+ + "\u0425\u0426\3\2\2\2\u0426\u042e\3\2\2\2\u0427\u0429\7\'\2\2\u0428\u042a"+ + "\5\u00e6s\2\u0429\u0428\3\2\2\2\u042a\u042b\3\2\2\2\u042b\u0429\3\2\2"+ + "\2\u042b\u042c\3\2\2\2\u042c\u042e\3\2\2\2\u042d\u0420\3\2\2\2\u042d\u0427"+ + "\3\2\2\2\u042e\u00e1\3\2\2\2\u042f\u0431\5\u00e8t\2\u0430\u042f\3\2\2"+ + "\2\u0431\u0432\3\2\2\2\u0432\u0430\3\2\2\2\u0432\u0433\3\2\2\2\u0433\u00e3"+ + "\3\2\2\2\u0434\u043a\7&\2\2\u0435\u0436\7\62\2\2\u0436\u043a\7z\2\2\u0437"+ + "\u0438\7\62\2\2\u0438\u043a\7Z\2\2\u0439\u0434\3\2\2\2\u0439\u0435\3\2"+ + "\2\2\u0439\u0437\3\2\2\2\u043a\u043c\3\2\2\2\u043b\u043d\5\u00eau\2\u043c"+ + "\u043b\3\2\2\2\u043d\u043e\3\2\2\2\u043e\u043c\3\2\2\2\u043e\u043f\3\2"+ + "\2\2\u043f\u00e5\3\2\2\2\u0440\u0441\t\13\2\2\u0441\u00e7\3\2\2\2\u0442"+ + "\u0443\t\f\2\2\u0443\u00e9\3\2\2\2\u0444\u0445\t\r\2\2\u0445\u00eb\3\2"+ + "\2\2\u0446\u044a\5\u00eew\2\u0447\u0449\5\u00f0x\2\u0448\u0447\3\2\2\2"+ + "\u0449\u044c\3\2\2\2\u044a\u0448\3\2\2\2\u044a\u044b\3\2\2\2\u044b\u044d"+ + "\3\2\2\2\u044c\u044a\3\2\2\2\u044d\u044e\bv\7\2\u044e\u00ed\3\2\2\2\u044f"+ + "\u0450\t\16\2\2\u0450\u00ef\3\2\2\2\u0451\u0452\t\17\2\2\u0452\u00f1\3"+ + "\2\2\2\u0453\u0455\t\20\2\2\u0454\u0453\3\2\2\2\u0455\u0456\3\2\2\2\u0456"+ + "\u0454\3\2\2\2\u0456\u0457\3\2\2\2\u0457\u0458\3\2\2\2\u0458\u0459\by"+ + "\b\2\u0459\u00f3\3\2\2\2\u045a\u045b\7\61\2\2\u045b\u045c\7\61\2\2\u045c"+ + "\u0460\3\2\2\2\u045d\u045f\n\21\2\2\u045e\u045d\3\2\2\2\u045f\u0462\3"+ + "\2\2\2\u0460\u045e\3\2\2\2\u0460\u0461\3\2\2\2\u0461\u0463\3\2\2\2\u0462"+ + "\u0460\3\2\2\2\u0463\u0464\bz\t\2\u0464\u00f5\3\2\2\2\u0465\u0466\7\61"+ + "\2\2\u0466\u0467\7,\2\2\u0467\u046b\3\2\2\2\u0468\u046a\13\2\2\2\u0469"+ + "\u0468\3\2\2\2\u046a\u046d\3\2\2\2\u046b\u046c\3\2\2\2\u046b\u0469\3\2"+ + "\2\2\u046c\u046e\3\2\2\2\u046d\u046b\3\2\2\2\u046e\u046f\7,\2\2\u046f"+ + "\u0470\7\61\2\2\u0470\u0471\3\2\2\2\u0471\u0472\b{\t\2\u0472\u00f7\3\2"+ + "\2\2\u0473\u0474\7\60\2\2\u0474\u0475\7d\2\2\u0475\u0476\7{\2\2\u0476"+ + "\u0477\7v\2\2\u0477\u0478\7g\2\2\u0478\u00f9\3\2\2\2\u0479\u047a\7d\2"+ + "\2\u047a\u047b\7t\2\2\u047b\u0558\7m\2\2\u047c\u047d\7q\2\2\u047d\u047e"+ + "\7t\2\2\u047e\u0558\7c\2\2\u047f\u0480\7m\2\2\u0480\u0481\7k\2\2\u0481"+ + "\u0558\7n\2\2\u0482\u0483\7u\2\2\u0483\u0484\7n\2\2\u0484\u0558\7q\2\2"+ + "\u0485\u0486\7p\2\2\u0486\u0487\7q\2\2\u0487\u0558\7r\2\2\u0488\u0489"+ + "\7c\2\2\u0489\u048a\7u\2\2\u048a\u0558\7n\2\2\u048b\u048c\7r\2\2\u048c"+ + "\u048d\7j\2\2\u048d\u0558\7r\2\2\u048e\u048f\7c\2\2\u048f\u0490\7p\2\2"+ + "\u0490\u0558\7e\2\2\u0491\u0492\7d\2\2\u0492\u0493\7r\2\2\u0493\u0558"+ + "\7n\2\2\u0494\u0495\7e\2\2\u0495\u0496\7n\2\2\u0496\u0558\7e\2\2\u0497"+ + "\u0498\7l\2\2\u0498\u0499\7u\2\2\u0499\u0558\7t\2\2\u049a\u049b\7c\2\2"+ + "\u049b\u049c\7p\2\2\u049c\u0558\7f\2\2\u049d\u049e\7t\2\2\u049e\u049f"+ + "\7n\2\2\u049f\u0558\7c\2\2\u04a0\u04a1\7d\2\2\u04a1\u04a2\7k\2\2\u04a2"+ + "\u0558\7v\2\2\u04a3\u04a4\7t\2\2\u04a4\u04a5\7q\2\2\u04a5\u0558\7n\2\2"+ + "\u04a6\u04a7\7r\2\2\u04a7\u04a8\7n\2\2\u04a8\u0558\7c\2\2\u04a9\u04aa"+ + "\7r\2\2\u04aa\u04ab\7n\2\2\u04ab\u0558\7r\2\2\u04ac\u04ad\7d\2\2\u04ad"+ + "\u04ae\7o\2\2\u04ae\u0558\7k\2\2\u04af\u04b0\7u\2\2\u04b0\u04b1\7g\2\2"+ + "\u04b1\u0558\7e\2\2\u04b2\u04b3\7t\2\2\u04b3\u04b4\7v\2\2\u04b4\u0558"+ + "\7k\2\2\u04b5\u04b6\7g\2\2\u04b6\u04b7\7q\2\2\u04b7\u0558\7t\2\2\u04b8"+ + "\u04b9\7u\2\2\u04b9\u04ba\7t\2\2\u04ba\u0558\7g\2\2\u04bb\u04bc\7n\2\2"+ + "\u04bc\u04bd\7u\2\2\u04bd\u0558\7t\2\2\u04be\u04bf\7r\2\2\u04bf\u04c0"+ + "\7j\2\2\u04c0\u0558\7c\2\2\u04c1\u04c2\7c\2\2\u04c2\u04c3\7n\2\2\u04c3"+ + "\u0558\7t\2\2\u04c4\u04c5\7l\2\2\u04c5\u04c6\7o\2\2\u04c6\u0558\7r\2\2"+ + "\u04c7\u04c8\7d\2\2\u04c8\u04c9\7x\2\2\u04c9\u0558\7e\2\2\u04ca\u04cb"+ + "\7e\2\2\u04cb\u04cc\7n\2\2\u04cc\u0558\7k\2\2\u04cd\u04ce\7t\2\2\u04ce"+ + "\u04cf\7v\2\2\u04cf\u0558\7u\2\2\u04d0\u04d1\7c\2\2\u04d1\u04d2\7f\2\2"+ + "\u04d2\u0558\7e\2\2\u04d3\u04d4\7t\2\2\u04d4\u04d5\7t\2\2\u04d5\u0558"+ + "\7c\2\2\u04d6\u04d7\7d\2\2\u04d7\u04d8\7x\2\2\u04d8\u0558\7u\2\2\u04d9"+ + "\u04da\7u\2\2\u04da\u04db\7g\2\2\u04db\u0558\7k\2\2\u04dc\u04dd\7u\2\2"+ + "\u04dd\u04de\7c\2\2\u04de\u0558\7z\2\2\u04df\u04e0\7u\2\2\u04e0\u04e1"+ + "\7v\2\2\u04e1\u0558\7{\2\2\u04e2\u04e3\7u\2\2\u04e3\u04e4\7v\2\2\u04e4"+ + "\u0558\7c\2\2\u04e5\u04e6\7u\2\2\u04e6\u04e7\7v\2\2\u04e7\u0558\7z\2\2"+ + "\u04e8\u04e9\7f\2\2\u04e9\u04ea\7g\2\2\u04ea\u0558\7{\2\2\u04eb\u04ec"+ + "\7v\2\2\u04ec\u04ed\7z\2\2\u04ed\u0558\7c\2\2\u04ee\u04ef\7z\2\2\u04ef"+ + "\u04f0\7c\2\2\u04f0\u0558\7c\2\2\u04f1\u04f2\7d\2\2\u04f2\u04f3\7e\2\2"+ + "\u04f3\u0558\7e\2\2\u04f4\u04f5\7c\2\2\u04f5\u04f6\7j\2\2\u04f6\u0558"+ + "\7z\2\2\u04f7\u04f8\7v\2\2\u04f8\u04f9\7{\2\2\u04f9\u0558\7c\2\2\u04fa"+ + "\u04fb\7v\2\2\u04fb\u04fc\7z\2\2\u04fc\u0558\7u\2\2\u04fd\u04fe\7v\2\2"+ + "\u04fe\u04ff\7c\2\2\u04ff\u0558\7u\2\2\u0500\u0501\7u\2\2\u0501\u0502"+ + "\7j\2\2\u0502\u0558\7{\2\2\u0503\u0504\7u\2\2\u0504\u0505\7j\2\2\u0505"+ + "\u0558\7z\2\2\u0506\u0507\7n\2\2\u0507\u0508\7f\2\2\u0508\u0558\7{\2\2"+ + "\u0509\u050a\7n\2\2\u050a\u050b\7f\2\2\u050b\u0558\7c\2\2\u050c\u050d"+ + "\7n\2\2\u050d\u050e\7f\2\2\u050e\u0558\7z\2\2\u050f\u0510\7n\2\2\u0510"+ + "\u0511\7c\2\2\u0511\u0558\7z\2\2\u0512\u0513\7v\2\2\u0513\u0514\7c\2\2"+ + "\u0514\u0558\7{\2\2\u0515\u0516\7v\2\2\u0516\u0517\7c\2\2\u0517\u0558"+ + "\7z\2\2\u0518\u0519\7d\2\2\u0519\u051a\7e\2\2\u051a\u0558\7u\2\2\u051b"+ + "\u051c\7e\2\2\u051c\u051d\7n\2\2\u051d\u0558\7x\2\2\u051e\u051f\7v\2\2"+ + "\u051f\u0520\7u\2\2\u0520\u0558\7z\2\2\u0521\u0522\7n\2\2\u0522\u0523"+ + "\7c\2\2\u0523\u0558\7u\2\2\u0524\u0525\7e\2\2\u0525\u0526\7r\2\2\u0526"+ + "\u0558\7{\2\2\u0527\u0528\7e\2\2\u0528\u0529\7o\2\2\u0529\u0558\7r\2\2"+ + "\u052a\u052b\7e\2\2\u052b\u052c\7r\2\2\u052c\u0558\7z\2\2\u052d\u052e"+ + "\7f\2\2\u052e\u052f\7e\2\2\u052f\u0558\7r\2\2\u0530\u0531\7f\2\2\u0531"+ + "\u0532\7g\2\2\u0532\u0558\7e\2\2\u0533\u0534\7k\2\2\u0534\u0535\7p\2\2"+ + "\u0535\u0558\7e\2\2\u0536\u0537\7c\2\2\u0537\u0538\7z\2\2\u0538\u0558"+ + "\7u\2\2\u0539\u053a\7d\2\2\u053a\u053b\7p\2\2\u053b\u0558\7g\2\2\u053c"+ + "\u053d\7e\2\2\u053d\u053e\7n\2\2\u053e\u0558\7f\2\2\u053f\u0540\7u\2\2"+ + "\u0540\u0541\7d\2\2\u0541\u0558\7e\2\2\u0542\u0543\7k\2\2\u0543\u0544"+ + "\7u\2\2\u0544\u0558\7e\2\2\u0545\u0546\7k\2\2\u0546\u0547\7p\2\2\u0547"+ + "\u0558\7z\2\2\u0548\u0549\7d\2\2\u0549\u054a\7g\2\2\u054a\u0558\7s\2\2"+ + "\u054b\u054c\7u\2\2\u054c\u054d\7g\2\2\u054d\u0558\7f\2\2\u054e\u054f"+ + "\7f\2\2\u054f\u0550\7g\2\2\u0550\u0558\7z\2\2\u0551\u0552\7k\2\2\u0552"+ + "\u0553\7p\2\2\u0553\u0558\7{\2\2\u0554\u0555\7t\2\2\u0555\u0556\7q\2\2"+ + "\u0556\u0558\7t\2\2\u0557\u0479\3\2\2\2\u0557\u047c\3\2\2\2\u0557\u047f"+ + "\3\2\2\2\u0557\u0482\3\2\2\2\u0557\u0485\3\2\2\2\u0557\u0488\3\2\2\2\u0557"+ + "\u048b\3\2\2\2\u0557\u048e\3\2\2\2\u0557\u0491\3\2\2\2\u0557\u0494\3\2"+ + "\2\2\u0557\u0497\3\2\2\2\u0557\u049a\3\2\2\2\u0557\u049d\3\2\2\2\u0557"+ + "\u04a0\3\2\2\2\u0557\u04a3\3\2\2\2\u0557\u04a6\3\2\2\2\u0557\u04a9\3\2"+ + "\2\2\u0557\u04ac\3\2\2\2\u0557\u04af\3\2\2\2\u0557\u04b2\3\2\2\2\u0557"+ + "\u04b5\3\2\2\2\u0557\u04b8\3\2\2\2\u0557\u04bb\3\2\2\2\u0557\u04be\3\2"+ + "\2\2\u0557\u04c1\3\2\2\2\u0557\u04c4\3\2\2\2\u0557\u04c7\3\2\2\2\u0557"+ + "\u04ca\3\2\2\2\u0557\u04cd\3\2\2\2\u0557\u04d0\3\2\2\2\u0557\u04d3\3\2"+ + "\2\2\u0557\u04d6\3\2\2\2\u0557\u04d9\3\2\2\2\u0557\u04dc\3\2\2\2\u0557"+ + "\u04df\3\2\2\2\u0557\u04e2\3\2\2\2\u0557\u04e5\3\2\2\2\u0557\u04e8\3\2"+ + "\2\2\u0557\u04eb\3\2\2\2\u0557\u04ee\3\2\2\2\u0557\u04f1\3\2\2\2\u0557"+ + "\u04f4\3\2\2\2\u0557\u04f7\3\2\2\2\u0557\u04fa\3\2\2\2\u0557\u04fd\3\2"+ + "\2\2\u0557\u0500\3\2\2\2\u0557\u0503\3\2\2\2\u0557\u0506\3\2\2\2\u0557"+ + "\u0509\3\2\2\2\u0557\u050c\3\2\2\2\u0557\u050f\3\2\2\2\u0557\u0512\3\2"+ + "\2\2\u0557\u0515\3\2\2\2\u0557\u0518\3\2\2\2\u0557\u051b\3\2\2\2\u0557"+ + "\u051e\3\2\2\2\u0557\u0521\3\2\2\2\u0557\u0524\3\2\2\2\u0557\u0527\3\2"+ + "\2\2\u0557\u052a\3\2\2\2\u0557\u052d\3\2\2\2\u0557\u0530\3\2\2\2\u0557"+ + "\u0533\3\2\2\2\u0557\u0536\3\2\2\2\u0557\u0539\3\2\2\2\u0557\u053c\3\2"+ + "\2\2\u0557\u053f\3\2\2\2\u0557\u0542\3\2\2\2\u0557\u0545\3\2\2\2\u0557"+ + "\u0548\3\2\2\2\u0557\u054b\3\2\2\2\u0557\u054e\3\2\2\2\u0557\u0551\3\2"+ + "\2\2\u0557\u0554\3\2\2\2\u0558\u00fb\3\2\2\2\u0559\u055a\7%\2\2\u055a"+ + "\u00fd\3\2\2\2\u055b\u055c\7<\2\2\u055c\u00ff\3\2\2\2\u055d\u055e\7.\2"+ + "\2\u055e\u0101\3\2\2\2\u055f\u0560\7*\2\2\u0560\u0103\3\2\2\2\u0561\u0562"+ + "\7+\2\2\u0562\u0105\3\2\2\2\u0563\u0564\7]\2\2\u0564\u0107\3\2\2\2\u0565"+ + "\u0566\7_\2\2\u0566\u0109\3\2\2\2\u0567\u0568\7\60\2\2\u0568\u010b\3\2"+ + "\2\2\u0569\u056a\7>\2\2\u056a\u056b\7>\2\2\u056b\u010d\3\2\2\2\u056c\u056d"+ + "\7@\2\2\u056d\u056e\7@\2\2\u056e\u010f\3\2\2\2\u056f\u0570\7-\2\2\u0570"+ + "\u0111\3\2\2\2\u0571\u0572\7/\2\2\u0572\u0113\3\2\2\2\u0573\u0574\7>\2"+ + "\2\u0574\u0115\3\2\2\2\u0575\u0576\7@\2\2\u0576\u0117\3\2\2\2\u0577\u0578"+ + "\7,\2\2\u0578\u0119\3\2\2\2\u0579\u057a\7\61\2\2\u057a\u011b\3\2\2\2\u057b"+ + "\u057c\7}\2\2\u057c\u057d\b\u008e\n\2\u057d\u011d\3\2\2\2\u057e\u057f"+ + "\7\177\2\2\u057f\u0580\b\u008f\13\2\u0580\u011f\3\2\2\2\u0581\u0584\5"+ + "\u0122\u0091\2\u0582\u0584\5\u012a\u0095\2\u0583\u0581\3\2\2\2\u0583\u0582"+ + "\3\2\2\2\u0584\u0121\3\2\2\2\u0585\u0589\5\u0124\u0092\2\u0586\u0589\5"+ + "\u0126\u0093\2\u0587\u0589\5\u0128\u0094\2\u0588\u0585\3\2\2\2\u0588\u0586"+ + "\3\2\2\2\u0588\u0587\3\2\2\2\u0589\u0123\3\2\2\2\u058a\u058e\7\'\2\2\u058b"+ + "\u058d\5\u0132\u0099\2\u058c\u058b\3\2\2\2\u058d\u0590\3\2\2\2\u058e\u058c"+ + "\3\2\2\2\u058e\u058f\3\2\2\2\u058f\u0591\3\2\2\2\u0590\u058e\3\2\2\2\u0591"+ + "\u0593\7\60\2\2\u0592\u0594\5\u0132\u0099\2\u0593\u0592\3\2\2\2\u0594"+ + "\u0595\3\2\2\2\u0595\u0593\3\2\2\2\u0595\u0596\3\2\2\2\u0596\u0125\3\2"+ + "\2\2\u0597\u0599\5\u0134\u009a\2\u0598\u0597\3\2\2\2\u0599\u059c\3\2\2"+ + "\2\u059a\u0598\3\2\2\2\u059a\u059b\3\2\2\2\u059b\u059d\3\2\2\2\u059c\u059a"+ + "\3\2\2\2\u059d\u059f\7\60\2\2\u059e\u05a0\5\u0134\u009a\2\u059f\u059e"+ + "\3\2\2\2\u05a0\u05a1\3\2\2\2\u05a1\u059f\3\2\2\2\u05a1\u05a2\3\2\2\2\u05a2"+ + "\u0127\3\2\2\2\u05a3\u05a7\7&\2\2\u05a4\u05a6\5\u0136\u009b\2\u05a5\u05a4"+ + "\3\2\2\2\u05a6\u05a9\3\2\2\2\u05a7\u05a5\3\2\2\2\u05a7\u05a8\3\2\2\2\u05a8"+ + "\u05aa\3\2\2\2\u05a9\u05a7\3\2\2\2\u05aa\u05ac\7\60\2\2\u05ab\u05ad\5"+ + "\u0136\u009b\2\u05ac\u05ab\3\2\2\2\u05ad\u05ae\3\2\2\2\u05ae\u05ac\3\2"+ + "\2\2\u05ae\u05af\3\2\2\2\u05af\u0129\3\2\2\2\u05b0\u05b4\5\u012e\u0097"+ + "\2\u05b1\u05b4\5\u0130\u0098\2\u05b2\u05b4\5\u012c\u0096\2\u05b3\u05b0"+ + "\3\2\2\2\u05b3\u05b1\3\2\2\2\u05b3\u05b2\3\2\2\2\u05b4\u012b\3\2\2\2\u05b5"+ + "\u05b7\7\'\2\2\u05b6\u05b8\5\u0132\u0099\2\u05b7\u05b6\3\2\2\2\u05b8\u05b9"+ + "\3\2\2\2\u05b9\u05b7\3\2\2\2\u05b9\u05ba\3\2\2\2\u05ba\u012d\3\2\2\2\u05bb"+ + "\u05bd\5\u0134\u009a\2\u05bc\u05bb\3\2\2\2\u05bd\u05be\3\2\2\2\u05be\u05bc"+ + "\3\2\2\2\u05be\u05bf\3\2\2\2\u05bf\u012f\3\2\2\2\u05c0\u05c2\7&\2\2\u05c1"+ + "\u05c3\5\u0136\u009b\2\u05c2\u05c1\3\2\2\2\u05c3\u05c4\3\2\2\2\u05c4\u05c2"+ + "\3\2\2\2\u05c4\u05c5\3\2\2\2\u05c5\u0131\3\2\2\2\u05c6\u05c7\t\13\2\2"+ + "\u05c7\u0133\3\2\2\2\u05c8\u05c9\t\f\2\2\u05c9\u0135\3\2\2\2\u05ca\u05cb"+ + "\t\r\2\2\u05cb\u0137\3\2\2\2\u05cc\u05d0\7)\2\2\u05cd\u05ce\7^\2\2\u05ce"+ + "\u05d1\t\6\2\2\u05cf\u05d1\n\7\2\2\u05d0\u05cd\3\2\2\2\u05d0\u05cf\3\2"+ + "\2\2\u05d1\u05d2\3\2\2\2\u05d2\u05d3\7)\2\2\u05d3\u0139\3\2\2\2\u05d4"+ + "\u05d6\5\u013c\u009e\2\u05d5\u05d7\t\22\2\2\u05d6\u05d5\3\2\2\2\u05d7"+ + "\u05d8\3\2\2\2\u05d8\u05d6\3\2\2\2\u05d8\u05d9\3\2\2\2\u05d9\u013b\3\2"+ + "\2\2\u05da\u05de\7#\2\2\u05db\u05dd\5\u0142\u00a1\2\u05dc\u05db\3\2\2"+ + "\2\u05dd\u05e0\3\2\2\2\u05de\u05dc\3\2\2\2\u05de\u05df\3\2\2\2\u05df\u013d"+ + "\3\2\2\2\u05e0\u05de\3\2\2\2\u05e1\u05e5\5\u0140\u00a0\2\u05e2\u05e4\5"+ + "\u0142\u00a1\2\u05e3\u05e2\3\2\2\2\u05e4\u05e7\3\2\2\2\u05e5\u05e3\3\2"+ + "\2\2\u05e5\u05e6\3\2\2\2\u05e6\u013f\3\2\2\2\u05e7\u05e5\3\2\2\2\u05e8"+ + "\u05e9\t\16\2\2\u05e9\u0141\3\2\2\2\u05ea\u05eb\t\17\2\2\u05eb\u0143\3"+ + "\2\2\2\u05ec\u05ee\t\20\2\2\u05ed\u05ec\3\2\2\2\u05ee\u05ef\3\2\2\2\u05ef"+ + "\u05ed\3\2\2\2\u05ef\u05f0\3\2\2\2\u05f0\u05f1\3\2\2\2\u05f1\u05f2\b\u00a2"+ + "\b\2\u05f2\u0145\3\2\2\2\u05f3\u05f4\7\61\2\2\u05f4\u05f5\7\61\2\2\u05f5"+ + "\u05f9\3\2\2\2\u05f6\u05f8\n\21\2\2\u05f7\u05f6\3\2\2\2\u05f8\u05fb\3"+ + "\2\2\2\u05f9\u05f7\3\2\2\2\u05f9\u05fa\3\2\2\2\u05fa\u05fc\3\2\2\2\u05fb"+ + "\u05f9\3\2\2\2\u05fc\u05fd\b\u00a3\t\2\u05fd\u0147\3\2\2\2\u05fe\u05ff"+ + "\7\61\2\2\u05ff\u0600\7,\2\2\u0600\u0604\3\2\2\2\u0601\u0603\13\2\2\2"+ + "\u0602\u0601\3\2\2\2\u0603\u0606\3\2\2\2\u0604\u0605\3\2\2\2\u0604\u0602"+ + "\3\2\2\2\u0605\u0607\3\2\2\2\u0606\u0604\3\2\2\2\u0607\u0608\7,\2\2\u0608"+ + "\u0609\7\61\2\2\u0609\u060a\3\2\2\2\u060a\u060b\b\u00a4\t\2\u060b\u0149"+ + "\3\2\2\2<\2\3\u01b3\u0273\u0322\u0349\u0354\u035c\u0366\u0368\u036d\u0371"+ + "\u0373\u0376\u037e\u03ac\u03dd\u03e2\u03e9\u03ee\u03f5\u03fa\u0401\u0408"+ + "\u040d\u0414\u0419\u041e\u0425\u042b\u042d\u0432\u0439\u043e\u044a\u0456"+ + "\u0460\u046b\u0557\u0583\u0588\u058e\u0595\u059a\u05a1\u05a7\u05ae\u05b3"+ + "\u05b9\u05be\u05c4\u05d0\u05d8\u05de\u05e5\u05ef\u05f9\u0604\f\3\2\2\3"+ + "I\3\3\\\4\3^\5\3_\6\3v\7\2\3\2\2\4\2\3\u008e\b\3\u008f\t"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.tokens b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.tokens index 1c26a4734..a2df68f24 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.tokens +++ b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.tokens @@ -35,122 +35,123 @@ LOGIC_AND=34 LOGIC_OR=35 ASSIGN=36 ASSIGN_COMPOUND=37 -IMPORT=38 -TYPEDEF=39 -PRAGMA=40 -RESERVE=41 -PC=42 -TARGET=43 -LINK=44 -CPU=45 -CODESEG=46 -DATASEG=47 -ENCODING=48 -CONST=49 -EXTERN=50 -EXPORT=51 -ALIGN=52 -INLINE=53 -VOLATILE=54 -STATIC=55 -INTERRUPT=56 -REGISTER=57 -ADDRESS=58 -ADDRESS_ZEROPAGE=59 -ADDRESS_MAINMEM=60 -FORM_SSA=61 -FORM_MA=62 -CALLING=63 -CALLINGCONVENTION=64 -VARMODEL=65 -IF=66 -ELSE=67 -WHILE=68 -DO=69 -FOR=70 -SWITCH=71 -RETURN=72 -BREAK=73 -CONTINUE=74 -ASM=75 -DEFAULT=76 -CASE=77 -STRUCT=78 -ENUM=79 -SIZEOF=80 -TYPEID=81 -DEFINED=82 -KICKASM=83 -RESOURCE=84 -USES=85 -CLOBBERS=86 -BYTES=87 -CYCLES=88 -LOGIC_NOT=89 -SIGNEDNESS=90 -SIMPLETYPE=91 -BOOLEAN=92 -KICKASM_BODY=93 -STRING=94 -CHAR=95 -DEFINE=96 -DEFINE_CONTINUE=97 -UNDEF=98 -IFDEF=99 -IFNDEF=100 -IFIF=101 -ELIF=102 -IFELSE=103 -ENDIF=104 -NUMBER=105 -NUMFLOAT=106 -BINFLOAT=107 -DECFLOAT=108 -HEXFLOAT=109 -NUMINT=110 -BININTEGER=111 -DECINTEGER=112 -HEXINTEGER=113 -NAME=114 -WS=115 -COMMENT_LINE=116 -COMMENT_BLOCK=117 -ASM_BYTE=118 -ASM_MNEMONIC=119 -ASM_IMM=120 -ASM_COLON=121 -ASM_COMMA=122 -ASM_PAR_BEGIN=123 -ASM_PAR_END=124 -ASM_BRACKET_BEGIN=125 -ASM_BRACKET_END=126 -ASM_DOT=127 -ASM_SHIFT_LEFT=128 -ASM_SHIFT_RIGHT=129 -ASM_PLUS=130 -ASM_MINUS=131 -ASM_LESS_THAN=132 -ASM_GREATER_THAN=133 -ASM_MULTIPLY=134 -ASM_DIVIDE=135 -ASM_CURLY_BEGIN=136 -ASM_CURLY_END=137 -ASM_NUMBER=138 -ASM_NUMFLOAT=139 -ASM_BINFLOAT=140 -ASM_DECFLOAT=141 -ASM_HEXFLOAT=142 -ASM_NUMINT=143 -ASM_BININTEGER=144 -ASM_DECINTEGER=145 -ASM_HEXINTEGER=146 -ASM_CHAR=147 -ASM_MULTI_REL=148 -ASM_MULTI_NAME=149 -ASM_NAME=150 -ASM_WS=151 -ASM_COMMENT_LINE=152 -ASM_COMMENT_BLOCK=153 +TYPEDEF=38 +RESERVE=39 +PC=40 +TARGET=41 +LINK=42 +CPU=43 +CODESEG=44 +DATASEG=45 +ENCODING=46 +CONST=47 +EXTERN=48 +EXPORT=49 +ALIGN=50 +INLINE=51 +VOLATILE=52 +STATIC=53 +INTERRUPT=54 +REGISTER=55 +ADDRESS=56 +ADDRESS_ZEROPAGE=57 +ADDRESS_MAINMEM=58 +FORM_SSA=59 +FORM_MA=60 +CALLING=61 +CALLINGCONVENTION=62 +VARMODEL=63 +IF=64 +ELSE=65 +WHILE=66 +DO=67 +FOR=68 +SWITCH=69 +RETURN=70 +BREAK=71 +CONTINUE=72 +ASM=73 +DEFAULT=74 +CASE=75 +STRUCT=76 +ENUM=77 +SIZEOF=78 +TYPEID=79 +DEFINED=80 +KICKASM=81 +RESOURCE=82 +USES=83 +CLOBBERS=84 +BYTES=85 +CYCLES=86 +LOGIC_NOT=87 +SIGNEDNESS=88 +SIMPLETYPE=89 +BOOLEAN=90 +KICKASM_BODY=91 +STRING=92 +CHAR=93 +IMPORT=94 +INCLUDE=95 +PRAGMA=96 +DEFINE=97 +DEFINE_CONTINUE=98 +UNDEF=99 +IFDEF=100 +IFNDEF=101 +IFIF=102 +ELIF=103 +IFELSE=104 +ENDIF=105 +NUMBER=106 +NUMFLOAT=107 +BINFLOAT=108 +DECFLOAT=109 +HEXFLOAT=110 +NUMINT=111 +BININTEGER=112 +DECINTEGER=113 +HEXINTEGER=114 +NAME=115 +WS=116 +COMMENT_LINE=117 +COMMENT_BLOCK=118 +ASM_BYTE=119 +ASM_MNEMONIC=120 +ASM_IMM=121 +ASM_COLON=122 +ASM_COMMA=123 +ASM_PAR_BEGIN=124 +ASM_PAR_END=125 +ASM_BRACKET_BEGIN=126 +ASM_BRACKET_END=127 +ASM_DOT=128 +ASM_SHIFT_LEFT=129 +ASM_SHIFT_RIGHT=130 +ASM_PLUS=131 +ASM_MINUS=132 +ASM_LESS_THAN=133 +ASM_GREATER_THAN=134 +ASM_MULTIPLY=135 +ASM_DIVIDE=136 +ASM_CURLY_BEGIN=137 +ASM_CURLY_END=138 +ASM_NUMBER=139 +ASM_NUMFLOAT=140 +ASM_BINFLOAT=141 +ASM_DECFLOAT=142 +ASM_HEXFLOAT=143 +ASM_NUMINT=144 +ASM_BININTEGER=145 +ASM_DECINTEGER=146 +ASM_HEXINTEGER=147 +ASM_CHAR=148 +ASM_MULTI_REL=149 +ASM_MULTI_NAME=150 +ASM_NAME=151 +ASM_WS=152 +ASM_COMMENT_LINE=153 +ASM_COMMENT_BLOCK=154 ';'=8 '..'=11 '?'=12 @@ -169,64 +170,65 @@ ASM_COMMENT_BLOCK=153 '&&'=34 '||'=35 '='=36 -'import'=38 -'typedef'=39 -'#pragma'=40 -'reserve'=41 -'pc'=42 -'target'=43 -'link'=44 -'cpu'=45 -'code_seg'=46 -'data_seg'=47 -'encoding'=48 -'const'=49 -'extern'=50 -'export'=51 -'align'=52 -'inline'=53 -'volatile'=54 -'static'=55 -'interrupt'=56 -'register'=57 -'__address'=58 -'__zp'=59 -'__mem'=60 -'__ssa'=61 -'__ma'=62 -'calling'=63 -'var_model'=65 -'if'=66 -'else'=67 -'while'=68 -'do'=69 -'for'=70 -'switch'=71 -'return'=72 -'break'=73 -'continue'=74 -'asm'=75 -'default'=76 -'case'=77 -'struct'=78 -'enum'=79 -'sizeof'=80 -'typeid'=81 -'defined'=82 -'kickasm'=83 -'resource'=84 -'uses'=85 -'clobbers'=86 -'bytes'=87 -'cycles'=88 -'!'=89 -'#define'=96 -'#undef'=98 -'#ifdef'=99 -'#ifndef'=100 -'#if'=101 -'#elif'=102 -'#else'=103 -'#endif'=104 -'.byte'=118 -'#'=120 +'typedef'=38 +'reserve'=39 +'pc'=40 +'target'=41 +'link'=42 +'cpu'=43 +'code_seg'=44 +'data_seg'=45 +'encoding'=46 +'const'=47 +'extern'=48 +'export'=49 +'align'=50 +'inline'=51 +'volatile'=52 +'static'=53 +'interrupt'=54 +'register'=55 +'__address'=56 +'__zp'=57 +'__mem'=58 +'__ssa'=59 +'__ma'=60 +'calling'=61 +'var_model'=63 +'if'=64 +'else'=65 +'while'=66 +'do'=67 +'for'=68 +'switch'=69 +'return'=70 +'break'=71 +'continue'=72 +'asm'=73 +'default'=74 +'case'=75 +'struct'=76 +'enum'=77 +'sizeof'=78 +'typeid'=79 +'defined'=80 +'kickasm'=81 +'resource'=82 +'uses'=83 +'clobbers'=84 +'bytes'=85 +'cycles'=86 +'!'=87 +'#import'=94 +'#include'=95 +'#pragma'=96 +'#define'=97 +'#undef'=99 +'#ifdef'=100 +'#ifndef'=101 +'#if'=102 +'#elif'=103 +'#else'=104 +'#endif'=105 +'.byte'=119 +'#'=121 diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 b/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 index bb47666f3..e57cdb92b 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 @@ -35,7 +35,8 @@ declOrImport ; importDecl - : IMPORT STRING + : IMPORT STRING #importFile + | INCLUDE STRING #includeFile ; decl diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp index f26d714f2..fc23de2b5 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp @@ -37,9 +37,7 @@ null '||' '=' null -'import' 'typedef' -'#pragma' 'reserve' 'pc' 'target' @@ -95,6 +93,9 @@ null null null null +'#import' +'#include' +'#pragma' '#define' null '#undef' @@ -193,9 +194,7 @@ LOGIC_AND LOGIC_OR ASSIGN ASSIGN_COMPOUND -IMPORT TYPEDEF -PRAGMA RESERVE PC TARGET @@ -251,6 +250,9 @@ BOOLEAN KICKASM_BODY STRING CHAR +IMPORT +INCLUDE +PRAGMA DEFINE DEFINE_CONTINUE UNDEF @@ -360,4 +362,4 @@ asmExpr atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 155, 880, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 102, 10, 4, 12, 4, 14, 4, 105, 11, 4, 3, 5, 3, 5, 5, 5, 109, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 5, 7, 129, 10, 7, 3, 8, 3, 8, 3, 8, 3, 9, 3, 9, 7, 9, 136, 10, 9, 12, 9, 14, 9, 139, 11, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 7, 9, 146, 10, 9, 12, 9, 14, 9, 149, 11, 9, 3, 9, 7, 9, 152, 10, 9, 12, 9, 14, 9, 155, 11, 9, 3, 10, 3, 10, 3, 10, 7, 10, 160, 10, 10, 12, 10, 14, 10, 163, 11, 10, 3, 10, 3, 10, 7, 10, 167, 10, 10, 12, 10, 14, 10, 170, 11, 10, 3, 10, 3, 10, 3, 11, 3, 11, 7, 11, 176, 10, 11, 12, 11, 14, 11, 179, 11, 11, 3, 11, 3, 11, 5, 11, 183, 10, 11, 3, 11, 3, 11, 7, 11, 187, 10, 11, 12, 11, 14, 11, 190, 11, 11, 3, 11, 3, 11, 5, 11, 194, 10, 11, 3, 12, 7, 12, 197, 10, 12, 12, 12, 14, 12, 200, 11, 12, 3, 12, 3, 12, 7, 12, 204, 10, 12, 12, 12, 14, 12, 207, 11, 12, 3, 13, 3, 13, 7, 13, 211, 10, 13, 12, 13, 14, 13, 214, 11, 13, 3, 14, 3, 14, 5, 14, 218, 10, 14, 3, 14, 3, 14, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 5, 15, 230, 10, 15, 3, 15, 7, 15, 233, 10, 15, 12, 15, 14, 15, 236, 11, 15, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 5, 16, 246, 10, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 5, 16, 253, 10, 16, 3, 16, 3, 16, 3, 16, 5, 16, 258, 10, 16, 3, 16, 3, 16, 3, 16, 3, 16, 7, 16, 264, 10, 16, 12, 16, 14, 16, 267, 11, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 5, 18, 274, 10, 18, 3, 18, 3, 18, 6, 18, 278, 10, 18, 13, 18, 14, 18, 279, 3, 18, 3, 18, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 21, 3, 21, 5, 21, 292, 10, 21, 3, 21, 3, 21, 3, 21, 3, 21, 3, 22, 3, 22, 3, 22, 3, 22, 3, 22, 3, 22, 7, 22, 304, 10, 22, 12, 22, 14, 22, 307, 11, 22, 3, 23, 3, 23, 3, 23, 5, 23, 312, 10, 23, 3, 24, 3, 24, 7, 24, 316, 10, 24, 12, 24, 14, 24, 319, 11, 24, 3, 24, 3, 24, 3, 24, 5, 24, 324, 10, 24, 3, 24, 3, 24, 3, 24, 5, 24, 329, 10, 24, 3, 24, 3, 24, 3, 25, 3, 25, 3, 25, 7, 25, 336, 10, 25, 12, 25, 14, 25, 339, 11, 25, 3, 26, 3, 26, 7, 26, 343, 10, 26, 12, 26, 14, 26, 346, 11, 26, 3, 26, 3, 26, 3, 26, 5, 26, 351, 10, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 360, 10, 27, 12, 27, 14, 27, 363, 11, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 421, 10, 27, 12, 27, 14, 27, 424, 11, 27, 3, 27, 5, 27, 427, 10, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 438, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 457, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 7, 28, 464, 10, 28, 12, 28, 14, 28, 467, 11, 28, 3, 28, 3, 28, 5, 28, 471, 10, 28, 3, 29, 6, 29, 474, 10, 29, 13, 29, 14, 29, 475, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 483, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 496, 10, 30, 3, 30, 7, 30, 499, 10, 30, 12, 30, 14, 30, 502, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 511, 10, 30, 12, 30, 14, 30, 514, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 525, 10, 30, 12, 30, 14, 30, 528, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 546, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 555, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 562, 10, 30, 3, 31, 6, 31, 565, 10, 31, 13, 31, 14, 31, 566, 3, 31, 3, 31, 3, 31, 5, 31, 572, 10, 31, 5, 31, 574, 10, 31, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 580, 10, 32, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 587, 10, 33, 3, 33, 3, 33, 7, 33, 591, 10, 33, 12, 33, 14, 33, 594, 11, 33, 5, 33, 596, 10, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 604, 10, 33, 3, 34, 5, 34, 607, 10, 34, 3, 34, 5, 34, 610, 10, 34, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 7, 35, 618, 10, 35, 12, 35, 14, 35, 621, 11, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 632, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 640, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 646, 10, 36, 3, 36, 3, 36, 5, 36, 650, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 669, 10, 36, 12, 36, 14, 36, 672, 11, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 6, 36, 679, 10, 36, 13, 36, 14, 36, 680, 3, 36, 3, 36, 5, 36, 685, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 735, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 745, 10, 36, 12, 36, 14, 36, 748, 11, 36, 3, 37, 3, 37, 3, 37, 7, 37, 753, 10, 37, 12, 37, 14, 37, 756, 11, 37, 3, 38, 3, 38, 5, 38, 760, 10, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 7, 39, 768, 10, 39, 12, 39, 14, 39, 771, 11, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 5, 40, 788, 10, 40, 5, 40, 790, 10, 40, 3, 41, 7, 41, 793, 10, 41, 12, 41, 14, 41, 796, 11, 41, 3, 42, 3, 42, 3, 42, 5, 42, 801, 10, 42, 3, 43, 3, 43, 3, 43, 3, 43, 5, 43, 807, 10, 43, 3, 44, 3, 44, 5, 44, 811, 10, 44, 3, 45, 3, 45, 3, 45, 3, 45, 7, 45, 817, 10, 45, 12, 45, 14, 45, 820, 11, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 5, 46, 845, 10, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 5, 47, 861, 10, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 7, 47, 875, 10, 47, 12, 47, 14, 47, 878, 11, 47, 3, 47, 2, 9, 16, 28, 30, 42, 68, 70, 92, 48, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 2, 13, 3, 2, 22, 23, 5, 2, 17, 18, 24, 25, 91, 91, 4, 2, 32, 32, 35, 35, 3, 2, 28, 29, 3, 2, 19, 21, 3, 2, 17, 18, 3, 2, 30, 35, 3, 2, 132, 135, 3, 2, 130, 131, 3, 2, 136, 137, 3, 2, 132, 133, 2, 1007, 2, 94, 3, 2, 2, 2, 4, 97, 3, 2, 2, 2, 6, 103, 3, 2, 2, 2, 8, 108, 3, 2, 2, 2, 10, 110, 3, 2, 2, 2, 12, 128, 3, 2, 2, 2, 14, 130, 3, 2, 2, 2, 16, 133, 3, 2, 2, 2, 18, 156, 3, 2, 2, 2, 20, 193, 3, 2, 2, 2, 22, 198, 3, 2, 2, 2, 24, 208, 3, 2, 2, 2, 26, 215, 3, 2, 2, 2, 28, 221, 3, 2, 2, 2, 30, 252, 3, 2, 2, 2, 32, 268, 3, 2, 2, 2, 34, 271, 3, 2, 2, 2, 36, 283, 3, 2, 2, 2, 38, 286, 3, 2, 2, 2, 40, 289, 3, 2, 2, 2, 42, 297, 3, 2, 2, 2, 44, 308, 3, 2, 2, 2, 46, 313, 3, 2, 2, 2, 48, 332, 3, 2, 2, 2, 50, 350, 3, 2, 2, 2, 52, 426, 3, 2, 2, 2, 54, 470, 3, 2, 2, 2, 56, 473, 3, 2, 2, 2, 58, 561, 3, 2, 2, 2, 60, 564, 3, 2, 2, 2, 62, 575, 3, 2, 2, 2, 64, 603, 3, 2, 2, 2, 66, 609, 3, 2, 2, 2, 68, 611, 3, 2, 2, 2, 70, 684, 3, 2, 2, 2, 72, 749, 3, 2, 2, 2, 74, 757, 3, 2, 2, 2, 76, 763, 3, 2, 2, 2, 78, 789, 3, 2, 2, 2, 80, 794, 3, 2, 2, 2, 82, 800, 3, 2, 2, 2, 84, 806, 3, 2, 2, 2, 86, 808, 3, 2, 2, 2, 88, 812, 3, 2, 2, 2, 90, 844, 3, 2, 2, 2, 92, 860, 3, 2, 2, 2, 94, 95, 5, 6, 4, 2, 95, 96, 7, 2, 2, 3, 96, 3, 3, 2, 2, 2, 97, 98, 5, 80, 41, 2, 98, 99, 7, 2, 2, 3, 99, 5, 3, 2, 2, 2, 100, 102, 5, 8, 5, 2, 101, 100, 3, 2, 2, 2, 102, 105, 3, 2, 2, 2, 103, 101, 3, 2, 2, 2, 103, 104, 3, 2, 2, 2, 104, 7, 3, 2, 2, 2, 105, 103, 3, 2, 2, 2, 106, 109, 5, 12, 7, 2, 107, 109, 5, 10, 6, 2, 108, 106, 3, 2, 2, 2, 108, 107, 3, 2, 2, 2, 109, 9, 3, 2, 2, 2, 110, 111, 7, 40, 2, 2, 111, 112, 7, 96, 2, 2, 112, 11, 3, 2, 2, 2, 113, 114, 5, 14, 8, 2, 114, 115, 7, 10, 2, 2, 115, 129, 3, 2, 2, 2, 116, 117, 5, 34, 18, 2, 117, 118, 7, 10, 2, 2, 118, 129, 3, 2, 2, 2, 119, 120, 5, 40, 21, 2, 120, 121, 7, 10, 2, 2, 121, 129, 3, 2, 2, 2, 122, 129, 5, 46, 24, 2, 123, 129, 5, 74, 38, 2, 124, 129, 5, 52, 27, 2, 125, 126, 5, 18, 10, 2, 126, 127, 7, 10, 2, 2, 127, 129, 3, 2, 2, 2, 128, 113, 3, 2, 2, 2, 128, 116, 3, 2, 2, 2, 128, 119, 3, 2, 2, 2, 128, 122, 3, 2, 2, 2, 128, 123, 3, 2, 2, 2, 128, 124, 3, 2, 2, 2, 128, 125, 3, 2, 2, 2, 129, 13, 3, 2, 2, 2, 130, 131, 5, 22, 12, 2, 131, 132, 5, 16, 9, 2, 132, 15, 3, 2, 2, 2, 133, 137, 8, 9, 1, 2, 134, 136, 5, 24, 13, 2, 135, 134, 3, 2, 2, 2, 136, 139, 3, 2, 2, 2, 137, 135, 3, 2, 2, 2, 137, 138, 3, 2, 2, 2, 138, 140, 3, 2, 2, 2, 139, 137, 3, 2, 2, 2, 140, 141, 5, 20, 11, 2, 141, 153, 3, 2, 2, 2, 142, 143, 12, 3, 2, 2, 143, 147, 7, 12, 2, 2, 144, 146, 5, 24, 13, 2, 145, 144, 3, 2, 2, 2, 146, 149, 3, 2, 2, 2, 147, 145, 3, 2, 2, 2, 147, 148, 3, 2, 2, 2, 148, 150, 3, 2, 2, 2, 149, 147, 3, 2, 2, 2, 150, 152, 5, 20, 11, 2, 151, 142, 3, 2, 2, 2, 152, 155, 3, 2, 2, 2, 153, 151, 3, 2, 2, 2, 153, 154, 3, 2, 2, 2, 154, 17, 3, 2, 2, 2, 155, 153, 3, 2, 2, 2, 156, 157, 7, 41, 2, 2, 157, 161, 5, 22, 12, 2, 158, 160, 5, 24, 13, 2, 159, 158, 3, 2, 2, 2, 160, 163, 3, 2, 2, 2, 161, 159, 3, 2, 2, 2, 161, 162, 3, 2, 2, 2, 162, 164, 3, 2, 2, 2, 163, 161, 3, 2, 2, 2, 164, 168, 7, 116, 2, 2, 165, 167, 5, 26, 14, 2, 166, 165, 3, 2, 2, 2, 167, 170, 3, 2, 2, 2, 168, 166, 3, 2, 2, 2, 168, 169, 3, 2, 2, 2, 169, 171, 3, 2, 2, 2, 170, 168, 3, 2, 2, 2, 171, 172, 8, 10, 1, 2, 172, 19, 3, 2, 2, 2, 173, 177, 7, 116, 2, 2, 174, 176, 5, 26, 14, 2, 175, 174, 3, 2, 2, 2, 176, 179, 3, 2, 2, 2, 177, 175, 3, 2, 2, 2, 177, 178, 3, 2, 2, 2, 178, 182, 3, 2, 2, 2, 179, 177, 3, 2, 2, 2, 180, 181, 7, 38, 2, 2, 181, 183, 5, 70, 36, 2, 182, 180, 3, 2, 2, 2, 182, 183, 3, 2, 2, 2, 183, 194, 3, 2, 2, 2, 184, 188, 7, 116, 2, 2, 185, 187, 5, 26, 14, 2, 186, 185, 3, 2, 2, 2, 187, 190, 3, 2, 2, 2, 188, 186, 3, 2, 2, 2, 188, 189, 3, 2, 2, 2, 189, 191, 3, 2, 2, 2, 190, 188, 3, 2, 2, 2, 191, 192, 7, 38, 2, 2, 192, 194, 5, 74, 38, 2, 193, 173, 3, 2, 2, 2, 193, 184, 3, 2, 2, 2, 194, 21, 3, 2, 2, 2, 195, 197, 5, 54, 28, 2, 196, 195, 3, 2, 2, 2, 197, 200, 3, 2, 2, 2, 198, 196, 3, 2, 2, 2, 198, 199, 3, 2, 2, 2, 199, 201, 3, 2, 2, 2, 200, 198, 3, 2, 2, 2, 201, 205, 5, 30, 16, 2, 202, 204, 5, 54, 28, 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, 23, 3, 2, 2, 2, 207, 205, 3, 2, 2, 2, 208, 212, 7, 19, 2, 2, 209, 211, 5, 54, 28, 2, 210, 209, 3, 2, 2, 2, 211, 214, 3, 2, 2, 2, 212, 210, 3, 2, 2, 2, 212, 213, 3, 2, 2, 2, 213, 25, 3, 2, 2, 2, 214, 212, 3, 2, 2, 2, 215, 217, 7, 6, 2, 2, 216, 218, 5, 70, 36, 2, 217, 216, 3, 2, 2, 2, 217, 218, 3, 2, 2, 2, 218, 219, 3, 2, 2, 2, 219, 220, 7, 7, 2, 2, 220, 27, 3, 2, 2, 2, 221, 222, 8, 15, 1, 2, 222, 223, 5, 30, 16, 2, 223, 234, 3, 2, 2, 2, 224, 225, 12, 4, 2, 2, 225, 233, 7, 19, 2, 2, 226, 227, 12, 3, 2, 2, 227, 229, 7, 6, 2, 2, 228, 230, 5, 70, 36, 2, 229, 228, 3, 2, 2, 2, 229, 230, 3, 2, 2, 2, 230, 231, 3, 2, 2, 2, 231, 233, 7, 7, 2, 2, 232, 224, 3, 2, 2, 2, 232, 226, 3, 2, 2, 2, 233, 236, 3, 2, 2, 2, 234, 232, 3, 2, 2, 2, 234, 235, 3, 2, 2, 2, 235, 29, 3, 2, 2, 2, 236, 234, 3, 2, 2, 2, 237, 238, 8, 16, 1, 2, 238, 239, 7, 8, 2, 2, 239, 240, 5, 30, 16, 2, 240, 241, 7, 9, 2, 2, 241, 253, 3, 2, 2, 2, 242, 253, 7, 93, 2, 2, 243, 245, 7, 92, 2, 2, 244, 246, 7, 93, 2, 2, 245, 244, 3, 2, 2, 2, 245, 246, 3, 2, 2, 2, 246, 253, 3, 2, 2, 2, 247, 253, 5, 34, 18, 2, 248, 253, 5, 32, 17, 2, 249, 253, 5, 40, 21, 2, 250, 253, 5, 38, 20, 2, 251, 253, 7, 3, 2, 2, 252, 237, 3, 2, 2, 2, 252, 242, 3, 2, 2, 2, 252, 243, 3, 2, 2, 2, 252, 247, 3, 2, 2, 2, 252, 248, 3, 2, 2, 2, 252, 249, 3, 2, 2, 2, 252, 250, 3, 2, 2, 2, 252, 251, 3, 2, 2, 2, 253, 265, 3, 2, 2, 2, 254, 255, 12, 9, 2, 2, 255, 257, 7, 6, 2, 2, 256, 258, 5, 70, 36, 2, 257, 256, 3, 2, 2, 2, 257, 258, 3, 2, 2, 2, 258, 259, 3, 2, 2, 2, 259, 264, 7, 7, 2, 2, 260, 261, 12, 8, 2, 2, 261, 262, 7, 8, 2, 2, 262, 264, 7, 9, 2, 2, 263, 254, 3, 2, 2, 2, 263, 260, 3, 2, 2, 2, 264, 267, 3, 2, 2, 2, 265, 263, 3, 2, 2, 2, 265, 266, 3, 2, 2, 2, 266, 31, 3, 2, 2, 2, 267, 265, 3, 2, 2, 2, 268, 269, 7, 80, 2, 2, 269, 270, 7, 116, 2, 2, 270, 33, 3, 2, 2, 2, 271, 273, 7, 80, 2, 2, 272, 274, 7, 116, 2, 2, 273, 272, 3, 2, 2, 2, 273, 274, 3, 2, 2, 2, 274, 275, 3, 2, 2, 2, 275, 277, 7, 4, 2, 2, 276, 278, 5, 36, 19, 2, 277, 276, 3, 2, 2, 2, 278, 279, 3, 2, 2, 2, 279, 277, 3, 2, 2, 2, 279, 280, 3, 2, 2, 2, 280, 281, 3, 2, 2, 2, 281, 282, 7, 5, 2, 2, 282, 35, 3, 2, 2, 2, 283, 284, 5, 14, 8, 2, 284, 285, 7, 10, 2, 2, 285, 37, 3, 2, 2, 2, 286, 287, 7, 81, 2, 2, 287, 288, 7, 116, 2, 2, 288, 39, 3, 2, 2, 2, 289, 291, 7, 81, 2, 2, 290, 292, 7, 116, 2, 2, 291, 290, 3, 2, 2, 2, 291, 292, 3, 2, 2, 2, 292, 293, 3, 2, 2, 2, 293, 294, 7, 4, 2, 2, 294, 295, 5, 42, 22, 2, 295, 296, 7, 5, 2, 2, 296, 41, 3, 2, 2, 2, 297, 298, 8, 22, 1, 2, 298, 299, 5, 44, 23, 2, 299, 305, 3, 2, 2, 2, 300, 301, 12, 3, 2, 2, 301, 302, 7, 12, 2, 2, 302, 304, 5, 44, 23, 2, 303, 300, 3, 2, 2, 2, 304, 307, 3, 2, 2, 2, 305, 303, 3, 2, 2, 2, 305, 306, 3, 2, 2, 2, 306, 43, 3, 2, 2, 2, 307, 305, 3, 2, 2, 2, 308, 311, 7, 116, 2, 2, 309, 310, 7, 38, 2, 2, 310, 312, 5, 70, 36, 2, 311, 309, 3, 2, 2, 2, 311, 312, 3, 2, 2, 2, 312, 45, 3, 2, 2, 2, 313, 317, 5, 22, 12, 2, 314, 316, 5, 24, 13, 2, 315, 314, 3, 2, 2, 2, 316, 319, 3, 2, 2, 2, 317, 315, 3, 2, 2, 2, 317, 318, 3, 2, 2, 2, 318, 320, 3, 2, 2, 2, 319, 317, 3, 2, 2, 2, 320, 321, 7, 116, 2, 2, 321, 323, 7, 8, 2, 2, 322, 324, 5, 48, 25, 2, 323, 322, 3, 2, 2, 2, 323, 324, 3, 2, 2, 2, 324, 325, 3, 2, 2, 2, 325, 326, 7, 9, 2, 2, 326, 328, 7, 4, 2, 2, 327, 329, 5, 56, 29, 2, 328, 327, 3, 2, 2, 2, 328, 329, 3, 2, 2, 2, 329, 330, 3, 2, 2, 2, 330, 331, 7, 5, 2, 2, 331, 47, 3, 2, 2, 2, 332, 337, 5, 50, 26, 2, 333, 334, 7, 12, 2, 2, 334, 336, 5, 50, 26, 2, 335, 333, 3, 2, 2, 2, 336, 339, 3, 2, 2, 2, 337, 335, 3, 2, 2, 2, 337, 338, 3, 2, 2, 2, 338, 49, 3, 2, 2, 2, 339, 337, 3, 2, 2, 2, 340, 344, 5, 22, 12, 2, 341, 343, 5, 24, 13, 2, 342, 341, 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, 116, 2, 2, 348, 351, 3, 2, 2, 2, 349, 351, 7, 93, 2, 2, 350, 340, 3, 2, 2, 2, 350, 349, 3, 2, 2, 2, 351, 51, 3, 2, 2, 2, 352, 353, 7, 42, 2, 2, 353, 354, 7, 43, 2, 2, 354, 355, 3, 2, 2, 2, 355, 356, 7, 8, 2, 2, 356, 361, 7, 107, 2, 2, 357, 358, 7, 12, 2, 2, 358, 360, 7, 107, 2, 2, 359, 357, 3, 2, 2, 2, 360, 363, 3, 2, 2, 2, 361, 359, 3, 2, 2, 2, 361, 362, 3, 2, 2, 2, 362, 364, 3, 2, 2, 2, 363, 361, 3, 2, 2, 2, 364, 427, 7, 9, 2, 2, 365, 366, 7, 42, 2, 2, 366, 367, 7, 44, 2, 2, 367, 368, 3, 2, 2, 2, 368, 369, 7, 8, 2, 2, 369, 370, 7, 107, 2, 2, 370, 427, 7, 9, 2, 2, 371, 372, 7, 42, 2, 2, 372, 373, 7, 45, 2, 2, 373, 374, 3, 2, 2, 2, 374, 375, 7, 8, 2, 2, 375, 376, 7, 116, 2, 2, 376, 427, 7, 9, 2, 2, 377, 378, 7, 42, 2, 2, 378, 379, 7, 47, 2, 2, 379, 380, 3, 2, 2, 2, 380, 381, 7, 8, 2, 2, 381, 382, 7, 116, 2, 2, 382, 427, 7, 9, 2, 2, 383, 384, 7, 42, 2, 2, 384, 385, 7, 46, 2, 2, 385, 386, 3, 2, 2, 2, 386, 387, 7, 8, 2, 2, 387, 388, 7, 96, 2, 2, 388, 427, 7, 9, 2, 2, 389, 390, 7, 42, 2, 2, 390, 391, 7, 48, 2, 2, 391, 392, 3, 2, 2, 2, 392, 393, 7, 8, 2, 2, 393, 394, 7, 116, 2, 2, 394, 427, 7, 9, 2, 2, 395, 396, 7, 42, 2, 2, 396, 397, 7, 49, 2, 2, 397, 398, 3, 2, 2, 2, 398, 399, 7, 8, 2, 2, 399, 400, 7, 116, 2, 2, 400, 427, 7, 9, 2, 2, 401, 402, 7, 42, 2, 2, 402, 403, 7, 50, 2, 2, 403, 404, 3, 2, 2, 2, 404, 405, 7, 8, 2, 2, 405, 406, 7, 116, 2, 2, 406, 427, 7, 9, 2, 2, 407, 408, 7, 42, 2, 2, 408, 409, 7, 65, 2, 2, 409, 410, 3, 2, 2, 2, 410, 411, 7, 8, 2, 2, 411, 412, 7, 66, 2, 2, 412, 427, 7, 9, 2, 2, 413, 414, 7, 42, 2, 2, 414, 415, 7, 67, 2, 2, 415, 416, 3, 2, 2, 2, 416, 417, 7, 8, 2, 2, 417, 422, 7, 116, 2, 2, 418, 419, 7, 12, 2, 2, 419, 421, 7, 116, 2, 2, 420, 418, 3, 2, 2, 2, 421, 424, 3, 2, 2, 2, 422, 420, 3, 2, 2, 2, 422, 423, 3, 2, 2, 2, 423, 425, 3, 2, 2, 2, 424, 422, 3, 2, 2, 2, 425, 427, 7, 9, 2, 2, 426, 352, 3, 2, 2, 2, 426, 365, 3, 2, 2, 2, 426, 371, 3, 2, 2, 2, 426, 377, 3, 2, 2, 2, 426, 383, 3, 2, 2, 2, 426, 389, 3, 2, 2, 2, 426, 395, 3, 2, 2, 2, 426, 401, 3, 2, 2, 2, 426, 407, 3, 2, 2, 2, 426, 413, 3, 2, 2, 2, 427, 53, 3, 2, 2, 2, 428, 471, 7, 51, 2, 2, 429, 430, 7, 54, 2, 2, 430, 431, 7, 8, 2, 2, 431, 432, 7, 107, 2, 2, 432, 471, 7, 9, 2, 2, 433, 437, 7, 59, 2, 2, 434, 435, 7, 8, 2, 2, 435, 436, 7, 116, 2, 2, 436, 438, 7, 9, 2, 2, 437, 434, 3, 2, 2, 2, 437, 438, 3, 2, 2, 2, 438, 471, 3, 2, 2, 2, 439, 471, 7, 61, 2, 2, 440, 471, 7, 62, 2, 2, 441, 442, 7, 60, 2, 2, 442, 443, 7, 8, 2, 2, 443, 444, 7, 107, 2, 2, 444, 471, 7, 9, 2, 2, 445, 471, 7, 56, 2, 2, 446, 471, 7, 57, 2, 2, 447, 471, 7, 63, 2, 2, 448, 471, 7, 64, 2, 2, 449, 471, 7, 52, 2, 2, 450, 471, 7, 53, 2, 2, 451, 471, 7, 55, 2, 2, 452, 456, 7, 58, 2, 2, 453, 454, 7, 8, 2, 2, 454, 455, 7, 116, 2, 2, 455, 457, 7, 9, 2, 2, 456, 453, 3, 2, 2, 2, 456, 457, 3, 2, 2, 2, 457, 471, 3, 2, 2, 2, 458, 459, 7, 43, 2, 2, 459, 460, 7, 8, 2, 2, 460, 465, 7, 107, 2, 2, 461, 462, 7, 12, 2, 2, 462, 464, 7, 107, 2, 2, 463, 461, 3, 2, 2, 2, 464, 467, 3, 2, 2, 2, 465, 463, 3, 2, 2, 2, 465, 466, 3, 2, 2, 2, 466, 468, 3, 2, 2, 2, 467, 465, 3, 2, 2, 2, 468, 471, 7, 9, 2, 2, 469, 471, 7, 66, 2, 2, 470, 428, 3, 2, 2, 2, 470, 429, 3, 2, 2, 2, 470, 433, 3, 2, 2, 2, 470, 439, 3, 2, 2, 2, 470, 440, 3, 2, 2, 2, 470, 441, 3, 2, 2, 2, 470, 445, 3, 2, 2, 2, 470, 446, 3, 2, 2, 2, 470, 447, 3, 2, 2, 2, 470, 448, 3, 2, 2, 2, 470, 449, 3, 2, 2, 2, 470, 450, 3, 2, 2, 2, 470, 451, 3, 2, 2, 2, 470, 452, 3, 2, 2, 2, 470, 458, 3, 2, 2, 2, 470, 469, 3, 2, 2, 2, 471, 55, 3, 2, 2, 2, 472, 474, 5, 58, 30, 2, 473, 472, 3, 2, 2, 2, 474, 475, 3, 2, 2, 2, 475, 473, 3, 2, 2, 2, 475, 476, 3, 2, 2, 2, 476, 57, 3, 2, 2, 2, 477, 478, 5, 14, 8, 2, 478, 479, 7, 10, 2, 2, 479, 562, 3, 2, 2, 2, 480, 482, 7, 4, 2, 2, 481, 483, 5, 56, 29, 2, 482, 481, 3, 2, 2, 2, 482, 483, 3, 2, 2, 2, 483, 484, 3, 2, 2, 2, 484, 562, 7, 5, 2, 2, 485, 486, 5, 68, 35, 2, 486, 487, 7, 10, 2, 2, 487, 562, 3, 2, 2, 2, 488, 489, 7, 68, 2, 2, 489, 490, 7, 8, 2, 2, 490, 491, 5, 68, 35, 2, 491, 492, 7, 9, 2, 2, 492, 495, 5, 58, 30, 2, 493, 494, 7, 69, 2, 2, 494, 496, 5, 58, 30, 2, 495, 493, 3, 2, 2, 2, 495, 496, 3, 2, 2, 2, 496, 562, 3, 2, 2, 2, 497, 499, 5, 54, 28, 2, 498, 497, 3, 2, 2, 2, 499, 502, 3, 2, 2, 2, 500, 498, 3, 2, 2, 2, 500, 501, 3, 2, 2, 2, 501, 503, 3, 2, 2, 2, 502, 500, 3, 2, 2, 2, 503, 504, 7, 70, 2, 2, 504, 505, 7, 8, 2, 2, 505, 506, 5, 68, 35, 2, 506, 507, 7, 9, 2, 2, 507, 508, 5, 58, 30, 2, 508, 562, 3, 2, 2, 2, 509, 511, 5, 54, 28, 2, 510, 509, 3, 2, 2, 2, 511, 514, 3, 2, 2, 2, 512, 510, 3, 2, 2, 2, 512, 513, 3, 2, 2, 2, 513, 515, 3, 2, 2, 2, 514, 512, 3, 2, 2, 2, 515, 516, 7, 71, 2, 2, 516, 517, 5, 58, 30, 2, 517, 518, 7, 70, 2, 2, 518, 519, 7, 8, 2, 2, 519, 520, 5, 68, 35, 2, 520, 521, 7, 9, 2, 2, 521, 522, 7, 10, 2, 2, 522, 562, 3, 2, 2, 2, 523, 525, 5, 54, 28, 2, 524, 523, 3, 2, 2, 2, 525, 528, 3, 2, 2, 2, 526, 524, 3, 2, 2, 2, 526, 527, 3, 2, 2, 2, 527, 529, 3, 2, 2, 2, 528, 526, 3, 2, 2, 2, 529, 530, 7, 72, 2, 2, 530, 531, 7, 8, 2, 2, 531, 532, 5, 64, 33, 2, 532, 533, 7, 9, 2, 2, 533, 534, 5, 58, 30, 2, 534, 562, 3, 2, 2, 2, 535, 536, 7, 73, 2, 2, 536, 537, 7, 8, 2, 2, 537, 538, 5, 68, 35, 2, 538, 539, 7, 9, 2, 2, 539, 540, 7, 4, 2, 2, 540, 541, 5, 60, 31, 2, 541, 542, 7, 5, 2, 2, 542, 562, 3, 2, 2, 2, 543, 545, 7, 74, 2, 2, 544, 546, 5, 68, 35, 2, 545, 544, 3, 2, 2, 2, 545, 546, 3, 2, 2, 2, 546, 547, 3, 2, 2, 2, 547, 562, 7, 10, 2, 2, 548, 549, 7, 75, 2, 2, 549, 562, 7, 10, 2, 2, 550, 551, 7, 76, 2, 2, 551, 562, 7, 10, 2, 2, 552, 554, 7, 77, 2, 2, 553, 555, 5, 76, 39, 2, 554, 553, 3, 2, 2, 2, 554, 555, 3, 2, 2, 2, 555, 556, 3, 2, 2, 2, 556, 557, 7, 4, 2, 2, 557, 558, 5, 80, 41, 2, 558, 559, 7, 139, 2, 2, 559, 562, 3, 2, 2, 2, 560, 562, 5, 74, 38, 2, 561, 477, 3, 2, 2, 2, 561, 480, 3, 2, 2, 2, 561, 485, 3, 2, 2, 2, 561, 488, 3, 2, 2, 2, 561, 500, 3, 2, 2, 2, 561, 512, 3, 2, 2, 2, 561, 526, 3, 2, 2, 2, 561, 535, 3, 2, 2, 2, 561, 543, 3, 2, 2, 2, 561, 548, 3, 2, 2, 2, 561, 550, 3, 2, 2, 2, 561, 552, 3, 2, 2, 2, 561, 560, 3, 2, 2, 2, 562, 59, 3, 2, 2, 2, 563, 565, 5, 62, 32, 2, 564, 563, 3, 2, 2, 2, 565, 566, 3, 2, 2, 2, 566, 564, 3, 2, 2, 2, 566, 567, 3, 2, 2, 2, 567, 573, 3, 2, 2, 2, 568, 569, 7, 78, 2, 2, 569, 571, 7, 11, 2, 2, 570, 572, 5, 56, 29, 2, 571, 570, 3, 2, 2, 2, 571, 572, 3, 2, 2, 2, 572, 574, 3, 2, 2, 2, 573, 568, 3, 2, 2, 2, 573, 574, 3, 2, 2, 2, 574, 61, 3, 2, 2, 2, 575, 576, 7, 79, 2, 2, 576, 577, 5, 70, 36, 2, 577, 579, 7, 11, 2, 2, 578, 580, 5, 56, 29, 2, 579, 578, 3, 2, 2, 2, 579, 580, 3, 2, 2, 2, 580, 63, 3, 2, 2, 2, 581, 582, 5, 66, 34, 2, 582, 583, 7, 10, 2, 2, 583, 584, 5, 68, 35, 2, 584, 586, 7, 10, 2, 2, 585, 587, 5, 68, 35, 2, 586, 585, 3, 2, 2, 2, 586, 587, 3, 2, 2, 2, 587, 604, 3, 2, 2, 2, 588, 592, 5, 22, 12, 2, 589, 591, 5, 24, 13, 2, 590, 589, 3, 2, 2, 2, 591, 594, 3, 2, 2, 2, 592, 590, 3, 2, 2, 2, 592, 593, 3, 2, 2, 2, 593, 596, 3, 2, 2, 2, 594, 592, 3, 2, 2, 2, 595, 588, 3, 2, 2, 2, 595, 596, 3, 2, 2, 2, 596, 597, 3, 2, 2, 2, 597, 598, 7, 116, 2, 2, 598, 599, 7, 11, 2, 2, 599, 600, 5, 70, 36, 2, 600, 601, 7, 13, 2, 2, 601, 602, 5, 70, 36, 2, 602, 604, 3, 2, 2, 2, 603, 581, 3, 2, 2, 2, 603, 595, 3, 2, 2, 2, 604, 65, 3, 2, 2, 2, 605, 607, 5, 14, 8, 2, 606, 605, 3, 2, 2, 2, 606, 607, 3, 2, 2, 2, 607, 610, 3, 2, 2, 2, 608, 610, 5, 68, 35, 2, 609, 606, 3, 2, 2, 2, 609, 608, 3, 2, 2, 2, 610, 67, 3, 2, 2, 2, 611, 612, 8, 35, 1, 2, 612, 613, 5, 70, 36, 2, 613, 619, 3, 2, 2, 2, 614, 615, 12, 3, 2, 2, 615, 616, 7, 12, 2, 2, 616, 618, 5, 70, 36, 2, 617, 614, 3, 2, 2, 2, 618, 621, 3, 2, 2, 2, 619, 617, 3, 2, 2, 2, 619, 620, 3, 2, 2, 2, 620, 69, 3, 2, 2, 2, 621, 619, 3, 2, 2, 2, 622, 623, 8, 36, 1, 2, 623, 624, 7, 8, 2, 2, 624, 625, 5, 68, 35, 2, 625, 626, 7, 9, 2, 2, 626, 685, 3, 2, 2, 2, 627, 628, 7, 82, 2, 2, 628, 631, 7, 8, 2, 2, 629, 632, 5, 70, 36, 2, 630, 632, 5, 28, 15, 2, 631, 629, 3, 2, 2, 2, 631, 630, 3, 2, 2, 2, 632, 633, 3, 2, 2, 2, 633, 634, 7, 9, 2, 2, 634, 685, 3, 2, 2, 2, 635, 636, 7, 83, 2, 2, 636, 639, 7, 8, 2, 2, 637, 640, 5, 70, 36, 2, 638, 640, 5, 28, 15, 2, 639, 637, 3, 2, 2, 2, 639, 638, 3, 2, 2, 2, 640, 641, 3, 2, 2, 2, 641, 642, 7, 9, 2, 2, 642, 685, 3, 2, 2, 2, 643, 645, 7, 84, 2, 2, 644, 646, 7, 8, 2, 2, 645, 644, 3, 2, 2, 2, 645, 646, 3, 2, 2, 2, 646, 647, 3, 2, 2, 2, 647, 649, 7, 116, 2, 2, 648, 650, 7, 9, 2, 2, 649, 648, 3, 2, 2, 2, 649, 650, 3, 2, 2, 2, 650, 685, 3, 2, 2, 2, 651, 652, 7, 8, 2, 2, 652, 653, 5, 28, 15, 2, 653, 654, 7, 9, 2, 2, 654, 655, 5, 70, 36, 26, 655, 685, 3, 2, 2, 2, 656, 657, 9, 2, 2, 2, 657, 685, 5, 70, 36, 25, 658, 659, 7, 19, 2, 2, 659, 685, 5, 70, 36, 23, 660, 661, 9, 3, 2, 2, 661, 685, 5, 70, 36, 22, 662, 663, 9, 4, 2, 2, 663, 685, 5, 70, 36, 18, 664, 665, 7, 4, 2, 2, 665, 670, 5, 70, 36, 2, 666, 667, 7, 12, 2, 2, 667, 669, 5, 70, 36, 2, 668, 666, 3, 2, 2, 2, 669, 672, 3, 2, 2, 2, 670, 668, 3, 2, 2, 2, 670, 671, 3, 2, 2, 2, 671, 673, 3, 2, 2, 2, 672, 670, 3, 2, 2, 2, 673, 674, 7, 5, 2, 2, 674, 685, 3, 2, 2, 2, 675, 685, 7, 116, 2, 2, 676, 685, 7, 107, 2, 2, 677, 679, 7, 96, 2, 2, 678, 677, 3, 2, 2, 2, 679, 680, 3, 2, 2, 2, 680, 678, 3, 2, 2, 2, 680, 681, 3, 2, 2, 2, 681, 685, 3, 2, 2, 2, 682, 685, 7, 97, 2, 2, 683, 685, 7, 94, 2, 2, 684, 622, 3, 2, 2, 2, 684, 627, 3, 2, 2, 2, 684, 635, 3, 2, 2, 2, 684, 643, 3, 2, 2, 2, 684, 651, 3, 2, 2, 2, 684, 656, 3, 2, 2, 2, 684, 658, 3, 2, 2, 2, 684, 660, 3, 2, 2, 2, 684, 662, 3, 2, 2, 2, 684, 664, 3, 2, 2, 2, 684, 675, 3, 2, 2, 2, 684, 676, 3, 2, 2, 2, 684, 678, 3, 2, 2, 2, 684, 682, 3, 2, 2, 2, 684, 683, 3, 2, 2, 2, 685, 746, 3, 2, 2, 2, 686, 687, 12, 21, 2, 2, 687, 688, 9, 5, 2, 2, 688, 745, 5, 70, 36, 22, 689, 690, 12, 20, 2, 2, 690, 691, 9, 6, 2, 2, 691, 745, 5, 70, 36, 21, 692, 693, 12, 19, 2, 2, 693, 694, 9, 7, 2, 2, 694, 745, 5, 70, 36, 20, 695, 696, 12, 17, 2, 2, 696, 697, 9, 8, 2, 2, 697, 745, 5, 70, 36, 18, 698, 699, 12, 16, 2, 2, 699, 700, 7, 24, 2, 2, 700, 745, 5, 70, 36, 17, 701, 702, 12, 15, 2, 2, 702, 703, 7, 26, 2, 2, 703, 745, 5, 70, 36, 16, 704, 705, 12, 14, 2, 2, 705, 706, 7, 27, 2, 2, 706, 745, 5, 70, 36, 15, 707, 708, 12, 13, 2, 2, 708, 709, 7, 36, 2, 2, 709, 745, 5, 70, 36, 14, 710, 711, 12, 12, 2, 2, 711, 712, 7, 37, 2, 2, 712, 745, 5, 70, 36, 13, 713, 714, 12, 11, 2, 2, 714, 715, 7, 14, 2, 2, 715, 716, 5, 70, 36, 2, 716, 717, 7, 11, 2, 2, 717, 718, 5, 70, 36, 12, 718, 745, 3, 2, 2, 2, 719, 720, 12, 10, 2, 2, 720, 721, 7, 38, 2, 2, 721, 745, 5, 70, 36, 10, 722, 723, 12, 9, 2, 2, 723, 724, 7, 39, 2, 2, 724, 745, 5, 70, 36, 9, 725, 726, 12, 33, 2, 2, 726, 727, 7, 15, 2, 2, 727, 745, 7, 116, 2, 2, 728, 729, 12, 32, 2, 2, 729, 730, 7, 16, 2, 2, 730, 745, 7, 116, 2, 2, 731, 732, 12, 31, 2, 2, 732, 734, 7, 8, 2, 2, 733, 735, 5, 72, 37, 2, 734, 733, 3, 2, 2, 2, 734, 735, 3, 2, 2, 2, 735, 736, 3, 2, 2, 2, 736, 745, 7, 9, 2, 2, 737, 738, 12, 27, 2, 2, 738, 739, 7, 6, 2, 2, 739, 740, 5, 68, 35, 2, 740, 741, 7, 7, 2, 2, 741, 745, 3, 2, 2, 2, 742, 743, 12, 24, 2, 2, 743, 745, 9, 2, 2, 2, 744, 686, 3, 2, 2, 2, 744, 689, 3, 2, 2, 2, 744, 692, 3, 2, 2, 2, 744, 695, 3, 2, 2, 2, 744, 698, 3, 2, 2, 2, 744, 701, 3, 2, 2, 2, 744, 704, 3, 2, 2, 2, 744, 707, 3, 2, 2, 2, 744, 710, 3, 2, 2, 2, 744, 713, 3, 2, 2, 2, 744, 719, 3, 2, 2, 2, 744, 722, 3, 2, 2, 2, 744, 725, 3, 2, 2, 2, 744, 728, 3, 2, 2, 2, 744, 731, 3, 2, 2, 2, 744, 737, 3, 2, 2, 2, 744, 742, 3, 2, 2, 2, 745, 748, 3, 2, 2, 2, 746, 744, 3, 2, 2, 2, 746, 747, 3, 2, 2, 2, 747, 71, 3, 2, 2, 2, 748, 746, 3, 2, 2, 2, 749, 754, 5, 70, 36, 2, 750, 751, 7, 12, 2, 2, 751, 753, 5, 70, 36, 2, 752, 750, 3, 2, 2, 2, 753, 756, 3, 2, 2, 2, 754, 752, 3, 2, 2, 2, 754, 755, 3, 2, 2, 2, 755, 73, 3, 2, 2, 2, 756, 754, 3, 2, 2, 2, 757, 759, 7, 85, 2, 2, 758, 760, 5, 76, 39, 2, 759, 758, 3, 2, 2, 2, 759, 760, 3, 2, 2, 2, 760, 761, 3, 2, 2, 2, 761, 762, 7, 95, 2, 2, 762, 75, 3, 2, 2, 2, 763, 764, 7, 8, 2, 2, 764, 769, 5, 78, 40, 2, 765, 766, 7, 12, 2, 2, 766, 768, 5, 78, 40, 2, 767, 765, 3, 2, 2, 2, 768, 771, 3, 2, 2, 2, 769, 767, 3, 2, 2, 2, 769, 770, 3, 2, 2, 2, 770, 772, 3, 2, 2, 2, 771, 769, 3, 2, 2, 2, 772, 773, 7, 9, 2, 2, 773, 77, 3, 2, 2, 2, 774, 775, 7, 86, 2, 2, 775, 790, 7, 96, 2, 2, 776, 777, 7, 87, 2, 2, 777, 790, 7, 116, 2, 2, 778, 779, 7, 88, 2, 2, 779, 790, 7, 96, 2, 2, 780, 781, 7, 89, 2, 2, 781, 790, 5, 70, 36, 2, 782, 783, 7, 90, 2, 2, 783, 790, 5, 70, 36, 2, 784, 787, 7, 44, 2, 2, 785, 788, 7, 55, 2, 2, 786, 788, 5, 70, 36, 2, 787, 785, 3, 2, 2, 2, 787, 786, 3, 2, 2, 2, 788, 790, 3, 2, 2, 2, 789, 774, 3, 2, 2, 2, 789, 776, 3, 2, 2, 2, 789, 778, 3, 2, 2, 2, 789, 780, 3, 2, 2, 2, 789, 782, 3, 2, 2, 2, 789, 784, 3, 2, 2, 2, 790, 79, 3, 2, 2, 2, 791, 793, 5, 82, 42, 2, 792, 791, 3, 2, 2, 2, 793, 796, 3, 2, 2, 2, 794, 792, 3, 2, 2, 2, 794, 795, 3, 2, 2, 2, 795, 81, 3, 2, 2, 2, 796, 794, 3, 2, 2, 2, 797, 801, 5, 84, 43, 2, 798, 801, 5, 86, 44, 2, 799, 801, 5, 88, 45, 2, 800, 797, 3, 2, 2, 2, 800, 798, 3, 2, 2, 2, 800, 799, 3, 2, 2, 2, 801, 83, 3, 2, 2, 2, 802, 803, 7, 152, 2, 2, 803, 807, 7, 123, 2, 2, 804, 805, 7, 151, 2, 2, 805, 807, 7, 123, 2, 2, 806, 802, 3, 2, 2, 2, 806, 804, 3, 2, 2, 2, 807, 85, 3, 2, 2, 2, 808, 810, 7, 121, 2, 2, 809, 811, 5, 90, 46, 2, 810, 809, 3, 2, 2, 2, 810, 811, 3, 2, 2, 2, 811, 87, 3, 2, 2, 2, 812, 813, 7, 120, 2, 2, 813, 818, 5, 92, 47, 2, 814, 815, 7, 124, 2, 2, 815, 817, 5, 92, 47, 2, 816, 814, 3, 2, 2, 2, 817, 820, 3, 2, 2, 2, 818, 816, 3, 2, 2, 2, 818, 819, 3, 2, 2, 2, 819, 89, 3, 2, 2, 2, 820, 818, 3, 2, 2, 2, 821, 845, 5, 92, 47, 2, 822, 823, 7, 122, 2, 2, 823, 845, 5, 92, 47, 2, 824, 825, 5, 92, 47, 2, 825, 826, 7, 124, 2, 2, 826, 827, 7, 152, 2, 2, 827, 845, 3, 2, 2, 2, 828, 829, 7, 125, 2, 2, 829, 830, 5, 92, 47, 2, 830, 831, 7, 126, 2, 2, 831, 832, 7, 124, 2, 2, 832, 833, 7, 152, 2, 2, 833, 845, 3, 2, 2, 2, 834, 835, 7, 125, 2, 2, 835, 836, 5, 92, 47, 2, 836, 837, 7, 124, 2, 2, 837, 838, 7, 152, 2, 2, 838, 839, 7, 126, 2, 2, 839, 845, 3, 2, 2, 2, 840, 841, 7, 125, 2, 2, 841, 842, 5, 92, 47, 2, 842, 843, 7, 126, 2, 2, 843, 845, 3, 2, 2, 2, 844, 821, 3, 2, 2, 2, 844, 822, 3, 2, 2, 2, 844, 824, 3, 2, 2, 2, 844, 828, 3, 2, 2, 2, 844, 834, 3, 2, 2, 2, 844, 840, 3, 2, 2, 2, 845, 91, 3, 2, 2, 2, 846, 847, 8, 47, 1, 2, 847, 848, 7, 127, 2, 2, 848, 849, 5, 92, 47, 2, 849, 850, 7, 128, 2, 2, 850, 861, 3, 2, 2, 2, 851, 852, 9, 9, 2, 2, 852, 861, 5, 92, 47, 10, 853, 861, 7, 152, 2, 2, 854, 861, 7, 150, 2, 2, 855, 856, 7, 138, 2, 2, 856, 857, 7, 152, 2, 2, 857, 861, 7, 139, 2, 2, 858, 861, 7, 140, 2, 2, 859, 861, 7, 149, 2, 2, 860, 846, 3, 2, 2, 2, 860, 851, 3, 2, 2, 2, 860, 853, 3, 2, 2, 2, 860, 854, 3, 2, 2, 2, 860, 855, 3, 2, 2, 2, 860, 858, 3, 2, 2, 2, 860, 859, 3, 2, 2, 2, 861, 876, 3, 2, 2, 2, 862, 863, 12, 12, 2, 2, 863, 864, 7, 129, 2, 2, 864, 875, 5, 92, 47, 13, 865, 866, 12, 11, 2, 2, 866, 867, 9, 10, 2, 2, 867, 875, 5, 92, 47, 12, 868, 869, 12, 9, 2, 2, 869, 870, 9, 11, 2, 2, 870, 875, 5, 92, 47, 10, 871, 872, 12, 8, 2, 2, 872, 873, 9, 12, 2, 2, 873, 875, 5, 92, 47, 9, 874, 862, 3, 2, 2, 2, 874, 865, 3, 2, 2, 2, 874, 868, 3, 2, 2, 2, 874, 871, 3, 2, 2, 2, 875, 878, 3, 2, 2, 2, 876, 874, 3, 2, 2, 2, 876, 877, 3, 2, 2, 2, 877, 93, 3, 2, 2, 2, 878, 876, 3, 2, 2, 2, 88, 103, 108, 128, 137, 147, 153, 161, 168, 177, 182, 188, 193, 198, 205, 212, 217, 229, 232, 234, 245, 252, 257, 263, 265, 273, 279, 291, 305, 311, 317, 323, 328, 337, 344, 350, 361, 422, 426, 437, 456, 465, 470, 475, 482, 495, 500, 512, 526, 545, 554, 561, 566, 571, 573, 579, 586, 592, 595, 603, 606, 609, 619, 631, 639, 645, 649, 670, 680, 684, 734, 744, 746, 754, 759, 769, 787, 789, 794, 800, 806, 810, 818, 844, 860, 874, 876] \ No newline at end of file +[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 156, 883, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 102, 10, 4, 12, 4, 14, 4, 105, 11, 4, 3, 5, 3, 5, 5, 5, 109, 10, 5, 3, 6, 3, 6, 3, 6, 3, 6, 5, 6, 115, 10, 6, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 5, 7, 132, 10, 7, 3, 8, 3, 8, 3, 8, 3, 9, 3, 9, 7, 9, 139, 10, 9, 12, 9, 14, 9, 142, 11, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 7, 9, 149, 10, 9, 12, 9, 14, 9, 152, 11, 9, 3, 9, 7, 9, 155, 10, 9, 12, 9, 14, 9, 158, 11, 9, 3, 10, 3, 10, 3, 10, 7, 10, 163, 10, 10, 12, 10, 14, 10, 166, 11, 10, 3, 10, 3, 10, 7, 10, 170, 10, 10, 12, 10, 14, 10, 173, 11, 10, 3, 10, 3, 10, 3, 11, 3, 11, 7, 11, 179, 10, 11, 12, 11, 14, 11, 182, 11, 11, 3, 11, 3, 11, 5, 11, 186, 10, 11, 3, 11, 3, 11, 7, 11, 190, 10, 11, 12, 11, 14, 11, 193, 11, 11, 3, 11, 3, 11, 5, 11, 197, 10, 11, 3, 12, 7, 12, 200, 10, 12, 12, 12, 14, 12, 203, 11, 12, 3, 12, 3, 12, 7, 12, 207, 10, 12, 12, 12, 14, 12, 210, 11, 12, 3, 13, 3, 13, 7, 13, 214, 10, 13, 12, 13, 14, 13, 217, 11, 13, 3, 14, 3, 14, 5, 14, 221, 10, 14, 3, 14, 3, 14, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 5, 15, 233, 10, 15, 3, 15, 7, 15, 236, 10, 15, 12, 15, 14, 15, 239, 11, 15, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 5, 16, 249, 10, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 5, 16, 256, 10, 16, 3, 16, 3, 16, 3, 16, 5, 16, 261, 10, 16, 3, 16, 3, 16, 3, 16, 3, 16, 7, 16, 267, 10, 16, 12, 16, 14, 16, 270, 11, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 5, 18, 277, 10, 18, 3, 18, 3, 18, 6, 18, 281, 10, 18, 13, 18, 14, 18, 282, 3, 18, 3, 18, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 21, 3, 21, 5, 21, 295, 10, 21, 3, 21, 3, 21, 3, 21, 3, 21, 3, 22, 3, 22, 3, 22, 3, 22, 3, 22, 3, 22, 7, 22, 307, 10, 22, 12, 22, 14, 22, 310, 11, 22, 3, 23, 3, 23, 3, 23, 5, 23, 315, 10, 23, 3, 24, 3, 24, 7, 24, 319, 10, 24, 12, 24, 14, 24, 322, 11, 24, 3, 24, 3, 24, 3, 24, 5, 24, 327, 10, 24, 3, 24, 3, 24, 3, 24, 5, 24, 332, 10, 24, 3, 24, 3, 24, 3, 25, 3, 25, 3, 25, 7, 25, 339, 10, 25, 12, 25, 14, 25, 342, 11, 25, 3, 26, 3, 26, 7, 26, 346, 10, 26, 12, 26, 14, 26, 349, 11, 26, 3, 26, 3, 26, 3, 26, 5, 26, 354, 10, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 363, 10, 27, 12, 27, 14, 27, 366, 11, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 424, 10, 27, 12, 27, 14, 27, 427, 11, 27, 3, 27, 5, 27, 430, 10, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 441, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 460, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 7, 28, 467, 10, 28, 12, 28, 14, 28, 470, 11, 28, 3, 28, 3, 28, 5, 28, 474, 10, 28, 3, 29, 6, 29, 477, 10, 29, 13, 29, 14, 29, 478, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 486, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 499, 10, 30, 3, 30, 7, 30, 502, 10, 30, 12, 30, 14, 30, 505, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 514, 10, 30, 12, 30, 14, 30, 517, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 528, 10, 30, 12, 30, 14, 30, 531, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 549, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 558, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 565, 10, 30, 3, 31, 6, 31, 568, 10, 31, 13, 31, 14, 31, 569, 3, 31, 3, 31, 3, 31, 5, 31, 575, 10, 31, 5, 31, 577, 10, 31, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 583, 10, 32, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 590, 10, 33, 3, 33, 3, 33, 7, 33, 594, 10, 33, 12, 33, 14, 33, 597, 11, 33, 5, 33, 599, 10, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 607, 10, 33, 3, 34, 5, 34, 610, 10, 34, 3, 34, 5, 34, 613, 10, 34, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 7, 35, 621, 10, 35, 12, 35, 14, 35, 624, 11, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 635, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 643, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 649, 10, 36, 3, 36, 3, 36, 5, 36, 653, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 672, 10, 36, 12, 36, 14, 36, 675, 11, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 6, 36, 682, 10, 36, 13, 36, 14, 36, 683, 3, 36, 3, 36, 5, 36, 688, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 5, 36, 738, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 748, 10, 36, 12, 36, 14, 36, 751, 11, 36, 3, 37, 3, 37, 3, 37, 7, 37, 756, 10, 37, 12, 37, 14, 37, 759, 11, 37, 3, 38, 3, 38, 5, 38, 763, 10, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 7, 39, 771, 10, 39, 12, 39, 14, 39, 774, 11, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 5, 40, 791, 10, 40, 5, 40, 793, 10, 40, 3, 41, 7, 41, 796, 10, 41, 12, 41, 14, 41, 799, 11, 41, 3, 42, 3, 42, 3, 42, 5, 42, 804, 10, 42, 3, 43, 3, 43, 3, 43, 3, 43, 5, 43, 810, 10, 43, 3, 44, 3, 44, 5, 44, 814, 10, 44, 3, 45, 3, 45, 3, 45, 3, 45, 7, 45, 820, 10, 45, 12, 45, 14, 45, 823, 11, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 5, 46, 848, 10, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 5, 47, 864, 10, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 7, 47, 878, 10, 47, 12, 47, 14, 47, 881, 11, 47, 3, 47, 2, 9, 16, 28, 30, 42, 68, 70, 92, 48, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 2, 13, 3, 2, 22, 23, 5, 2, 17, 18, 24, 25, 89, 89, 4, 2, 32, 32, 35, 35, 3, 2, 28, 29, 3, 2, 19, 21, 3, 2, 17, 18, 3, 2, 30, 35, 3, 2, 133, 136, 3, 2, 131, 132, 3, 2, 137, 138, 3, 2, 133, 134, 2, 1011, 2, 94, 3, 2, 2, 2, 4, 97, 3, 2, 2, 2, 6, 103, 3, 2, 2, 2, 8, 108, 3, 2, 2, 2, 10, 114, 3, 2, 2, 2, 12, 131, 3, 2, 2, 2, 14, 133, 3, 2, 2, 2, 16, 136, 3, 2, 2, 2, 18, 159, 3, 2, 2, 2, 20, 196, 3, 2, 2, 2, 22, 201, 3, 2, 2, 2, 24, 211, 3, 2, 2, 2, 26, 218, 3, 2, 2, 2, 28, 224, 3, 2, 2, 2, 30, 255, 3, 2, 2, 2, 32, 271, 3, 2, 2, 2, 34, 274, 3, 2, 2, 2, 36, 286, 3, 2, 2, 2, 38, 289, 3, 2, 2, 2, 40, 292, 3, 2, 2, 2, 42, 300, 3, 2, 2, 2, 44, 311, 3, 2, 2, 2, 46, 316, 3, 2, 2, 2, 48, 335, 3, 2, 2, 2, 50, 353, 3, 2, 2, 2, 52, 429, 3, 2, 2, 2, 54, 473, 3, 2, 2, 2, 56, 476, 3, 2, 2, 2, 58, 564, 3, 2, 2, 2, 60, 567, 3, 2, 2, 2, 62, 578, 3, 2, 2, 2, 64, 606, 3, 2, 2, 2, 66, 612, 3, 2, 2, 2, 68, 614, 3, 2, 2, 2, 70, 687, 3, 2, 2, 2, 72, 752, 3, 2, 2, 2, 74, 760, 3, 2, 2, 2, 76, 766, 3, 2, 2, 2, 78, 792, 3, 2, 2, 2, 80, 797, 3, 2, 2, 2, 82, 803, 3, 2, 2, 2, 84, 809, 3, 2, 2, 2, 86, 811, 3, 2, 2, 2, 88, 815, 3, 2, 2, 2, 90, 847, 3, 2, 2, 2, 92, 863, 3, 2, 2, 2, 94, 95, 5, 6, 4, 2, 95, 96, 7, 2, 2, 3, 96, 3, 3, 2, 2, 2, 97, 98, 5, 80, 41, 2, 98, 99, 7, 2, 2, 3, 99, 5, 3, 2, 2, 2, 100, 102, 5, 8, 5, 2, 101, 100, 3, 2, 2, 2, 102, 105, 3, 2, 2, 2, 103, 101, 3, 2, 2, 2, 103, 104, 3, 2, 2, 2, 104, 7, 3, 2, 2, 2, 105, 103, 3, 2, 2, 2, 106, 109, 5, 12, 7, 2, 107, 109, 5, 10, 6, 2, 108, 106, 3, 2, 2, 2, 108, 107, 3, 2, 2, 2, 109, 9, 3, 2, 2, 2, 110, 111, 7, 96, 2, 2, 111, 115, 7, 94, 2, 2, 112, 113, 7, 97, 2, 2, 113, 115, 7, 94, 2, 2, 114, 110, 3, 2, 2, 2, 114, 112, 3, 2, 2, 2, 115, 11, 3, 2, 2, 2, 116, 117, 5, 14, 8, 2, 117, 118, 7, 10, 2, 2, 118, 132, 3, 2, 2, 2, 119, 120, 5, 34, 18, 2, 120, 121, 7, 10, 2, 2, 121, 132, 3, 2, 2, 2, 122, 123, 5, 40, 21, 2, 123, 124, 7, 10, 2, 2, 124, 132, 3, 2, 2, 2, 125, 132, 5, 46, 24, 2, 126, 132, 5, 74, 38, 2, 127, 132, 5, 52, 27, 2, 128, 129, 5, 18, 10, 2, 129, 130, 7, 10, 2, 2, 130, 132, 3, 2, 2, 2, 131, 116, 3, 2, 2, 2, 131, 119, 3, 2, 2, 2, 131, 122, 3, 2, 2, 2, 131, 125, 3, 2, 2, 2, 131, 126, 3, 2, 2, 2, 131, 127, 3, 2, 2, 2, 131, 128, 3, 2, 2, 2, 132, 13, 3, 2, 2, 2, 133, 134, 5, 22, 12, 2, 134, 135, 5, 16, 9, 2, 135, 15, 3, 2, 2, 2, 136, 140, 8, 9, 1, 2, 137, 139, 5, 24, 13, 2, 138, 137, 3, 2, 2, 2, 139, 142, 3, 2, 2, 2, 140, 138, 3, 2, 2, 2, 140, 141, 3, 2, 2, 2, 141, 143, 3, 2, 2, 2, 142, 140, 3, 2, 2, 2, 143, 144, 5, 20, 11, 2, 144, 156, 3, 2, 2, 2, 145, 146, 12, 3, 2, 2, 146, 150, 7, 12, 2, 2, 147, 149, 5, 24, 13, 2, 148, 147, 3, 2, 2, 2, 149, 152, 3, 2, 2, 2, 150, 148, 3, 2, 2, 2, 150, 151, 3, 2, 2, 2, 151, 153, 3, 2, 2, 2, 152, 150, 3, 2, 2, 2, 153, 155, 5, 20, 11, 2, 154, 145, 3, 2, 2, 2, 155, 158, 3, 2, 2, 2, 156, 154, 3, 2, 2, 2, 156, 157, 3, 2, 2, 2, 157, 17, 3, 2, 2, 2, 158, 156, 3, 2, 2, 2, 159, 160, 7, 40, 2, 2, 160, 164, 5, 22, 12, 2, 161, 163, 5, 24, 13, 2, 162, 161, 3, 2, 2, 2, 163, 166, 3, 2, 2, 2, 164, 162, 3, 2, 2, 2, 164, 165, 3, 2, 2, 2, 165, 167, 3, 2, 2, 2, 166, 164, 3, 2, 2, 2, 167, 171, 7, 117, 2, 2, 168, 170, 5, 26, 14, 2, 169, 168, 3, 2, 2, 2, 170, 173, 3, 2, 2, 2, 171, 169, 3, 2, 2, 2, 171, 172, 3, 2, 2, 2, 172, 174, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 174, 175, 8, 10, 1, 2, 175, 19, 3, 2, 2, 2, 176, 180, 7, 117, 2, 2, 177, 179, 5, 26, 14, 2, 178, 177, 3, 2, 2, 2, 179, 182, 3, 2, 2, 2, 180, 178, 3, 2, 2, 2, 180, 181, 3, 2, 2, 2, 181, 185, 3, 2, 2, 2, 182, 180, 3, 2, 2, 2, 183, 184, 7, 38, 2, 2, 184, 186, 5, 70, 36, 2, 185, 183, 3, 2, 2, 2, 185, 186, 3, 2, 2, 2, 186, 197, 3, 2, 2, 2, 187, 191, 7, 117, 2, 2, 188, 190, 5, 26, 14, 2, 189, 188, 3, 2, 2, 2, 190, 193, 3, 2, 2, 2, 191, 189, 3, 2, 2, 2, 191, 192, 3, 2, 2, 2, 192, 194, 3, 2, 2, 2, 193, 191, 3, 2, 2, 2, 194, 195, 7, 38, 2, 2, 195, 197, 5, 74, 38, 2, 196, 176, 3, 2, 2, 2, 196, 187, 3, 2, 2, 2, 197, 21, 3, 2, 2, 2, 198, 200, 5, 54, 28, 2, 199, 198, 3, 2, 2, 2, 200, 203, 3, 2, 2, 2, 201, 199, 3, 2, 2, 2, 201, 202, 3, 2, 2, 2, 202, 204, 3, 2, 2, 2, 203, 201, 3, 2, 2, 2, 204, 208, 5, 30, 16, 2, 205, 207, 5, 54, 28, 2, 206, 205, 3, 2, 2, 2, 207, 210, 3, 2, 2, 2, 208, 206, 3, 2, 2, 2, 208, 209, 3, 2, 2, 2, 209, 23, 3, 2, 2, 2, 210, 208, 3, 2, 2, 2, 211, 215, 7, 19, 2, 2, 212, 214, 5, 54, 28, 2, 213, 212, 3, 2, 2, 2, 214, 217, 3, 2, 2, 2, 215, 213, 3, 2, 2, 2, 215, 216, 3, 2, 2, 2, 216, 25, 3, 2, 2, 2, 217, 215, 3, 2, 2, 2, 218, 220, 7, 6, 2, 2, 219, 221, 5, 70, 36, 2, 220, 219, 3, 2, 2, 2, 220, 221, 3, 2, 2, 2, 221, 222, 3, 2, 2, 2, 222, 223, 7, 7, 2, 2, 223, 27, 3, 2, 2, 2, 224, 225, 8, 15, 1, 2, 225, 226, 5, 30, 16, 2, 226, 237, 3, 2, 2, 2, 227, 228, 12, 4, 2, 2, 228, 236, 7, 19, 2, 2, 229, 230, 12, 3, 2, 2, 230, 232, 7, 6, 2, 2, 231, 233, 5, 70, 36, 2, 232, 231, 3, 2, 2, 2, 232, 233, 3, 2, 2, 2, 233, 234, 3, 2, 2, 2, 234, 236, 7, 7, 2, 2, 235, 227, 3, 2, 2, 2, 235, 229, 3, 2, 2, 2, 236, 239, 3, 2, 2, 2, 237, 235, 3, 2, 2, 2, 237, 238, 3, 2, 2, 2, 238, 29, 3, 2, 2, 2, 239, 237, 3, 2, 2, 2, 240, 241, 8, 16, 1, 2, 241, 242, 7, 8, 2, 2, 242, 243, 5, 30, 16, 2, 243, 244, 7, 9, 2, 2, 244, 256, 3, 2, 2, 2, 245, 256, 7, 91, 2, 2, 246, 248, 7, 90, 2, 2, 247, 249, 7, 91, 2, 2, 248, 247, 3, 2, 2, 2, 248, 249, 3, 2, 2, 2, 249, 256, 3, 2, 2, 2, 250, 256, 5, 34, 18, 2, 251, 256, 5, 32, 17, 2, 252, 256, 5, 40, 21, 2, 253, 256, 5, 38, 20, 2, 254, 256, 7, 3, 2, 2, 255, 240, 3, 2, 2, 2, 255, 245, 3, 2, 2, 2, 255, 246, 3, 2, 2, 2, 255, 250, 3, 2, 2, 2, 255, 251, 3, 2, 2, 2, 255, 252, 3, 2, 2, 2, 255, 253, 3, 2, 2, 2, 255, 254, 3, 2, 2, 2, 256, 268, 3, 2, 2, 2, 257, 258, 12, 9, 2, 2, 258, 260, 7, 6, 2, 2, 259, 261, 5, 70, 36, 2, 260, 259, 3, 2, 2, 2, 260, 261, 3, 2, 2, 2, 261, 262, 3, 2, 2, 2, 262, 267, 7, 7, 2, 2, 263, 264, 12, 8, 2, 2, 264, 265, 7, 8, 2, 2, 265, 267, 7, 9, 2, 2, 266, 257, 3, 2, 2, 2, 266, 263, 3, 2, 2, 2, 267, 270, 3, 2, 2, 2, 268, 266, 3, 2, 2, 2, 268, 269, 3, 2, 2, 2, 269, 31, 3, 2, 2, 2, 270, 268, 3, 2, 2, 2, 271, 272, 7, 78, 2, 2, 272, 273, 7, 117, 2, 2, 273, 33, 3, 2, 2, 2, 274, 276, 7, 78, 2, 2, 275, 277, 7, 117, 2, 2, 276, 275, 3, 2, 2, 2, 276, 277, 3, 2, 2, 2, 277, 278, 3, 2, 2, 2, 278, 280, 7, 4, 2, 2, 279, 281, 5, 36, 19, 2, 280, 279, 3, 2, 2, 2, 281, 282, 3, 2, 2, 2, 282, 280, 3, 2, 2, 2, 282, 283, 3, 2, 2, 2, 283, 284, 3, 2, 2, 2, 284, 285, 7, 5, 2, 2, 285, 35, 3, 2, 2, 2, 286, 287, 5, 14, 8, 2, 287, 288, 7, 10, 2, 2, 288, 37, 3, 2, 2, 2, 289, 290, 7, 79, 2, 2, 290, 291, 7, 117, 2, 2, 291, 39, 3, 2, 2, 2, 292, 294, 7, 79, 2, 2, 293, 295, 7, 117, 2, 2, 294, 293, 3, 2, 2, 2, 294, 295, 3, 2, 2, 2, 295, 296, 3, 2, 2, 2, 296, 297, 7, 4, 2, 2, 297, 298, 5, 42, 22, 2, 298, 299, 7, 5, 2, 2, 299, 41, 3, 2, 2, 2, 300, 301, 8, 22, 1, 2, 301, 302, 5, 44, 23, 2, 302, 308, 3, 2, 2, 2, 303, 304, 12, 3, 2, 2, 304, 305, 7, 12, 2, 2, 305, 307, 5, 44, 23, 2, 306, 303, 3, 2, 2, 2, 307, 310, 3, 2, 2, 2, 308, 306, 3, 2, 2, 2, 308, 309, 3, 2, 2, 2, 309, 43, 3, 2, 2, 2, 310, 308, 3, 2, 2, 2, 311, 314, 7, 117, 2, 2, 312, 313, 7, 38, 2, 2, 313, 315, 5, 70, 36, 2, 314, 312, 3, 2, 2, 2, 314, 315, 3, 2, 2, 2, 315, 45, 3, 2, 2, 2, 316, 320, 5, 22, 12, 2, 317, 319, 5, 24, 13, 2, 318, 317, 3, 2, 2, 2, 319, 322, 3, 2, 2, 2, 320, 318, 3, 2, 2, 2, 320, 321, 3, 2, 2, 2, 321, 323, 3, 2, 2, 2, 322, 320, 3, 2, 2, 2, 323, 324, 7, 117, 2, 2, 324, 326, 7, 8, 2, 2, 325, 327, 5, 48, 25, 2, 326, 325, 3, 2, 2, 2, 326, 327, 3, 2, 2, 2, 327, 328, 3, 2, 2, 2, 328, 329, 7, 9, 2, 2, 329, 331, 7, 4, 2, 2, 330, 332, 5, 56, 29, 2, 331, 330, 3, 2, 2, 2, 331, 332, 3, 2, 2, 2, 332, 333, 3, 2, 2, 2, 333, 334, 7, 5, 2, 2, 334, 47, 3, 2, 2, 2, 335, 340, 5, 50, 26, 2, 336, 337, 7, 12, 2, 2, 337, 339, 5, 50, 26, 2, 338, 336, 3, 2, 2, 2, 339, 342, 3, 2, 2, 2, 340, 338, 3, 2, 2, 2, 340, 341, 3, 2, 2, 2, 341, 49, 3, 2, 2, 2, 342, 340, 3, 2, 2, 2, 343, 347, 5, 22, 12, 2, 344, 346, 5, 24, 13, 2, 345, 344, 3, 2, 2, 2, 346, 349, 3, 2, 2, 2, 347, 345, 3, 2, 2, 2, 347, 348, 3, 2, 2, 2, 348, 350, 3, 2, 2, 2, 349, 347, 3, 2, 2, 2, 350, 351, 7, 117, 2, 2, 351, 354, 3, 2, 2, 2, 352, 354, 7, 91, 2, 2, 353, 343, 3, 2, 2, 2, 353, 352, 3, 2, 2, 2, 354, 51, 3, 2, 2, 2, 355, 356, 7, 98, 2, 2, 356, 357, 7, 41, 2, 2, 357, 358, 3, 2, 2, 2, 358, 359, 7, 8, 2, 2, 359, 364, 7, 108, 2, 2, 360, 361, 7, 12, 2, 2, 361, 363, 7, 108, 2, 2, 362, 360, 3, 2, 2, 2, 363, 366, 3, 2, 2, 2, 364, 362, 3, 2, 2, 2, 364, 365, 3, 2, 2, 2, 365, 367, 3, 2, 2, 2, 366, 364, 3, 2, 2, 2, 367, 430, 7, 9, 2, 2, 368, 369, 7, 98, 2, 2, 369, 370, 7, 42, 2, 2, 370, 371, 3, 2, 2, 2, 371, 372, 7, 8, 2, 2, 372, 373, 7, 108, 2, 2, 373, 430, 7, 9, 2, 2, 374, 375, 7, 98, 2, 2, 375, 376, 7, 43, 2, 2, 376, 377, 3, 2, 2, 2, 377, 378, 7, 8, 2, 2, 378, 379, 7, 117, 2, 2, 379, 430, 7, 9, 2, 2, 380, 381, 7, 98, 2, 2, 381, 382, 7, 45, 2, 2, 382, 383, 3, 2, 2, 2, 383, 384, 7, 8, 2, 2, 384, 385, 7, 117, 2, 2, 385, 430, 7, 9, 2, 2, 386, 387, 7, 98, 2, 2, 387, 388, 7, 44, 2, 2, 388, 389, 3, 2, 2, 2, 389, 390, 7, 8, 2, 2, 390, 391, 7, 94, 2, 2, 391, 430, 7, 9, 2, 2, 392, 393, 7, 98, 2, 2, 393, 394, 7, 46, 2, 2, 394, 395, 3, 2, 2, 2, 395, 396, 7, 8, 2, 2, 396, 397, 7, 117, 2, 2, 397, 430, 7, 9, 2, 2, 398, 399, 7, 98, 2, 2, 399, 400, 7, 47, 2, 2, 400, 401, 3, 2, 2, 2, 401, 402, 7, 8, 2, 2, 402, 403, 7, 117, 2, 2, 403, 430, 7, 9, 2, 2, 404, 405, 7, 98, 2, 2, 405, 406, 7, 48, 2, 2, 406, 407, 3, 2, 2, 2, 407, 408, 7, 8, 2, 2, 408, 409, 7, 117, 2, 2, 409, 430, 7, 9, 2, 2, 410, 411, 7, 98, 2, 2, 411, 412, 7, 63, 2, 2, 412, 413, 3, 2, 2, 2, 413, 414, 7, 8, 2, 2, 414, 415, 7, 64, 2, 2, 415, 430, 7, 9, 2, 2, 416, 417, 7, 98, 2, 2, 417, 418, 7, 65, 2, 2, 418, 419, 3, 2, 2, 2, 419, 420, 7, 8, 2, 2, 420, 425, 7, 117, 2, 2, 421, 422, 7, 12, 2, 2, 422, 424, 7, 117, 2, 2, 423, 421, 3, 2, 2, 2, 424, 427, 3, 2, 2, 2, 425, 423, 3, 2, 2, 2, 425, 426, 3, 2, 2, 2, 426, 428, 3, 2, 2, 2, 427, 425, 3, 2, 2, 2, 428, 430, 7, 9, 2, 2, 429, 355, 3, 2, 2, 2, 429, 368, 3, 2, 2, 2, 429, 374, 3, 2, 2, 2, 429, 380, 3, 2, 2, 2, 429, 386, 3, 2, 2, 2, 429, 392, 3, 2, 2, 2, 429, 398, 3, 2, 2, 2, 429, 404, 3, 2, 2, 2, 429, 410, 3, 2, 2, 2, 429, 416, 3, 2, 2, 2, 430, 53, 3, 2, 2, 2, 431, 474, 7, 49, 2, 2, 432, 433, 7, 52, 2, 2, 433, 434, 7, 8, 2, 2, 434, 435, 7, 108, 2, 2, 435, 474, 7, 9, 2, 2, 436, 440, 7, 57, 2, 2, 437, 438, 7, 8, 2, 2, 438, 439, 7, 117, 2, 2, 439, 441, 7, 9, 2, 2, 440, 437, 3, 2, 2, 2, 440, 441, 3, 2, 2, 2, 441, 474, 3, 2, 2, 2, 442, 474, 7, 59, 2, 2, 443, 474, 7, 60, 2, 2, 444, 445, 7, 58, 2, 2, 445, 446, 7, 8, 2, 2, 446, 447, 7, 108, 2, 2, 447, 474, 7, 9, 2, 2, 448, 474, 7, 54, 2, 2, 449, 474, 7, 55, 2, 2, 450, 474, 7, 61, 2, 2, 451, 474, 7, 62, 2, 2, 452, 474, 7, 50, 2, 2, 453, 474, 7, 51, 2, 2, 454, 474, 7, 53, 2, 2, 455, 459, 7, 56, 2, 2, 456, 457, 7, 8, 2, 2, 457, 458, 7, 117, 2, 2, 458, 460, 7, 9, 2, 2, 459, 456, 3, 2, 2, 2, 459, 460, 3, 2, 2, 2, 460, 474, 3, 2, 2, 2, 461, 462, 7, 41, 2, 2, 462, 463, 7, 8, 2, 2, 463, 468, 7, 108, 2, 2, 464, 465, 7, 12, 2, 2, 465, 467, 7, 108, 2, 2, 466, 464, 3, 2, 2, 2, 467, 470, 3, 2, 2, 2, 468, 466, 3, 2, 2, 2, 468, 469, 3, 2, 2, 2, 469, 471, 3, 2, 2, 2, 470, 468, 3, 2, 2, 2, 471, 474, 7, 9, 2, 2, 472, 474, 7, 64, 2, 2, 473, 431, 3, 2, 2, 2, 473, 432, 3, 2, 2, 2, 473, 436, 3, 2, 2, 2, 473, 442, 3, 2, 2, 2, 473, 443, 3, 2, 2, 2, 473, 444, 3, 2, 2, 2, 473, 448, 3, 2, 2, 2, 473, 449, 3, 2, 2, 2, 473, 450, 3, 2, 2, 2, 473, 451, 3, 2, 2, 2, 473, 452, 3, 2, 2, 2, 473, 453, 3, 2, 2, 2, 473, 454, 3, 2, 2, 2, 473, 455, 3, 2, 2, 2, 473, 461, 3, 2, 2, 2, 473, 472, 3, 2, 2, 2, 474, 55, 3, 2, 2, 2, 475, 477, 5, 58, 30, 2, 476, 475, 3, 2, 2, 2, 477, 478, 3, 2, 2, 2, 478, 476, 3, 2, 2, 2, 478, 479, 3, 2, 2, 2, 479, 57, 3, 2, 2, 2, 480, 481, 5, 14, 8, 2, 481, 482, 7, 10, 2, 2, 482, 565, 3, 2, 2, 2, 483, 485, 7, 4, 2, 2, 484, 486, 5, 56, 29, 2, 485, 484, 3, 2, 2, 2, 485, 486, 3, 2, 2, 2, 486, 487, 3, 2, 2, 2, 487, 565, 7, 5, 2, 2, 488, 489, 5, 68, 35, 2, 489, 490, 7, 10, 2, 2, 490, 565, 3, 2, 2, 2, 491, 492, 7, 66, 2, 2, 492, 493, 7, 8, 2, 2, 493, 494, 5, 68, 35, 2, 494, 495, 7, 9, 2, 2, 495, 498, 5, 58, 30, 2, 496, 497, 7, 67, 2, 2, 497, 499, 5, 58, 30, 2, 498, 496, 3, 2, 2, 2, 498, 499, 3, 2, 2, 2, 499, 565, 3, 2, 2, 2, 500, 502, 5, 54, 28, 2, 501, 500, 3, 2, 2, 2, 502, 505, 3, 2, 2, 2, 503, 501, 3, 2, 2, 2, 503, 504, 3, 2, 2, 2, 504, 506, 3, 2, 2, 2, 505, 503, 3, 2, 2, 2, 506, 507, 7, 68, 2, 2, 507, 508, 7, 8, 2, 2, 508, 509, 5, 68, 35, 2, 509, 510, 7, 9, 2, 2, 510, 511, 5, 58, 30, 2, 511, 565, 3, 2, 2, 2, 512, 514, 5, 54, 28, 2, 513, 512, 3, 2, 2, 2, 514, 517, 3, 2, 2, 2, 515, 513, 3, 2, 2, 2, 515, 516, 3, 2, 2, 2, 516, 518, 3, 2, 2, 2, 517, 515, 3, 2, 2, 2, 518, 519, 7, 69, 2, 2, 519, 520, 5, 58, 30, 2, 520, 521, 7, 68, 2, 2, 521, 522, 7, 8, 2, 2, 522, 523, 5, 68, 35, 2, 523, 524, 7, 9, 2, 2, 524, 525, 7, 10, 2, 2, 525, 565, 3, 2, 2, 2, 526, 528, 5, 54, 28, 2, 527, 526, 3, 2, 2, 2, 528, 531, 3, 2, 2, 2, 529, 527, 3, 2, 2, 2, 529, 530, 3, 2, 2, 2, 530, 532, 3, 2, 2, 2, 531, 529, 3, 2, 2, 2, 532, 533, 7, 70, 2, 2, 533, 534, 7, 8, 2, 2, 534, 535, 5, 64, 33, 2, 535, 536, 7, 9, 2, 2, 536, 537, 5, 58, 30, 2, 537, 565, 3, 2, 2, 2, 538, 539, 7, 71, 2, 2, 539, 540, 7, 8, 2, 2, 540, 541, 5, 68, 35, 2, 541, 542, 7, 9, 2, 2, 542, 543, 7, 4, 2, 2, 543, 544, 5, 60, 31, 2, 544, 545, 7, 5, 2, 2, 545, 565, 3, 2, 2, 2, 546, 548, 7, 72, 2, 2, 547, 549, 5, 68, 35, 2, 548, 547, 3, 2, 2, 2, 548, 549, 3, 2, 2, 2, 549, 550, 3, 2, 2, 2, 550, 565, 7, 10, 2, 2, 551, 552, 7, 73, 2, 2, 552, 565, 7, 10, 2, 2, 553, 554, 7, 74, 2, 2, 554, 565, 7, 10, 2, 2, 555, 557, 7, 75, 2, 2, 556, 558, 5, 76, 39, 2, 557, 556, 3, 2, 2, 2, 557, 558, 3, 2, 2, 2, 558, 559, 3, 2, 2, 2, 559, 560, 7, 4, 2, 2, 560, 561, 5, 80, 41, 2, 561, 562, 7, 140, 2, 2, 562, 565, 3, 2, 2, 2, 563, 565, 5, 74, 38, 2, 564, 480, 3, 2, 2, 2, 564, 483, 3, 2, 2, 2, 564, 488, 3, 2, 2, 2, 564, 491, 3, 2, 2, 2, 564, 503, 3, 2, 2, 2, 564, 515, 3, 2, 2, 2, 564, 529, 3, 2, 2, 2, 564, 538, 3, 2, 2, 2, 564, 546, 3, 2, 2, 2, 564, 551, 3, 2, 2, 2, 564, 553, 3, 2, 2, 2, 564, 555, 3, 2, 2, 2, 564, 563, 3, 2, 2, 2, 565, 59, 3, 2, 2, 2, 566, 568, 5, 62, 32, 2, 567, 566, 3, 2, 2, 2, 568, 569, 3, 2, 2, 2, 569, 567, 3, 2, 2, 2, 569, 570, 3, 2, 2, 2, 570, 576, 3, 2, 2, 2, 571, 572, 7, 76, 2, 2, 572, 574, 7, 11, 2, 2, 573, 575, 5, 56, 29, 2, 574, 573, 3, 2, 2, 2, 574, 575, 3, 2, 2, 2, 575, 577, 3, 2, 2, 2, 576, 571, 3, 2, 2, 2, 576, 577, 3, 2, 2, 2, 577, 61, 3, 2, 2, 2, 578, 579, 7, 77, 2, 2, 579, 580, 5, 70, 36, 2, 580, 582, 7, 11, 2, 2, 581, 583, 5, 56, 29, 2, 582, 581, 3, 2, 2, 2, 582, 583, 3, 2, 2, 2, 583, 63, 3, 2, 2, 2, 584, 585, 5, 66, 34, 2, 585, 586, 7, 10, 2, 2, 586, 587, 5, 68, 35, 2, 587, 589, 7, 10, 2, 2, 588, 590, 5, 68, 35, 2, 589, 588, 3, 2, 2, 2, 589, 590, 3, 2, 2, 2, 590, 607, 3, 2, 2, 2, 591, 595, 5, 22, 12, 2, 592, 594, 5, 24, 13, 2, 593, 592, 3, 2, 2, 2, 594, 597, 3, 2, 2, 2, 595, 593, 3, 2, 2, 2, 595, 596, 3, 2, 2, 2, 596, 599, 3, 2, 2, 2, 597, 595, 3, 2, 2, 2, 598, 591, 3, 2, 2, 2, 598, 599, 3, 2, 2, 2, 599, 600, 3, 2, 2, 2, 600, 601, 7, 117, 2, 2, 601, 602, 7, 11, 2, 2, 602, 603, 5, 70, 36, 2, 603, 604, 7, 13, 2, 2, 604, 605, 5, 70, 36, 2, 605, 607, 3, 2, 2, 2, 606, 584, 3, 2, 2, 2, 606, 598, 3, 2, 2, 2, 607, 65, 3, 2, 2, 2, 608, 610, 5, 14, 8, 2, 609, 608, 3, 2, 2, 2, 609, 610, 3, 2, 2, 2, 610, 613, 3, 2, 2, 2, 611, 613, 5, 68, 35, 2, 612, 609, 3, 2, 2, 2, 612, 611, 3, 2, 2, 2, 613, 67, 3, 2, 2, 2, 614, 615, 8, 35, 1, 2, 615, 616, 5, 70, 36, 2, 616, 622, 3, 2, 2, 2, 617, 618, 12, 3, 2, 2, 618, 619, 7, 12, 2, 2, 619, 621, 5, 70, 36, 2, 620, 617, 3, 2, 2, 2, 621, 624, 3, 2, 2, 2, 622, 620, 3, 2, 2, 2, 622, 623, 3, 2, 2, 2, 623, 69, 3, 2, 2, 2, 624, 622, 3, 2, 2, 2, 625, 626, 8, 36, 1, 2, 626, 627, 7, 8, 2, 2, 627, 628, 5, 68, 35, 2, 628, 629, 7, 9, 2, 2, 629, 688, 3, 2, 2, 2, 630, 631, 7, 80, 2, 2, 631, 634, 7, 8, 2, 2, 632, 635, 5, 70, 36, 2, 633, 635, 5, 28, 15, 2, 634, 632, 3, 2, 2, 2, 634, 633, 3, 2, 2, 2, 635, 636, 3, 2, 2, 2, 636, 637, 7, 9, 2, 2, 637, 688, 3, 2, 2, 2, 638, 639, 7, 81, 2, 2, 639, 642, 7, 8, 2, 2, 640, 643, 5, 70, 36, 2, 641, 643, 5, 28, 15, 2, 642, 640, 3, 2, 2, 2, 642, 641, 3, 2, 2, 2, 643, 644, 3, 2, 2, 2, 644, 645, 7, 9, 2, 2, 645, 688, 3, 2, 2, 2, 646, 648, 7, 82, 2, 2, 647, 649, 7, 8, 2, 2, 648, 647, 3, 2, 2, 2, 648, 649, 3, 2, 2, 2, 649, 650, 3, 2, 2, 2, 650, 652, 7, 117, 2, 2, 651, 653, 7, 9, 2, 2, 652, 651, 3, 2, 2, 2, 652, 653, 3, 2, 2, 2, 653, 688, 3, 2, 2, 2, 654, 655, 7, 8, 2, 2, 655, 656, 5, 28, 15, 2, 656, 657, 7, 9, 2, 2, 657, 658, 5, 70, 36, 26, 658, 688, 3, 2, 2, 2, 659, 660, 9, 2, 2, 2, 660, 688, 5, 70, 36, 25, 661, 662, 7, 19, 2, 2, 662, 688, 5, 70, 36, 23, 663, 664, 9, 3, 2, 2, 664, 688, 5, 70, 36, 22, 665, 666, 9, 4, 2, 2, 666, 688, 5, 70, 36, 18, 667, 668, 7, 4, 2, 2, 668, 673, 5, 70, 36, 2, 669, 670, 7, 12, 2, 2, 670, 672, 5, 70, 36, 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, 676, 3, 2, 2, 2, 675, 673, 3, 2, 2, 2, 676, 677, 7, 5, 2, 2, 677, 688, 3, 2, 2, 2, 678, 688, 7, 117, 2, 2, 679, 688, 7, 108, 2, 2, 680, 682, 7, 94, 2, 2, 681, 680, 3, 2, 2, 2, 682, 683, 3, 2, 2, 2, 683, 681, 3, 2, 2, 2, 683, 684, 3, 2, 2, 2, 684, 688, 3, 2, 2, 2, 685, 688, 7, 95, 2, 2, 686, 688, 7, 92, 2, 2, 687, 625, 3, 2, 2, 2, 687, 630, 3, 2, 2, 2, 687, 638, 3, 2, 2, 2, 687, 646, 3, 2, 2, 2, 687, 654, 3, 2, 2, 2, 687, 659, 3, 2, 2, 2, 687, 661, 3, 2, 2, 2, 687, 663, 3, 2, 2, 2, 687, 665, 3, 2, 2, 2, 687, 667, 3, 2, 2, 2, 687, 678, 3, 2, 2, 2, 687, 679, 3, 2, 2, 2, 687, 681, 3, 2, 2, 2, 687, 685, 3, 2, 2, 2, 687, 686, 3, 2, 2, 2, 688, 749, 3, 2, 2, 2, 689, 690, 12, 21, 2, 2, 690, 691, 9, 5, 2, 2, 691, 748, 5, 70, 36, 22, 692, 693, 12, 20, 2, 2, 693, 694, 9, 6, 2, 2, 694, 748, 5, 70, 36, 21, 695, 696, 12, 19, 2, 2, 696, 697, 9, 7, 2, 2, 697, 748, 5, 70, 36, 20, 698, 699, 12, 17, 2, 2, 699, 700, 9, 8, 2, 2, 700, 748, 5, 70, 36, 18, 701, 702, 12, 16, 2, 2, 702, 703, 7, 24, 2, 2, 703, 748, 5, 70, 36, 17, 704, 705, 12, 15, 2, 2, 705, 706, 7, 26, 2, 2, 706, 748, 5, 70, 36, 16, 707, 708, 12, 14, 2, 2, 708, 709, 7, 27, 2, 2, 709, 748, 5, 70, 36, 15, 710, 711, 12, 13, 2, 2, 711, 712, 7, 36, 2, 2, 712, 748, 5, 70, 36, 14, 713, 714, 12, 12, 2, 2, 714, 715, 7, 37, 2, 2, 715, 748, 5, 70, 36, 13, 716, 717, 12, 11, 2, 2, 717, 718, 7, 14, 2, 2, 718, 719, 5, 70, 36, 2, 719, 720, 7, 11, 2, 2, 720, 721, 5, 70, 36, 12, 721, 748, 3, 2, 2, 2, 722, 723, 12, 10, 2, 2, 723, 724, 7, 38, 2, 2, 724, 748, 5, 70, 36, 10, 725, 726, 12, 9, 2, 2, 726, 727, 7, 39, 2, 2, 727, 748, 5, 70, 36, 9, 728, 729, 12, 33, 2, 2, 729, 730, 7, 15, 2, 2, 730, 748, 7, 117, 2, 2, 731, 732, 12, 32, 2, 2, 732, 733, 7, 16, 2, 2, 733, 748, 7, 117, 2, 2, 734, 735, 12, 31, 2, 2, 735, 737, 7, 8, 2, 2, 736, 738, 5, 72, 37, 2, 737, 736, 3, 2, 2, 2, 737, 738, 3, 2, 2, 2, 738, 739, 3, 2, 2, 2, 739, 748, 7, 9, 2, 2, 740, 741, 12, 27, 2, 2, 741, 742, 7, 6, 2, 2, 742, 743, 5, 68, 35, 2, 743, 744, 7, 7, 2, 2, 744, 748, 3, 2, 2, 2, 745, 746, 12, 24, 2, 2, 746, 748, 9, 2, 2, 2, 747, 689, 3, 2, 2, 2, 747, 692, 3, 2, 2, 2, 747, 695, 3, 2, 2, 2, 747, 698, 3, 2, 2, 2, 747, 701, 3, 2, 2, 2, 747, 704, 3, 2, 2, 2, 747, 707, 3, 2, 2, 2, 747, 710, 3, 2, 2, 2, 747, 713, 3, 2, 2, 2, 747, 716, 3, 2, 2, 2, 747, 722, 3, 2, 2, 2, 747, 725, 3, 2, 2, 2, 747, 728, 3, 2, 2, 2, 747, 731, 3, 2, 2, 2, 747, 734, 3, 2, 2, 2, 747, 740, 3, 2, 2, 2, 747, 745, 3, 2, 2, 2, 748, 751, 3, 2, 2, 2, 749, 747, 3, 2, 2, 2, 749, 750, 3, 2, 2, 2, 750, 71, 3, 2, 2, 2, 751, 749, 3, 2, 2, 2, 752, 757, 5, 70, 36, 2, 753, 754, 7, 12, 2, 2, 754, 756, 5, 70, 36, 2, 755, 753, 3, 2, 2, 2, 756, 759, 3, 2, 2, 2, 757, 755, 3, 2, 2, 2, 757, 758, 3, 2, 2, 2, 758, 73, 3, 2, 2, 2, 759, 757, 3, 2, 2, 2, 760, 762, 7, 83, 2, 2, 761, 763, 5, 76, 39, 2, 762, 761, 3, 2, 2, 2, 762, 763, 3, 2, 2, 2, 763, 764, 3, 2, 2, 2, 764, 765, 7, 93, 2, 2, 765, 75, 3, 2, 2, 2, 766, 767, 7, 8, 2, 2, 767, 772, 5, 78, 40, 2, 768, 769, 7, 12, 2, 2, 769, 771, 5, 78, 40, 2, 770, 768, 3, 2, 2, 2, 771, 774, 3, 2, 2, 2, 772, 770, 3, 2, 2, 2, 772, 773, 3, 2, 2, 2, 773, 775, 3, 2, 2, 2, 774, 772, 3, 2, 2, 2, 775, 776, 7, 9, 2, 2, 776, 77, 3, 2, 2, 2, 777, 778, 7, 84, 2, 2, 778, 793, 7, 94, 2, 2, 779, 780, 7, 85, 2, 2, 780, 793, 7, 117, 2, 2, 781, 782, 7, 86, 2, 2, 782, 793, 7, 94, 2, 2, 783, 784, 7, 87, 2, 2, 784, 793, 5, 70, 36, 2, 785, 786, 7, 88, 2, 2, 786, 793, 5, 70, 36, 2, 787, 790, 7, 42, 2, 2, 788, 791, 7, 53, 2, 2, 789, 791, 5, 70, 36, 2, 790, 788, 3, 2, 2, 2, 790, 789, 3, 2, 2, 2, 791, 793, 3, 2, 2, 2, 792, 777, 3, 2, 2, 2, 792, 779, 3, 2, 2, 2, 792, 781, 3, 2, 2, 2, 792, 783, 3, 2, 2, 2, 792, 785, 3, 2, 2, 2, 792, 787, 3, 2, 2, 2, 793, 79, 3, 2, 2, 2, 794, 796, 5, 82, 42, 2, 795, 794, 3, 2, 2, 2, 796, 799, 3, 2, 2, 2, 797, 795, 3, 2, 2, 2, 797, 798, 3, 2, 2, 2, 798, 81, 3, 2, 2, 2, 799, 797, 3, 2, 2, 2, 800, 804, 5, 84, 43, 2, 801, 804, 5, 86, 44, 2, 802, 804, 5, 88, 45, 2, 803, 800, 3, 2, 2, 2, 803, 801, 3, 2, 2, 2, 803, 802, 3, 2, 2, 2, 804, 83, 3, 2, 2, 2, 805, 806, 7, 153, 2, 2, 806, 810, 7, 124, 2, 2, 807, 808, 7, 152, 2, 2, 808, 810, 7, 124, 2, 2, 809, 805, 3, 2, 2, 2, 809, 807, 3, 2, 2, 2, 810, 85, 3, 2, 2, 2, 811, 813, 7, 122, 2, 2, 812, 814, 5, 90, 46, 2, 813, 812, 3, 2, 2, 2, 813, 814, 3, 2, 2, 2, 814, 87, 3, 2, 2, 2, 815, 816, 7, 121, 2, 2, 816, 821, 5, 92, 47, 2, 817, 818, 7, 125, 2, 2, 818, 820, 5, 92, 47, 2, 819, 817, 3, 2, 2, 2, 820, 823, 3, 2, 2, 2, 821, 819, 3, 2, 2, 2, 821, 822, 3, 2, 2, 2, 822, 89, 3, 2, 2, 2, 823, 821, 3, 2, 2, 2, 824, 848, 5, 92, 47, 2, 825, 826, 7, 123, 2, 2, 826, 848, 5, 92, 47, 2, 827, 828, 5, 92, 47, 2, 828, 829, 7, 125, 2, 2, 829, 830, 7, 153, 2, 2, 830, 848, 3, 2, 2, 2, 831, 832, 7, 126, 2, 2, 832, 833, 5, 92, 47, 2, 833, 834, 7, 127, 2, 2, 834, 835, 7, 125, 2, 2, 835, 836, 7, 153, 2, 2, 836, 848, 3, 2, 2, 2, 837, 838, 7, 126, 2, 2, 838, 839, 5, 92, 47, 2, 839, 840, 7, 125, 2, 2, 840, 841, 7, 153, 2, 2, 841, 842, 7, 127, 2, 2, 842, 848, 3, 2, 2, 2, 843, 844, 7, 126, 2, 2, 844, 845, 5, 92, 47, 2, 845, 846, 7, 127, 2, 2, 846, 848, 3, 2, 2, 2, 847, 824, 3, 2, 2, 2, 847, 825, 3, 2, 2, 2, 847, 827, 3, 2, 2, 2, 847, 831, 3, 2, 2, 2, 847, 837, 3, 2, 2, 2, 847, 843, 3, 2, 2, 2, 848, 91, 3, 2, 2, 2, 849, 850, 8, 47, 1, 2, 850, 851, 7, 128, 2, 2, 851, 852, 5, 92, 47, 2, 852, 853, 7, 129, 2, 2, 853, 864, 3, 2, 2, 2, 854, 855, 9, 9, 2, 2, 855, 864, 5, 92, 47, 10, 856, 864, 7, 153, 2, 2, 857, 864, 7, 151, 2, 2, 858, 859, 7, 139, 2, 2, 859, 860, 7, 153, 2, 2, 860, 864, 7, 140, 2, 2, 861, 864, 7, 141, 2, 2, 862, 864, 7, 150, 2, 2, 863, 849, 3, 2, 2, 2, 863, 854, 3, 2, 2, 2, 863, 856, 3, 2, 2, 2, 863, 857, 3, 2, 2, 2, 863, 858, 3, 2, 2, 2, 863, 861, 3, 2, 2, 2, 863, 862, 3, 2, 2, 2, 864, 879, 3, 2, 2, 2, 865, 866, 12, 12, 2, 2, 866, 867, 7, 130, 2, 2, 867, 878, 5, 92, 47, 13, 868, 869, 12, 11, 2, 2, 869, 870, 9, 10, 2, 2, 870, 878, 5, 92, 47, 12, 871, 872, 12, 9, 2, 2, 872, 873, 9, 11, 2, 2, 873, 878, 5, 92, 47, 10, 874, 875, 12, 8, 2, 2, 875, 876, 9, 12, 2, 2, 876, 878, 5, 92, 47, 9, 877, 865, 3, 2, 2, 2, 877, 868, 3, 2, 2, 2, 877, 871, 3, 2, 2, 2, 877, 874, 3, 2, 2, 2, 878, 881, 3, 2, 2, 2, 879, 877, 3, 2, 2, 2, 879, 880, 3, 2, 2, 2, 880, 93, 3, 2, 2, 2, 881, 879, 3, 2, 2, 2, 89, 103, 108, 114, 131, 140, 150, 156, 164, 171, 180, 185, 191, 196, 201, 208, 215, 220, 232, 235, 237, 248, 255, 260, 266, 268, 276, 282, 294, 308, 314, 320, 326, 331, 340, 347, 353, 364, 425, 429, 440, 459, 468, 473, 478, 485, 498, 503, 515, 529, 548, 557, 564, 569, 574, 576, 582, 589, 595, 598, 606, 609, 612, 622, 634, 642, 648, 652, 673, 683, 687, 737, 747, 749, 757, 762, 772, 790, 792, 797, 803, 809, 813, 821, 847, 863, 877, 879] \ 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 61d0d5aff..5bc505780 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.java @@ -1,4 +1,4 @@ -// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 +// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -25,28 +25,28 @@ public class KickCParser extends Parser { INC=20, DEC=21, AND=22, BIT_NOT=23, BIT_XOR=24, BIT_OR=25, SHIFT_LEFT=26, SHIFT_RIGHT=27, EQUAL=28, NOT_EQUAL=29, LESS_THAN=30, LESS_THAN_EQUAL=31, GREATER_THAN_EQUAL=32, GREATER_THAN=33, LOGIC_AND=34, LOGIC_OR=35, ASSIGN=36, - ASSIGN_COMPOUND=37, IMPORT=38, TYPEDEF=39, PRAGMA=40, RESERVE=41, PC=42, - TARGET=43, LINK=44, CPU=45, CODESEG=46, DATASEG=47, ENCODING=48, CONST=49, - EXTERN=50, EXPORT=51, ALIGN=52, INLINE=53, VOLATILE=54, STATIC=55, INTERRUPT=56, - REGISTER=57, ADDRESS=58, ADDRESS_ZEROPAGE=59, ADDRESS_MAINMEM=60, FORM_SSA=61, - FORM_MA=62, CALLING=63, CALLINGCONVENTION=64, VARMODEL=65, IF=66, ELSE=67, - WHILE=68, DO=69, FOR=70, SWITCH=71, RETURN=72, BREAK=73, CONTINUE=74, - ASM=75, DEFAULT=76, CASE=77, STRUCT=78, ENUM=79, SIZEOF=80, TYPEID=81, - DEFINED=82, KICKASM=83, RESOURCE=84, USES=85, CLOBBERS=86, BYTES=87, CYCLES=88, - LOGIC_NOT=89, SIGNEDNESS=90, SIMPLETYPE=91, BOOLEAN=92, KICKASM_BODY=93, - STRING=94, CHAR=95, DEFINE=96, DEFINE_CONTINUE=97, UNDEF=98, IFDEF=99, - IFNDEF=100, IFIF=101, ELIF=102, IFELSE=103, ENDIF=104, NUMBER=105, NUMFLOAT=106, - BINFLOAT=107, DECFLOAT=108, HEXFLOAT=109, NUMINT=110, BININTEGER=111, - DECINTEGER=112, HEXINTEGER=113, NAME=114, WS=115, COMMENT_LINE=116, COMMENT_BLOCK=117, - ASM_BYTE=118, ASM_MNEMONIC=119, ASM_IMM=120, ASM_COLON=121, ASM_COMMA=122, - ASM_PAR_BEGIN=123, ASM_PAR_END=124, ASM_BRACKET_BEGIN=125, ASM_BRACKET_END=126, - ASM_DOT=127, ASM_SHIFT_LEFT=128, ASM_SHIFT_RIGHT=129, ASM_PLUS=130, ASM_MINUS=131, - ASM_LESS_THAN=132, ASM_GREATER_THAN=133, ASM_MULTIPLY=134, ASM_DIVIDE=135, - ASM_CURLY_BEGIN=136, ASM_CURLY_END=137, ASM_NUMBER=138, ASM_NUMFLOAT=139, - ASM_BINFLOAT=140, ASM_DECFLOAT=141, ASM_HEXFLOAT=142, ASM_NUMINT=143, - ASM_BININTEGER=144, ASM_DECINTEGER=145, ASM_HEXINTEGER=146, ASM_CHAR=147, - ASM_MULTI_REL=148, ASM_MULTI_NAME=149, ASM_NAME=150, ASM_WS=151, ASM_COMMENT_LINE=152, - ASM_COMMENT_BLOCK=153; + ASSIGN_COMPOUND=37, TYPEDEF=38, RESERVE=39, PC=40, TARGET=41, LINK=42, + CPU=43, CODESEG=44, DATASEG=45, ENCODING=46, CONST=47, EXTERN=48, EXPORT=49, + ALIGN=50, INLINE=51, VOLATILE=52, STATIC=53, INTERRUPT=54, REGISTER=55, + ADDRESS=56, ADDRESS_ZEROPAGE=57, ADDRESS_MAINMEM=58, FORM_SSA=59, FORM_MA=60, + CALLING=61, CALLINGCONVENTION=62, VARMODEL=63, IF=64, ELSE=65, WHILE=66, + DO=67, FOR=68, SWITCH=69, RETURN=70, BREAK=71, CONTINUE=72, ASM=73, DEFAULT=74, + CASE=75, STRUCT=76, ENUM=77, SIZEOF=78, TYPEID=79, DEFINED=80, KICKASM=81, + RESOURCE=82, USES=83, CLOBBERS=84, BYTES=85, CYCLES=86, LOGIC_NOT=87, + SIGNEDNESS=88, SIMPLETYPE=89, BOOLEAN=90, KICKASM_BODY=91, STRING=92, + CHAR=93, IMPORT=94, INCLUDE=95, PRAGMA=96, DEFINE=97, DEFINE_CONTINUE=98, + UNDEF=99, IFDEF=100, IFNDEF=101, IFIF=102, ELIF=103, IFELSE=104, ENDIF=105, + NUMBER=106, NUMFLOAT=107, BINFLOAT=108, DECFLOAT=109, HEXFLOAT=110, NUMINT=111, + BININTEGER=112, DECINTEGER=113, HEXINTEGER=114, NAME=115, WS=116, COMMENT_LINE=117, + COMMENT_BLOCK=118, ASM_BYTE=119, ASM_MNEMONIC=120, ASM_IMM=121, ASM_COLON=122, + ASM_COMMA=123, ASM_PAR_BEGIN=124, ASM_PAR_END=125, ASM_BRACKET_BEGIN=126, + ASM_BRACKET_END=127, ASM_DOT=128, ASM_SHIFT_LEFT=129, ASM_SHIFT_RIGHT=130, + ASM_PLUS=131, ASM_MINUS=132, ASM_LESS_THAN=133, ASM_GREATER_THAN=134, + ASM_MULTIPLY=135, ASM_DIVIDE=136, ASM_CURLY_BEGIN=137, ASM_CURLY_END=138, + ASM_NUMBER=139, ASM_NUMFLOAT=140, ASM_BINFLOAT=141, ASM_DECFLOAT=142, + ASM_HEXFLOAT=143, ASM_NUMINT=144, ASM_BININTEGER=145, ASM_DECINTEGER=146, + ASM_HEXINTEGER=147, ASM_CHAR=148, ASM_MULTI_REL=149, ASM_MULTI_NAME=150, + ASM_NAME=151, ASM_WS=152, ASM_COMMENT_LINE=153, ASM_COMMENT_BLOCK=154; public static final int RULE_file = 0, RULE_asmFile = 1, RULE_declSeq = 2, RULE_declOrImport = 3, RULE_importDecl = 4, RULE_decl = 5, RULE_declVariables = 6, RULE_declVariableList = 7, @@ -81,16 +81,16 @@ public class KickCParser extends Parser { null, null, null, null, null, null, null, null, "';'", null, null, "'..'", "'?'", null, "'->'", null, null, null, null, "'%'", "'++'", "'--'", "'&'", "'~'", "'^'", "'|'", null, null, "'=='", "'!='", null, "'<='", "'>='", - null, "'&&'", "'||'", "'='", null, "'import'", "'typedef'", "'#pragma'", - "'reserve'", "'pc'", "'target'", "'link'", "'cpu'", "'code_seg'", "'data_seg'", - "'encoding'", "'const'", "'extern'", "'export'", "'align'", "'inline'", - "'volatile'", "'static'", "'interrupt'", "'register'", "'__address'", - "'__zp'", "'__mem'", "'__ssa'", "'__ma'", "'calling'", null, "'var_model'", - "'if'", "'else'", "'while'", "'do'", "'for'", "'switch'", "'return'", - "'break'", "'continue'", "'asm'", "'default'", "'case'", "'struct'", - "'enum'", "'sizeof'", "'typeid'", "'defined'", "'kickasm'", "'resource'", - "'uses'", "'clobbers'", "'bytes'", "'cycles'", "'!'", null, null, null, - null, null, null, "'#define'", null, "'#undef'", "'#ifdef'", "'#ifndef'", + null, "'&&'", "'||'", "'='", null, "'typedef'", "'reserve'", "'pc'", + "'target'", "'link'", "'cpu'", "'code_seg'", "'data_seg'", "'encoding'", + "'const'", "'extern'", "'export'", "'align'", "'inline'", "'volatile'", + "'static'", "'interrupt'", "'register'", "'__address'", "'__zp'", "'__mem'", + "'__ssa'", "'__ma'", "'calling'", null, "'var_model'", "'if'", "'else'", + "'while'", "'do'", "'for'", "'switch'", "'return'", "'break'", "'continue'", + "'asm'", "'default'", "'case'", "'struct'", "'enum'", "'sizeof'", "'typeid'", + "'defined'", "'kickasm'", "'resource'", "'uses'", "'clobbers'", "'bytes'", + "'cycles'", "'!'", null, null, null, null, null, null, "'#import'", "'#include'", + "'#pragma'", "'#define'", null, "'#undef'", "'#ifdef'", "'#ifndef'", "'#if'", "'#elif'", "'#else'", "'#endif'", null, null, null, null, null, null, null, null, null, null, null, null, null, "'.byte'", null, "'#'" }; @@ -104,25 +104,25 @@ public class KickCParser extends Parser { "DEC", "AND", "BIT_NOT", "BIT_XOR", "BIT_OR", "SHIFT_LEFT", "SHIFT_RIGHT", "EQUAL", "NOT_EQUAL", "LESS_THAN", "LESS_THAN_EQUAL", "GREATER_THAN_EQUAL", "GREATER_THAN", "LOGIC_AND", "LOGIC_OR", "ASSIGN", "ASSIGN_COMPOUND", - "IMPORT", "TYPEDEF", "PRAGMA", "RESERVE", "PC", "TARGET", "LINK", "CPU", - "CODESEG", "DATASEG", "ENCODING", "CONST", "EXTERN", "EXPORT", "ALIGN", - "INLINE", "VOLATILE", "STATIC", "INTERRUPT", "REGISTER", "ADDRESS", "ADDRESS_ZEROPAGE", - "ADDRESS_MAINMEM", "FORM_SSA", "FORM_MA", "CALLING", "CALLINGCONVENTION", - "VARMODEL", "IF", "ELSE", "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", - "CONTINUE", "ASM", "DEFAULT", "CASE", "STRUCT", "ENUM", "SIZEOF", "TYPEID", - "DEFINED", "KICKASM", "RESOURCE", "USES", "CLOBBERS", "BYTES", "CYCLES", - "LOGIC_NOT", "SIGNEDNESS", "SIMPLETYPE", "BOOLEAN", "KICKASM_BODY", "STRING", - "CHAR", "DEFINE", "DEFINE_CONTINUE", "UNDEF", "IFDEF", "IFNDEF", "IFIF", - "ELIF", "IFELSE", "ENDIF", "NUMBER", "NUMFLOAT", "BINFLOAT", "DECFLOAT", - "HEXFLOAT", "NUMINT", "BININTEGER", "DECINTEGER", "HEXINTEGER", "NAME", - "WS", "COMMENT_LINE", "COMMENT_BLOCK", "ASM_BYTE", "ASM_MNEMONIC", "ASM_IMM", - "ASM_COLON", "ASM_COMMA", "ASM_PAR_BEGIN", "ASM_PAR_END", "ASM_BRACKET_BEGIN", - "ASM_BRACKET_END", "ASM_DOT", "ASM_SHIFT_LEFT", "ASM_SHIFT_RIGHT", "ASM_PLUS", - "ASM_MINUS", "ASM_LESS_THAN", "ASM_GREATER_THAN", "ASM_MULTIPLY", "ASM_DIVIDE", - "ASM_CURLY_BEGIN", "ASM_CURLY_END", "ASM_NUMBER", "ASM_NUMFLOAT", "ASM_BINFLOAT", - "ASM_DECFLOAT", "ASM_HEXFLOAT", "ASM_NUMINT", "ASM_BININTEGER", "ASM_DECINTEGER", - "ASM_HEXINTEGER", "ASM_CHAR", "ASM_MULTI_REL", "ASM_MULTI_NAME", "ASM_NAME", - "ASM_WS", "ASM_COMMENT_LINE", "ASM_COMMENT_BLOCK" + "TYPEDEF", "RESERVE", "PC", "TARGET", "LINK", "CPU", "CODESEG", "DATASEG", + "ENCODING", "CONST", "EXTERN", "EXPORT", "ALIGN", "INLINE", "VOLATILE", + "STATIC", "INTERRUPT", "REGISTER", "ADDRESS", "ADDRESS_ZEROPAGE", "ADDRESS_MAINMEM", + "FORM_SSA", "FORM_MA", "CALLING", "CALLINGCONVENTION", "VARMODEL", "IF", + "ELSE", "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", "CONTINUE", + "ASM", "DEFAULT", "CASE", "STRUCT", "ENUM", "SIZEOF", "TYPEID", "DEFINED", + "KICKASM", "RESOURCE", "USES", "CLOBBERS", "BYTES", "CYCLES", "LOGIC_NOT", + "SIGNEDNESS", "SIMPLETYPE", "BOOLEAN", "KICKASM_BODY", "STRING", "CHAR", + "IMPORT", "INCLUDE", "PRAGMA", "DEFINE", "DEFINE_CONTINUE", "UNDEF", + "IFDEF", "IFNDEF", "IFIF", "ELIF", "IFELSE", "ENDIF", "NUMBER", "NUMFLOAT", + "BINFLOAT", "DECFLOAT", "HEXFLOAT", "NUMINT", "BININTEGER", "DECINTEGER", + "HEXINTEGER", "NAME", "WS", "COMMENT_LINE", "COMMENT_BLOCK", "ASM_BYTE", + "ASM_MNEMONIC", "ASM_IMM", "ASM_COLON", "ASM_COMMA", "ASM_PAR_BEGIN", + "ASM_PAR_END", "ASM_BRACKET_BEGIN", "ASM_BRACKET_END", "ASM_DOT", "ASM_SHIFT_LEFT", + "ASM_SHIFT_RIGHT", "ASM_PLUS", "ASM_MINUS", "ASM_LESS_THAN", "ASM_GREATER_THAN", + "ASM_MULTIPLY", "ASM_DIVIDE", "ASM_CURLY_BEGIN", "ASM_CURLY_END", "ASM_NUMBER", + "ASM_NUMFLOAT", "ASM_BINFLOAT", "ASM_DECFLOAT", "ASM_HEXFLOAT", "ASM_NUMINT", + "ASM_BININTEGER", "ASM_DECINTEGER", "ASM_HEXINTEGER", "ASM_CHAR", "ASM_MULTI_REL", + "ASM_MULTI_NAME", "ASM_NAME", "ASM_WS", "ASM_COMMENT_LINE", "ASM_COMMENT_BLOCK" }; } private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); @@ -315,7 +315,7 @@ public class KickCParser extends Parser { setState(101); _errHandler.sync(this); _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << IMPORT) | (1L << TYPEDEF) | (1L << PRAGMA) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (KICKASM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0)) { + while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << TYPEDEF) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 76)) & ~0x3f) == 0 && ((1L << (_la - 76)) & ((1L << (STRUCT - 76)) | (1L << (ENUM - 76)) | (1L << (KICKASM - 76)) | (1L << (SIGNEDNESS - 76)) | (1L << (SIMPLETYPE - 76)) | (1L << (IMPORT - 76)) | (1L << (INCLUDE - 76)) | (1L << (PRAGMA - 76)))) != 0)) { { { setState(98); @@ -375,7 +375,6 @@ public class KickCParser extends Parser { case TYPEDEFNAME: case PAR_BEGIN: case TYPEDEF: - case PRAGMA: case RESERVE: case CONST: case EXTERN: @@ -397,6 +396,7 @@ public class KickCParser extends Parser { case KICKASM: case SIGNEDNESS: case SIMPLETYPE: + case PRAGMA: enterOuterAlt(_localctx, 1); { setState(104); @@ -404,6 +404,7 @@ public class KickCParser extends Parser { } break; case IMPORT: + case INCLUDE: enterOuterAlt(_localctx, 2); { setState(105); @@ -426,23 +427,49 @@ public class KickCParser extends Parser { } public static class ImportDeclContext extends ParserRuleContext { - public TerminalNode IMPORT() { return getToken(KickCParser.IMPORT, 0); } - public TerminalNode STRING() { return getToken(KickCParser.STRING, 0); } public ImportDeclContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_importDecl; } + + public ImportDeclContext() { } + public void copyFrom(ImportDeclContext ctx) { + super.copyFrom(ctx); + } + } + public static class IncludeFileContext extends ImportDeclContext { + public TerminalNode INCLUDE() { return getToken(KickCParser.INCLUDE, 0); } + public TerminalNode STRING() { return getToken(KickCParser.STRING, 0); } + public IncludeFileContext(ImportDeclContext ctx) { copyFrom(ctx); } @Override public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterImportDecl(this); + if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterIncludeFile(this); } @Override public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitImportDecl(this); + if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitIncludeFile(this); } @Override public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitImportDecl(this); + if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitIncludeFile(this); + else return visitor.visitChildren(this); + } + } + public static class ImportFileContext extends ImportDeclContext { + public TerminalNode IMPORT() { return getToken(KickCParser.IMPORT, 0); } + public TerminalNode STRING() { return getToken(KickCParser.STRING, 0); } + public ImportFileContext(ImportDeclContext ctx) { copyFrom(ctx); } + @Override + public void enterRule(ParseTreeListener listener) { + if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterImportFile(this); + } + @Override + public void exitRule(ParseTreeListener listener) { + if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitImportFile(this); + } + @Override + public T accept(ParseTreeVisitor visitor) { + if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitImportFile(this); else return visitor.visitChildren(this); } } @@ -451,12 +478,31 @@ public class KickCParser extends Parser { ImportDeclContext _localctx = new ImportDeclContext(_ctx, getState()); enterRule(_localctx, 8, RULE_importDecl); try { - enterOuterAlt(_localctx, 1); - { - setState(108); - match(IMPORT); - setState(109); - match(STRING); + setState(112); + _errHandler.sync(this); + switch (_input.LA(1)) { + case IMPORT: + _localctx = new ImportFileContext(_localctx); + enterOuterAlt(_localctx, 1); + { + setState(108); + match(IMPORT); + setState(109); + match(STRING); + } + break; + case INCLUDE: + _localctx = new IncludeFileContext(_localctx); + enterOuterAlt(_localctx, 2); + { + setState(110); + match(INCLUDE); + setState(111); + match(STRING); + } + break; + default: + throw new NoViableAltException(this); } } catch (RecognitionException re) { @@ -516,63 +562,63 @@ public class KickCParser extends Parser { DeclContext _localctx = new DeclContext(_ctx, getState()); enterRule(_localctx, 10, RULE_decl); try { - setState(126); + setState(129); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,2,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,3,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { - setState(111); + setState(114); declVariables(); - setState(112); + setState(115); match(SEMICOLON); } break; case 2: enterOuterAlt(_localctx, 2); { - setState(114); + setState(117); structDef(); - setState(115); + setState(118); match(SEMICOLON); } break; case 3: enterOuterAlt(_localctx, 3); { - setState(117); + setState(120); enumDef(); - setState(118); + setState(121); match(SEMICOLON); } break; case 4: enterOuterAlt(_localctx, 4); { - setState(120); + setState(123); declFunction(); } break; case 5: enterOuterAlt(_localctx, 5); { - setState(121); + setState(124); declKasm(); } break; case 6: enterOuterAlt(_localctx, 6); { - setState(122); + setState(125); globalDirective(); } break; case 7: enterOuterAlt(_localctx, 7); { - setState(123); + setState(126); typeDef(); - setState(124); + setState(127); match(SEMICOLON); } break; @@ -621,9 +667,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(128); + setState(131); declType(); - setState(129); + setState(132); declVariableList(0); } } @@ -688,27 +734,27 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 1); { { - setState(135); + setState(138); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(132); + setState(135); declPointer(); } } - setState(137); + setState(140); _errHandler.sync(this); _la = _input.LA(1); } - setState(138); + setState(141); declVariableInit(); } _ctx.stop = _input.LT(-1); - setState(151); + setState(154); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,5,_ctx); + _alt = getInterpreter().adaptivePredict(_input,6,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); @@ -717,32 +763,32 @@ public class KickCParser extends Parser { { _localctx = new DeclVariableListContext(_parentctx, _parentState); pushNewRecursionContext(_localctx, _startState, RULE_declVariableList); - setState(140); + setState(143); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(141); + setState(144); match(COMMA); - setState(145); + setState(148); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(142); + setState(145); declPointer(); } } - setState(147); + setState(150); _errHandler.sync(this); _la = _input.LA(1); } - setState(148); + setState(151); declVariableInit(); } } } - setState(153); + setState(156); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,5,_ctx); + _alt = getInterpreter().adaptivePredict(_input,6,_ctx); } } } @@ -802,37 +848,37 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(154); + setState(157); match(TYPEDEF); - setState(155); + setState(158); declType(); - setState(159); + setState(162); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(156); + setState(159); declPointer(); } } - setState(161); + setState(164); _errHandler.sync(this); _la = _input.LA(1); } - setState(162); + setState(165); ((TypeDefContext)_localctx).NAME = match(NAME); - setState(166); + setState(169); _errHandler.sync(this); _la = _input.LA(1); while (_la==BRACKET_BEGIN) { { { - setState(163); + setState(166); declArray(); } } - setState(168); + setState(171); _errHandler.sync(this); _la = _input.LA(1); } @@ -922,39 +968,39 @@ public class KickCParser extends Parser { int _la; try { int _alt; - setState(191); + setState(194); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,11,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,12,_ctx) ) { case 1: _localctx = new DeclVariableInitExprContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(171); + setState(174); match(NAME); - setState(175); + setState(178); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,8,_ctx); + _alt = getInterpreter().adaptivePredict(_input,9,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(172); + setState(175); declArray(); } } } - setState(177); + setState(180); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,8,_ctx); + _alt = getInterpreter().adaptivePredict(_input,9,_ctx); } - setState(180); + setState(183); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,9,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,10,_ctx) ) { case 1: { - setState(178); + setState(181); match(ASSIGN); - setState(179); + setState(182); expr(0); } break; @@ -965,25 +1011,25 @@ public class KickCParser extends Parser { _localctx = new DeclVariableInitKasmContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(182); + setState(185); match(NAME); - setState(186); + setState(189); _errHandler.sync(this); _la = _input.LA(1); while (_la==BRACKET_BEGIN) { { { - setState(183); + setState(186); declArray(); } } - setState(188); + setState(191); _errHandler.sync(this); _la = _input.LA(1); } - setState(189); + setState(192); match(ASSIGN); - setState(190); + setState(193); declKasm(); } break; @@ -1036,33 +1082,33 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(196); + setState(199); _errHandler.sync(this); _la = _input.LA(1); - while (((((_la - 41)) & ~0x3f) == 0 && ((1L << (_la - 41)) & ((1L << (RESERVE - 41)) | (1L << (CONST - 41)) | (1L << (EXTERN - 41)) | (1L << (EXPORT - 41)) | (1L << (ALIGN - 41)) | (1L << (INLINE - 41)) | (1L << (VOLATILE - 41)) | (1L << (STATIC - 41)) | (1L << (INTERRUPT - 41)) | (1L << (REGISTER - 41)) | (1L << (ADDRESS - 41)) | (1L << (ADDRESS_ZEROPAGE - 41)) | (1L << (ADDRESS_MAINMEM - 41)) | (1L << (FORM_SSA - 41)) | (1L << (FORM_MA - 41)) | (1L << (CALLINGCONVENTION - 41)))) != 0)) { + while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(193); + setState(196); directive(); } } - setState(198); + setState(201); _errHandler.sync(this); _la = _input.LA(1); } - setState(199); + setState(202); type(0); - setState(203); + setState(206); _errHandler.sync(this); _la = _input.LA(1); - while (((((_la - 41)) & ~0x3f) == 0 && ((1L << (_la - 41)) & ((1L << (RESERVE - 41)) | (1L << (CONST - 41)) | (1L << (EXTERN - 41)) | (1L << (EXPORT - 41)) | (1L << (ALIGN - 41)) | (1L << (INLINE - 41)) | (1L << (VOLATILE - 41)) | (1L << (STATIC - 41)) | (1L << (INTERRUPT - 41)) | (1L << (REGISTER - 41)) | (1L << (ADDRESS - 41)) | (1L << (ADDRESS_ZEROPAGE - 41)) | (1L << (ADDRESS_MAINMEM - 41)) | (1L << (FORM_SSA - 41)) | (1L << (FORM_MA - 41)) | (1L << (CALLINGCONVENTION - 41)))) != 0)) { + while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(200); + setState(203); directive(); } } - setState(205); + setState(208); _errHandler.sync(this); _la = _input.LA(1); } @@ -1113,19 +1159,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(206); + setState(209); match(ASTERISK); - setState(210); + setState(213); _errHandler.sync(this); _la = _input.LA(1); - while (((((_la - 41)) & ~0x3f) == 0 && ((1L << (_la - 41)) & ((1L << (RESERVE - 41)) | (1L << (CONST - 41)) | (1L << (EXTERN - 41)) | (1L << (EXPORT - 41)) | (1L << (ALIGN - 41)) | (1L << (INLINE - 41)) | (1L << (VOLATILE - 41)) | (1L << (STATIC - 41)) | (1L << (INTERRUPT - 41)) | (1L << (REGISTER - 41)) | (1L << (ADDRESS - 41)) | (1L << (ADDRESS_ZEROPAGE - 41)) | (1L << (ADDRESS_MAINMEM - 41)) | (1L << (FORM_SSA - 41)) | (1L << (FORM_MA - 41)) | (1L << (CALLINGCONVENTION - 41)))) != 0)) { + while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(207); + setState(210); directive(); } } - setState(212); + setState(215); _errHandler.sync(this); _la = _input.LA(1); } @@ -1174,19 +1220,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(213); + setState(216); match(BRACKET_BEGIN); - setState(215); + setState(218); _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 - 80)) & ~0x3f) == 0 && ((1L << (_la - 80)) & ((1L << (SIZEOF - 80)) | (1L << (TYPEID - 80)) | (1L << (DEFINED - 80)) | (1L << (LOGIC_NOT - 80)) | (1L << (BOOLEAN - 80)) | (1L << (STRING - 80)) | (1L << (CHAR - 80)) | (1L << (NUMBER - 80)) | (1L << (NAME - 80)))) != 0)) { + 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 - 78)) & ~0x3f) == 0 && ((1L << (_la - 78)) & ((1L << (SIZEOF - 78)) | (1L << (TYPEID - 78)) | (1L << (DEFINED - 78)) | (1L << (LOGIC_NOT - 78)) | (1L << (BOOLEAN - 78)) | (1L << (STRING - 78)) | (1L << (CHAR - 78)) | (1L << (NUMBER - 78)) | (1L << (NAME - 78)))) != 0)) { { - setState(214); + setState(217); expr(0); } } - setState(217); + setState(220); match(BRACKET_END); } } @@ -1297,28 +1343,28 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(220); + setState(223); type(0); } _ctx.stop = _input.LT(-1); - setState(232); + setState(235); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,18,_ctx); + _alt = getInterpreter().adaptivePredict(_input,19,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(230); + setState(233); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,17,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,18,_ctx) ) { case 1: { _localctx = new TypeSpecifierPointerContext(new TypeSpecifierContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_typeSpecifier); - setState(222); + setState(225); if (!(precpred(_ctx, 2))) throw new FailedPredicateException(this, "precpred(_ctx, 2)"); - setState(223); + setState(226); match(ASTERISK); } break; @@ -1326,30 +1372,30 @@ public class KickCParser extends Parser { { _localctx = new TypeSpecifierArrayContext(new TypeSpecifierContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_typeSpecifier); - setState(224); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(225); - match(BRACKET_BEGIN); setState(227); + if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); + setState(228); + match(BRACKET_BEGIN); + setState(230); _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 - 80)) & ~0x3f) == 0 && ((1L << (_la - 80)) & ((1L << (SIZEOF - 80)) | (1L << (TYPEID - 80)) | (1L << (DEFINED - 80)) | (1L << (LOGIC_NOT - 80)) | (1L << (BOOLEAN - 80)) | (1L << (STRING - 80)) | (1L << (CHAR - 80)) | (1L << (NUMBER - 80)) | (1L << (NAME - 80)))) != 0)) { + 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 - 78)) & ~0x3f) == 0 && ((1L << (_la - 78)) & ((1L << (SIZEOF - 78)) | (1L << (TYPEID - 78)) | (1L << (DEFINED - 78)) | (1L << (LOGIC_NOT - 78)) | (1L << (BOOLEAN - 78)) | (1L << (STRING - 78)) | (1L << (CHAR - 78)) | (1L << (NUMBER - 78)) | (1L << (NAME - 78)))) != 0)) { { - setState(226); + setState(229); expr(0); } } - setState(229); + setState(232); match(BRACKET_END); } break; } } } - setState(234); + setState(237); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,18,_ctx); + _alt = getInterpreter().adaptivePredict(_input,19,_ctx); } } } @@ -1586,20 +1632,20 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(250); + setState(253); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,20,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,21,_ctx) ) { case 1: { _localctx = new TypeParContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(236); + setState(239); match(PAR_BEGIN); - setState(237); + setState(240); type(0); - setState(238); + setState(241); match(PAR_END); } break; @@ -1608,7 +1654,7 @@ public class KickCParser extends Parser { _localctx = new TypeSimpleContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(240); + setState(243); match(SIMPLETYPE); } break; @@ -1617,14 +1663,14 @@ public class KickCParser extends Parser { _localctx = new TypeSignedSimpleContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(241); + setState(244); match(SIGNEDNESS); - setState(243); + setState(246); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,19,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,20,_ctx) ) { case 1: { - setState(242); + setState(245); match(SIMPLETYPE); } break; @@ -1636,7 +1682,7 @@ public class KickCParser extends Parser { _localctx = new TypeStructDefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(245); + setState(248); structDef(); } break; @@ -1645,7 +1691,7 @@ public class KickCParser extends Parser { _localctx = new TypeStructRefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(246); + setState(249); structRef(); } break; @@ -1654,7 +1700,7 @@ public class KickCParser extends Parser { _localctx = new TypeEnumDefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(247); + setState(250); enumDef(); } break; @@ -1663,7 +1709,7 @@ public class KickCParser extends Parser { _localctx = new TypeEnumRefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(248); + setState(251); enumRef(); } break; @@ -1672,42 +1718,42 @@ public class KickCParser extends Parser { _localctx = new TypeNamedRefContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(249); + setState(252); match(TYPEDEFNAME); } break; } _ctx.stop = _input.LT(-1); - setState(263); + setState(266); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,23,_ctx); + _alt = getInterpreter().adaptivePredict(_input,24,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(261); + setState(264); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,22,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,23,_ctx) ) { case 1: { _localctx = new TypeArrayContext(new TypeContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_type); - setState(252); - if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(253); - match(BRACKET_BEGIN); setState(255); + if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); + setState(256); + match(BRACKET_BEGIN); + setState(258); _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 - 80)) & ~0x3f) == 0 && ((1L << (_la - 80)) & ((1L << (SIZEOF - 80)) | (1L << (TYPEID - 80)) | (1L << (DEFINED - 80)) | (1L << (LOGIC_NOT - 80)) | (1L << (BOOLEAN - 80)) | (1L << (STRING - 80)) | (1L << (CHAR - 80)) | (1L << (NUMBER - 80)) | (1L << (NAME - 80)))) != 0)) { + 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 - 78)) & ~0x3f) == 0 && ((1L << (_la - 78)) & ((1L << (SIZEOF - 78)) | (1L << (TYPEID - 78)) | (1L << (DEFINED - 78)) | (1L << (LOGIC_NOT - 78)) | (1L << (BOOLEAN - 78)) | (1L << (STRING - 78)) | (1L << (CHAR - 78)) | (1L << (NUMBER - 78)) | (1L << (NAME - 78)))) != 0)) { { - setState(254); + setState(257); expr(0); } } - setState(257); + setState(260); match(BRACKET_END); } break; @@ -1715,20 +1761,20 @@ public class KickCParser extends Parser { { _localctx = new TypeProcedureContext(new TypeContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_type); - setState(258); + setState(261); if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); - setState(259); + setState(262); match(PAR_BEGIN); - setState(260); + setState(263); match(PAR_END); } break; } } } - setState(265); + setState(268); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,23,_ctx); + _alt = getInterpreter().adaptivePredict(_input,24,_ctx); } } } @@ -1771,9 +1817,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(266); + setState(269); match(STRUCT); - setState(267); + setState(270); match(NAME); } } @@ -1825,35 +1871,35 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(269); + setState(272); match(STRUCT); - setState(271); + setState(274); _errHandler.sync(this); _la = _input.LA(1); if (_la==NAME) { { - setState(270); + setState(273); match(NAME); } } - setState(273); + setState(276); match(CURLY_BEGIN); - setState(275); + setState(278); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(274); + setState(277); structMembers(); } } - setState(277); + setState(280); _errHandler.sync(this); _la = _input.LA(1); - } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0) ); - setState(279); + } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 76)) & ~0x3f) == 0 && ((1L << (_la - 76)) & ((1L << (STRUCT - 76)) | (1L << (ENUM - 76)) | (1L << (SIGNEDNESS - 76)) | (1L << (SIMPLETYPE - 76)))) != 0) ); + setState(282); match(CURLY_END); } } @@ -1898,9 +1944,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(281); + setState(284); declVariables(); - setState(282); + setState(285); match(SEMICOLON); } } @@ -1943,9 +1989,9 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(284); + setState(287); match(ENUM); - setState(285); + setState(288); match(NAME); } } @@ -1994,23 +2040,23 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(287); + setState(290); match(ENUM); - setState(289); + setState(292); _errHandler.sync(this); _la = _input.LA(1); if (_la==NAME) { { - setState(288); + setState(291); match(NAME); } } - setState(291); + setState(294); match(CURLY_BEGIN); - setState(292); + setState(295); enumMemberList(0); - setState(293); + setState(296); match(CURLY_END); } } @@ -2068,13 +2114,13 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 1); { { - setState(296); + setState(299); enumMember(); } _ctx.stop = _input.LT(-1); - setState(303); + setState(306); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,27,_ctx); + _alt = getInterpreter().adaptivePredict(_input,28,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); @@ -2083,18 +2129,18 @@ public class KickCParser extends Parser { { _localctx = new EnumMemberListContext(_parentctx, _parentState); pushNewRecursionContext(_localctx, _startState, RULE_enumMemberList); - setState(298); + setState(301); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(299); + setState(302); match(COMMA); - setState(300); + setState(303); enumMember(); } } } - setState(305); + setState(308); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,27,_ctx); + _alt = getInterpreter().adaptivePredict(_input,28,_ctx); } } } @@ -2140,16 +2186,16 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(306); - match(NAME); setState(309); + match(NAME); + setState(312); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,28,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,29,_ctx) ) { case 1: { - setState(307); + setState(310); match(ASSIGN); - setState(308); + setState(311); expr(0); } break; @@ -2214,51 +2260,51 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(311); + setState(314); declType(); - setState(315); + setState(318); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(312); + setState(315); declPointer(); } } - setState(317); + setState(320); _errHandler.sync(this); _la = _input.LA(1); } - setState(318); - match(NAME); - setState(319); - match(PAR_BEGIN); setState(321); + match(NAME); + setState(322); + match(PAR_BEGIN); + setState(324); _errHandler.sync(this); _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0)) { + if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 76)) & ~0x3f) == 0 && ((1L << (_la - 76)) & ((1L << (STRUCT - 76)) | (1L << (ENUM - 76)) | (1L << (SIGNEDNESS - 76)) | (1L << (SIMPLETYPE - 76)))) != 0)) { { - setState(320); + setState(323); parameterListDecl(); } } - setState(323); - match(PAR_END); - setState(324); - match(CURLY_BEGIN); setState(326); + match(PAR_END); + setState(327); + match(CURLY_BEGIN); + setState(329); _errHandler.sync(this); _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0)) { + if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0)) { { - setState(325); + setState(328); stmtSeq(); } } - setState(328); + setState(331); match(CURLY_END); } } @@ -2310,21 +2356,21 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(330); + setState(333); parameterDecl(); - setState(335); + setState(338); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(331); + setState(334); match(COMMA); - setState(332); + setState(335); parameterDecl(); } } - setState(337); + setState(340); _errHandler.sync(this); _la = _input.LA(1); } @@ -2401,30 +2447,30 @@ public class KickCParser extends Parser { enterRule(_localctx, 48, RULE_parameterDecl); int _la; try { - setState(348); + setState(351); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,34,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,35,_ctx) ) { case 1: _localctx = new ParameterDeclTypeContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(338); + setState(341); declType(); - setState(342); + setState(345); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(339); + setState(342); declPointer(); } } - setState(344); + setState(347); _errHandler.sync(this); _la = _input.LA(1); } - setState(345); + setState(348); match(NAME); } break; @@ -2432,7 +2478,7 @@ public class KickCParser extends Parser { _localctx = new ParameterDeclVoidContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(347); + setState(350); match(SIMPLETYPE); } break; @@ -2690,40 +2736,40 @@ public class KickCParser extends Parser { enterRule(_localctx, 50, RULE_globalDirective); int _la; try { - setState(424); + setState(427); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,37,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,38,_ctx) ) { case 1: _localctx = new GlobalDirectiveReserveContext(_localctx); enterOuterAlt(_localctx, 1); { { - setState(350); + setState(353); match(PRAGMA); - setState(351); + setState(354); match(RESERVE); } - setState(353); + setState(356); match(PAR_BEGIN); - setState(354); + setState(357); match(NUMBER); - setState(359); + setState(362); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(355); + setState(358); match(COMMA); - setState(356); + setState(359); match(NUMBER); } } - setState(361); + setState(364); _errHandler.sync(this); _la = _input.LA(1); } - setState(362); + setState(365); match(PAR_END); } break; @@ -2732,16 +2778,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 2); { { - setState(363); + setState(366); match(PRAGMA); - setState(364); + setState(367); match(PC); } - setState(366); + setState(369); match(PAR_BEGIN); - setState(367); + setState(370); match(NUMBER); - setState(368); + setState(371); match(PAR_END); } break; @@ -2750,16 +2796,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 3); { { - setState(369); + setState(372); match(PRAGMA); - setState(370); + setState(373); match(TARGET); } - setState(372); + setState(375); match(PAR_BEGIN); - setState(373); + setState(376); match(NAME); - setState(374); + setState(377); match(PAR_END); } break; @@ -2768,16 +2814,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 4); { { - setState(375); + setState(378); match(PRAGMA); - setState(376); + setState(379); match(CPU); } - setState(378); + setState(381); match(PAR_BEGIN); - setState(379); + setState(382); match(NAME); - setState(380); + setState(383); match(PAR_END); } break; @@ -2786,16 +2832,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 5); { { - setState(381); + setState(384); match(PRAGMA); - setState(382); + setState(385); match(LINK); } - setState(384); + setState(387); match(PAR_BEGIN); - setState(385); + setState(388); match(STRING); - setState(386); + setState(389); match(PAR_END); } break; @@ -2804,16 +2850,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 6); { { - setState(387); + setState(390); match(PRAGMA); - setState(388); + setState(391); match(CODESEG); } - setState(390); + setState(393); match(PAR_BEGIN); - setState(391); + setState(394); match(NAME); - setState(392); + setState(395); match(PAR_END); } break; @@ -2822,16 +2868,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 7); { { - setState(393); + setState(396); match(PRAGMA); - setState(394); + setState(397); match(DATASEG); } - setState(396); + setState(399); match(PAR_BEGIN); - setState(397); + setState(400); match(NAME); - setState(398); + setState(401); match(PAR_END); } break; @@ -2840,16 +2886,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 8); { { - setState(399); + setState(402); match(PRAGMA); - setState(400); + setState(403); match(ENCODING); } - setState(402); + setState(405); match(PAR_BEGIN); - setState(403); + setState(406); match(NAME); - setState(404); + setState(407); match(PAR_END); } break; @@ -2858,16 +2904,16 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 9); { { - setState(405); + setState(408); match(PRAGMA); - setState(406); + setState(409); match(CALLING); } - setState(408); + setState(411); match(PAR_BEGIN); - setState(409); + setState(412); match(CALLINGCONVENTION); - setState(410); + setState(413); match(PAR_END); } break; @@ -2876,32 +2922,32 @@ public class KickCParser extends Parser { enterOuterAlt(_localctx, 10); { { - setState(411); + setState(414); match(PRAGMA); - setState(412); + setState(415); match(VARMODEL); } - setState(414); + setState(417); match(PAR_BEGIN); - setState(415); + setState(418); match(NAME); - setState(420); + setState(423); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(416); + setState(419); match(COMMA); - setState(417); + setState(420); match(NAME); } } - setState(422); + setState(425); _errHandler.sync(this); _la = _input.LA(1); } - setState(423); + setState(426); match(PAR_END); } break; @@ -3229,14 +3275,14 @@ public class KickCParser extends Parser { enterRule(_localctx, 52, RULE_directive); int _la; try { - setState(468); + setState(471); _errHandler.sync(this); switch (_input.LA(1)) { case CONST: _localctx = new DirectiveConstContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(426); + setState(429); match(CONST); } break; @@ -3244,13 +3290,13 @@ public class KickCParser extends Parser { _localctx = new DirectiveAlignContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(427); - match(ALIGN); - setState(428); - match(PAR_BEGIN); - setState(429); - match(NUMBER); setState(430); + match(ALIGN); + setState(431); + match(PAR_BEGIN); + setState(432); + match(NUMBER); + setState(433); match(PAR_END); } break; @@ -3258,20 +3304,20 @@ public class KickCParser extends Parser { _localctx = new DirectiveRegisterContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(431); + setState(434); match(REGISTER); - setState(435); + setState(438); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,38,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,39,_ctx) ) { case 1: { - setState(432); + setState(435); match(PAR_BEGIN); { - setState(433); + setState(436); match(NAME); } - setState(434); + setState(437); match(PAR_END); } break; @@ -3282,7 +3328,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaZpContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(437); + setState(440); match(ADDRESS_ZEROPAGE); } break; @@ -3290,7 +3336,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaMainContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(438); + setState(441); match(ADDRESS_MAINMEM); } break; @@ -3298,15 +3344,15 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaAddressContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(439); + setState(442); match(ADDRESS); - setState(440); + setState(443); match(PAR_BEGIN); { - setState(441); + setState(444); match(NUMBER); } - setState(442); + setState(445); match(PAR_END); } break; @@ -3314,7 +3360,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveVolatileContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(443); + setState(446); match(VOLATILE); } break; @@ -3322,7 +3368,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveStaticContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(444); + setState(447); match(STATIC); } break; @@ -3330,7 +3376,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveFormSsaContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(445); + setState(448); match(FORM_SSA); } break; @@ -3338,7 +3384,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveFormMaContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(446); + setState(449); match(FORM_MA); } break; @@ -3346,7 +3392,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveExternContext(_localctx); enterOuterAlt(_localctx, 11); { - setState(447); + setState(450); match(EXTERN); } break; @@ -3354,7 +3400,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveExportContext(_localctx); enterOuterAlt(_localctx, 12); { - setState(448); + setState(451); match(EXPORT); } break; @@ -3362,7 +3408,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveInlineContext(_localctx); enterOuterAlt(_localctx, 13); { - setState(449); + setState(452); match(INLINE); } break; @@ -3370,18 +3416,18 @@ public class KickCParser extends Parser { _localctx = new DirectiveInterruptContext(_localctx); enterOuterAlt(_localctx, 14); { - setState(450); + setState(453); match(INTERRUPT); - setState(454); + setState(457); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,39,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,40,_ctx) ) { case 1: { - setState(451); + setState(454); match(PAR_BEGIN); - setState(452); + setState(455); match(NAME); - setState(453); + setState(456); match(PAR_END); } break; @@ -3392,29 +3438,29 @@ public class KickCParser extends Parser { _localctx = new DirectiveReserveZpContext(_localctx); enterOuterAlt(_localctx, 15); { - setState(456); + setState(459); match(RESERVE); - setState(457); + setState(460); match(PAR_BEGIN); - setState(458); + setState(461); match(NUMBER); - setState(463); + setState(466); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(459); + setState(462); match(COMMA); - setState(460); + setState(463); match(NUMBER); } } - setState(465); + setState(468); _errHandler.sync(this); _la = _input.LA(1); } - setState(466); + setState(469); match(PAR_END); } break; @@ -3422,7 +3468,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveCallingConventionContext(_localctx); enterOuterAlt(_localctx, 16); { - setState(467); + setState(470); match(CALLINGCONVENTION); } break; @@ -3474,20 +3520,20 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(471); + setState(474); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(470); + setState(473); stmt(); } } - setState(473); + setState(476); _errHandler.sync(this); _la = _input.LA(1); - } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0) ); + } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0) ); } } catch (RecognitionException re) { @@ -3831,16 +3877,16 @@ public class KickCParser extends Parser { enterRule(_localctx, 56, RULE_stmt); int _la; try { - setState(559); + setState(562); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,50,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,51,_ctx) ) { case 1: _localctx = new StmtDeclVarContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(475); + setState(478); declVariables(); - setState(476); + setState(479); match(SEMICOLON); } break; @@ -3848,19 +3894,19 @@ public class KickCParser extends Parser { _localctx = new StmtBlockContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(478); + setState(481); match(CURLY_BEGIN); - setState(480); + setState(483); _errHandler.sync(this); _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0)) { + if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0)) { { - setState(479); + setState(482); stmtSeq(); } } - setState(482); + setState(485); match(CURLY_END); } break; @@ -3868,9 +3914,9 @@ public class KickCParser extends Parser { _localctx = new StmtExprContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(483); + setState(486); commaExpr(0); - setState(484); + setState(487); match(SEMICOLON); } break; @@ -3878,24 +3924,24 @@ public class KickCParser extends Parser { _localctx = new StmtIfElseContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(486); - match(IF); - setState(487); - match(PAR_BEGIN); - setState(488); - commaExpr(0); setState(489); - match(PAR_END); + match(IF); setState(490); - stmt(); + match(PAR_BEGIN); + setState(491); + commaExpr(0); + setState(492); + match(PAR_END); setState(493); + stmt(); + setState(496); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,44,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,45,_ctx) ) { case 1: { - setState(491); + setState(494); match(ELSE); - setState(492); + setState(495); stmt(); } break; @@ -3906,29 +3952,29 @@ public class KickCParser extends Parser { _localctx = new StmtWhileContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(498); + setState(501); _errHandler.sync(this); _la = _input.LA(1); - while (((((_la - 41)) & ~0x3f) == 0 && ((1L << (_la - 41)) & ((1L << (RESERVE - 41)) | (1L << (CONST - 41)) | (1L << (EXTERN - 41)) | (1L << (EXPORT - 41)) | (1L << (ALIGN - 41)) | (1L << (INLINE - 41)) | (1L << (VOLATILE - 41)) | (1L << (STATIC - 41)) | (1L << (INTERRUPT - 41)) | (1L << (REGISTER - 41)) | (1L << (ADDRESS - 41)) | (1L << (ADDRESS_ZEROPAGE - 41)) | (1L << (ADDRESS_MAINMEM - 41)) | (1L << (FORM_SSA - 41)) | (1L << (FORM_MA - 41)) | (1L << (CALLINGCONVENTION - 41)))) != 0)) { + while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(495); + setState(498); directive(); } } - setState(500); + setState(503); _errHandler.sync(this); _la = _input.LA(1); } - setState(501); - match(WHILE); - setState(502); - match(PAR_BEGIN); - setState(503); - commaExpr(0); setState(504); - match(PAR_END); + match(WHILE); setState(505); + match(PAR_BEGIN); + setState(506); + commaExpr(0); + setState(507); + match(PAR_END); + setState(508); stmt(); } break; @@ -3936,33 +3982,33 @@ public class KickCParser extends Parser { _localctx = new StmtDoWhileContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(510); + setState(513); _errHandler.sync(this); _la = _input.LA(1); - while (((((_la - 41)) & ~0x3f) == 0 && ((1L << (_la - 41)) & ((1L << (RESERVE - 41)) | (1L << (CONST - 41)) | (1L << (EXTERN - 41)) | (1L << (EXPORT - 41)) | (1L << (ALIGN - 41)) | (1L << (INLINE - 41)) | (1L << (VOLATILE - 41)) | (1L << (STATIC - 41)) | (1L << (INTERRUPT - 41)) | (1L << (REGISTER - 41)) | (1L << (ADDRESS - 41)) | (1L << (ADDRESS_ZEROPAGE - 41)) | (1L << (ADDRESS_MAINMEM - 41)) | (1L << (FORM_SSA - 41)) | (1L << (FORM_MA - 41)) | (1L << (CALLINGCONVENTION - 41)))) != 0)) { + while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(507); + setState(510); directive(); } } - setState(512); + setState(515); _errHandler.sync(this); _la = _input.LA(1); } - setState(513); - match(DO); - setState(514); - stmt(); - setState(515); - match(WHILE); setState(516); - match(PAR_BEGIN); + match(DO); setState(517); - commaExpr(0); + stmt(); setState(518); - match(PAR_END); + match(WHILE); setState(519); + match(PAR_BEGIN); + setState(520); + commaExpr(0); + setState(521); + match(PAR_END); + setState(522); match(SEMICOLON); } break; @@ -3970,29 +4016,29 @@ public class KickCParser extends Parser { _localctx = new StmtForContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(524); + setState(527); _errHandler.sync(this); _la = _input.LA(1); - while (((((_la - 41)) & ~0x3f) == 0 && ((1L << (_la - 41)) & ((1L << (RESERVE - 41)) | (1L << (CONST - 41)) | (1L << (EXTERN - 41)) | (1L << (EXPORT - 41)) | (1L << (ALIGN - 41)) | (1L << (INLINE - 41)) | (1L << (VOLATILE - 41)) | (1L << (STATIC - 41)) | (1L << (INTERRUPT - 41)) | (1L << (REGISTER - 41)) | (1L << (ADDRESS - 41)) | (1L << (ADDRESS_ZEROPAGE - 41)) | (1L << (ADDRESS_MAINMEM - 41)) | (1L << (FORM_SSA - 41)) | (1L << (FORM_MA - 41)) | (1L << (CALLINGCONVENTION - 41)))) != 0)) { + while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(521); + setState(524); directive(); } } - setState(526); + setState(529); _errHandler.sync(this); _la = _input.LA(1); } - setState(527); - match(FOR); - setState(528); - match(PAR_BEGIN); - setState(529); - forLoop(); setState(530); - match(PAR_END); + match(FOR); setState(531); + match(PAR_BEGIN); + setState(532); + forLoop(); + setState(533); + match(PAR_END); + setState(534); stmt(); } break; @@ -4000,19 +4046,19 @@ public class KickCParser extends Parser { _localctx = new StmtSwitchContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(533); - match(SWITCH); - setState(534); - match(PAR_BEGIN); - setState(535); - commaExpr(0); setState(536); - match(PAR_END); + match(SWITCH); setState(537); - match(CURLY_BEGIN); + match(PAR_BEGIN); setState(538); - switchCases(); + commaExpr(0); setState(539); + match(PAR_END); + setState(540); + match(CURLY_BEGIN); + setState(541); + switchCases(); + setState(542); match(CURLY_END); } break; @@ -4020,19 +4066,19 @@ public class KickCParser extends Parser { _localctx = new StmtReturnContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(541); + setState(544); match(RETURN); - setState(543); + setState(546); _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 - 80)) & ~0x3f) == 0 && ((1L << (_la - 80)) & ((1L << (SIZEOF - 80)) | (1L << (TYPEID - 80)) | (1L << (DEFINED - 80)) | (1L << (LOGIC_NOT - 80)) | (1L << (BOOLEAN - 80)) | (1L << (STRING - 80)) | (1L << (CHAR - 80)) | (1L << (NUMBER - 80)) | (1L << (NAME - 80)))) != 0)) { + 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 - 78)) & ~0x3f) == 0 && ((1L << (_la - 78)) & ((1L << (SIZEOF - 78)) | (1L << (TYPEID - 78)) | (1L << (DEFINED - 78)) | (1L << (LOGIC_NOT - 78)) | (1L << (BOOLEAN - 78)) | (1L << (STRING - 78)) | (1L << (CHAR - 78)) | (1L << (NUMBER - 78)) | (1L << (NAME - 78)))) != 0)) { { - setState(542); + setState(545); commaExpr(0); } } - setState(545); + setState(548); match(SEMICOLON); } break; @@ -4040,9 +4086,9 @@ public class KickCParser extends Parser { _localctx = new StmtBreakContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(546); + setState(549); match(BREAK); - setState(547); + setState(550); match(SEMICOLON); } break; @@ -4050,9 +4096,9 @@ public class KickCParser extends Parser { _localctx = new StmtContinueContext(_localctx); enterOuterAlt(_localctx, 11); { - setState(548); + setState(551); match(CONTINUE); - setState(549); + setState(552); match(SEMICOLON); } break; @@ -4060,23 +4106,23 @@ public class KickCParser extends Parser { _localctx = new StmtAsmContext(_localctx); enterOuterAlt(_localctx, 12); { - setState(550); + setState(553); match(ASM); - setState(552); + setState(555); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(551); + setState(554); asmDirectives(); } } - setState(554); + setState(557); match(CURLY_BEGIN); - setState(555); + setState(558); asmLines(); - setState(556); + setState(559); match(ASM_CURLY_END); } break; @@ -4084,7 +4130,7 @@ public class KickCParser extends Parser { _localctx = new StmtDeclKasmContext(_localctx); enterOuterAlt(_localctx, 13); { - setState(558); + setState(561); declKasm(); } break; @@ -4139,35 +4185,35 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(562); + setState(565); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(561); + setState(564); switchCase(); } } - setState(564); + setState(567); _errHandler.sync(this); _la = _input.LA(1); } while ( _la==CASE ); - setState(571); + setState(574); _errHandler.sync(this); _la = _input.LA(1); if (_la==DEFAULT) { { - setState(566); - match(DEFAULT); - setState(567); - match(COLON); setState(569); + match(DEFAULT); + setState(570); + match(COLON); + setState(572); _errHandler.sync(this); _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0)) { + if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0)) { { - setState(568); + setState(571); stmtSeq(); } } @@ -4223,18 +4269,18 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(573); + setState(576); match(CASE); - setState(574); - expr(0); - setState(575); - match(COLON); setState(577); + expr(0); + setState(578); + match(COLON); + setState(580); _errHandler.sync(this); _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0)) { + if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (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) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (IF - 64)) | (1L << (WHILE - 64)) | (1L << (DO - 64)) | (1L << (FOR - 64)) | (1L << (SWITCH - 64)) | (1L << (RETURN - 64)) | (1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)))) != 0)) { { - setState(576); + setState(579); stmtSeq(); } } @@ -4332,27 +4378,27 @@ public class KickCParser extends Parser { enterRule(_localctx, 62, RULE_forLoop); int _la; try { - setState(601); + setState(604); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,58,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,59,_ctx) ) { case 1: _localctx = new ForClassicContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(579); - forClassicInit(); - setState(580); - match(SEMICOLON); - setState(581); - commaExpr(0); setState(582); + forClassicInit(); + setState(583); match(SEMICOLON); setState(584); + commaExpr(0); + setState(585); + match(SEMICOLON); + setState(587); _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 - 80)) & ~0x3f) == 0 && ((1L << (_la - 80)) & ((1L << (SIZEOF - 80)) | (1L << (TYPEID - 80)) | (1L << (DEFINED - 80)) | (1L << (LOGIC_NOT - 80)) | (1L << (BOOLEAN - 80)) | (1L << (STRING - 80)) | (1L << (CHAR - 80)) | (1L << (NUMBER - 80)) | (1L << (NAME - 80)))) != 0)) { + 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 - 78)) & ~0x3f) == 0 && ((1L << (_la - 78)) & ((1L << (SIZEOF - 78)) | (1L << (TYPEID - 78)) | (1L << (DEFINED - 78)) | (1L << (LOGIC_NOT - 78)) | (1L << (BOOLEAN - 78)) | (1L << (STRING - 78)) | (1L << (CHAR - 78)) | (1L << (NUMBER - 78)) | (1L << (NAME - 78)))) != 0)) { { - setState(583); + setState(586); commaExpr(0); } } @@ -4363,39 +4409,39 @@ public class KickCParser extends Parser { _localctx = new ForRangeContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(593); + setState(596); _errHandler.sync(this); _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0)) { + if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 76)) & ~0x3f) == 0 && ((1L << (_la - 76)) & ((1L << (STRUCT - 76)) | (1L << (ENUM - 76)) | (1L << (SIGNEDNESS - 76)) | (1L << (SIMPLETYPE - 76)))) != 0)) { { - setState(586); + setState(589); declType(); - setState(590); + setState(593); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(587); + setState(590); declPointer(); } } - setState(592); + setState(595); _errHandler.sync(this); _la = _input.LA(1); } } } - setState(595); - match(NAME); - setState(596); - match(COLON); - setState(597); - expr(0); setState(598); - match(RANGE); + match(NAME); setState(599); + match(COLON); + setState(600); + expr(0); + setState(601); + match(RANGE); + setState(602); expr(0); } break; @@ -4467,19 +4513,19 @@ public class KickCParser extends Parser { enterRule(_localctx, 64, RULE_forClassicInit); int _la; try { - setState(607); + setState(610); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,60,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,61,_ctx) ) { case 1: _localctx = new ForClassicInitDeclContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(604); + setState(607); _errHandler.sync(this); _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (CALLINGCONVENTION - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)))) != 0)) { + if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << RESERVE) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 76)) & ~0x3f) == 0 && ((1L << (_la - 76)) & ((1L << (STRUCT - 76)) | (1L << (ENUM - 76)) | (1L << (SIGNEDNESS - 76)) | (1L << (SIMPLETYPE - 76)))) != 0)) { { - setState(603); + setState(606); declVariables(); } } @@ -4490,7 +4536,7 @@ public class KickCParser extends Parser { _localctx = new ForClassicInitExprContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(606); + setState(609); commaExpr(0); } break; @@ -4581,13 +4627,13 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(610); + setState(613); expr(0); } _ctx.stop = _input.LT(-1); - setState(617); + setState(620); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,61,_ctx); + _alt = getInterpreter().adaptivePredict(_input,62,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); @@ -4596,18 +4642,18 @@ public class KickCParser extends Parser { { _localctx = new CommaSimpleContext(new CommaExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_commaExpr); - setState(612); + setState(615); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(613); + setState(616); match(COMMA); - setState(614); + setState(617); expr(0); } } } - setState(619); + setState(622); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,61,_ctx); + _alt = getInterpreter().adaptivePredict(_input,62,_ctx); } } } @@ -5169,20 +5215,20 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(682); + setState(685); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,68,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,69,_ctx) ) { case 1: { _localctx = new ExprParContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(621); + setState(624); match(PAR_BEGIN); - setState(622); + setState(625); commaExpr(0); - setState(623); + setState(626); match(PAR_END); } break; @@ -5191,27 +5237,27 @@ public class KickCParser extends Parser { _localctx = new ExprSizeOfContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(625); + setState(628); match(SIZEOF); - setState(626); - match(PAR_BEGIN); setState(629); + match(PAR_BEGIN); + setState(632); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,62,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,63,_ctx) ) { case 1: { - setState(627); + setState(630); expr(0); } break; case 2: { - setState(628); + setState(631); typeSpecifier(0); } break; } - setState(631); + setState(634); match(PAR_END); } break; @@ -5220,27 +5266,27 @@ public class KickCParser extends Parser { _localctx = new ExprTypeIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(633); + setState(636); match(TYPEID); - setState(634); - match(PAR_BEGIN); setState(637); + match(PAR_BEGIN); + setState(640); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,63,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,64,_ctx) ) { case 1: { - setState(635); + setState(638); expr(0); } break; case 2: { - setState(636); + setState(639); typeSpecifier(0); } break; } - setState(639); + setState(642); match(PAR_END); } break; @@ -5249,26 +5295,26 @@ public class KickCParser extends Parser { _localctx = new ExprDefinedContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(641); + setState(644); match(DEFINED); - setState(643); + setState(646); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(642); + setState(645); match(PAR_BEGIN); } } - setState(645); + setState(648); match(NAME); - setState(647); + setState(650); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,65,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,66,_ctx) ) { case 1: { - setState(646); + setState(649); match(PAR_END); } break; @@ -5280,13 +5326,13 @@ public class KickCParser extends Parser { _localctx = new ExprCastContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(649); - match(PAR_BEGIN); - setState(650); - typeSpecifier(0); - setState(651); - match(PAR_END); setState(652); + match(PAR_BEGIN); + setState(653); + typeSpecifier(0); + setState(654); + match(PAR_END); + setState(655); expr(24); } break; @@ -5295,7 +5341,7 @@ public class KickCParser extends Parser { _localctx = new ExprPreModContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(654); + setState(657); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5305,7 +5351,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(655); + setState(658); expr(23); } break; @@ -5314,9 +5360,9 @@ public class KickCParser extends Parser { _localctx = new ExprPtrContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(656); + setState(659); match(ASTERISK); - setState(657); + setState(660); expr(21); } break; @@ -5325,7 +5371,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(658); + setState(661); _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); @@ -5335,7 +5381,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(659); + setState(662); expr(20); } break; @@ -5344,7 +5390,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(660); + setState(663); _la = _input.LA(1); if ( !(_la==LESS_THAN || _la==GREATER_THAN) ) { _errHandler.recoverInline(this); @@ -5354,7 +5400,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(661); + setState(664); expr(16); } break; @@ -5363,27 +5409,27 @@ public class KickCParser extends Parser { _localctx = new InitListContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(662); + setState(665); match(CURLY_BEGIN); - setState(663); + setState(666); expr(0); - setState(668); + setState(671); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(664); + setState(667); match(COMMA); - setState(665); + setState(668); expr(0); } } - setState(670); + setState(673); _errHandler.sync(this); _la = _input.LA(1); } - setState(671); + setState(674); match(CURLY_END); } break; @@ -5392,7 +5438,7 @@ public class KickCParser extends Parser { _localctx = new ExprIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(673); + setState(676); match(NAME); } break; @@ -5401,7 +5447,7 @@ public class KickCParser extends Parser { _localctx = new ExprNumberContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(674); + setState(677); match(NUMBER); } break; @@ -5410,7 +5456,7 @@ public class KickCParser extends Parser { _localctx = new ExprStringContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(676); + setState(679); _errHandler.sync(this); _alt = 1; do { @@ -5418,7 +5464,7 @@ public class KickCParser extends Parser { case 1: { { - setState(675); + setState(678); match(STRING); } } @@ -5426,9 +5472,9 @@ public class KickCParser extends Parser { default: throw new NoViableAltException(this); } - setState(678); + setState(681); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,67,_ctx); + _alt = getInterpreter().adaptivePredict(_input,68,_ctx); } while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ); } break; @@ -5437,7 +5483,7 @@ public class KickCParser extends Parser { _localctx = new ExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(680); + setState(683); match(CHAR); } break; @@ -5446,30 +5492,30 @@ public class KickCParser extends Parser { _localctx = new ExprBoolContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(681); + setState(684); match(BOOLEAN); } break; } _ctx.stop = _input.LT(-1); - setState(744); + setState(747); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,71,_ctx); + _alt = getInterpreter().adaptivePredict(_input,72,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(742); + setState(745); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,70,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,71,_ctx) ) { case 1: { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(684); + setState(687); if (!(precpred(_ctx, 19))) throw new FailedPredicateException(this, "precpred(_ctx, 19)"); - setState(685); + setState(688); _la = _input.LA(1); if ( !(_la==SHIFT_LEFT || _la==SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -5479,7 +5525,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(686); + setState(689); expr(20); } break; @@ -5487,9 +5533,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(687); + setState(690); if (!(precpred(_ctx, 18))) throw new FailedPredicateException(this, "precpred(_ctx, 18)"); - setState(688); + setState(691); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ASTERISK) | (1L << DIVIDE) | (1L << MODULO))) != 0)) ) { _errHandler.recoverInline(this); @@ -5499,7 +5545,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(689); + setState(692); expr(19); } break; @@ -5507,9 +5553,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(690); + setState(693); if (!(precpred(_ctx, 17))) throw new FailedPredicateException(this, "precpred(_ctx, 17)"); - setState(691); + setState(694); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { _errHandler.recoverInline(this); @@ -5519,7 +5565,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(692); + setState(695); expr(18); } break; @@ -5527,9 +5573,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(693); + setState(696); if (!(precpred(_ctx, 15))) throw new FailedPredicateException(this, "precpred(_ctx, 15)"); - setState(694); + setState(697); _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); @@ -5539,7 +5585,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(695); + setState(698); expr(16); } break; @@ -5547,13 +5593,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(696); + setState(699); if (!(precpred(_ctx, 14))) throw new FailedPredicateException(this, "precpred(_ctx, 14)"); { - setState(697); + setState(700); match(AND); } - setState(698); + setState(701); expr(15); } break; @@ -5561,13 +5607,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(699); + setState(702); if (!(precpred(_ctx, 13))) throw new FailedPredicateException(this, "precpred(_ctx, 13)"); { - setState(700); + setState(703); match(BIT_XOR); } - setState(701); + setState(704); expr(14); } break; @@ -5575,13 +5621,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(702); + setState(705); if (!(precpred(_ctx, 12))) throw new FailedPredicateException(this, "precpred(_ctx, 12)"); { - setState(703); + setState(706); match(BIT_OR); } - setState(704); + setState(707); expr(13); } break; @@ -5589,13 +5635,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(705); + setState(708); if (!(precpred(_ctx, 11))) throw new FailedPredicateException(this, "precpred(_ctx, 11)"); { - setState(706); + setState(709); match(LOGIC_AND); } - setState(707); + setState(710); expr(12); } break; @@ -5603,13 +5649,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(708); + setState(711); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(709); + setState(712); match(LOGIC_OR); } - setState(710); + setState(713); expr(11); } break; @@ -5617,15 +5663,15 @@ public class KickCParser extends Parser { { _localctx = new ExprTernaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(711); - if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(712); - match(CONDITION); - setState(713); - expr(0); setState(714); - match(COLON); + if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); setState(715); + match(CONDITION); + setState(716); + expr(0); + setState(717); + match(COLON); + setState(718); expr(10); } break; @@ -5633,11 +5679,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(717); + setState(720); if (!(precpred(_ctx, 8))) throw new FailedPredicateException(this, "precpred(_ctx, 8)"); - setState(718); + setState(721); match(ASSIGN); - setState(719); + setState(722); expr(8); } break; @@ -5645,11 +5691,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentCompoundContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(720); + setState(723); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(721); + setState(724); match(ASSIGN_COMPOUND); - setState(722); + setState(725); expr(7); } break; @@ -5657,11 +5703,11 @@ public class KickCParser extends Parser { { _localctx = new ExprDotContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(723); + setState(726); if (!(precpred(_ctx, 31))) throw new FailedPredicateException(this, "precpred(_ctx, 31)"); - setState(724); + setState(727); match(DOT); - setState(725); + setState(728); match(NAME); } break; @@ -5669,11 +5715,11 @@ public class KickCParser extends Parser { { _localctx = new ExprArrowContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(726); + setState(729); if (!(precpred(_ctx, 30))) throw new FailedPredicateException(this, "precpred(_ctx, 30)"); - setState(727); + setState(730); match(ARROW); - setState(728); + setState(731); match(NAME); } break; @@ -5681,21 +5727,21 @@ public class KickCParser extends Parser { { _localctx = new ExprCallContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(729); - if (!(precpred(_ctx, 29))) throw new FailedPredicateException(this, "precpred(_ctx, 29)"); - setState(730); - match(PAR_BEGIN); setState(732); + if (!(precpred(_ctx, 29))) throw new FailedPredicateException(this, "precpred(_ctx, 29)"); + setState(733); + match(PAR_BEGIN); + setState(735); _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 - 80)) & ~0x3f) == 0 && ((1L << (_la - 80)) & ((1L << (SIZEOF - 80)) | (1L << (TYPEID - 80)) | (1L << (DEFINED - 80)) | (1L << (LOGIC_NOT - 80)) | (1L << (BOOLEAN - 80)) | (1L << (STRING - 80)) | (1L << (CHAR - 80)) | (1L << (NUMBER - 80)) | (1L << (NAME - 80)))) != 0)) { + 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 - 78)) & ~0x3f) == 0 && ((1L << (_la - 78)) & ((1L << (SIZEOF - 78)) | (1L << (TYPEID - 78)) | (1L << (DEFINED - 78)) | (1L << (LOGIC_NOT - 78)) | (1L << (BOOLEAN - 78)) | (1L << (STRING - 78)) | (1L << (CHAR - 78)) | (1L << (NUMBER - 78)) | (1L << (NAME - 78)))) != 0)) { { - setState(731); + setState(734); parameterList(); } } - setState(734); + setState(737); match(PAR_END); } break; @@ -5703,13 +5749,13 @@ public class KickCParser extends Parser { { _localctx = new ExprArrayContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(735); - if (!(precpred(_ctx, 25))) throw new FailedPredicateException(this, "precpred(_ctx, 25)"); - setState(736); - match(BRACKET_BEGIN); - setState(737); - commaExpr(0); setState(738); + if (!(precpred(_ctx, 25))) throw new FailedPredicateException(this, "precpred(_ctx, 25)"); + setState(739); + match(BRACKET_BEGIN); + setState(740); + commaExpr(0); + setState(741); match(BRACKET_END); } break; @@ -5717,9 +5763,9 @@ public class KickCParser extends Parser { { _localctx = new ExprPostModContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(740); + setState(743); if (!(precpred(_ctx, 22))) throw new FailedPredicateException(this, "precpred(_ctx, 22)"); - setState(741); + setState(744); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5734,9 +5780,9 @@ public class KickCParser extends Parser { } } } - setState(746); + setState(749); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,71,_ctx); + _alt = getInterpreter().adaptivePredict(_input,72,_ctx); } } } @@ -5788,21 +5834,21 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(747); + setState(750); expr(0); - setState(752); + setState(755); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(748); + setState(751); match(COMMA); - setState(749); + setState(752); expr(0); } } - setState(754); + setState(757); _errHandler.sync(this); _la = _input.LA(1); } @@ -5851,19 +5897,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(755); + setState(758); match(KICKASM); - setState(757); + setState(760); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(756); + setState(759); asmDirectives(); } } - setState(759); + setState(762); match(KICKASM_BODY); } } @@ -5917,27 +5963,27 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(761); + setState(764); match(PAR_BEGIN); - setState(762); + setState(765); asmDirective(); - setState(767); + setState(770); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(763); + setState(766); match(COMMA); - setState(764); + setState(767); asmDirective(); } } - setState(769); + setState(772); _errHandler.sync(this); _la = _input.LA(1); } - setState(770); + setState(773); match(PAR_END); } } @@ -6083,16 +6129,16 @@ public class KickCParser extends Parser { AsmDirectiveContext _localctx = new AsmDirectiveContext(_ctx, getState()); enterRule(_localctx, 76, RULE_asmDirective); try { - setState(787); + setState(790); _errHandler.sync(this); switch (_input.LA(1)) { case RESOURCE: _localctx = new AsmDirectiveResourceContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(772); + setState(775); match(RESOURCE); - setState(773); + setState(776); match(STRING); } break; @@ -6100,9 +6146,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveUsesContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(774); + setState(777); match(USES); - setState(775); + setState(778); match(NAME); } break; @@ -6110,9 +6156,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveClobberContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(776); + setState(779); match(CLOBBERS); - setState(777); + setState(780); match(STRING); } break; @@ -6120,9 +6166,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveBytesContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(778); + setState(781); match(BYTES); - setState(779); + setState(782); expr(0); } break; @@ -6130,9 +6176,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveCyclesContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(780); + setState(783); match(CYCLES); - setState(781); + setState(784); expr(0); } break; @@ -6140,14 +6186,14 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveAddressContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(782); - match(PC); setState(785); + match(PC); + setState(788); _errHandler.sync(this); switch (_input.LA(1)) { case INLINE: { - setState(783); + setState(786); match(INLINE); } break; @@ -6172,7 +6218,7 @@ public class KickCParser extends Parser { case NUMBER: case NAME: { - setState(784); + setState(787); expr(0); } break; @@ -6229,17 +6275,17 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(792); + setState(795); _errHandler.sync(this); _la = _input.LA(1); - while (((((_la - 118)) & ~0x3f) == 0 && ((1L << (_la - 118)) & ((1L << (ASM_BYTE - 118)) | (1L << (ASM_MNEMONIC - 118)) | (1L << (ASM_MULTI_NAME - 118)) | (1L << (ASM_NAME - 118)))) != 0)) { + while (((((_la - 119)) & ~0x3f) == 0 && ((1L << (_la - 119)) & ((1L << (ASM_BYTE - 119)) | (1L << (ASM_MNEMONIC - 119)) | (1L << (ASM_MULTI_NAME - 119)) | (1L << (ASM_NAME - 119)))) != 0)) { { { - setState(789); + setState(792); asmLine(); } } - setState(794); + setState(797); _errHandler.sync(this); _la = _input.LA(1); } @@ -6289,28 +6335,28 @@ public class KickCParser extends Parser { AsmLineContext _localctx = new AsmLineContext(_ctx, getState()); enterRule(_localctx, 80, RULE_asmLine); try { - setState(798); + setState(801); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_MULTI_NAME: case ASM_NAME: enterOuterAlt(_localctx, 1); { - setState(795); + setState(798); asmLabel(); } break; case ASM_MNEMONIC: enterOuterAlt(_localctx, 2); { - setState(796); + setState(799); asmInstruction(); } break; case ASM_BYTE: enterOuterAlt(_localctx, 3); { - setState(797); + setState(800); asmBytes(); } break; @@ -6381,16 +6427,16 @@ public class KickCParser extends Parser { AsmLabelContext _localctx = new AsmLabelContext(_ctx, getState()); enterRule(_localctx, 82, RULE_asmLabel); try { - setState(804); + setState(807); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_NAME: _localctx = new AsmLabelNameContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(800); + setState(803); match(ASM_NAME); - setState(801); + setState(804); match(ASM_COLON); } break; @@ -6398,9 +6444,9 @@ public class KickCParser extends Parser { _localctx = new AsmLabelMultiContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(802); + setState(805); match(ASM_MULTI_NAME); - setState(803); + setState(806); match(ASM_COLON); } break; @@ -6449,14 +6495,14 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(806); + setState(809); match(ASM_MNEMONIC); - setState(808); + setState(811); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,80,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,81,_ctx) ) { case 1: { - setState(807); + setState(810); asmParamMode(); } break; @@ -6512,23 +6558,23 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(810); + setState(813); match(ASM_BYTE); - setState(811); + setState(814); asmExpr(0); - setState(816); + setState(819); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_COMMA) { { { - setState(812); + setState(815); match(ASM_COMMA); - setState(813); + setState(816); asmExpr(0); } } - setState(818); + setState(821); _errHandler.sync(this); _la = _input.LA(1); } @@ -6688,14 +6734,14 @@ public class KickCParser extends Parser { AsmParamModeContext _localctx = new AsmParamModeContext(_ctx, getState()); enterRule(_localctx, 88, RULE_asmParamMode); try { - setState(842); + setState(845); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,82,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,83,_ctx) ) { case 1: _localctx = new AsmModeAbsContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(819); + setState(822); asmExpr(0); } break; @@ -6703,9 +6749,9 @@ public class KickCParser extends Parser { _localctx = new AsmModeImmContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(820); + setState(823); match(ASM_IMM); - setState(821); + setState(824); asmExpr(0); } break; @@ -6713,11 +6759,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeAbsXYContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(822); + setState(825); asmExpr(0); - setState(823); + setState(826); match(ASM_COMMA); - setState(824); + setState(827); match(ASM_NAME); } break; @@ -6725,15 +6771,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndIdxXYContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(826); - match(ASM_PAR_BEGIN); - setState(827); - asmExpr(0); - setState(828); - match(ASM_PAR_END); setState(829); - match(ASM_COMMA); + match(ASM_PAR_BEGIN); setState(830); + asmExpr(0); + setState(831); + match(ASM_PAR_END); + setState(832); + match(ASM_COMMA); + setState(833); match(ASM_NAME); } break; @@ -6741,15 +6787,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIdxIndXYContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(832); - match(ASM_PAR_BEGIN); - setState(833); - asmExpr(0); - setState(834); - match(ASM_COMMA); setState(835); - match(ASM_NAME); + match(ASM_PAR_BEGIN); setState(836); + asmExpr(0); + setState(837); + match(ASM_COMMA); + setState(838); + match(ASM_NAME); + setState(839); match(ASM_PAR_END); } break; @@ -6757,11 +6803,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(838); + setState(841); match(ASM_PAR_BEGIN); - setState(839); + setState(842); asmExpr(0); - setState(840); + setState(843); match(ASM_PAR_END); } break; @@ -6966,7 +7012,7 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(858); + setState(861); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_BRACKET_BEGIN: @@ -6975,11 +7021,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(845); + setState(848); match(ASM_BRACKET_BEGIN); - setState(846); + setState(849); asmExpr(0); - setState(847); + setState(850); match(ASM_BRACKET_END); } break; @@ -6991,9 +7037,9 @@ public class KickCParser extends Parser { _localctx = new AsmExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(849); + setState(852); _la = _input.LA(1); - if ( !(((((_la - 130)) & ~0x3f) == 0 && ((1L << (_la - 130)) & ((1L << (ASM_PLUS - 130)) | (1L << (ASM_MINUS - 130)) | (1L << (ASM_LESS_THAN - 130)) | (1L << (ASM_GREATER_THAN - 130)))) != 0)) ) { + if ( !(((((_la - 131)) & ~0x3f) == 0 && ((1L << (_la - 131)) & ((1L << (ASM_PLUS - 131)) | (1L << (ASM_MINUS - 131)) | (1L << (ASM_LESS_THAN - 131)) | (1L << (ASM_GREATER_THAN - 131)))) != 0)) ) { _errHandler.recoverInline(this); } else { @@ -7001,7 +7047,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(850); + setState(853); asmExpr(8); } break; @@ -7010,7 +7056,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(851); + setState(854); match(ASM_NAME); } break; @@ -7019,7 +7065,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelRelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(852); + setState(855); match(ASM_MULTI_REL); } break; @@ -7028,11 +7074,11 @@ public class KickCParser extends Parser { _localctx = new AsmExprReplaceContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(853); + setState(856); match(ASM_CURLY_BEGIN); - setState(854); + setState(857); match(ASM_NAME); - setState(855); + setState(858); match(ASM_CURLY_END); } break; @@ -7041,7 +7087,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprIntContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(856); + setState(859); match(ASM_NUMBER); } break; @@ -7050,7 +7096,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(857); + setState(860); match(ASM_CHAR); } break; @@ -7058,28 +7104,28 @@ public class KickCParser extends Parser { throw new NoViableAltException(this); } _ctx.stop = _input.LT(-1); - setState(874); + setState(877); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,85,_ctx); + _alt = getInterpreter().adaptivePredict(_input,86,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(872); + setState(875); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,84,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,85,_ctx) ) { case 1: { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(860); + setState(863); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(861); + setState(864); match(ASM_DOT); } - setState(862); + setState(865); asmExpr(11); } break; @@ -7087,9 +7133,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(863); + setState(866); if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(864); + setState(867); _la = _input.LA(1); if ( !(_la==ASM_SHIFT_LEFT || _la==ASM_SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -7099,7 +7145,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(865); + setState(868); asmExpr(10); } break; @@ -7107,9 +7153,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(866); + setState(869); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(867); + setState(870); _la = _input.LA(1); if ( !(_la==ASM_MULTIPLY || _la==ASM_DIVIDE) ) { _errHandler.recoverInline(this); @@ -7119,7 +7165,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(868); + setState(871); asmExpr(8); } break; @@ -7127,9 +7173,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(869); + setState(872); if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); - setState(870); + setState(873); _la = _input.LA(1); if ( !(_la==ASM_PLUS || _la==ASM_MINUS) ) { _errHandler.recoverInline(this); @@ -7139,16 +7185,16 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(871); + setState(874); asmExpr(7); } break; } } } - setState(876); + setState(879); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,85,_ctx); + _alt = getInterpreter().adaptivePredict(_input,86,_ctx); } } } @@ -7275,352 +7321,354 @@ public class KickCParser extends Parser { } public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009b\u0370\4\2\t"+ + "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009c\u0373\4\2\t"+ "\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13"+ "\t\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ "\4\32\t\32\4\33\t\33\4\34\t\34\4\35\t\35\4\36\t\36\4\37\t\37\4 \t \4!"+ "\t!\4\"\t\"\4#\t#\4$\t$\4%\t%\4&\t&\4\'\t\'\4(\t(\4)\t)\4*\t*\4+\t+\4"+ ",\t,\4-\t-\4.\t.\4/\t/\3\2\3\2\3\2\3\3\3\3\3\3\3\4\7\4f\n\4\f\4\16\4i"+ - "\13\4\3\5\3\5\5\5m\n\5\3\6\3\6\3\6\3\7\3\7\3\7\3\7\3\7\3\7\3\7\3\7\3\7"+ - "\3\7\3\7\3\7\3\7\3\7\3\7\5\7\u0081\n\7\3\b\3\b\3\b\3\t\3\t\7\t\u0088\n"+ - "\t\f\t\16\t\u008b\13\t\3\t\3\t\3\t\3\t\3\t\7\t\u0092\n\t\f\t\16\t\u0095"+ - "\13\t\3\t\7\t\u0098\n\t\f\t\16\t\u009b\13\t\3\n\3\n\3\n\7\n\u00a0\n\n"+ - "\f\n\16\n\u00a3\13\n\3\n\3\n\7\n\u00a7\n\n\f\n\16\n\u00aa\13\n\3\n\3\n"+ - "\3\13\3\13\7\13\u00b0\n\13\f\13\16\13\u00b3\13\13\3\13\3\13\5\13\u00b7"+ - "\n\13\3\13\3\13\7\13\u00bb\n\13\f\13\16\13\u00be\13\13\3\13\3\13\5\13"+ - "\u00c2\n\13\3\f\7\f\u00c5\n\f\f\f\16\f\u00c8\13\f\3\f\3\f\7\f\u00cc\n"+ - "\f\f\f\16\f\u00cf\13\f\3\r\3\r\7\r\u00d3\n\r\f\r\16\r\u00d6\13\r\3\16"+ - "\3\16\5\16\u00da\n\16\3\16\3\16\3\17\3\17\3\17\3\17\3\17\3\17\3\17\3\17"+ - "\5\17\u00e6\n\17\3\17\7\17\u00e9\n\17\f\17\16\17\u00ec\13\17\3\20\3\20"+ - "\3\20\3\20\3\20\3\20\3\20\3\20\5\20\u00f6\n\20\3\20\3\20\3\20\3\20\3\20"+ - "\5\20\u00fd\n\20\3\20\3\20\3\20\5\20\u0102\n\20\3\20\3\20\3\20\3\20\7"+ - "\20\u0108\n\20\f\20\16\20\u010b\13\20\3\21\3\21\3\21\3\22\3\22\5\22\u0112"+ - "\n\22\3\22\3\22\6\22\u0116\n\22\r\22\16\22\u0117\3\22\3\22\3\23\3\23\3"+ - "\23\3\24\3\24\3\24\3\25\3\25\5\25\u0124\n\25\3\25\3\25\3\25\3\25\3\26"+ - "\3\26\3\26\3\26\3\26\3\26\7\26\u0130\n\26\f\26\16\26\u0133\13\26\3\27"+ - "\3\27\3\27\5\27\u0138\n\27\3\30\3\30\7\30\u013c\n\30\f\30\16\30\u013f"+ - "\13\30\3\30\3\30\3\30\5\30\u0144\n\30\3\30\3\30\3\30\5\30\u0149\n\30\3"+ - "\30\3\30\3\31\3\31\3\31\7\31\u0150\n\31\f\31\16\31\u0153\13\31\3\32\3"+ - "\32\7\32\u0157\n\32\f\32\16\32\u015a\13\32\3\32\3\32\3\32\5\32\u015f\n"+ - "\32\3\33\3\33\3\33\3\33\3\33\3\33\3\33\7\33\u0168\n\33\f\33\16\33\u016b"+ - "\13\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33"+ + "\13\4\3\5\3\5\5\5m\n\5\3\6\3\6\3\6\3\6\5\6s\n\6\3\7\3\7\3\7\3\7\3\7\3"+ + "\7\3\7\3\7\3\7\3\7\3\7\3\7\3\7\3\7\3\7\5\7\u0084\n\7\3\b\3\b\3\b\3\t\3"+ + "\t\7\t\u008b\n\t\f\t\16\t\u008e\13\t\3\t\3\t\3\t\3\t\3\t\7\t\u0095\n\t"+ + "\f\t\16\t\u0098\13\t\3\t\7\t\u009b\n\t\f\t\16\t\u009e\13\t\3\n\3\n\3\n"+ + "\7\n\u00a3\n\n\f\n\16\n\u00a6\13\n\3\n\3\n\7\n\u00aa\n\n\f\n\16\n\u00ad"+ + "\13\n\3\n\3\n\3\13\3\13\7\13\u00b3\n\13\f\13\16\13\u00b6\13\13\3\13\3"+ + "\13\5\13\u00ba\n\13\3\13\3\13\7\13\u00be\n\13\f\13\16\13\u00c1\13\13\3"+ + "\13\3\13\5\13\u00c5\n\13\3\f\7\f\u00c8\n\f\f\f\16\f\u00cb\13\f\3\f\3\f"+ + "\7\f\u00cf\n\f\f\f\16\f\u00d2\13\f\3\r\3\r\7\r\u00d6\n\r\f\r\16\r\u00d9"+ + "\13\r\3\16\3\16\5\16\u00dd\n\16\3\16\3\16\3\17\3\17\3\17\3\17\3\17\3\17"+ + "\3\17\3\17\5\17\u00e9\n\17\3\17\7\17\u00ec\n\17\f\17\16\17\u00ef\13\17"+ + "\3\20\3\20\3\20\3\20\3\20\3\20\3\20\3\20\5\20\u00f9\n\20\3\20\3\20\3\20"+ + "\3\20\3\20\5\20\u0100\n\20\3\20\3\20\3\20\5\20\u0105\n\20\3\20\3\20\3"+ + "\20\3\20\7\20\u010b\n\20\f\20\16\20\u010e\13\20\3\21\3\21\3\21\3\22\3"+ + "\22\5\22\u0115\n\22\3\22\3\22\6\22\u0119\n\22\r\22\16\22\u011a\3\22\3"+ + "\22\3\23\3\23\3\23\3\24\3\24\3\24\3\25\3\25\5\25\u0127\n\25\3\25\3\25"+ + "\3\25\3\25\3\26\3\26\3\26\3\26\3\26\3\26\7\26\u0133\n\26\f\26\16\26\u0136"+ + "\13\26\3\27\3\27\3\27\5\27\u013b\n\27\3\30\3\30\7\30\u013f\n\30\f\30\16"+ + "\30\u0142\13\30\3\30\3\30\3\30\5\30\u0147\n\30\3\30\3\30\3\30\5\30\u014c"+ + "\n\30\3\30\3\30\3\31\3\31\3\31\7\31\u0153\n\31\f\31\16\31\u0156\13\31"+ + "\3\32\3\32\7\32\u015a\n\32\f\32\16\32\u015d\13\32\3\32\3\32\3\32\5\32"+ + "\u0162\n\32\3\33\3\33\3\33\3\33\3\33\3\33\3\33\7\33\u016b\n\33\f\33\16"+ + "\33\u016e\13\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33"+ "\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33"+ "\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33"+ "\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33"+ - "\3\33\7\33\u01a5\n\33\f\33\16\33\u01a8\13\33\3\33\5\33\u01ab\n\33\3\34"+ - "\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\5\34\u01b6\n\34\3\34\3\34\3\34"+ + "\3\33\3\33\3\33\7\33\u01a8\n\33\f\33\16\33\u01ab\13\33\3\33\5\33\u01ae"+ + "\n\33\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\5\34\u01b9\n\34\3\34"+ "\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34"+ - "\5\34\u01c9\n\34\3\34\3\34\3\34\3\34\3\34\7\34\u01d0\n\34\f\34\16\34\u01d3"+ - "\13\34\3\34\3\34\5\34\u01d7\n\34\3\35\6\35\u01da\n\35\r\35\16\35\u01db"+ - "\3\36\3\36\3\36\3\36\3\36\5\36\u01e3\n\36\3\36\3\36\3\36\3\36\3\36\3\36"+ - "\3\36\3\36\3\36\3\36\3\36\5\36\u01f0\n\36\3\36\7\36\u01f3\n\36\f\36\16"+ - "\36\u01f6\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u01ff\n\36\f\36"+ - "\16\36\u0202\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u020d"+ - "\n\36\f\36\16\36\u0210\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3"+ - "\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36\u0222\n\36\3\36\3\36\3\36"+ - "\3\36\3\36\3\36\3\36\5\36\u022b\n\36\3\36\3\36\3\36\3\36\3\36\5\36\u0232"+ - "\n\36\3\37\6\37\u0235\n\37\r\37\16\37\u0236\3\37\3\37\3\37\5\37\u023c"+ - "\n\37\5\37\u023e\n\37\3 \3 \3 \3 \5 \u0244\n \3!\3!\3!\3!\3!\5!\u024b"+ - "\n!\3!\3!\7!\u024f\n!\f!\16!\u0252\13!\5!\u0254\n!\3!\3!\3!\3!\3!\3!\5"+ - "!\u025c\n!\3\"\5\"\u025f\n\"\3\"\5\"\u0262\n\"\3#\3#\3#\3#\3#\3#\7#\u026a"+ - "\n#\f#\16#\u026d\13#\3$\3$\3$\3$\3$\3$\3$\3$\3$\5$\u0278\n$\3$\3$\3$\3"+ - "$\3$\3$\5$\u0280\n$\3$\3$\3$\3$\5$\u0286\n$\3$\3$\5$\u028a\n$\3$\3$\3"+ - "$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\7$\u029d\n$\f$\16$\u02a0\13"+ - "$\3$\3$\3$\3$\3$\6$\u02a7\n$\r$\16$\u02a8\3$\3$\5$\u02ad\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$\u02df"+ - "\n$\3$\3$\3$\3$\3$\3$\3$\3$\7$\u02e9\n$\f$\16$\u02ec\13$\3%\3%\3%\7%\u02f1"+ - "\n%\f%\16%\u02f4\13%\3&\3&\5&\u02f8\n&\3&\3&\3\'\3\'\3\'\3\'\7\'\u0300"+ - "\n\'\f\'\16\'\u0303\13\'\3\'\3\'\3(\3(\3(\3(\3(\3(\3(\3(\3(\3(\3(\3(\3"+ - "(\5(\u0314\n(\5(\u0316\n(\3)\7)\u0319\n)\f)\16)\u031c\13)\3*\3*\3*\5*"+ - "\u0321\n*\3+\3+\3+\3+\5+\u0327\n+\3,\3,\5,\u032b\n,\3-\3-\3-\3-\7-\u0331"+ - "\n-\f-\16-\u0334\13-\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3"+ - ".\3.\3.\3.\3.\3.\3.\5.\u034d\n.\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3"+ - "/\3/\5/\u035d\n/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\7/\u036b\n/\f/\16"+ - "/\u036e\13/\3/\2\t\20\34\36*DF\\\60\2\4\6\b\n\f\16\20\22\24\26\30\32\34"+ - "\36 \"$&(*,.\60\62\64\668:<>@BDFHJLNPRTVXZ\\\2\r\3\2\26\27\5\2\21\22\30"+ - "\31[[\4\2 ##\3\2\34\35\3\2\23\25\3\2\21\22\3\2\36#\3\2\u0084\u0087\3"+ - "\2\u0082\u0083\3\2\u0088\u0089\3\2\u0084\u0085\2\u03ef\2^\3\2\2\2\4a\3"+ - "\2\2\2\6g\3\2\2\2\bl\3\2\2\2\nn\3\2\2\2\f\u0080\3\2\2\2\16\u0082\3\2\2"+ - "\2\20\u0085\3\2\2\2\22\u009c\3\2\2\2\24\u00c1\3\2\2\2\26\u00c6\3\2\2\2"+ - "\30\u00d0\3\2\2\2\32\u00d7\3\2\2\2\34\u00dd\3\2\2\2\36\u00fc\3\2\2\2 "+ - "\u010c\3\2\2\2\"\u010f\3\2\2\2$\u011b\3\2\2\2&\u011e\3\2\2\2(\u0121\3"+ - "\2\2\2*\u0129\3\2\2\2,\u0134\3\2\2\2.\u0139\3\2\2\2\60\u014c\3\2\2\2\62"+ - "\u015e\3\2\2\2\64\u01aa\3\2\2\2\66\u01d6\3\2\2\28\u01d9\3\2\2\2:\u0231"+ - "\3\2\2\2<\u0234\3\2\2\2>\u023f\3\2\2\2@\u025b\3\2\2\2B\u0261\3\2\2\2D"+ - "\u0263\3\2\2\2F\u02ac\3\2\2\2H\u02ed\3\2\2\2J\u02f5\3\2\2\2L\u02fb\3\2"+ - "\2\2N\u0315\3\2\2\2P\u031a\3\2\2\2R\u0320\3\2\2\2T\u0326\3\2\2\2V\u0328"+ - "\3\2\2\2X\u032c\3\2\2\2Z\u034c\3\2\2\2\\\u035c\3\2\2\2^_\5\6\4\2_`\7\2"+ - "\2\3`\3\3\2\2\2ab\5P)\2bc\7\2\2\3c\5\3\2\2\2df\5\b\5\2ed\3\2\2\2fi\3\2"+ - "\2\2ge\3\2\2\2gh\3\2\2\2h\7\3\2\2\2ig\3\2\2\2jm\5\f\7\2km\5\n\6\2lj\3"+ - "\2\2\2lk\3\2\2\2m\t\3\2\2\2no\7(\2\2op\7`\2\2p\13\3\2\2\2qr\5\16\b\2r"+ - "s\7\n\2\2s\u0081\3\2\2\2tu\5\"\22\2uv\7\n\2\2v\u0081\3\2\2\2wx\5(\25\2"+ - "xy\7\n\2\2y\u0081\3\2\2\2z\u0081\5.\30\2{\u0081\5J&\2|\u0081\5\64\33\2"+ - "}~\5\22\n\2~\177\7\n\2\2\177\u0081\3\2\2\2\u0080q\3\2\2\2\u0080t\3\2\2"+ - "\2\u0080w\3\2\2\2\u0080z\3\2\2\2\u0080{\3\2\2\2\u0080|\3\2\2\2\u0080}"+ - "\3\2\2\2\u0081\r\3\2\2\2\u0082\u0083\5\26\f\2\u0083\u0084\5\20\t\2\u0084"+ - "\17\3\2\2\2\u0085\u0089\b\t\1\2\u0086\u0088\5\30\r\2\u0087\u0086\3\2\2"+ - "\2\u0088\u008b\3\2\2\2\u0089\u0087\3\2\2\2\u0089\u008a\3\2\2\2\u008a\u008c"+ - "\3\2\2\2\u008b\u0089\3\2\2\2\u008c\u008d\5\24\13\2\u008d\u0099\3\2\2\2"+ - "\u008e\u008f\f\3\2\2\u008f\u0093\7\f\2\2\u0090\u0092\5\30\r\2\u0091\u0090"+ - "\3\2\2\2\u0092\u0095\3\2\2\2\u0093\u0091\3\2\2\2\u0093\u0094\3\2\2\2\u0094"+ - "\u0096\3\2\2\2\u0095\u0093\3\2\2\2\u0096\u0098\5\24\13\2\u0097\u008e\3"+ - "\2\2\2\u0098\u009b\3\2\2\2\u0099\u0097\3\2\2\2\u0099\u009a\3\2\2\2\u009a"+ - "\21\3\2\2\2\u009b\u0099\3\2\2\2\u009c\u009d\7)\2\2\u009d\u00a1\5\26\f"+ - "\2\u009e\u00a0\5\30\r\2\u009f\u009e\3\2\2\2\u00a0\u00a3\3\2\2\2\u00a1"+ - "\u009f\3\2\2\2\u00a1\u00a2\3\2\2\2\u00a2\u00a4\3\2\2\2\u00a3\u00a1\3\2"+ - "\2\2\u00a4\u00a8\7t\2\2\u00a5\u00a7\5\32\16\2\u00a6\u00a5\3\2\2\2\u00a7"+ - "\u00aa\3\2\2\2\u00a8\u00a6\3\2\2\2\u00a8\u00a9\3\2\2\2\u00a9\u00ab\3\2"+ - "\2\2\u00aa\u00a8\3\2\2\2\u00ab\u00ac\b\n\1\2\u00ac\23\3\2\2\2\u00ad\u00b1"+ - "\7t\2\2\u00ae\u00b0\5\32\16\2\u00af\u00ae\3\2\2\2\u00b0\u00b3\3\2\2\2"+ - "\u00b1\u00af\3\2\2\2\u00b1\u00b2\3\2\2\2\u00b2\u00b6\3\2\2\2\u00b3\u00b1"+ - "\3\2\2\2\u00b4\u00b5\7&\2\2\u00b5\u00b7\5F$\2\u00b6\u00b4\3\2\2\2\u00b6"+ - "\u00b7\3\2\2\2\u00b7\u00c2\3\2\2\2\u00b8\u00bc\7t\2\2\u00b9\u00bb\5\32"+ - "\16\2\u00ba\u00b9\3\2\2\2\u00bb\u00be\3\2\2\2\u00bc\u00ba\3\2\2\2\u00bc"+ - "\u00bd\3\2\2\2\u00bd\u00bf\3\2\2\2\u00be\u00bc\3\2\2\2\u00bf\u00c0\7&"+ - "\2\2\u00c0\u00c2\5J&\2\u00c1\u00ad\3\2\2\2\u00c1\u00b8\3\2\2\2\u00c2\25"+ - "\3\2\2\2\u00c3\u00c5\5\66\34\2\u00c4\u00c3\3\2\2\2\u00c5\u00c8\3\2\2\2"+ - "\u00c6\u00c4\3\2\2\2\u00c6\u00c7\3\2\2\2\u00c7\u00c9\3\2\2\2\u00c8\u00c6"+ - "\3\2\2\2\u00c9\u00cd\5\36\20\2\u00ca\u00cc\5\66\34\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\27"+ - "\3\2\2\2\u00cf\u00cd\3\2\2\2\u00d0\u00d4\7\23\2\2\u00d1\u00d3\5\66\34"+ - "\2\u00d2\u00d1\3\2\2\2\u00d3\u00d6\3\2\2\2\u00d4\u00d2\3\2\2\2\u00d4\u00d5"+ - "\3\2\2\2\u00d5\31\3\2\2\2\u00d6\u00d4\3\2\2\2\u00d7\u00d9\7\6\2\2\u00d8"+ - "\u00da\5F$\2\u00d9\u00d8\3\2\2\2\u00d9\u00da\3\2\2\2\u00da\u00db\3\2\2"+ - "\2\u00db\u00dc\7\7\2\2\u00dc\33\3\2\2\2\u00dd\u00de\b\17\1\2\u00de\u00df"+ - "\5\36\20\2\u00df\u00ea\3\2\2\2\u00e0\u00e1\f\4\2\2\u00e1\u00e9\7\23\2"+ - "\2\u00e2\u00e3\f\3\2\2\u00e3\u00e5\7\6\2\2\u00e4\u00e6\5F$\2\u00e5\u00e4"+ - "\3\2\2\2\u00e5\u00e6\3\2\2\2\u00e6\u00e7\3\2\2\2\u00e7\u00e9\7\7\2\2\u00e8"+ - "\u00e0\3\2\2\2\u00e8\u00e2\3\2\2\2\u00e9\u00ec\3\2\2\2\u00ea\u00e8\3\2"+ - "\2\2\u00ea\u00eb\3\2\2\2\u00eb\35\3\2\2\2\u00ec\u00ea\3\2\2\2\u00ed\u00ee"+ - "\b\20\1\2\u00ee\u00ef\7\b\2\2\u00ef\u00f0\5\36\20\2\u00f0\u00f1\7\t\2"+ - "\2\u00f1\u00fd\3\2\2\2\u00f2\u00fd\7]\2\2\u00f3\u00f5\7\\\2\2\u00f4\u00f6"+ - "\7]\2\2\u00f5\u00f4\3\2\2\2\u00f5\u00f6\3\2\2\2\u00f6\u00fd\3\2\2\2\u00f7"+ - "\u00fd\5\"\22\2\u00f8\u00fd\5 \21\2\u00f9\u00fd\5(\25\2\u00fa\u00fd\5"+ - "&\24\2\u00fb\u00fd\7\3\2\2\u00fc\u00ed\3\2\2\2\u00fc\u00f2\3\2\2\2\u00fc"+ - "\u00f3\3\2\2\2\u00fc\u00f7\3\2\2\2\u00fc\u00f8\3\2\2\2\u00fc\u00f9\3\2"+ - "\2\2\u00fc\u00fa\3\2\2\2\u00fc\u00fb\3\2\2\2\u00fd\u0109\3\2\2\2\u00fe"+ - "\u00ff\f\t\2\2\u00ff\u0101\7\6\2\2\u0100\u0102\5F$\2\u0101\u0100\3\2\2"+ - "\2\u0101\u0102\3\2\2\2\u0102\u0103\3\2\2\2\u0103\u0108\7\7\2\2\u0104\u0105"+ - "\f\b\2\2\u0105\u0106\7\b\2\2\u0106\u0108\7\t\2\2\u0107\u00fe\3\2\2\2\u0107"+ - "\u0104\3\2\2\2\u0108\u010b\3\2\2\2\u0109\u0107\3\2\2\2\u0109\u010a\3\2"+ - "\2\2\u010a\37\3\2\2\2\u010b\u0109\3\2\2\2\u010c\u010d\7P\2\2\u010d\u010e"+ - "\7t\2\2\u010e!\3\2\2\2\u010f\u0111\7P\2\2\u0110\u0112\7t\2\2\u0111\u0110"+ - "\3\2\2\2\u0111\u0112\3\2\2\2\u0112\u0113\3\2\2\2\u0113\u0115\7\4\2\2\u0114"+ - "\u0116\5$\23\2\u0115\u0114\3\2\2\2\u0116\u0117\3\2\2\2\u0117\u0115\3\2"+ - "\2\2\u0117\u0118\3\2\2\2\u0118\u0119\3\2\2\2\u0119\u011a\7\5\2\2\u011a"+ - "#\3\2\2\2\u011b\u011c\5\16\b\2\u011c\u011d\7\n\2\2\u011d%\3\2\2\2\u011e"+ - "\u011f\7Q\2\2\u011f\u0120\7t\2\2\u0120\'\3\2\2\2\u0121\u0123\7Q\2\2\u0122"+ - "\u0124\7t\2\2\u0123\u0122\3\2\2\2\u0123\u0124\3\2\2\2\u0124\u0125\3\2"+ - "\2\2\u0125\u0126\7\4\2\2\u0126\u0127\5*\26\2\u0127\u0128\7\5\2\2\u0128"+ - ")\3\2\2\2\u0129\u012a\b\26\1\2\u012a\u012b\5,\27\2\u012b\u0131\3\2\2\2"+ - "\u012c\u012d\f\3\2\2\u012d\u012e\7\f\2\2\u012e\u0130\5,\27\2\u012f\u012c"+ - "\3\2\2\2\u0130\u0133\3\2\2\2\u0131\u012f\3\2\2\2\u0131\u0132\3\2\2\2\u0132"+ - "+\3\2\2\2\u0133\u0131\3\2\2\2\u0134\u0137\7t\2\2\u0135\u0136\7&\2\2\u0136"+ - "\u0138\5F$\2\u0137\u0135\3\2\2\2\u0137\u0138\3\2\2\2\u0138-\3\2\2\2\u0139"+ - "\u013d\5\26\f\2\u013a\u013c\5\30\r\2\u013b\u013a\3\2\2\2\u013c\u013f\3"+ - "\2\2\2\u013d\u013b\3\2\2\2\u013d\u013e\3\2\2\2\u013e\u0140\3\2\2\2\u013f"+ - "\u013d\3\2\2\2\u0140\u0141\7t\2\2\u0141\u0143\7\b\2\2\u0142\u0144\5\60"+ - "\31\2\u0143\u0142\3\2\2\2\u0143\u0144\3\2\2\2\u0144\u0145\3\2\2\2\u0145"+ - "\u0146\7\t\2\2\u0146\u0148\7\4\2\2\u0147\u0149\58\35\2\u0148\u0147\3\2"+ - "\2\2\u0148\u0149\3\2\2\2\u0149\u014a\3\2\2\2\u014a\u014b\7\5\2\2\u014b"+ - "/\3\2\2\2\u014c\u0151\5\62\32\2\u014d\u014e\7\f\2\2\u014e\u0150\5\62\32"+ - "\2\u014f\u014d\3\2\2\2\u0150\u0153\3\2\2\2\u0151\u014f\3\2\2\2\u0151\u0152"+ - "\3\2\2\2\u0152\61\3\2\2\2\u0153\u0151\3\2\2\2\u0154\u0158\5\26\f\2\u0155"+ - "\u0157\5\30\r\2\u0156\u0155\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\7t\2\2\u015c\u015f\3\2\2\2\u015d\u015f\7]\2\2\u015e\u0154\3\2\2"+ - "\2\u015e\u015d\3\2\2\2\u015f\63\3\2\2\2\u0160\u0161\7*\2\2\u0161\u0162"+ - "\7+\2\2\u0162\u0163\3\2\2\2\u0163\u0164\7\b\2\2\u0164\u0169\7k\2\2\u0165"+ - "\u0166\7\f\2\2\u0166\u0168\7k\2\2\u0167\u0165\3\2\2\2\u0168\u016b\3\2"+ - "\2\2\u0169\u0167\3\2\2\2\u0169\u016a\3\2\2\2\u016a\u016c\3\2\2\2\u016b"+ - "\u0169\3\2\2\2\u016c\u01ab\7\t\2\2\u016d\u016e\7*\2\2\u016e\u016f\7,\2"+ - "\2\u016f\u0170\3\2\2\2\u0170\u0171\7\b\2\2\u0171\u0172\7k\2\2\u0172\u01ab"+ - "\7\t\2\2\u0173\u0174\7*\2\2\u0174\u0175\7-\2\2\u0175\u0176\3\2\2\2\u0176"+ - "\u0177\7\b\2\2\u0177\u0178\7t\2\2\u0178\u01ab\7\t\2\2\u0179\u017a\7*\2"+ - "\2\u017a\u017b\7/\2\2\u017b\u017c\3\2\2\2\u017c\u017d\7\b\2\2\u017d\u017e"+ - "\7t\2\2\u017e\u01ab\7\t\2\2\u017f\u0180\7*\2\2\u0180\u0181\7.\2\2\u0181"+ - "\u0182\3\2\2\2\u0182\u0183\7\b\2\2\u0183\u0184\7`\2\2\u0184\u01ab\7\t"+ - "\2\2\u0185\u0186\7*\2\2\u0186\u0187\7\60\2\2\u0187\u0188\3\2\2\2\u0188"+ - "\u0189\7\b\2\2\u0189\u018a\7t\2\2\u018a\u01ab\7\t\2\2\u018b\u018c\7*\2"+ - "\2\u018c\u018d\7\61\2\2\u018d\u018e\3\2\2\2\u018e\u018f\7\b\2\2\u018f"+ - "\u0190\7t\2\2\u0190\u01ab\7\t\2\2\u0191\u0192\7*\2\2\u0192\u0193\7\62"+ - "\2\2\u0193\u0194\3\2\2\2\u0194\u0195\7\b\2\2\u0195\u0196\7t\2\2\u0196"+ - "\u01ab\7\t\2\2\u0197\u0198\7*\2\2\u0198\u0199\7A\2\2\u0199\u019a\3\2\2"+ - "\2\u019a\u019b\7\b\2\2\u019b\u019c\7B\2\2\u019c\u01ab\7\t\2\2\u019d\u019e"+ - "\7*\2\2\u019e\u019f\7C\2\2\u019f\u01a0\3\2\2\2\u01a0\u01a1\7\b\2\2\u01a1"+ - "\u01a6\7t\2\2\u01a2\u01a3\7\f\2\2\u01a3\u01a5\7t\2\2\u01a4\u01a2\3\2\2"+ - "\2\u01a5\u01a8\3\2\2\2\u01a6\u01a4\3\2\2\2\u01a6\u01a7\3\2\2\2\u01a7\u01a9"+ - "\3\2\2\2\u01a8\u01a6\3\2\2\2\u01a9\u01ab\7\t\2\2\u01aa\u0160\3\2\2\2\u01aa"+ - "\u016d\3\2\2\2\u01aa\u0173\3\2\2\2\u01aa\u0179\3\2\2\2\u01aa\u017f\3\2"+ - "\2\2\u01aa\u0185\3\2\2\2\u01aa\u018b\3\2\2\2\u01aa\u0191\3\2\2\2\u01aa"+ - "\u0197\3\2\2\2\u01aa\u019d\3\2\2\2\u01ab\65\3\2\2\2\u01ac\u01d7\7\63\2"+ - "\2\u01ad\u01ae\7\66\2\2\u01ae\u01af\7\b\2\2\u01af\u01b0\7k\2\2\u01b0\u01d7"+ - "\7\t\2\2\u01b1\u01b5\7;\2\2\u01b2\u01b3\7\b\2\2\u01b3\u01b4\7t\2\2\u01b4"+ - "\u01b6\7\t\2\2\u01b5\u01b2\3\2\2\2\u01b5\u01b6\3\2\2\2\u01b6\u01d7\3\2"+ - "\2\2\u01b7\u01d7\7=\2\2\u01b8\u01d7\7>\2\2\u01b9\u01ba\7<\2\2\u01ba\u01bb"+ - "\7\b\2\2\u01bb\u01bc\7k\2\2\u01bc\u01d7\7\t\2\2\u01bd\u01d7\78\2\2\u01be"+ - "\u01d7\79\2\2\u01bf\u01d7\7?\2\2\u01c0\u01d7\7@\2\2\u01c1\u01d7\7\64\2"+ - "\2\u01c2\u01d7\7\65\2\2\u01c3\u01d7\7\67\2\2\u01c4\u01c8\7:\2\2\u01c5"+ - "\u01c6\7\b\2\2\u01c6\u01c7\7t\2\2\u01c7\u01c9\7\t\2\2\u01c8\u01c5\3\2"+ - "\2\2\u01c8\u01c9\3\2\2\2\u01c9\u01d7\3\2\2\2\u01ca\u01cb\7+\2\2\u01cb"+ - "\u01cc\7\b\2\2\u01cc\u01d1\7k\2\2\u01cd\u01ce\7\f\2\2\u01ce\u01d0\7k\2"+ - "\2\u01cf\u01cd\3\2\2\2\u01d0\u01d3\3\2\2\2\u01d1\u01cf\3\2\2\2\u01d1\u01d2"+ - "\3\2\2\2\u01d2\u01d4\3\2\2\2\u01d3\u01d1\3\2\2\2\u01d4\u01d7\7\t\2\2\u01d5"+ - "\u01d7\7B\2\2\u01d6\u01ac\3\2\2\2\u01d6\u01ad\3\2\2\2\u01d6\u01b1\3\2"+ - "\2\2\u01d6\u01b7\3\2\2\2\u01d6\u01b8\3\2\2\2\u01d6\u01b9\3\2\2\2\u01d6"+ - "\u01bd\3\2\2\2\u01d6\u01be\3\2\2\2\u01d6\u01bf\3\2\2\2\u01d6\u01c0\3\2"+ - "\2\2\u01d6\u01c1\3\2\2\2\u01d6\u01c2\3\2\2\2\u01d6\u01c3\3\2\2\2\u01d6"+ - "\u01c4\3\2\2\2\u01d6\u01ca\3\2\2\2\u01d6\u01d5\3\2\2\2\u01d7\67\3\2\2"+ - "\2\u01d8\u01da\5:\36\2\u01d9\u01d8\3\2\2\2\u01da\u01db\3\2\2\2\u01db\u01d9"+ - "\3\2\2\2\u01db\u01dc\3\2\2\2\u01dc9\3\2\2\2\u01dd\u01de\5\16\b\2\u01de"+ - "\u01df\7\n\2\2\u01df\u0232\3\2\2\2\u01e0\u01e2\7\4\2\2\u01e1\u01e3\58"+ - "\35\2\u01e2\u01e1\3\2\2\2\u01e2\u01e3\3\2\2\2\u01e3\u01e4\3\2\2\2\u01e4"+ - "\u0232\7\5\2\2\u01e5\u01e6\5D#\2\u01e6\u01e7\7\n\2\2\u01e7\u0232\3\2\2"+ - "\2\u01e8\u01e9\7D\2\2\u01e9\u01ea\7\b\2\2\u01ea\u01eb\5D#\2\u01eb\u01ec"+ - "\7\t\2\2\u01ec\u01ef\5:\36\2\u01ed\u01ee\7E\2\2\u01ee\u01f0\5:\36\2\u01ef"+ - "\u01ed\3\2\2\2\u01ef\u01f0\3\2\2\2\u01f0\u0232\3\2\2\2\u01f1\u01f3\5\66"+ - "\34\2\u01f2\u01f1\3\2\2\2\u01f3\u01f6\3\2\2\2\u01f4\u01f2\3\2\2\2\u01f4"+ - "\u01f5\3\2\2\2\u01f5\u01f7\3\2\2\2\u01f6\u01f4\3\2\2\2\u01f7\u01f8\7F"+ - "\2\2\u01f8\u01f9\7\b\2\2\u01f9\u01fa\5D#\2\u01fa\u01fb\7\t\2\2\u01fb\u01fc"+ - "\5:\36\2\u01fc\u0232\3\2\2\2\u01fd\u01ff\5\66\34\2\u01fe\u01fd\3\2\2\2"+ - "\u01ff\u0202\3\2\2\2\u0200\u01fe\3\2\2\2\u0200\u0201\3\2\2\2\u0201\u0203"+ - "\3\2\2\2\u0202\u0200\3\2\2\2\u0203\u0204\7G\2\2\u0204\u0205\5:\36\2\u0205"+ - "\u0206\7F\2\2\u0206\u0207\7\b\2\2\u0207\u0208\5D#\2\u0208\u0209\7\t\2"+ - "\2\u0209\u020a\7\n\2\2\u020a\u0232\3\2\2\2\u020b\u020d\5\66\34\2\u020c"+ - "\u020b\3\2\2\2\u020d\u0210\3\2\2\2\u020e\u020c\3\2\2\2\u020e\u020f\3\2"+ - "\2\2\u020f\u0211\3\2\2\2\u0210\u020e\3\2\2\2\u0211\u0212\7H\2\2\u0212"+ - "\u0213\7\b\2\2\u0213\u0214\5@!\2\u0214\u0215\7\t\2\2\u0215\u0216\5:\36"+ - "\2\u0216\u0232\3\2\2\2\u0217\u0218\7I\2\2\u0218\u0219\7\b\2\2\u0219\u021a"+ - "\5D#\2\u021a\u021b\7\t\2\2\u021b\u021c\7\4\2\2\u021c\u021d\5<\37\2\u021d"+ - "\u021e\7\5\2\2\u021e\u0232\3\2\2\2\u021f\u0221\7J\2\2\u0220\u0222\5D#"+ - "\2\u0221\u0220\3\2\2\2\u0221\u0222\3\2\2\2\u0222\u0223\3\2\2\2\u0223\u0232"+ - "\7\n\2\2\u0224\u0225\7K\2\2\u0225\u0232\7\n\2\2\u0226\u0227\7L\2\2\u0227"+ - "\u0232\7\n\2\2\u0228\u022a\7M\2\2\u0229\u022b\5L\'\2\u022a\u0229\3\2\2"+ - "\2\u022a\u022b\3\2\2\2\u022b\u022c\3\2\2\2\u022c\u022d\7\4\2\2\u022d\u022e"+ - "\5P)\2\u022e\u022f\7\u008b\2\2\u022f\u0232\3\2\2\2\u0230\u0232\5J&\2\u0231"+ - "\u01dd\3\2\2\2\u0231\u01e0\3\2\2\2\u0231\u01e5\3\2\2\2\u0231\u01e8\3\2"+ - "\2\2\u0231\u01f4\3\2\2\2\u0231\u0200\3\2\2\2\u0231\u020e\3\2\2\2\u0231"+ - "\u0217\3\2\2\2\u0231\u021f\3\2\2\2\u0231\u0224\3\2\2\2\u0231\u0226\3\2"+ - "\2\2\u0231\u0228\3\2\2\2\u0231\u0230\3\2\2\2\u0232;\3\2\2\2\u0233\u0235"+ - "\5> \2\u0234\u0233\3\2\2\2\u0235\u0236\3\2\2\2\u0236\u0234\3\2\2\2\u0236"+ - "\u0237\3\2\2\2\u0237\u023d\3\2\2\2\u0238\u0239\7N\2\2\u0239\u023b\7\13"+ - "\2\2\u023a\u023c\58\35\2\u023b\u023a\3\2\2\2\u023b\u023c\3\2\2\2\u023c"+ - "\u023e\3\2\2\2\u023d\u0238\3\2\2\2\u023d\u023e\3\2\2\2\u023e=\3\2\2\2"+ - "\u023f\u0240\7O\2\2\u0240\u0241\5F$\2\u0241\u0243\7\13\2\2\u0242\u0244"+ - "\58\35\2\u0243\u0242\3\2\2\2\u0243\u0244\3\2\2\2\u0244?\3\2\2\2\u0245"+ - "\u0246\5B\"\2\u0246\u0247\7\n\2\2\u0247\u0248\5D#\2\u0248\u024a\7\n\2"+ - "\2\u0249\u024b\5D#\2\u024a\u0249\3\2\2\2\u024a\u024b\3\2\2\2\u024b\u025c"+ - "\3\2\2\2\u024c\u0250\5\26\f\2\u024d\u024f\5\30\r\2\u024e\u024d\3\2\2\2"+ - "\u024f\u0252\3\2\2\2\u0250\u024e\3\2\2\2\u0250\u0251\3\2\2\2\u0251\u0254"+ - "\3\2\2\2\u0252\u0250\3\2\2\2\u0253\u024c\3\2\2\2\u0253\u0254\3\2\2\2\u0254"+ - "\u0255\3\2\2\2\u0255\u0256\7t\2\2\u0256\u0257\7\13\2\2\u0257\u0258\5F"+ - "$\2\u0258\u0259\7\r\2\2\u0259\u025a\5F$\2\u025a\u025c\3\2\2\2\u025b\u0245"+ - "\3\2\2\2\u025b\u0253\3\2\2\2\u025cA\3\2\2\2\u025d\u025f\5\16\b\2\u025e"+ - "\u025d\3\2\2\2\u025e\u025f\3\2\2\2\u025f\u0262\3\2\2\2\u0260\u0262\5D"+ - "#\2\u0261\u025e\3\2\2\2\u0261\u0260\3\2\2\2\u0262C\3\2\2\2\u0263\u0264"+ - "\b#\1\2\u0264\u0265\5F$\2\u0265\u026b\3\2\2\2\u0266\u0267\f\3\2\2\u0267"+ - "\u0268\7\f\2\2\u0268\u026a\5F$\2\u0269\u0266\3\2\2\2\u026a\u026d\3\2\2"+ - "\2\u026b\u0269\3\2\2\2\u026b\u026c\3\2\2\2\u026cE\3\2\2\2\u026d\u026b"+ - "\3\2\2\2\u026e\u026f\b$\1\2\u026f\u0270\7\b\2\2\u0270\u0271\5D#\2\u0271"+ - "\u0272\7\t\2\2\u0272\u02ad\3\2\2\2\u0273\u0274\7R\2\2\u0274\u0277\7\b"+ - "\2\2\u0275\u0278\5F$\2\u0276\u0278\5\34\17\2\u0277\u0275\3\2\2\2\u0277"+ - "\u0276\3\2\2\2\u0278\u0279\3\2\2\2\u0279\u027a\7\t\2\2\u027a\u02ad\3\2"+ - "\2\2\u027b\u027c\7S\2\2\u027c\u027f\7\b\2\2\u027d\u0280\5F$\2\u027e\u0280"+ - "\5\34\17\2\u027f\u027d\3\2\2\2\u027f\u027e\3\2\2\2\u0280\u0281\3\2\2\2"+ - "\u0281\u0282\7\t\2\2\u0282\u02ad\3\2\2\2\u0283\u0285\7T\2\2\u0284\u0286"+ - "\7\b\2\2\u0285\u0284\3\2\2\2\u0285\u0286\3\2\2\2\u0286\u0287\3\2\2\2\u0287"+ - "\u0289\7t\2\2\u0288\u028a\7\t\2\2\u0289\u0288\3\2\2\2\u0289\u028a\3\2"+ - "\2\2\u028a\u02ad\3\2\2\2\u028b\u028c\7\b\2\2\u028c\u028d\5\34\17\2\u028d"+ - "\u028e\7\t\2\2\u028e\u028f\5F$\32\u028f\u02ad\3\2\2\2\u0290\u0291\t\2"+ - "\2\2\u0291\u02ad\5F$\31\u0292\u0293\7\23\2\2\u0293\u02ad\5F$\27\u0294"+ - "\u0295\t\3\2\2\u0295\u02ad\5F$\26\u0296\u0297\t\4\2\2\u0297\u02ad\5F$"+ - "\22\u0298\u0299\7\4\2\2\u0299\u029e\5F$\2\u029a\u029b\7\f\2\2\u029b\u029d"+ - "\5F$\2\u029c\u029a\3\2\2\2\u029d\u02a0\3\2\2\2\u029e\u029c\3\2\2\2\u029e"+ - "\u029f\3\2\2\2\u029f\u02a1\3\2\2\2\u02a0\u029e\3\2\2\2\u02a1\u02a2\7\5"+ - "\2\2\u02a2\u02ad\3\2\2\2\u02a3\u02ad\7t\2\2\u02a4\u02ad\7k\2\2\u02a5\u02a7"+ - "\7`\2\2\u02a6\u02a5\3\2\2\2\u02a7\u02a8\3\2\2\2\u02a8\u02a6\3\2\2\2\u02a8"+ - "\u02a9\3\2\2\2\u02a9\u02ad\3\2\2\2\u02aa\u02ad\7a\2\2\u02ab\u02ad\7^\2"+ - "\2\u02ac\u026e\3\2\2\2\u02ac\u0273\3\2\2\2\u02ac\u027b\3\2\2\2\u02ac\u0283"+ - "\3\2\2\2\u02ac\u028b\3\2\2\2\u02ac\u0290\3\2\2\2\u02ac\u0292\3\2\2\2\u02ac"+ - "\u0294\3\2\2\2\u02ac\u0296\3\2\2\2\u02ac\u0298\3\2\2\2\u02ac\u02a3\3\2"+ - "\2\2\u02ac\u02a4\3\2\2\2\u02ac\u02a6\3\2\2\2\u02ac\u02aa\3\2\2\2\u02ac"+ - "\u02ab\3\2\2\2\u02ad\u02ea\3\2\2\2\u02ae\u02af\f\25\2\2\u02af\u02b0\t"+ - "\5\2\2\u02b0\u02e9\5F$\26\u02b1\u02b2\f\24\2\2\u02b2\u02b3\t\6\2\2\u02b3"+ - "\u02e9\5F$\25\u02b4\u02b5\f\23\2\2\u02b5\u02b6\t\7\2\2\u02b6\u02e9\5F"+ - "$\24\u02b7\u02b8\f\21\2\2\u02b8\u02b9\t\b\2\2\u02b9\u02e9\5F$\22\u02ba"+ - "\u02bb\f\20\2\2\u02bb\u02bc\7\30\2\2\u02bc\u02e9\5F$\21\u02bd\u02be\f"+ - "\17\2\2\u02be\u02bf\7\32\2\2\u02bf\u02e9\5F$\20\u02c0\u02c1\f\16\2\2\u02c1"+ - "\u02c2\7\33\2\2\u02c2\u02e9\5F$\17\u02c3\u02c4\f\r\2\2\u02c4\u02c5\7$"+ - "\2\2\u02c5\u02e9\5F$\16\u02c6\u02c7\f\f\2\2\u02c7\u02c8\7%\2\2\u02c8\u02e9"+ - "\5F$\r\u02c9\u02ca\f\13\2\2\u02ca\u02cb\7\16\2\2\u02cb\u02cc\5F$\2\u02cc"+ - "\u02cd\7\13\2\2\u02cd\u02ce\5F$\f\u02ce\u02e9\3\2\2\2\u02cf\u02d0\f\n"+ - "\2\2\u02d0\u02d1\7&\2\2\u02d1\u02e9\5F$\n\u02d2\u02d3\f\t\2\2\u02d3\u02d4"+ - "\7\'\2\2\u02d4\u02e9\5F$\t\u02d5\u02d6\f!\2\2\u02d6\u02d7\7\17\2\2\u02d7"+ - "\u02e9\7t\2\2\u02d8\u02d9\f \2\2\u02d9\u02da\7\20\2\2\u02da\u02e9\7t\2"+ - "\2\u02db\u02dc\f\37\2\2\u02dc\u02de\7\b\2\2\u02dd\u02df\5H%\2\u02de\u02dd"+ - "\3\2\2\2\u02de\u02df\3\2\2\2\u02df\u02e0\3\2\2\2\u02e0\u02e9\7\t\2\2\u02e1"+ - "\u02e2\f\33\2\2\u02e2\u02e3\7\6\2\2\u02e3\u02e4\5D#\2\u02e4\u02e5\7\7"+ - "\2\2\u02e5\u02e9\3\2\2\2\u02e6\u02e7\f\30\2\2\u02e7\u02e9\t\2\2\2\u02e8"+ - "\u02ae\3\2\2\2\u02e8\u02b1\3\2\2\2\u02e8\u02b4\3\2\2\2\u02e8\u02b7\3\2"+ - "\2\2\u02e8\u02ba\3\2\2\2\u02e8\u02bd\3\2\2\2\u02e8\u02c0\3\2\2\2\u02e8"+ - "\u02c3\3\2\2\2\u02e8\u02c6\3\2\2\2\u02e8\u02c9\3\2\2\2\u02e8\u02cf\3\2"+ - "\2\2\u02e8\u02d2\3\2\2\2\u02e8\u02d5\3\2\2\2\u02e8\u02d8\3\2\2\2\u02e8"+ - "\u02db\3\2\2\2\u02e8\u02e1\3\2\2\2\u02e8\u02e6\3\2\2\2\u02e9\u02ec\3\2"+ - "\2\2\u02ea\u02e8\3\2\2\2\u02ea\u02eb\3\2\2\2\u02ebG\3\2\2\2\u02ec\u02ea"+ - "\3\2\2\2\u02ed\u02f2\5F$\2\u02ee\u02ef\7\f\2\2\u02ef\u02f1\5F$\2\u02f0"+ - "\u02ee\3\2\2\2\u02f1\u02f4\3\2\2\2\u02f2\u02f0\3\2\2\2\u02f2\u02f3\3\2"+ - "\2\2\u02f3I\3\2\2\2\u02f4\u02f2\3\2\2\2\u02f5\u02f7\7U\2\2\u02f6\u02f8"+ - "\5L\'\2\u02f7\u02f6\3\2\2\2\u02f7\u02f8\3\2\2\2\u02f8\u02f9\3\2\2\2\u02f9"+ - "\u02fa\7_\2\2\u02faK\3\2\2\2\u02fb\u02fc\7\b\2\2\u02fc\u0301\5N(\2\u02fd"+ - "\u02fe\7\f\2\2\u02fe\u0300\5N(\2\u02ff\u02fd\3\2\2\2\u0300\u0303\3\2\2"+ - "\2\u0301\u02ff\3\2\2\2\u0301\u0302\3\2\2\2\u0302\u0304\3\2\2\2\u0303\u0301"+ - "\3\2\2\2\u0304\u0305\7\t\2\2\u0305M\3\2\2\2\u0306\u0307\7V\2\2\u0307\u0316"+ - "\7`\2\2\u0308\u0309\7W\2\2\u0309\u0316\7t\2\2\u030a\u030b\7X\2\2\u030b"+ - "\u0316\7`\2\2\u030c\u030d\7Y\2\2\u030d\u0316\5F$\2\u030e\u030f\7Z\2\2"+ - "\u030f\u0316\5F$\2\u0310\u0313\7,\2\2\u0311\u0314\7\67\2\2\u0312\u0314"+ - "\5F$\2\u0313\u0311\3\2\2\2\u0313\u0312\3\2\2\2\u0314\u0316\3\2\2\2\u0315"+ - "\u0306\3\2\2\2\u0315\u0308\3\2\2\2\u0315\u030a\3\2\2\2\u0315\u030c\3\2"+ - "\2\2\u0315\u030e\3\2\2\2\u0315\u0310\3\2\2\2\u0316O\3\2\2\2\u0317\u0319"+ - "\5R*\2\u0318\u0317\3\2\2\2\u0319\u031c\3\2\2\2\u031a\u0318\3\2\2\2\u031a"+ - "\u031b\3\2\2\2\u031bQ\3\2\2\2\u031c\u031a\3\2\2\2\u031d\u0321\5T+\2\u031e"+ - "\u0321\5V,\2\u031f\u0321\5X-\2\u0320\u031d\3\2\2\2\u0320\u031e\3\2\2\2"+ - "\u0320\u031f\3\2\2\2\u0321S\3\2\2\2\u0322\u0323\7\u0098\2\2\u0323\u0327"+ - "\7{\2\2\u0324\u0325\7\u0097\2\2\u0325\u0327\7{\2\2\u0326\u0322\3\2\2\2"+ - "\u0326\u0324\3\2\2\2\u0327U\3\2\2\2\u0328\u032a\7y\2\2\u0329\u032b\5Z"+ - ".\2\u032a\u0329\3\2\2\2\u032a\u032b\3\2\2\2\u032bW\3\2\2\2\u032c\u032d"+ - "\7x\2\2\u032d\u0332\5\\/\2\u032e\u032f\7|\2\2\u032f\u0331\5\\/\2\u0330"+ - "\u032e\3\2\2\2\u0331\u0334\3\2\2\2\u0332\u0330\3\2\2\2\u0332\u0333\3\2"+ - "\2\2\u0333Y\3\2\2\2\u0334\u0332\3\2\2\2\u0335\u034d\5\\/\2\u0336\u0337"+ - "\7z\2\2\u0337\u034d\5\\/\2\u0338\u0339\5\\/\2\u0339\u033a\7|\2\2\u033a"+ - "\u033b\7\u0098\2\2\u033b\u034d\3\2\2\2\u033c\u033d\7}\2\2\u033d\u033e"+ - "\5\\/\2\u033e\u033f\7~\2\2\u033f\u0340\7|\2\2\u0340\u0341\7\u0098\2\2"+ - "\u0341\u034d\3\2\2\2\u0342\u0343\7}\2\2\u0343\u0344\5\\/\2\u0344\u0345"+ - "\7|\2\2\u0345\u0346\7\u0098\2\2\u0346\u0347\7~\2\2\u0347\u034d\3\2\2\2"+ - "\u0348\u0349\7}\2\2\u0349\u034a\5\\/\2\u034a\u034b\7~\2\2\u034b\u034d"+ - "\3\2\2\2\u034c\u0335\3\2\2\2\u034c\u0336\3\2\2\2\u034c\u0338\3\2\2\2\u034c"+ - "\u033c\3\2\2\2\u034c\u0342\3\2\2\2\u034c\u0348\3\2\2\2\u034d[\3\2\2\2"+ - "\u034e\u034f\b/\1\2\u034f\u0350\7\177\2\2\u0350\u0351\5\\/\2\u0351\u0352"+ - "\7\u0080\2\2\u0352\u035d\3\2\2\2\u0353\u0354\t\t\2\2\u0354\u035d\5\\/"+ - "\n\u0355\u035d\7\u0098\2\2\u0356\u035d\7\u0096\2\2\u0357\u0358\7\u008a"+ - "\2\2\u0358\u0359\7\u0098\2\2\u0359\u035d\7\u008b\2\2\u035a\u035d\7\u008c"+ - "\2\2\u035b\u035d\7\u0095\2\2\u035c\u034e\3\2\2\2\u035c\u0353\3\2\2\2\u035c"+ - "\u0355\3\2\2\2\u035c\u0356\3\2\2\2\u035c\u0357\3\2\2\2\u035c\u035a\3\2"+ - "\2\2\u035c\u035b\3\2\2\2\u035d\u036c\3\2\2\2\u035e\u035f\f\f\2\2\u035f"+ - "\u0360\7\u0081\2\2\u0360\u036b\5\\/\r\u0361\u0362\f\13\2\2\u0362\u0363"+ - "\t\n\2\2\u0363\u036b\5\\/\f\u0364\u0365\f\t\2\2\u0365\u0366\t\13\2\2\u0366"+ - "\u036b\5\\/\n\u0367\u0368\f\b\2\2\u0368\u0369\t\f\2\2\u0369\u036b\5\\"+ - "/\t\u036a\u035e\3\2\2\2\u036a\u0361\3\2\2\2\u036a\u0364\3\2\2\2\u036a"+ - "\u0367\3\2\2\2\u036b\u036e\3\2\2\2\u036c\u036a\3\2\2\2\u036c\u036d\3\2"+ - "\2\2\u036d]\3\2\2\2\u036e\u036c\3\2\2\2Xgl\u0080\u0089\u0093\u0099\u00a1"+ - "\u00a8\u00b1\u00b6\u00bc\u00c1\u00c6\u00cd\u00d4\u00d9\u00e5\u00e8\u00ea"+ - "\u00f5\u00fc\u0101\u0107\u0109\u0111\u0117\u0123\u0131\u0137\u013d\u0143"+ - "\u0148\u0151\u0158\u015e\u0169\u01a6\u01aa\u01b5\u01c8\u01d1\u01d6\u01db"+ - "\u01e2\u01ef\u01f4\u0200\u020e\u0221\u022a\u0231\u0236\u023b\u023d\u0243"+ - "\u024a\u0250\u0253\u025b\u025e\u0261\u026b\u0277\u027f\u0285\u0289\u029e"+ - "\u02a8\u02ac\u02de\u02e8\u02ea\u02f2\u02f7\u0301\u0313\u0315\u031a\u0320"+ - "\u0326\u032a\u0332\u034c\u035c\u036a\u036c"; + "\3\34\3\34\5\34\u01cc\n\34\3\34\3\34\3\34\3\34\3\34\7\34\u01d3\n\34\f"+ + "\34\16\34\u01d6\13\34\3\34\3\34\5\34\u01da\n\34\3\35\6\35\u01dd\n\35\r"+ + "\35\16\35\u01de\3\36\3\36\3\36\3\36\3\36\5\36\u01e6\n\36\3\36\3\36\3\36"+ + "\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36\u01f3\n\36\3\36\7\36\u01f6"+ + "\n\36\f\36\16\36\u01f9\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u0202"+ + "\n\36\f\36\16\36\u0205\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3"+ + "\36\7\36\u0210\n\36\f\36\16\36\u0213\13\36\3\36\3\36\3\36\3\36\3\36\3"+ + "\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36\u0225\n\36"+ + "\3\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36\u022e\n\36\3\36\3\36\3\36\3\36"+ + "\3\36\5\36\u0235\n\36\3\37\6\37\u0238\n\37\r\37\16\37\u0239\3\37\3\37"+ + "\3\37\5\37\u023f\n\37\5\37\u0241\n\37\3 \3 \3 \3 \5 \u0247\n \3!\3!\3"+ + "!\3!\3!\5!\u024e\n!\3!\3!\7!\u0252\n!\f!\16!\u0255\13!\5!\u0257\n!\3!"+ + "\3!\3!\3!\3!\3!\5!\u025f\n!\3\"\5\"\u0262\n\"\3\"\5\"\u0265\n\"\3#\3#"+ + "\3#\3#\3#\3#\7#\u026d\n#\f#\16#\u0270\13#\3$\3$\3$\3$\3$\3$\3$\3$\3$\5"+ + "$\u027b\n$\3$\3$\3$\3$\3$\3$\5$\u0283\n$\3$\3$\3$\3$\5$\u0289\n$\3$\3"+ + "$\5$\u028d\n$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\7$\u02a0"+ + "\n$\f$\16$\u02a3\13$\3$\3$\3$\3$\3$\6$\u02aa\n$\r$\16$\u02ab\3$\3$\5$"+ + "\u02b0\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$\u02e2\n$\3$\3$\3$\3$\3$\3$\3$\3$\7$\u02ec\n$\f$\16"+ + "$\u02ef\13$\3%\3%\3%\7%\u02f4\n%\f%\16%\u02f7\13%\3&\3&\5&\u02fb\n&\3"+ + "&\3&\3\'\3\'\3\'\3\'\7\'\u0303\n\'\f\'\16\'\u0306\13\'\3\'\3\'\3(\3(\3"+ + "(\3(\3(\3(\3(\3(\3(\3(\3(\3(\3(\5(\u0317\n(\5(\u0319\n(\3)\7)\u031c\n"+ + ")\f)\16)\u031f\13)\3*\3*\3*\5*\u0324\n*\3+\3+\3+\3+\5+\u032a\n+\3,\3,"+ + "\5,\u032e\n,\3-\3-\3-\3-\7-\u0334\n-\f-\16-\u0337\13-\3.\3.\3.\3.\3.\3"+ + ".\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\5.\u0350\n.\3/\3"+ + "/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\5/\u0360\n/\3/\3/\3/\3/\3/\3/\3"+ + "/\3/\3/\3/\3/\3/\7/\u036e\n/\f/\16/\u0371\13/\3/\2\t\20\34\36*DF\\\60"+ + "\2\4\6\b\n\f\16\20\22\24\26\30\32\34\36 \"$&(*,.\60\62\64\668:<>@BDFH"+ + "JLNPRTVXZ\\\2\r\3\2\26\27\5\2\21\22\30\31YY\4\2 ##\3\2\34\35\3\2\23\25"+ + "\3\2\21\22\3\2\36#\3\2\u0085\u0088\3\2\u0083\u0084\3\2\u0089\u008a\3\2"+ + "\u0085\u0086\2\u03f3\2^\3\2\2\2\4a\3\2\2\2\6g\3\2\2\2\bl\3\2\2\2\nr\3"+ + "\2\2\2\f\u0083\3\2\2\2\16\u0085\3\2\2\2\20\u0088\3\2\2\2\22\u009f\3\2"+ + "\2\2\24\u00c4\3\2\2\2\26\u00c9\3\2\2\2\30\u00d3\3\2\2\2\32\u00da\3\2\2"+ + "\2\34\u00e0\3\2\2\2\36\u00ff\3\2\2\2 \u010f\3\2\2\2\"\u0112\3\2\2\2$\u011e"+ + "\3\2\2\2&\u0121\3\2\2\2(\u0124\3\2\2\2*\u012c\3\2\2\2,\u0137\3\2\2\2."+ + "\u013c\3\2\2\2\60\u014f\3\2\2\2\62\u0161\3\2\2\2\64\u01ad\3\2\2\2\66\u01d9"+ + "\3\2\2\28\u01dc\3\2\2\2:\u0234\3\2\2\2<\u0237\3\2\2\2>\u0242\3\2\2\2@"+ + "\u025e\3\2\2\2B\u0264\3\2\2\2D\u0266\3\2\2\2F\u02af\3\2\2\2H\u02f0\3\2"+ + "\2\2J\u02f8\3\2\2\2L\u02fe\3\2\2\2N\u0318\3\2\2\2P\u031d\3\2\2\2R\u0323"+ + "\3\2\2\2T\u0329\3\2\2\2V\u032b\3\2\2\2X\u032f\3\2\2\2Z\u034f\3\2\2\2\\"+ + "\u035f\3\2\2\2^_\5\6\4\2_`\7\2\2\3`\3\3\2\2\2ab\5P)\2bc\7\2\2\3c\5\3\2"+ + "\2\2df\5\b\5\2ed\3\2\2\2fi\3\2\2\2ge\3\2\2\2gh\3\2\2\2h\7\3\2\2\2ig\3"+ + "\2\2\2jm\5\f\7\2km\5\n\6\2lj\3\2\2\2lk\3\2\2\2m\t\3\2\2\2no\7`\2\2os\7"+ + "^\2\2pq\7a\2\2qs\7^\2\2rn\3\2\2\2rp\3\2\2\2s\13\3\2\2\2tu\5\16\b\2uv\7"+ + "\n\2\2v\u0084\3\2\2\2wx\5\"\22\2xy\7\n\2\2y\u0084\3\2\2\2z{\5(\25\2{|"+ + "\7\n\2\2|\u0084\3\2\2\2}\u0084\5.\30\2~\u0084\5J&\2\177\u0084\5\64\33"+ + "\2\u0080\u0081\5\22\n\2\u0081\u0082\7\n\2\2\u0082\u0084\3\2\2\2\u0083"+ + "t\3\2\2\2\u0083w\3\2\2\2\u0083z\3\2\2\2\u0083}\3\2\2\2\u0083~\3\2\2\2"+ + "\u0083\177\3\2\2\2\u0083\u0080\3\2\2\2\u0084\r\3\2\2\2\u0085\u0086\5\26"+ + "\f\2\u0086\u0087\5\20\t\2\u0087\17\3\2\2\2\u0088\u008c\b\t\1\2\u0089\u008b"+ + "\5\30\r\2\u008a\u0089\3\2\2\2\u008b\u008e\3\2\2\2\u008c\u008a\3\2\2\2"+ + "\u008c\u008d\3\2\2\2\u008d\u008f\3\2\2\2\u008e\u008c\3\2\2\2\u008f\u0090"+ + "\5\24\13\2\u0090\u009c\3\2\2\2\u0091\u0092\f\3\2\2\u0092\u0096\7\f\2\2"+ + "\u0093\u0095\5\30\r\2\u0094\u0093\3\2\2\2\u0095\u0098\3\2\2\2\u0096\u0094"+ + "\3\2\2\2\u0096\u0097\3\2\2\2\u0097\u0099\3\2\2\2\u0098\u0096\3\2\2\2\u0099"+ + "\u009b\5\24\13\2\u009a\u0091\3\2\2\2\u009b\u009e\3\2\2\2\u009c\u009a\3"+ + "\2\2\2\u009c\u009d\3\2\2\2\u009d\21\3\2\2\2\u009e\u009c\3\2\2\2\u009f"+ + "\u00a0\7(\2\2\u00a0\u00a4\5\26\f\2\u00a1\u00a3\5\30\r\2\u00a2\u00a1\3"+ + "\2\2\2\u00a3\u00a6\3\2\2\2\u00a4\u00a2\3\2\2\2\u00a4\u00a5\3\2\2\2\u00a5"+ + "\u00a7\3\2\2\2\u00a6\u00a4\3\2\2\2\u00a7\u00ab\7u\2\2\u00a8\u00aa\5\32"+ + "\16\2\u00a9\u00a8\3\2\2\2\u00aa\u00ad\3\2\2\2\u00ab\u00a9\3\2\2\2\u00ab"+ + "\u00ac\3\2\2\2\u00ac\u00ae\3\2\2\2\u00ad\u00ab\3\2\2\2\u00ae\u00af\b\n"+ + "\1\2\u00af\23\3\2\2\2\u00b0\u00b4\7u\2\2\u00b1\u00b3\5\32\16\2\u00b2\u00b1"+ + "\3\2\2\2\u00b3\u00b6\3\2\2\2\u00b4\u00b2\3\2\2\2\u00b4\u00b5\3\2\2\2\u00b5"+ + "\u00b9\3\2\2\2\u00b6\u00b4\3\2\2\2\u00b7\u00b8\7&\2\2\u00b8\u00ba\5F$"+ + "\2\u00b9\u00b7\3\2\2\2\u00b9\u00ba\3\2\2\2\u00ba\u00c5\3\2\2\2\u00bb\u00bf"+ + "\7u\2\2\u00bc\u00be\5\32\16\2\u00bd\u00bc\3\2\2\2\u00be\u00c1\3\2\2\2"+ + "\u00bf\u00bd\3\2\2\2\u00bf\u00c0\3\2\2\2\u00c0\u00c2\3\2\2\2\u00c1\u00bf"+ + "\3\2\2\2\u00c2\u00c3\7&\2\2\u00c3\u00c5\5J&\2\u00c4\u00b0\3\2\2\2\u00c4"+ + "\u00bb\3\2\2\2\u00c5\25\3\2\2\2\u00c6\u00c8\5\66\34\2\u00c7\u00c6\3\2"+ + "\2\2\u00c8\u00cb\3\2\2\2\u00c9\u00c7\3\2\2\2\u00c9\u00ca\3\2\2\2\u00ca"+ + "\u00cc\3\2\2\2\u00cb\u00c9\3\2\2\2\u00cc\u00d0\5\36\20\2\u00cd\u00cf\5"+ + "\66\34\2\u00ce\u00cd\3\2\2\2\u00cf\u00d2\3\2\2\2\u00d0\u00ce\3\2\2\2\u00d0"+ + "\u00d1\3\2\2\2\u00d1\27\3\2\2\2\u00d2\u00d0\3\2\2\2\u00d3\u00d7\7\23\2"+ + "\2\u00d4\u00d6\5\66\34\2\u00d5\u00d4\3\2\2\2\u00d6\u00d9\3\2\2\2\u00d7"+ + "\u00d5\3\2\2\2\u00d7\u00d8\3\2\2\2\u00d8\31\3\2\2\2\u00d9\u00d7\3\2\2"+ + "\2\u00da\u00dc\7\6\2\2\u00db\u00dd\5F$\2\u00dc\u00db\3\2\2\2\u00dc\u00dd"+ + "\3\2\2\2\u00dd\u00de\3\2\2\2\u00de\u00df\7\7\2\2\u00df\33\3\2\2\2\u00e0"+ + "\u00e1\b\17\1\2\u00e1\u00e2\5\36\20\2\u00e2\u00ed\3\2\2\2\u00e3\u00e4"+ + "\f\4\2\2\u00e4\u00ec\7\23\2\2\u00e5\u00e6\f\3\2\2\u00e6\u00e8\7\6\2\2"+ + "\u00e7\u00e9\5F$\2\u00e8\u00e7\3\2\2\2\u00e8\u00e9\3\2\2\2\u00e9\u00ea"+ + "\3\2\2\2\u00ea\u00ec\7\7\2\2\u00eb\u00e3\3\2\2\2\u00eb\u00e5\3\2\2\2\u00ec"+ + "\u00ef\3\2\2\2\u00ed\u00eb\3\2\2\2\u00ed\u00ee\3\2\2\2\u00ee\35\3\2\2"+ + "\2\u00ef\u00ed\3\2\2\2\u00f0\u00f1\b\20\1\2\u00f1\u00f2\7\b\2\2\u00f2"+ + "\u00f3\5\36\20\2\u00f3\u00f4\7\t\2\2\u00f4\u0100\3\2\2\2\u00f5\u0100\7"+ + "[\2\2\u00f6\u00f8\7Z\2\2\u00f7\u00f9\7[\2\2\u00f8\u00f7\3\2\2\2\u00f8"+ + "\u00f9\3\2\2\2\u00f9\u0100\3\2\2\2\u00fa\u0100\5\"\22\2\u00fb\u0100\5"+ + " \21\2\u00fc\u0100\5(\25\2\u00fd\u0100\5&\24\2\u00fe\u0100\7\3\2\2\u00ff"+ + "\u00f0\3\2\2\2\u00ff\u00f5\3\2\2\2\u00ff\u00f6\3\2\2\2\u00ff\u00fa\3\2"+ + "\2\2\u00ff\u00fb\3\2\2\2\u00ff\u00fc\3\2\2\2\u00ff\u00fd\3\2\2\2\u00ff"+ + "\u00fe\3\2\2\2\u0100\u010c\3\2\2\2\u0101\u0102\f\t\2\2\u0102\u0104\7\6"+ + "\2\2\u0103\u0105\5F$\2\u0104\u0103\3\2\2\2\u0104\u0105\3\2\2\2\u0105\u0106"+ + "\3\2\2\2\u0106\u010b\7\7\2\2\u0107\u0108\f\b\2\2\u0108\u0109\7\b\2\2\u0109"+ + "\u010b\7\t\2\2\u010a\u0101\3\2\2\2\u010a\u0107\3\2\2\2\u010b\u010e\3\2"+ + "\2\2\u010c\u010a\3\2\2\2\u010c\u010d\3\2\2\2\u010d\37\3\2\2\2\u010e\u010c"+ + "\3\2\2\2\u010f\u0110\7N\2\2\u0110\u0111\7u\2\2\u0111!\3\2\2\2\u0112\u0114"+ + "\7N\2\2\u0113\u0115\7u\2\2\u0114\u0113\3\2\2\2\u0114\u0115\3\2\2\2\u0115"+ + "\u0116\3\2\2\2\u0116\u0118\7\4\2\2\u0117\u0119\5$\23\2\u0118\u0117\3\2"+ + "\2\2\u0119\u011a\3\2\2\2\u011a\u0118\3\2\2\2\u011a\u011b\3\2\2\2\u011b"+ + "\u011c\3\2\2\2\u011c\u011d\7\5\2\2\u011d#\3\2\2\2\u011e\u011f\5\16\b\2"+ + "\u011f\u0120\7\n\2\2\u0120%\3\2\2\2\u0121\u0122\7O\2\2\u0122\u0123\7u"+ + "\2\2\u0123\'\3\2\2\2\u0124\u0126\7O\2\2\u0125\u0127\7u\2\2\u0126\u0125"+ + "\3\2\2\2\u0126\u0127\3\2\2\2\u0127\u0128\3\2\2\2\u0128\u0129\7\4\2\2\u0129"+ + "\u012a\5*\26\2\u012a\u012b\7\5\2\2\u012b)\3\2\2\2\u012c\u012d\b\26\1\2"+ + "\u012d\u012e\5,\27\2\u012e\u0134\3\2\2\2\u012f\u0130\f\3\2\2\u0130\u0131"+ + "\7\f\2\2\u0131\u0133\5,\27\2\u0132\u012f\3\2\2\2\u0133\u0136\3\2\2\2\u0134"+ + "\u0132\3\2\2\2\u0134\u0135\3\2\2\2\u0135+\3\2\2\2\u0136\u0134\3\2\2\2"+ + "\u0137\u013a\7u\2\2\u0138\u0139\7&\2\2\u0139\u013b\5F$\2\u013a\u0138\3"+ + "\2\2\2\u013a\u013b\3\2\2\2\u013b-\3\2\2\2\u013c\u0140\5\26\f\2\u013d\u013f"+ + "\5\30\r\2\u013e\u013d\3\2\2\2\u013f\u0142\3\2\2\2\u0140\u013e\3\2\2\2"+ + "\u0140\u0141\3\2\2\2\u0141\u0143\3\2\2\2\u0142\u0140\3\2\2\2\u0143\u0144"+ + "\7u\2\2\u0144\u0146\7\b\2\2\u0145\u0147\5\60\31\2\u0146\u0145\3\2\2\2"+ + "\u0146\u0147\3\2\2\2\u0147\u0148\3\2\2\2\u0148\u0149\7\t\2\2\u0149\u014b"+ + "\7\4\2\2\u014a\u014c\58\35\2\u014b\u014a\3\2\2\2\u014b\u014c\3\2\2\2\u014c"+ + "\u014d\3\2\2\2\u014d\u014e\7\5\2\2\u014e/\3\2\2\2\u014f\u0154\5\62\32"+ + "\2\u0150\u0151\7\f\2\2\u0151\u0153\5\62\32\2\u0152\u0150\3\2\2\2\u0153"+ + "\u0156\3\2\2\2\u0154\u0152\3\2\2\2\u0154\u0155\3\2\2\2\u0155\61\3\2\2"+ + "\2\u0156\u0154\3\2\2\2\u0157\u015b\5\26\f\2\u0158\u015a\5\30\r\2\u0159"+ + "\u0158\3\2\2\2\u015a\u015d\3\2\2\2\u015b\u0159\3\2\2\2\u015b\u015c\3\2"+ + "\2\2\u015c\u015e\3\2\2\2\u015d\u015b\3\2\2\2\u015e\u015f\7u\2\2\u015f"+ + "\u0162\3\2\2\2\u0160\u0162\7[\2\2\u0161\u0157\3\2\2\2\u0161\u0160\3\2"+ + "\2\2\u0162\63\3\2\2\2\u0163\u0164\7b\2\2\u0164\u0165\7)\2\2\u0165\u0166"+ + "\3\2\2\2\u0166\u0167\7\b\2\2\u0167\u016c\7l\2\2\u0168\u0169\7\f\2\2\u0169"+ + "\u016b\7l\2\2\u016a\u0168\3\2\2\2\u016b\u016e\3\2\2\2\u016c\u016a\3\2"+ + "\2\2\u016c\u016d\3\2\2\2\u016d\u016f\3\2\2\2\u016e\u016c\3\2\2\2\u016f"+ + "\u01ae\7\t\2\2\u0170\u0171\7b\2\2\u0171\u0172\7*\2\2\u0172\u0173\3\2\2"+ + "\2\u0173\u0174\7\b\2\2\u0174\u0175\7l\2\2\u0175\u01ae\7\t\2\2\u0176\u0177"+ + "\7b\2\2\u0177\u0178\7+\2\2\u0178\u0179\3\2\2\2\u0179\u017a\7\b\2\2\u017a"+ + "\u017b\7u\2\2\u017b\u01ae\7\t\2\2\u017c\u017d\7b\2\2\u017d\u017e\7-\2"+ + "\2\u017e\u017f\3\2\2\2\u017f\u0180\7\b\2\2\u0180\u0181\7u\2\2\u0181\u01ae"+ + "\7\t\2\2\u0182\u0183\7b\2\2\u0183\u0184\7,\2\2\u0184\u0185\3\2\2\2\u0185"+ + "\u0186\7\b\2\2\u0186\u0187\7^\2\2\u0187\u01ae\7\t\2\2\u0188\u0189\7b\2"+ + "\2\u0189\u018a\7.\2\2\u018a\u018b\3\2\2\2\u018b\u018c\7\b\2\2\u018c\u018d"+ + "\7u\2\2\u018d\u01ae\7\t\2\2\u018e\u018f\7b\2\2\u018f\u0190\7/\2\2\u0190"+ + "\u0191\3\2\2\2\u0191\u0192\7\b\2\2\u0192\u0193\7u\2\2\u0193\u01ae\7\t"+ + "\2\2\u0194\u0195\7b\2\2\u0195\u0196\7\60\2\2\u0196\u0197\3\2\2\2\u0197"+ + "\u0198\7\b\2\2\u0198\u0199\7u\2\2\u0199\u01ae\7\t\2\2\u019a\u019b\7b\2"+ + "\2\u019b\u019c\7?\2\2\u019c\u019d\3\2\2\2\u019d\u019e\7\b\2\2\u019e\u019f"+ + "\7@\2\2\u019f\u01ae\7\t\2\2\u01a0\u01a1\7b\2\2\u01a1\u01a2\7A\2\2\u01a2"+ + "\u01a3\3\2\2\2\u01a3\u01a4\7\b\2\2\u01a4\u01a9\7u\2\2\u01a5\u01a6\7\f"+ + "\2\2\u01a6\u01a8\7u\2\2\u01a7\u01a5\3\2\2\2\u01a8\u01ab\3\2\2\2\u01a9"+ + "\u01a7\3\2\2\2\u01a9\u01aa\3\2\2\2\u01aa\u01ac\3\2\2\2\u01ab\u01a9\3\2"+ + "\2\2\u01ac\u01ae\7\t\2\2\u01ad\u0163\3\2\2\2\u01ad\u0170\3\2\2\2\u01ad"+ + "\u0176\3\2\2\2\u01ad\u017c\3\2\2\2\u01ad\u0182\3\2\2\2\u01ad\u0188\3\2"+ + "\2\2\u01ad\u018e\3\2\2\2\u01ad\u0194\3\2\2\2\u01ad\u019a\3\2\2\2\u01ad"+ + "\u01a0\3\2\2\2\u01ae\65\3\2\2\2\u01af\u01da\7\61\2\2\u01b0\u01b1\7\64"+ + "\2\2\u01b1\u01b2\7\b\2\2\u01b2\u01b3\7l\2\2\u01b3\u01da\7\t\2\2\u01b4"+ + "\u01b8\79\2\2\u01b5\u01b6\7\b\2\2\u01b6\u01b7\7u\2\2\u01b7\u01b9\7\t\2"+ + "\2\u01b8\u01b5\3\2\2\2\u01b8\u01b9\3\2\2\2\u01b9\u01da\3\2\2\2\u01ba\u01da"+ + "\7;\2\2\u01bb\u01da\7<\2\2\u01bc\u01bd\7:\2\2\u01bd\u01be\7\b\2\2\u01be"+ + "\u01bf\7l\2\2\u01bf\u01da\7\t\2\2\u01c0\u01da\7\66\2\2\u01c1\u01da\7\67"+ + "\2\2\u01c2\u01da\7=\2\2\u01c3\u01da\7>\2\2\u01c4\u01da\7\62\2\2\u01c5"+ + "\u01da\7\63\2\2\u01c6\u01da\7\65\2\2\u01c7\u01cb\78\2\2\u01c8\u01c9\7"+ + "\b\2\2\u01c9\u01ca\7u\2\2\u01ca\u01cc\7\t\2\2\u01cb\u01c8\3\2\2\2\u01cb"+ + "\u01cc\3\2\2\2\u01cc\u01da\3\2\2\2\u01cd\u01ce\7)\2\2\u01ce\u01cf\7\b"+ + "\2\2\u01cf\u01d4\7l\2\2\u01d0\u01d1\7\f\2\2\u01d1\u01d3\7l\2\2\u01d2\u01d0"+ + "\3\2\2\2\u01d3\u01d6\3\2\2\2\u01d4\u01d2\3\2\2\2\u01d4\u01d5\3\2\2\2\u01d5"+ + "\u01d7\3\2\2\2\u01d6\u01d4\3\2\2\2\u01d7\u01da\7\t\2\2\u01d8\u01da\7@"+ + "\2\2\u01d9\u01af\3\2\2\2\u01d9\u01b0\3\2\2\2\u01d9\u01b4\3\2\2\2\u01d9"+ + "\u01ba\3\2\2\2\u01d9\u01bb\3\2\2\2\u01d9\u01bc\3\2\2\2\u01d9\u01c0\3\2"+ + "\2\2\u01d9\u01c1\3\2\2\2\u01d9\u01c2\3\2\2\2\u01d9\u01c3\3\2\2\2\u01d9"+ + "\u01c4\3\2\2\2\u01d9\u01c5\3\2\2\2\u01d9\u01c6\3\2\2\2\u01d9\u01c7\3\2"+ + "\2\2\u01d9\u01cd\3\2\2\2\u01d9\u01d8\3\2\2\2\u01da\67\3\2\2\2\u01db\u01dd"+ + "\5:\36\2\u01dc\u01db\3\2\2\2\u01dd\u01de\3\2\2\2\u01de\u01dc\3\2\2\2\u01de"+ + "\u01df\3\2\2\2\u01df9\3\2\2\2\u01e0\u01e1\5\16\b\2\u01e1\u01e2\7\n\2\2"+ + "\u01e2\u0235\3\2\2\2\u01e3\u01e5\7\4\2\2\u01e4\u01e6\58\35\2\u01e5\u01e4"+ + "\3\2\2\2\u01e5\u01e6\3\2\2\2\u01e6\u01e7\3\2\2\2\u01e7\u0235\7\5\2\2\u01e8"+ + "\u01e9\5D#\2\u01e9\u01ea\7\n\2\2\u01ea\u0235\3\2\2\2\u01eb\u01ec\7B\2"+ + "\2\u01ec\u01ed\7\b\2\2\u01ed\u01ee\5D#\2\u01ee\u01ef\7\t\2\2\u01ef\u01f2"+ + "\5:\36\2\u01f0\u01f1\7C\2\2\u01f1\u01f3\5:\36\2\u01f2\u01f0\3\2\2\2\u01f2"+ + "\u01f3\3\2\2\2\u01f3\u0235\3\2\2\2\u01f4\u01f6\5\66\34\2\u01f5\u01f4\3"+ + "\2\2\2\u01f6\u01f9\3\2\2\2\u01f7\u01f5\3\2\2\2\u01f7\u01f8\3\2\2\2\u01f8"+ + "\u01fa\3\2\2\2\u01f9\u01f7\3\2\2\2\u01fa\u01fb\7D\2\2\u01fb\u01fc\7\b"+ + "\2\2\u01fc\u01fd\5D#\2\u01fd\u01fe\7\t\2\2\u01fe\u01ff\5:\36\2\u01ff\u0235"+ + "\3\2\2\2\u0200\u0202\5\66\34\2\u0201\u0200\3\2\2\2\u0202\u0205\3\2\2\2"+ + "\u0203\u0201\3\2\2\2\u0203\u0204\3\2\2\2\u0204\u0206\3\2\2\2\u0205\u0203"+ + "\3\2\2\2\u0206\u0207\7E\2\2\u0207\u0208\5:\36\2\u0208\u0209\7D\2\2\u0209"+ + "\u020a\7\b\2\2\u020a\u020b\5D#\2\u020b\u020c\7\t\2\2\u020c\u020d\7\n\2"+ + "\2\u020d\u0235\3\2\2\2\u020e\u0210\5\66\34\2\u020f\u020e\3\2\2\2\u0210"+ + "\u0213\3\2\2\2\u0211\u020f\3\2\2\2\u0211\u0212\3\2\2\2\u0212\u0214\3\2"+ + "\2\2\u0213\u0211\3\2\2\2\u0214\u0215\7F\2\2\u0215\u0216\7\b\2\2\u0216"+ + "\u0217\5@!\2\u0217\u0218\7\t\2\2\u0218\u0219\5:\36\2\u0219\u0235\3\2\2"+ + "\2\u021a\u021b\7G\2\2\u021b\u021c\7\b\2\2\u021c\u021d\5D#\2\u021d\u021e"+ + "\7\t\2\2\u021e\u021f\7\4\2\2\u021f\u0220\5<\37\2\u0220\u0221\7\5\2\2\u0221"+ + "\u0235\3\2\2\2\u0222\u0224\7H\2\2\u0223\u0225\5D#\2\u0224\u0223\3\2\2"+ + "\2\u0224\u0225\3\2\2\2\u0225\u0226\3\2\2\2\u0226\u0235\7\n\2\2\u0227\u0228"+ + "\7I\2\2\u0228\u0235\7\n\2\2\u0229\u022a\7J\2\2\u022a\u0235\7\n\2\2\u022b"+ + "\u022d\7K\2\2\u022c\u022e\5L\'\2\u022d\u022c\3\2\2\2\u022d\u022e\3\2\2"+ + "\2\u022e\u022f\3\2\2\2\u022f\u0230\7\4\2\2\u0230\u0231\5P)\2\u0231\u0232"+ + "\7\u008c\2\2\u0232\u0235\3\2\2\2\u0233\u0235\5J&\2\u0234\u01e0\3\2\2\2"+ + "\u0234\u01e3\3\2\2\2\u0234\u01e8\3\2\2\2\u0234\u01eb\3\2\2\2\u0234\u01f7"+ + "\3\2\2\2\u0234\u0203\3\2\2\2\u0234\u0211\3\2\2\2\u0234\u021a\3\2\2\2\u0234"+ + "\u0222\3\2\2\2\u0234\u0227\3\2\2\2\u0234\u0229\3\2\2\2\u0234\u022b\3\2"+ + "\2\2\u0234\u0233\3\2\2\2\u0235;\3\2\2\2\u0236\u0238\5> \2\u0237\u0236"+ + "\3\2\2\2\u0238\u0239\3\2\2\2\u0239\u0237\3\2\2\2\u0239\u023a\3\2\2\2\u023a"+ + "\u0240\3\2\2\2\u023b\u023c\7L\2\2\u023c\u023e\7\13\2\2\u023d\u023f\58"+ + "\35\2\u023e\u023d\3\2\2\2\u023e\u023f\3\2\2\2\u023f\u0241\3\2\2\2\u0240"+ + "\u023b\3\2\2\2\u0240\u0241\3\2\2\2\u0241=\3\2\2\2\u0242\u0243\7M\2\2\u0243"+ + "\u0244\5F$\2\u0244\u0246\7\13\2\2\u0245\u0247\58\35\2\u0246\u0245\3\2"+ + "\2\2\u0246\u0247\3\2\2\2\u0247?\3\2\2\2\u0248\u0249\5B\"\2\u0249\u024a"+ + "\7\n\2\2\u024a\u024b\5D#\2\u024b\u024d\7\n\2\2\u024c\u024e\5D#\2\u024d"+ + "\u024c\3\2\2\2\u024d\u024e\3\2\2\2\u024e\u025f\3\2\2\2\u024f\u0253\5\26"+ + "\f\2\u0250\u0252\5\30\r\2\u0251\u0250\3\2\2\2\u0252\u0255\3\2\2\2\u0253"+ + "\u0251\3\2\2\2\u0253\u0254\3\2\2\2\u0254\u0257\3\2\2\2\u0255\u0253\3\2"+ + "\2\2\u0256\u024f\3\2\2\2\u0256\u0257\3\2\2\2\u0257\u0258\3\2\2\2\u0258"+ + "\u0259\7u\2\2\u0259\u025a\7\13\2\2\u025a\u025b\5F$\2\u025b\u025c\7\r\2"+ + "\2\u025c\u025d\5F$\2\u025d\u025f\3\2\2\2\u025e\u0248\3\2\2\2\u025e\u0256"+ + "\3\2\2\2\u025fA\3\2\2\2\u0260\u0262\5\16\b\2\u0261\u0260\3\2\2\2\u0261"+ + "\u0262\3\2\2\2\u0262\u0265\3\2\2\2\u0263\u0265\5D#\2\u0264\u0261\3\2\2"+ + "\2\u0264\u0263\3\2\2\2\u0265C\3\2\2\2\u0266\u0267\b#\1\2\u0267\u0268\5"+ + "F$\2\u0268\u026e\3\2\2\2\u0269\u026a\f\3\2\2\u026a\u026b\7\f\2\2\u026b"+ + "\u026d\5F$\2\u026c\u0269\3\2\2\2\u026d\u0270\3\2\2\2\u026e\u026c\3\2\2"+ + "\2\u026e\u026f\3\2\2\2\u026fE\3\2\2\2\u0270\u026e\3\2\2\2\u0271\u0272"+ + "\b$\1\2\u0272\u0273\7\b\2\2\u0273\u0274\5D#\2\u0274\u0275\7\t\2\2\u0275"+ + "\u02b0\3\2\2\2\u0276\u0277\7P\2\2\u0277\u027a\7\b\2\2\u0278\u027b\5F$"+ + "\2\u0279\u027b\5\34\17\2\u027a\u0278\3\2\2\2\u027a\u0279\3\2\2\2\u027b"+ + "\u027c\3\2\2\2\u027c\u027d\7\t\2\2\u027d\u02b0\3\2\2\2\u027e\u027f\7Q"+ + "\2\2\u027f\u0282\7\b\2\2\u0280\u0283\5F$\2\u0281\u0283\5\34\17\2\u0282"+ + "\u0280\3\2\2\2\u0282\u0281\3\2\2\2\u0283\u0284\3\2\2\2\u0284\u0285\7\t"+ + "\2\2\u0285\u02b0\3\2\2\2\u0286\u0288\7R\2\2\u0287\u0289\7\b\2\2\u0288"+ + "\u0287\3\2\2\2\u0288\u0289\3\2\2\2\u0289\u028a\3\2\2\2\u028a\u028c\7u"+ + "\2\2\u028b\u028d\7\t\2\2\u028c\u028b\3\2\2\2\u028c\u028d\3\2\2\2\u028d"+ + "\u02b0\3\2\2\2\u028e\u028f\7\b\2\2\u028f\u0290\5\34\17\2\u0290\u0291\7"+ + "\t\2\2\u0291\u0292\5F$\32\u0292\u02b0\3\2\2\2\u0293\u0294\t\2\2\2\u0294"+ + "\u02b0\5F$\31\u0295\u0296\7\23\2\2\u0296\u02b0\5F$\27\u0297\u0298\t\3"+ + "\2\2\u0298\u02b0\5F$\26\u0299\u029a\t\4\2\2\u029a\u02b0\5F$\22\u029b\u029c"+ + "\7\4\2\2\u029c\u02a1\5F$\2\u029d\u029e\7\f\2\2\u029e\u02a0\5F$\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\u02a2\u02a4\3\2\2\2\u02a3\u02a1\3\2\2\2\u02a4\u02a5\7\5\2\2\u02a5"+ + "\u02b0\3\2\2\2\u02a6\u02b0\7u\2\2\u02a7\u02b0\7l\2\2\u02a8\u02aa\7^\2"+ + "\2\u02a9\u02a8\3\2\2\2\u02aa\u02ab\3\2\2\2\u02ab\u02a9\3\2\2\2\u02ab\u02ac"+ + "\3\2\2\2\u02ac\u02b0\3\2\2\2\u02ad\u02b0\7_\2\2\u02ae\u02b0\7\\\2\2\u02af"+ + "\u0271\3\2\2\2\u02af\u0276\3\2\2\2\u02af\u027e\3\2\2\2\u02af\u0286\3\2"+ + "\2\2\u02af\u028e\3\2\2\2\u02af\u0293\3\2\2\2\u02af\u0295\3\2\2\2\u02af"+ + "\u0297\3\2\2\2\u02af\u0299\3\2\2\2\u02af\u029b\3\2\2\2\u02af\u02a6\3\2"+ + "\2\2\u02af\u02a7\3\2\2\2\u02af\u02a9\3\2\2\2\u02af\u02ad\3\2\2\2\u02af"+ + "\u02ae\3\2\2\2\u02b0\u02ed\3\2\2\2\u02b1\u02b2\f\25\2\2\u02b2\u02b3\t"+ + "\5\2\2\u02b3\u02ec\5F$\26\u02b4\u02b5\f\24\2\2\u02b5\u02b6\t\6\2\2\u02b6"+ + "\u02ec\5F$\25\u02b7\u02b8\f\23\2\2\u02b8\u02b9\t\7\2\2\u02b9\u02ec\5F"+ + "$\24\u02ba\u02bb\f\21\2\2\u02bb\u02bc\t\b\2\2\u02bc\u02ec\5F$\22\u02bd"+ + "\u02be\f\20\2\2\u02be\u02bf\7\30\2\2\u02bf\u02ec\5F$\21\u02c0\u02c1\f"+ + "\17\2\2\u02c1\u02c2\7\32\2\2\u02c2\u02ec\5F$\20\u02c3\u02c4\f\16\2\2\u02c4"+ + "\u02c5\7\33\2\2\u02c5\u02ec\5F$\17\u02c6\u02c7\f\r\2\2\u02c7\u02c8\7$"+ + "\2\2\u02c8\u02ec\5F$\16\u02c9\u02ca\f\f\2\2\u02ca\u02cb\7%\2\2\u02cb\u02ec"+ + "\5F$\r\u02cc\u02cd\f\13\2\2\u02cd\u02ce\7\16\2\2\u02ce\u02cf\5F$\2\u02cf"+ + "\u02d0\7\13\2\2\u02d0\u02d1\5F$\f\u02d1\u02ec\3\2\2\2\u02d2\u02d3\f\n"+ + "\2\2\u02d3\u02d4\7&\2\2\u02d4\u02ec\5F$\n\u02d5\u02d6\f\t\2\2\u02d6\u02d7"+ + "\7\'\2\2\u02d7\u02ec\5F$\t\u02d8\u02d9\f!\2\2\u02d9\u02da\7\17\2\2\u02da"+ + "\u02ec\7u\2\2\u02db\u02dc\f \2\2\u02dc\u02dd\7\20\2\2\u02dd\u02ec\7u\2"+ + "\2\u02de\u02df\f\37\2\2\u02df\u02e1\7\b\2\2\u02e0\u02e2\5H%\2\u02e1\u02e0"+ + "\3\2\2\2\u02e1\u02e2\3\2\2\2\u02e2\u02e3\3\2\2\2\u02e3\u02ec\7\t\2\2\u02e4"+ + "\u02e5\f\33\2\2\u02e5\u02e6\7\6\2\2\u02e6\u02e7\5D#\2\u02e7\u02e8\7\7"+ + "\2\2\u02e8\u02ec\3\2\2\2\u02e9\u02ea\f\30\2\2\u02ea\u02ec\t\2\2\2\u02eb"+ + "\u02b1\3\2\2\2\u02eb\u02b4\3\2\2\2\u02eb\u02b7\3\2\2\2\u02eb\u02ba\3\2"+ + "\2\2\u02eb\u02bd\3\2\2\2\u02eb\u02c0\3\2\2\2\u02eb\u02c3\3\2\2\2\u02eb"+ + "\u02c6\3\2\2\2\u02eb\u02c9\3\2\2\2\u02eb\u02cc\3\2\2\2\u02eb\u02d2\3\2"+ + "\2\2\u02eb\u02d5\3\2\2\2\u02eb\u02d8\3\2\2\2\u02eb\u02db\3\2\2\2\u02eb"+ + "\u02de\3\2\2\2\u02eb\u02e4\3\2\2\2\u02eb\u02e9\3\2\2\2\u02ec\u02ef\3\2"+ + "\2\2\u02ed\u02eb\3\2\2\2\u02ed\u02ee\3\2\2\2\u02eeG\3\2\2\2\u02ef\u02ed"+ + "\3\2\2\2\u02f0\u02f5\5F$\2\u02f1\u02f2\7\f\2\2\u02f2\u02f4\5F$\2\u02f3"+ + "\u02f1\3\2\2\2\u02f4\u02f7\3\2\2\2\u02f5\u02f3\3\2\2\2\u02f5\u02f6\3\2"+ + "\2\2\u02f6I\3\2\2\2\u02f7\u02f5\3\2\2\2\u02f8\u02fa\7S\2\2\u02f9\u02fb"+ + "\5L\'\2\u02fa\u02f9\3\2\2\2\u02fa\u02fb\3\2\2\2\u02fb\u02fc\3\2\2\2\u02fc"+ + "\u02fd\7]\2\2\u02fdK\3\2\2\2\u02fe\u02ff\7\b\2\2\u02ff\u0304\5N(\2\u0300"+ + "\u0301\7\f\2\2\u0301\u0303\5N(\2\u0302\u0300\3\2\2\2\u0303\u0306\3\2\2"+ + "\2\u0304\u0302\3\2\2\2\u0304\u0305\3\2\2\2\u0305\u0307\3\2\2\2\u0306\u0304"+ + "\3\2\2\2\u0307\u0308\7\t\2\2\u0308M\3\2\2\2\u0309\u030a\7T\2\2\u030a\u0319"+ + "\7^\2\2\u030b\u030c\7U\2\2\u030c\u0319\7u\2\2\u030d\u030e\7V\2\2\u030e"+ + "\u0319\7^\2\2\u030f\u0310\7W\2\2\u0310\u0319\5F$\2\u0311\u0312\7X\2\2"+ + "\u0312\u0319\5F$\2\u0313\u0316\7*\2\2\u0314\u0317\7\65\2\2\u0315\u0317"+ + "\5F$\2\u0316\u0314\3\2\2\2\u0316\u0315\3\2\2\2\u0317\u0319\3\2\2\2\u0318"+ + "\u0309\3\2\2\2\u0318\u030b\3\2\2\2\u0318\u030d\3\2\2\2\u0318\u030f\3\2"+ + "\2\2\u0318\u0311\3\2\2\2\u0318\u0313\3\2\2\2\u0319O\3\2\2\2\u031a\u031c"+ + "\5R*\2\u031b\u031a\3\2\2\2\u031c\u031f\3\2\2\2\u031d\u031b\3\2\2\2\u031d"+ + "\u031e\3\2\2\2\u031eQ\3\2\2\2\u031f\u031d\3\2\2\2\u0320\u0324\5T+\2\u0321"+ + "\u0324\5V,\2\u0322\u0324\5X-\2\u0323\u0320\3\2\2\2\u0323\u0321\3\2\2\2"+ + "\u0323\u0322\3\2\2\2\u0324S\3\2\2\2\u0325\u0326\7\u0099\2\2\u0326\u032a"+ + "\7|\2\2\u0327\u0328\7\u0098\2\2\u0328\u032a\7|\2\2\u0329\u0325\3\2\2\2"+ + "\u0329\u0327\3\2\2\2\u032aU\3\2\2\2\u032b\u032d\7z\2\2\u032c\u032e\5Z"+ + ".\2\u032d\u032c\3\2\2\2\u032d\u032e\3\2\2\2\u032eW\3\2\2\2\u032f\u0330"+ + "\7y\2\2\u0330\u0335\5\\/\2\u0331\u0332\7}\2\2\u0332\u0334\5\\/\2\u0333"+ + "\u0331\3\2\2\2\u0334\u0337\3\2\2\2\u0335\u0333\3\2\2\2\u0335\u0336\3\2"+ + "\2\2\u0336Y\3\2\2\2\u0337\u0335\3\2\2\2\u0338\u0350\5\\/\2\u0339\u033a"+ + "\7{\2\2\u033a\u0350\5\\/\2\u033b\u033c\5\\/\2\u033c\u033d\7}\2\2\u033d"+ + "\u033e\7\u0099\2\2\u033e\u0350\3\2\2\2\u033f\u0340\7~\2\2\u0340\u0341"+ + "\5\\/\2\u0341\u0342\7\177\2\2\u0342\u0343\7}\2\2\u0343\u0344\7\u0099\2"+ + "\2\u0344\u0350\3\2\2\2\u0345\u0346\7~\2\2\u0346\u0347\5\\/\2\u0347\u0348"+ + "\7}\2\2\u0348\u0349\7\u0099\2\2\u0349\u034a\7\177\2\2\u034a\u0350\3\2"+ + "\2\2\u034b\u034c\7~\2\2\u034c\u034d\5\\/\2\u034d\u034e\7\177\2\2\u034e"+ + "\u0350\3\2\2\2\u034f\u0338\3\2\2\2\u034f\u0339\3\2\2\2\u034f\u033b\3\2"+ + "\2\2\u034f\u033f\3\2\2\2\u034f\u0345\3\2\2\2\u034f\u034b\3\2\2\2\u0350"+ + "[\3\2\2\2\u0351\u0352\b/\1\2\u0352\u0353\7\u0080\2\2\u0353\u0354\5\\/"+ + "\2\u0354\u0355\7\u0081\2\2\u0355\u0360\3\2\2\2\u0356\u0357\t\t\2\2\u0357"+ + "\u0360\5\\/\n\u0358\u0360\7\u0099\2\2\u0359\u0360\7\u0097\2\2\u035a\u035b"+ + "\7\u008b\2\2\u035b\u035c\7\u0099\2\2\u035c\u0360\7\u008c\2\2\u035d\u0360"+ + "\7\u008d\2\2\u035e\u0360\7\u0096\2\2\u035f\u0351\3\2\2\2\u035f\u0356\3"+ + "\2\2\2\u035f\u0358\3\2\2\2\u035f\u0359\3\2\2\2\u035f\u035a\3\2\2\2\u035f"+ + "\u035d\3\2\2\2\u035f\u035e\3\2\2\2\u0360\u036f\3\2\2\2\u0361\u0362\f\f"+ + "\2\2\u0362\u0363\7\u0082\2\2\u0363\u036e\5\\/\r\u0364\u0365\f\13\2\2\u0365"+ + "\u0366\t\n\2\2\u0366\u036e\5\\/\f\u0367\u0368\f\t\2\2\u0368\u0369\t\13"+ + "\2\2\u0369\u036e\5\\/\n\u036a\u036b\f\b\2\2\u036b\u036c\t\f\2\2\u036c"+ + "\u036e\5\\/\t\u036d\u0361\3\2\2\2\u036d\u0364\3\2\2\2\u036d\u0367\3\2"+ + "\2\2\u036d\u036a\3\2\2\2\u036e\u0371\3\2\2\2\u036f\u036d\3\2\2\2\u036f"+ + "\u0370\3\2\2\2\u0370]\3\2\2\2\u0371\u036f\3\2\2\2Yglr\u0083\u008c\u0096"+ + "\u009c\u00a4\u00ab\u00b4\u00b9\u00bf\u00c4\u00c9\u00d0\u00d7\u00dc\u00e8"+ + "\u00eb\u00ed\u00f8\u00ff\u0104\u010a\u010c\u0114\u011a\u0126\u0134\u013a"+ + "\u0140\u0146\u014b\u0154\u015b\u0161\u016c\u01a9\u01ad\u01b8\u01cb\u01d4"+ + "\u01d9\u01de\u01e5\u01f2\u01f7\u0203\u0211\u0224\u022d\u0234\u0239\u023e"+ + "\u0240\u0246\u024d\u0253\u0256\u025e\u0261\u0264\u026e\u027a\u0282\u0288"+ + "\u028c\u02a1\u02ab\u02af\u02e1\u02eb\u02ed\u02f5\u02fa\u0304\u0316\u0318"+ + "\u031d\u0323\u0329\u032d\u0335\u034f\u035f\u036d\u036f"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.tokens b/src/main/java/dk/camelot64/kickc/parser/KickCParser.tokens index 1c26a4734..a2df68f24 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.tokens +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.tokens @@ -35,122 +35,123 @@ LOGIC_AND=34 LOGIC_OR=35 ASSIGN=36 ASSIGN_COMPOUND=37 -IMPORT=38 -TYPEDEF=39 -PRAGMA=40 -RESERVE=41 -PC=42 -TARGET=43 -LINK=44 -CPU=45 -CODESEG=46 -DATASEG=47 -ENCODING=48 -CONST=49 -EXTERN=50 -EXPORT=51 -ALIGN=52 -INLINE=53 -VOLATILE=54 -STATIC=55 -INTERRUPT=56 -REGISTER=57 -ADDRESS=58 -ADDRESS_ZEROPAGE=59 -ADDRESS_MAINMEM=60 -FORM_SSA=61 -FORM_MA=62 -CALLING=63 -CALLINGCONVENTION=64 -VARMODEL=65 -IF=66 -ELSE=67 -WHILE=68 -DO=69 -FOR=70 -SWITCH=71 -RETURN=72 -BREAK=73 -CONTINUE=74 -ASM=75 -DEFAULT=76 -CASE=77 -STRUCT=78 -ENUM=79 -SIZEOF=80 -TYPEID=81 -DEFINED=82 -KICKASM=83 -RESOURCE=84 -USES=85 -CLOBBERS=86 -BYTES=87 -CYCLES=88 -LOGIC_NOT=89 -SIGNEDNESS=90 -SIMPLETYPE=91 -BOOLEAN=92 -KICKASM_BODY=93 -STRING=94 -CHAR=95 -DEFINE=96 -DEFINE_CONTINUE=97 -UNDEF=98 -IFDEF=99 -IFNDEF=100 -IFIF=101 -ELIF=102 -IFELSE=103 -ENDIF=104 -NUMBER=105 -NUMFLOAT=106 -BINFLOAT=107 -DECFLOAT=108 -HEXFLOAT=109 -NUMINT=110 -BININTEGER=111 -DECINTEGER=112 -HEXINTEGER=113 -NAME=114 -WS=115 -COMMENT_LINE=116 -COMMENT_BLOCK=117 -ASM_BYTE=118 -ASM_MNEMONIC=119 -ASM_IMM=120 -ASM_COLON=121 -ASM_COMMA=122 -ASM_PAR_BEGIN=123 -ASM_PAR_END=124 -ASM_BRACKET_BEGIN=125 -ASM_BRACKET_END=126 -ASM_DOT=127 -ASM_SHIFT_LEFT=128 -ASM_SHIFT_RIGHT=129 -ASM_PLUS=130 -ASM_MINUS=131 -ASM_LESS_THAN=132 -ASM_GREATER_THAN=133 -ASM_MULTIPLY=134 -ASM_DIVIDE=135 -ASM_CURLY_BEGIN=136 -ASM_CURLY_END=137 -ASM_NUMBER=138 -ASM_NUMFLOAT=139 -ASM_BINFLOAT=140 -ASM_DECFLOAT=141 -ASM_HEXFLOAT=142 -ASM_NUMINT=143 -ASM_BININTEGER=144 -ASM_DECINTEGER=145 -ASM_HEXINTEGER=146 -ASM_CHAR=147 -ASM_MULTI_REL=148 -ASM_MULTI_NAME=149 -ASM_NAME=150 -ASM_WS=151 -ASM_COMMENT_LINE=152 -ASM_COMMENT_BLOCK=153 +TYPEDEF=38 +RESERVE=39 +PC=40 +TARGET=41 +LINK=42 +CPU=43 +CODESEG=44 +DATASEG=45 +ENCODING=46 +CONST=47 +EXTERN=48 +EXPORT=49 +ALIGN=50 +INLINE=51 +VOLATILE=52 +STATIC=53 +INTERRUPT=54 +REGISTER=55 +ADDRESS=56 +ADDRESS_ZEROPAGE=57 +ADDRESS_MAINMEM=58 +FORM_SSA=59 +FORM_MA=60 +CALLING=61 +CALLINGCONVENTION=62 +VARMODEL=63 +IF=64 +ELSE=65 +WHILE=66 +DO=67 +FOR=68 +SWITCH=69 +RETURN=70 +BREAK=71 +CONTINUE=72 +ASM=73 +DEFAULT=74 +CASE=75 +STRUCT=76 +ENUM=77 +SIZEOF=78 +TYPEID=79 +DEFINED=80 +KICKASM=81 +RESOURCE=82 +USES=83 +CLOBBERS=84 +BYTES=85 +CYCLES=86 +LOGIC_NOT=87 +SIGNEDNESS=88 +SIMPLETYPE=89 +BOOLEAN=90 +KICKASM_BODY=91 +STRING=92 +CHAR=93 +IMPORT=94 +INCLUDE=95 +PRAGMA=96 +DEFINE=97 +DEFINE_CONTINUE=98 +UNDEF=99 +IFDEF=100 +IFNDEF=101 +IFIF=102 +ELIF=103 +IFELSE=104 +ENDIF=105 +NUMBER=106 +NUMFLOAT=107 +BINFLOAT=108 +DECFLOAT=109 +HEXFLOAT=110 +NUMINT=111 +BININTEGER=112 +DECINTEGER=113 +HEXINTEGER=114 +NAME=115 +WS=116 +COMMENT_LINE=117 +COMMENT_BLOCK=118 +ASM_BYTE=119 +ASM_MNEMONIC=120 +ASM_IMM=121 +ASM_COLON=122 +ASM_COMMA=123 +ASM_PAR_BEGIN=124 +ASM_PAR_END=125 +ASM_BRACKET_BEGIN=126 +ASM_BRACKET_END=127 +ASM_DOT=128 +ASM_SHIFT_LEFT=129 +ASM_SHIFT_RIGHT=130 +ASM_PLUS=131 +ASM_MINUS=132 +ASM_LESS_THAN=133 +ASM_GREATER_THAN=134 +ASM_MULTIPLY=135 +ASM_DIVIDE=136 +ASM_CURLY_BEGIN=137 +ASM_CURLY_END=138 +ASM_NUMBER=139 +ASM_NUMFLOAT=140 +ASM_BINFLOAT=141 +ASM_DECFLOAT=142 +ASM_HEXFLOAT=143 +ASM_NUMINT=144 +ASM_BININTEGER=145 +ASM_DECINTEGER=146 +ASM_HEXINTEGER=147 +ASM_CHAR=148 +ASM_MULTI_REL=149 +ASM_MULTI_NAME=150 +ASM_NAME=151 +ASM_WS=152 +ASM_COMMENT_LINE=153 +ASM_COMMENT_BLOCK=154 ';'=8 '..'=11 '?'=12 @@ -169,64 +170,65 @@ ASM_COMMENT_BLOCK=153 '&&'=34 '||'=35 '='=36 -'import'=38 -'typedef'=39 -'#pragma'=40 -'reserve'=41 -'pc'=42 -'target'=43 -'link'=44 -'cpu'=45 -'code_seg'=46 -'data_seg'=47 -'encoding'=48 -'const'=49 -'extern'=50 -'export'=51 -'align'=52 -'inline'=53 -'volatile'=54 -'static'=55 -'interrupt'=56 -'register'=57 -'__address'=58 -'__zp'=59 -'__mem'=60 -'__ssa'=61 -'__ma'=62 -'calling'=63 -'var_model'=65 -'if'=66 -'else'=67 -'while'=68 -'do'=69 -'for'=70 -'switch'=71 -'return'=72 -'break'=73 -'continue'=74 -'asm'=75 -'default'=76 -'case'=77 -'struct'=78 -'enum'=79 -'sizeof'=80 -'typeid'=81 -'defined'=82 -'kickasm'=83 -'resource'=84 -'uses'=85 -'clobbers'=86 -'bytes'=87 -'cycles'=88 -'!'=89 -'#define'=96 -'#undef'=98 -'#ifdef'=99 -'#ifndef'=100 -'#if'=101 -'#elif'=102 -'#else'=103 -'#endif'=104 -'.byte'=118 -'#'=120 +'typedef'=38 +'reserve'=39 +'pc'=40 +'target'=41 +'link'=42 +'cpu'=43 +'code_seg'=44 +'data_seg'=45 +'encoding'=46 +'const'=47 +'extern'=48 +'export'=49 +'align'=50 +'inline'=51 +'volatile'=52 +'static'=53 +'interrupt'=54 +'register'=55 +'__address'=56 +'__zp'=57 +'__mem'=58 +'__ssa'=59 +'__ma'=60 +'calling'=61 +'var_model'=63 +'if'=64 +'else'=65 +'while'=66 +'do'=67 +'for'=68 +'switch'=69 +'return'=70 +'break'=71 +'continue'=72 +'asm'=73 +'default'=74 +'case'=75 +'struct'=76 +'enum'=77 +'sizeof'=78 +'typeid'=79 +'defined'=80 +'kickasm'=81 +'resource'=82 +'uses'=83 +'clobbers'=84 +'bytes'=85 +'cycles'=86 +'!'=87 +'#import'=94 +'#include'=95 +'#pragma'=96 +'#define'=97 +'#undef'=99 +'#ifdef'=100 +'#ifndef'=101 +'#if'=102 +'#elif'=103 +'#else'=104 +'#endif'=105 +'.byte'=119 +'#'=121 diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java index aa3088460..8524e2e1b 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java @@ -1,4 +1,4 @@ -// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 +// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -66,13 +66,25 @@ public class KickCParserBaseListener implements KickCParserListener { * *

The default implementation does nothing.

*/ - @Override public void enterImportDecl(KickCParser.ImportDeclContext ctx) { } + @Override public void enterImportFile(KickCParser.ImportFileContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ - @Override public void exitImportDecl(KickCParser.ImportDeclContext ctx) { } + @Override public void exitImportFile(KickCParser.ImportFileContext ctx) { } + /** + * {@inheritDoc} + * + *

The default implementation does nothing.

+ */ + @Override public void enterIncludeFile(KickCParser.IncludeFileContext ctx) { } + /** + * {@inheritDoc} + * + *

The default implementation does nothing.

+ */ + @Override public void exitIncludeFile(KickCParser.IncludeFileContext ctx) { } /** * {@inheritDoc} * diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java index d41e35be9..5c104aebf 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java @@ -1,4 +1,4 @@ -// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 +// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -47,7 +47,14 @@ public class KickCParserBaseVisitor extends AbstractParseTreeVisitor imple *

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

*/ - @Override public T visitImportDecl(KickCParser.ImportDeclContext ctx) { return visitChildren(ctx); } + @Override public T visitImportFile(KickCParser.ImportFileContext ctx) { return visitChildren(ctx); } + /** + * {@inheritDoc} + * + *

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

+ */ + @Override public T visitIncludeFile(KickCParser.IncludeFileContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java index 8c5fb8346..71d5a8625 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java @@ -1,4 +1,4 @@ -// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 +// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -50,15 +50,29 @@ public interface KickCParserListener extends ParseTreeListener { */ void exitDeclOrImport(KickCParser.DeclOrImportContext ctx); /** - * Enter a parse tree produced by {@link KickCParser#importDecl}. + * Enter a parse tree produced by the {@code importFile} + * labeled alternative in {@link KickCParser#importDecl}. * @param ctx the parse tree */ - void enterImportDecl(KickCParser.ImportDeclContext ctx); + void enterImportFile(KickCParser.ImportFileContext ctx); /** - * Exit a parse tree produced by {@link KickCParser#importDecl}. + * Exit a parse tree produced by the {@code importFile} + * labeled alternative in {@link KickCParser#importDecl}. * @param ctx the parse tree */ - void exitImportDecl(KickCParser.ImportDeclContext ctx); + void exitImportFile(KickCParser.ImportFileContext ctx); + /** + * Enter a parse tree produced by the {@code includeFile} + * labeled alternative in {@link KickCParser#importDecl}. + * @param ctx the parse tree + */ + void enterIncludeFile(KickCParser.IncludeFileContext ctx); + /** + * Exit a parse tree produced by the {@code includeFile} + * labeled alternative in {@link KickCParser#importDecl}. + * @param ctx the parse tree + */ + void exitIncludeFile(KickCParser.IncludeFileContext ctx); /** * Enter a parse tree produced by {@link KickCParser#decl}. * @param ctx the parse tree diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java index 99ecdd033..e4f710668 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java @@ -1,4 +1,4 @@ -// Generated from C:/c64/kickc/src/main/java/dk/camelot64/kickc/parser\KickCParser.g4 by ANTLR 4.7.2 +// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.7.2 package dk.camelot64.kickc.parser; @@ -37,11 +37,19 @@ public interface KickCParserVisitor extends ParseTreeVisitor { */ T visitDeclOrImport(KickCParser.DeclOrImportContext ctx); /** - * Visit a parse tree produced by {@link KickCParser#importDecl}. + * Visit a parse tree produced by the {@code importFile} + * labeled alternative in {@link KickCParser#importDecl}. * @param ctx the parse tree * @return the visitor result */ - T visitImportDecl(KickCParser.ImportDeclContext ctx); + T visitImportFile(KickCParser.ImportFileContext ctx); + /** + * Visit a parse tree produced by the {@code includeFile} + * labeled alternative in {@link KickCParser#importDecl}. + * @param ctx the parse tree + * @return the visitor result + */ + T visitIncludeFile(KickCParser.IncludeFileContext ctx); /** * Visit a parse tree produced by {@link KickCParser#decl}. * @param ctx the parse tree diff --git a/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java b/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java index dbff89f4e..afc4fb9c5 100644 --- a/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java +++ b/src/main/java/dk/camelot64/kickc/passes/Pass0GenerateStatementSequence.java @@ -93,7 +93,7 @@ public class Pass0GenerateStatementSequence extends KickCParserBaseVisitor settingNodes = new ArrayList<>(ctx.NAME()); diff --git a/src/main/kc/stdlib/bitmap2.kc b/src/main/kc/stdlib/bitmap2.kc index d2f66ea58..845fb0a8b 100644 --- a/src/main/kc/stdlib/bitmap2.kc +++ b/src/main/kc/stdlib/bitmap2.kc @@ -1,5 +1,5 @@ // Simple single-color (320x200) bitmap routines -import "string" +#include "string" // The adddress of the bitmap screen (used for colors) byte* bitmap_screen; diff --git a/src/main/kc/stdlib/c64dtv.kc b/src/main/kc/stdlib/c64dtv.kc index 3268cc12a..418c358e9 100644 --- a/src/main/kc/stdlib/c64dtv.kc +++ b/src/main/kc/stdlib/c64dtv.kc @@ -4,7 +4,7 @@ // (J) https://www.c64-wiki.com/wiki/C64DTV_Programming_Guide // (H) http://dtvhacking.cbm8bit.com/dtv_wiki/images/d/d9/Dtv_registers_full.txt -import "c64.kc" +#include "c64.kc" // Feature enables or disables the extra C64 DTV features byte* const DTV_FEATURE = $d03f; diff --git a/src/main/kc/stdlib/keyboard.kc b/src/main/kc/stdlib/keyboard.kc index 105e28de6..e7132acd4 100644 --- a/src/main/kc/stdlib/keyboard.kc +++ b/src/main/kc/stdlib/keyboard.kc @@ -16,7 +16,7 @@ // |7. | #%01111111 (127/$7f) | STOP ($ )| q ($11)|COMMODR($ )| SPACE ($20)| 2 ($32)|CONTROL($ )| <- ($1f)| 1 ($31)| // +----+----------------------+------------+------------+------------+------------+------------+------------+------------+------------+ -import "c64.kc" +#include "c64.kc" // Keyboard Codes for all 63 keys. // Keyboard Codes are %00rrrccc, where rrr is the row ID (0-7) and ccc is the column ID (0-7). diff --git a/src/main/kc/stdlib/multiplexer.kc b/src/main/kc/stdlib/multiplexer.kc index e3ddcf196..9770c3451 100644 --- a/src/main/kc/stdlib/multiplexer.kc +++ b/src/main/kc/stdlib/multiplexer.kc @@ -12,7 +12,7 @@ // In practice a good method is to wait until the raster is beyond plexFreeNextYpos() and then call plexShowSprite(). Repeat until all 32 sprites have been shown. // TODO: Let the caller specify the number of sprites to use (or add PLEX_ENABLE[PLEX_COUNT]) -import "c64" +#include "c64" // The number of sprites in the multiplexer const char PLEX_COUNT = 32; diff --git a/src/main/kc/stdlib/print.kc b/src/main/kc/stdlib/print.kc index 03f6b3504..267b6e218 100644 --- a/src/main/kc/stdlib/print.kc +++ b/src/main/kc/stdlib/print.kc @@ -1,5 +1,5 @@ -import "stdlib" -import "string" +#include "stdlib" +#include "string" byte* print_screen = $0400; byte* print_line_cursor = print_screen; diff --git a/src/main/kc/stdlib/sinus.kc b/src/main/kc/stdlib/sinus.kc index f96786387..325e8efad 100644 --- a/src/main/kc/stdlib/sinus.kc +++ b/src/main/kc/stdlib/sinus.kc @@ -4,8 +4,8 @@ // Uses the approximation sin(x) = x - x^/6 + x^/128 // Optimization possibility: Use symmetries when generating sinustables. wavelength%2==0 -> mirror symmetry over PI, wavelength%4==0 -> mirror symmetry over PI/2. -import "division.kc" -import "multiply.kc" +#include "division.kc" +#include "multiply.kc" // PI*2 in u[4.28] format const dword PI2_u4f28 = $6487ed51; diff --git a/src/main/kc/stdlib/sqr.kc b/src/main/kc/stdlib/sqr.kc index b74120065..c4690acd3 100644 --- a/src/main/kc/stdlib/sqr.kc +++ b/src/main/kc/stdlib/sqr.kc @@ -1,6 +1,6 @@ // Table-based implementation of integer square sqr() and square root sqrt() -import "stdlib" +#include "stdlib" // The number of squares to pre-calculate. Limits what values sqr() can calculate and the result of sqrt() byte NUM_SQUARES = 0xff; diff --git a/src/main/kc/stdlib/stdlib.kc b/src/main/kc/stdlib/stdlib.kc index d761ff5a7..5f3e4246a 100644 --- a/src/main/kc/stdlib/stdlib.kc +++ b/src/main/kc/stdlib/stdlib.kc @@ -1,6 +1,6 @@ // C standard library stdlib.h // Implementation of functions found int C stdlib.h / stdlib.c -import "string" +#include "string" // Top of the heap used by malloc() unsigned char* HEAP_TOP = 0xa000; diff --git a/src/main/kc/stdlib/time.kc b/src/main/kc/stdlib/time.kc index 72ce08e69..df42638b9 100644 --- a/src/main/kc/stdlib/time.kc +++ b/src/main/kc/stdlib/time.kc @@ -1,7 +1,7 @@ // C standard library time.h // Functions to get and manipulate date and time information. -import "c64" +#include "c64" // Type suitable for storing the processor time. typedef unsigned long clock_t; diff --git a/src/test/kc/bgblack.kc b/src/test/kc/bgblack.kc index 199c21463..ec8f7f65b 100644 --- a/src/test/kc/bgblack.kc +++ b/src/test/kc/bgblack.kc @@ -1,4 +1,4 @@ -import "bgblacklib" +#include "bgblacklib" void main() { *BGCOL = BLACK; } diff --git a/src/test/kc/bitmap-circle-2.kc b/src/test/kc/bitmap-circle-2.kc index 1fd02c244..48cbe91a3 100644 --- a/src/test/kc/bitmap-circle-2.kc +++ b/src/test/kc/bitmap-circle-2.kc @@ -1,4 +1,4 @@ -import "c64" +#include "c64" byte* const SCREEN = $400; byte* const BITMAP = $2000; diff --git a/src/test/kc/bitmap-circle.kc b/src/test/kc/bitmap-circle.kc index 297a815d4..529537c04 100644 --- a/src/test/kc/bitmap-circle.kc +++ b/src/test/kc/bitmap-circle.kc @@ -2,7 +2,7 @@ // Coded by Richard-William Loerakker // Original Source https://bcaorganizer.blogspot.com/p/c-program-for_21.html?fbclid=IwAR0iL8pYcCqhCPa6LmtQ9qej-YonYVepY2cBegYRIWO0l8RPeOnTVniMAac -import "c64" +#include "c64" byte* const SCREEN = $400; byte* const BITMAP = $2000; diff --git a/src/test/kc/bitmap-line-anim-1.kc b/src/test/kc/bitmap-line-anim-1.kc index f0fcc1455..4ae2fcf62 100644 --- a/src/test/kc/bitmap-line-anim-1.kc +++ b/src/test/kc/bitmap-line-anim-1.kc @@ -1,8 +1,8 @@ // Illustrates problem with bitmap-draw.kc line() // Reported by Janne Johansson -import "c64.kc" -import "bitmap-draw.kc" +#include "c64.kc" +#include "bitmap-draw.kc" byte* const SCREEN = $400; byte* const BITMAP = $2000; diff --git a/src/test/kc/bitmap-line-anim-2.kc b/src/test/kc/bitmap-line-anim-2.kc index 36ce4875e..5869bbb6e 100644 --- a/src/test/kc/bitmap-line-anim-2.kc +++ b/src/test/kc/bitmap-line-anim-2.kc @@ -1,8 +1,8 @@ // Shows that bitmap2.kc line() does not have the same problem as bitmap-draw.kc // See bitmap-line-anim-1.kc -import "c64.kc" -import "bitmap2.kc" +#include "c64.kc" +#include "bitmap2.kc" byte* const SCREEN = $400; byte* const BITMAP = $2000; diff --git a/src/test/kc/bitmap-plot-0.kc b/src/test/kc/bitmap-plot-0.kc index 0dd9bc715..c995f3569 100644 --- a/src/test/kc/bitmap-plot-0.kc +++ b/src/test/kc/bitmap-plot-0.kc @@ -1,7 +1,7 @@ // Tests the simple bitmap plotter - and counts plots per frame in an IRQ // Plots simple plots -import "c64" -import "bitmap2" +#include "c64" +#include "bitmap2" byte* BITMAP = 0x2000; byte* SCREEN = 0x0400; diff --git a/src/test/kc/bitmap-plot-1.kc b/src/test/kc/bitmap-plot-1.kc index f0e42f014..860a5c101 100644 --- a/src/test/kc/bitmap-plot-1.kc +++ b/src/test/kc/bitmap-plot-1.kc @@ -1,9 +1,9 @@ // Tests the simple bitmap plotter - and counts plots per frame in an IRQ // Plots a fullscreen elipsis -import "c64" -import "sinus" -import "multiply" -import "bitmap2" +#include "c64" +#include "sinus" +#include "multiply" +#include "bitmap2" byte* BITMAP = 0x2000; byte* SCREEN = 0x0400; diff --git a/src/test/kc/bitmap-plot-2.kc b/src/test/kc/bitmap-plot-2.kc index aa6bca037..138ae2d1b 100644 --- a/src/test/kc/bitmap-plot-2.kc +++ b/src/test/kc/bitmap-plot-2.kc @@ -1,9 +1,9 @@ // Tests the simple bitmap plotter - and counts plots per frame in an IRQ // Plots a spiral -import "c64" -import "sinus" -import "multiply" -import "bitmap2" +#include "c64" +#include "sinus" +#include "multiply" +#include "bitmap2" byte* BITMAP = 0x2000; byte* SCREEN = 0x0400; diff --git a/src/test/kc/bitmap-plot-3.kc b/src/test/kc/bitmap-plot-3.kc index 659942a03..e03b45a3d 100644 --- a/src/test/kc/bitmap-plot-3.kc +++ b/src/test/kc/bitmap-plot-3.kc @@ -1,8 +1,8 @@ // Tests the simple bitmap plotter // Plots a few lines using the bresenham line algorithm -import "c64" -import "bitmap2" -import "print" +#include "c64" +#include "bitmap2" +#include "print" byte* BITMAP = 0x2000; byte* SCREEN = 0x0400; diff --git a/src/test/kc/c-types.kc b/src/test/kc/c-types.kc index a92ded5d5..8f7a15ddb 100644 --- a/src/test/kc/c-types.kc +++ b/src/test/kc/c-types.kc @@ -1,6 +1,6 @@ // Tests the different standard C types -import "print" +#include "print" void main() { print_cls(); diff --git a/src/test/kc/c64dtv-8bppcharstretch.kc b/src/test/kc/c64dtv-8bppcharstretch.kc index 540f5cc72..a1a5a505b 100644 --- a/src/test/kc/c64dtv-8bppcharstretch.kc +++ b/src/test/kc/c64dtv-8bppcharstretch.kc @@ -1,5 +1,5 @@ // C64DTV 8bpp charmode stretcher -import "c64dtv.kc" +#include "c64dtv.kc" // Plane with the screen byte* const SCREEN = $7c00; diff --git a/src/test/kc/c64dtv-8bppchunkystretch.kc b/src/test/kc/c64dtv-8bppchunkystretch.kc index d140518bf..f40dd8049 100644 --- a/src/test/kc/c64dtv-8bppchunkystretch.kc +++ b/src/test/kc/c64dtv-8bppchunkystretch.kc @@ -1,5 +1,5 @@ // C64DTV 8bpp charmode stretcher -import "c64dtv.kc" +#include "c64dtv.kc" // Plane with all pixels byte* const CHUNKY = $8000; diff --git a/src/test/kc/c64dtv-blitter-box.kc b/src/test/kc/c64dtv-blitter-box.kc index c95ed3608..7a1e353e7 100644 --- a/src/test/kc/c64dtv-blitter-box.kc +++ b/src/test/kc/c64dtv-blitter-box.kc @@ -1,6 +1,6 @@ // Fill a box on the screen using the blitter -import "c64dtv.kc" +#include "c64dtv.kc" byte* const SCREEN = $400; const byte SRCA[] = "camelot rules!"; diff --git a/src/test/kc/c64dtv-blittermin.kc b/src/test/kc/c64dtv-blittermin.kc index 5973b263b..2be1c2f45 100644 --- a/src/test/kc/c64dtv-blittermin.kc +++ b/src/test/kc/c64dtv-blittermin.kc @@ -1,4 +1,4 @@ -import "c64dtv.kc" +#include "c64dtv.kc" byte* const SCREEN = $400; const byte SRCA[] = { 'c', 'a', 'm', 'e', 'l', 'o', 't', '!', ' '}; diff --git a/src/test/kc/c64dtv-color.kc b/src/test/kc/c64dtv-color.kc index 457d2b363..da081414d 100644 --- a/src/test/kc/c64dtv-color.kc +++ b/src/test/kc/c64dtv-color.kc @@ -1,6 +1,6 @@ // Test C64DTV v2 256-colors and the 16-color redefinable palette -import "c64dtv.kc" +#include "c64dtv.kc" void main() { asm { sei } diff --git a/src/test/kc/c64dtv-gfxexplorer.kc b/src/test/kc/c64dtv-gfxexplorer.kc index 3acb5d490..a68f00123 100644 --- a/src/test/kc/c64dtv-gfxexplorer.kc +++ b/src/test/kc/c64dtv-gfxexplorer.kc @@ -1,8 +1,8 @@ // Interactive Explorer for C64DTV Screen Modes -import "c64dtv.kc" -import "print.kc" -import "keyboard.kc" -import "bitmap-draw.kc" +#include "c64dtv.kc" +#include "print.kc" +#include "keyboard.kc" +#include "bitmap-draw.kc" void main() { asm { sei } // Disable normal interrupt (prevent keyboard reading glitches and allows to hide basic/kernal) diff --git a/src/test/kc/c64dtv-gfxmodes.kc b/src/test/kc/c64dtv-gfxmodes.kc index 817ba86fe..8d66096be 100644 --- a/src/test/kc/c64dtv-gfxmodes.kc +++ b/src/test/kc/c64dtv-gfxmodes.kc @@ -1,8 +1,8 @@ // Exploring C64DTV Screen Modes -import "c64dtv.kc" -import "print.kc" -import "keyboard.kc" -import "bitmap-draw.kc" +#include "c64dtv.kc" +#include "print.kc" +#include "keyboard.kc" +#include "bitmap-draw.kc" void main() { asm { sei } // Disable normal interrupt (prevent keyboard reading glitches and allows to hide basic/kernal) diff --git a/src/test/kc/cia-timer-cyclecount.kc b/src/test/kc/cia-timer-cyclecount.kc index e85345bd4..f747fca87 100644 --- a/src/test/kc/cia-timer-cyclecount.kc +++ b/src/test/kc/cia-timer-cyclecount.kc @@ -1,8 +1,8 @@ // Counting cycles using a CIA timer -import "c64" -import "time" -import "print" +#include "c64" +#include "time" +#include "print" byte* const SCREEN = 0x0400; diff --git a/src/test/kc/cia-timer-simple.kc b/src/test/kc/cia-timer-simple.kc index fd0c7a929..8b2842f4e 100644 --- a/src/test/kc/cia-timer-simple.kc +++ b/src/test/kc/cia-timer-simple.kc @@ -1,8 +1,8 @@ // Setup and run a simple CIA-timer -import "c64" -import "time" -import "print" +#include "c64" +#include "time" +#include "print" byte* const SCREEN = 0x0400; diff --git a/src/test/kc/complex/clearscreen/clearscreen.kc b/src/test/kc/complex/clearscreen/clearscreen.kc index b5fb1dc60..e58eb85d5 100644 --- a/src/test/kc/complex/clearscreen/clearscreen.kc +++ b/src/test/kc/complex/clearscreen/clearscreen.kc @@ -1,9 +1,9 @@ // Clears start screen throwing around the letters (by turning them into sprites) -import "stdlib" -import "sqr" -import "atan2" -import "multiply" -import "c64" +#include "stdlib" +#include "sqr" +#include "atan2" +#include "multiply" +#include "c64" // Generate debug code (raster time usage etc.) const bool DEBUG = false; diff --git a/src/test/kc/complex/medusa/medusa.kc b/src/test/kc/complex/medusa/medusa.kc index cdca5387d..39e06e999 100644 --- a/src/test/kc/complex/medusa/medusa.kc +++ b/src/test/kc/complex/medusa/medusa.kc @@ -1,8 +1,8 @@ // Display MEDUSA PETSCII by Buzz_clik // https://csdb.dk/release/?id=178673 -import "c64" -import "string" +#include "c64" +#include "string" char MEDUSA_SCREEN[1000] = kickasm(resource "medusas.prg" ) {{ .var fileScreen = LoadBinary("medusas.prg", BF_C64FILE) diff --git a/src/test/kc/complex/prebob/grid-bobs.kc b/src/test/kc/complex/prebob/grid-bobs.kc index 6e4efd7de..29ce473e9 100644 --- a/src/test/kc/complex/prebob/grid-bobs.kc +++ b/src/test/kc/complex/prebob/grid-bobs.kc @@ -1,10 +1,10 @@ // Pre-calculated bobs inside a charset (pre-moved to all x/y-combinations) -import "c64" -import "string" -import "keyboard" -import "time" -import "print" -import "fastmultiply" +#include "c64" +#include "string" +#include "keyboard" +#include "time" +#include "print" +#include "fastmultiply" // The prototype BOB (a 3x3 char image with a bob image in the upper 2x2 chars) // The chars are layout as follows with data in chars 0, 1, 3, 4 initially diff --git a/src/test/kc/complex/prebob/vogel-bobs.kc b/src/test/kc/complex/prebob/vogel-bobs.kc index 4db6e4252..b0c629598 100644 --- a/src/test/kc/complex/prebob/vogel-bobs.kc +++ b/src/test/kc/complex/prebob/vogel-bobs.kc @@ -1,10 +1,10 @@ // Pre-calculated bobs inside a charset (pre-moved to all x/y-combinations) -import "c64" -import "string" -import "keyboard" -import "time" -import "print" -import "fastmultiply" +#include "c64" +#include "string" +#include "keyboard" +#include "time" +#include "print" +#include "fastmultiply" // The prototype BOB (a 3x3 char image with a bob image in the upper 2x2 chars) // The chars are layout as follows with data in chars 0, 1, 3, 4 initially diff --git a/src/test/kc/complex/prebob/vogel-sprites.kc b/src/test/kc/complex/prebob/vogel-sprites.kc index b9a38d997..67261c245 100644 --- a/src/test/kc/complex/prebob/vogel-sprites.kc +++ b/src/test/kc/complex/prebob/vogel-sprites.kc @@ -1,9 +1,9 @@ // Same animation using a multiplexer -import "c64" -import "multiplexer" -import "fastmultiply" -import "string" -import "keyboard" +#include "c64" +#include "multiplexer" +#include "fastmultiply" +#include "string" +#include "keyboard" // The BOB sprite align(0x1000) char SPRITE[] = kickasm(resource "smiley.png") {{ diff --git a/src/test/kc/complex/splines/truetype-splines.kc b/src/test/kc/complex/splines/truetype-splines.kc index b6d0fc5e7..9bdd9cf7e 100644 --- a/src/test/kc/complex/splines/truetype-splines.kc +++ b/src/test/kc/complex/splines/truetype-splines.kc @@ -1,11 +1,11 @@ // Show a few simple splines using the splines library -import "splines" -import "bitmap2" -import "time" -import "print" -import "fastmultiply" -import "c64" +#include "splines" +#include "bitmap2" +#include "time" +#include "print" +#include "fastmultiply" +#include "c64" char* const PRINT_SCREEN = 0x0400; char* const BITMAP_SCREEN = 0x5c00; diff --git a/src/test/kc/complex/spritescroller/spritescroller.kc b/src/test/kc/complex/spritescroller/spritescroller.kc index 02bcf31eb..3241ab76b 100644 --- a/src/test/kc/complex/spritescroller/spritescroller.kc +++ b/src/test/kc/complex/spritescroller/spritescroller.kc @@ -1,6 +1,6 @@ // Put a 2x2 font into sprites and show it on screen -import "c64" -import "multiplexer" +#include "c64" +#include "multiplexer" char * const CHARSET_DEFAULT = 0x1000; char * const SPRITES = 0x3000; diff --git a/src/test/kc/complex/tetris/test-sprites.kc b/src/test/kc/complex/tetris/test-sprites.kc index 6b6b3bf22..316c0bafd 100644 --- a/src/test/kc/complex/tetris/test-sprites.kc +++ b/src/test/kc/complex/tetris/test-sprites.kc @@ -1,4 +1,4 @@ -import "tetris-sprites" +#include "tetris-sprites" char SIN[256] = kickasm {{ .var AMPL = 200-21 diff --git a/src/test/kc/complex/tetris/tetris-play.kc b/src/test/kc/complex/tetris/tetris-play.kc index bcbbcc53c..e98a3850b 100644 --- a/src/test/kc/complex/tetris/tetris-play.kc +++ b/src/test/kc/complex/tetris/tetris-play.kc @@ -2,8 +2,8 @@ // Implementation of the tetris game play logic. Most of the logic is modelled after NES tetris // Source: https://meatfighter.com/nintendotetrisai/ -import "tetris-data" -import "tetris-pieces" +#include "tetris-data" +#include "tetris-pieces" // Pointers to the playfield address for each playfield line char* playfield_lines[PLAYFIELD_LINES]; diff --git a/src/test/kc/complex/tetris/tetris-render.kc b/src/test/kc/complex/tetris/tetris-render.kc index d6e6cee78..60595df9e 100644 --- a/src/test/kc/complex/tetris/tetris-render.kc +++ b/src/test/kc/complex/tetris/tetris-render.kc @@ -2,8 +2,8 @@ // All rendering logic for showing the playfield, the pieces and the scores // Also handles double buffering -import "tetris-data" -import "tetris-pieces" +#include "tetris-data" +#include "tetris-pieces" kickasm(pc PLAYFIELD_CHARSET, resource "playfield-screen.imap") {{ .fill 8,$00 // Place a filled char at the start of the charset diff --git a/src/test/kc/complex/tetris/tetris-sprites.kc b/src/test/kc/complex/tetris/tetris-sprites.kc index f59a30696..9192e760d 100644 --- a/src/test/kc/complex/tetris/tetris-sprites.kc +++ b/src/test/kc/complex/tetris/tetris-sprites.kc @@ -1,7 +1,7 @@ // Tetris Game for the Commodore 64 // A sprite multiplexer covering the playfield with a black layer to allow for 3 single-pixel colors -import "c64" -import "tetris-data" +#include "c64" +#include "tetris-data" kickasm(pc PLAYFIELD_SPRITES, resource "playfield-sprites.png") {{ .var sprites = LoadPicture("playfield-sprites.png", List().add($010101, $000000)) diff --git a/src/test/kc/complex/tetris/tetris.kc b/src/test/kc/complex/tetris/tetris.kc index 8f705a761..618554687 100644 --- a/src/test/kc/complex/tetris/tetris.kc +++ b/src/test/kc/complex/tetris/tetris.kc @@ -2,13 +2,13 @@ // The tetris game tries to match NES tetris gameplay pretty closely // Source: https://meatfighter.com/nintendotetrisai/ -import "c64" -import "keyboard" -import "sid" -import "tetris-data" -import "tetris-render" -import "tetris-sprites" -import "tetris-play" +#include "c64" +#include "keyboard" +#include "sid" +#include "tetris-data" +#include "tetris-render" +#include "tetris-sprites" +#include "tetris-play" void main() { sid_rnd_init(); diff --git a/src/test/kc/complex/travis/game-orig.kc b/src/test/kc/complex/travis/game-orig.kc index 1f7fa5f4a..b8d556efa 100644 --- a/src/test/kc/complex/travis/game-orig.kc +++ b/src/test/kc/complex/travis/game-orig.kc @@ -1,5 +1,5 @@ -import "c64.kc" -import "print" +#include "c64.kc" +#include "print" byte* SCREEN = $0400; diff --git a/src/test/kc/complex/xmega65/xmega65.kc b/src/test/kc/complex/xmega65/xmega65.kc index f5b3dc7b5..34490fbab 100644 --- a/src/test/kc/complex/xmega65/xmega65.kc +++ b/src/test/kc/complex/xmega65/xmega65.kc @@ -2,7 +2,7 @@ // Each function of the kernal is a no-args function // The functions are placed in the SYSCALLS table surrounded by JMP and NOP -import "string" +#include "string" #pragma link("xmega65.ld") diff --git a/src/test/kc/constants.kc b/src/test/kc/constants.kc index b37d15bb8..aca3a9c64 100644 --- a/src/test/kc/constants.kc +++ b/src/test/kc/constants.kc @@ -1,4 +1,4 @@ -import "print.kc" +#include "print.kc" byte* const BGCOL = $d021; const byte GREEN = 5; const byte RED = 2 ; diff --git a/src/test/kc/cordic-atan2-16-ref.kc b/src/test/kc/cordic-atan2-16-ref.kc index b1bb54fab..11595a524 100644 --- a/src/test/kc/cordic-atan2-16-ref.kc +++ b/src/test/kc/cordic-atan2-16-ref.kc @@ -1,10 +1,10 @@ // Find atan2(x, y) using the CORDIC method // See http://bsvi.ru/uploads/CORDIC--_10EBA/cordic.pdf -import "font-hex" -import "atan2" -import "c64" -import "print" +#include "font-hex" +#include "atan2" +#include "c64" +#include "print" byte* const CHARSET = 0x2000; byte* const SCREEN = 0x2800; diff --git a/src/test/kc/cordic-atan2-16.kc b/src/test/kc/cordic-atan2-16.kc index 4db719b40..f5a7e40e2 100644 --- a/src/test/kc/cordic-atan2-16.kc +++ b/src/test/kc/cordic-atan2-16.kc @@ -1,9 +1,9 @@ // Find atan2(x, y) using the CORDIC method // See http://bsvi.ru/uploads/CORDIC--_10EBA/cordic.pdf -import "font-hex" -import "atan2" -import "c64" +#include "font-hex" +#include "atan2" +#include "c64" byte* const CHARSET = 0x2000; byte* const SCREEN = 0x2800; diff --git a/src/test/kc/cordic-atan2-clear.kc b/src/test/kc/cordic-atan2-clear.kc index b4dd40418..c0599cb80 100644 --- a/src/test/kc/cordic-atan2-clear.kc +++ b/src/test/kc/cordic-atan2-clear.kc @@ -1,8 +1,8 @@ // Find atan2(x, y) using the CORDIC method // See http://bsvi.ru/uploads/CORDIC--_10EBA/cordic.pdf -import "font-hex" -import "atan2" -import "c64" +#include "font-hex" +#include "atan2" +#include "c64" byte* const CHARSET = 0x2000; byte* const SCREEN = 0x2800; diff --git a/src/test/kc/cordic-atan2.kc b/src/test/kc/cordic-atan2.kc index 4e5cf97b9..dd5230887 100644 --- a/src/test/kc/cordic-atan2.kc +++ b/src/test/kc/cordic-atan2.kc @@ -1,9 +1,9 @@ // Find atan2(x, y) using the CORDIC method // See http://bsvi.ru/uploads/CORDIC--_10EBA/cordic.pdf -import "font-hex" -import "c64" -import "atan2" +#include "font-hex" +#include "c64" +#include "atan2" byte* const CHARSET = 0x2000; diff --git a/src/test/kc/danny-joystick-problem.kc b/src/test/kc/danny-joystick-problem.kc index 6254c0608..2dd30af3c 100644 --- a/src/test/kc/danny-joystick-problem.kc +++ b/src/test/kc/danny-joystick-problem.kc @@ -1,7 +1,7 @@ // Tests problem writing/reading joystick encountered by Danny Spijksma // https://www.protovision.games/hardw/build4player.php?language=en&fbclid=IwAR1MJLgQjOU0zVa0ax2aNeGa-xVbE9IGY9zC6b6eInTV4HQzoUAoCPoXu14 -import "c64" +#include "c64" char* const SCREEN = 0x0400; void main() { (*CIA2_PORT_B) &= 0x7f; diff --git a/src/test/kc/default-font.kc b/src/test/kc/default-font.kc index 83687b8c6..b19b15b02 100644 --- a/src/test/kc/default-font.kc +++ b/src/test/kc/default-font.kc @@ -1,6 +1,6 @@ // Show default font on screen -import "string" +#include "string" byte* SCREEN = 0x0400; diff --git a/src/test/kc/double-import.kc b/src/test/kc/double-import.kc index 7e7ea8617..07cf5045b 100644 --- a/src/test/kc/double-import.kc +++ b/src/test/kc/double-import.kc @@ -1,5 +1,5 @@ -import "imported" -import "imported" +#include "imported" +#include "imported" void main() { *BGCOL = RED; diff --git a/src/test/kc/euclid-3.kc b/src/test/kc/euclid-3.kc index b01ae3e31..87ddb4979 100644 --- a/src/test/kc/euclid-3.kc +++ b/src/test/kc/euclid-3.kc @@ -4,7 +4,7 @@ * Based on facebook post from */ -import "print" +#include "print" void main () { print_cls(); diff --git a/src/test/kc/examples/3d/3d.kc b/src/test/kc/examples/3d/3d.kc index 32715d0ea..dbf55360d 100644 --- a/src/test/kc/examples/3d/3d.kc +++ b/src/test/kc/examples/3d/3d.kc @@ -2,8 +2,8 @@ // Based on: // - C= Hacking Magazine Issue 8. http://www.ffd2.com/fridge/chacking/c=hacking8.txt // - Codebase64 Article http://codebase64.org/doku.php?id=base:3d_rotation -import "c64" -import "print" +#include "c64" +#include "print" // The rotated point - updated by calling rotate_matrix() signed char* xr = $f0; diff --git a/src/test/kc/examples/3d/perspective.kc b/src/test/kc/examples/3d/perspective.kc index 9c6a3170c..dac62ae70 100644 --- a/src/test/kc/examples/3d/perspective.kc +++ b/src/test/kc/examples/3d/perspective.kc @@ -2,8 +2,8 @@ // Based on: // - C= Hacking Magazine Issue 8. http://www.ffd2.com/fridge/chacking/c=hacking8.txt // - Codebase64 Article http://codebase64.org/doku.php?id=base:3d_rotation -import "c64" -import "print" +#include "c64" +#include "print" // The rotated point - updated by calling rotate() signed char* xr = $f0; diff --git a/src/test/kc/examples/bresenham/bitmap-bresenham.kc b/src/test/kc/examples/bresenham/bitmap-bresenham.kc index d7953cb46..f57ba0433 100644 --- a/src/test/kc/examples/bresenham/bitmap-bresenham.kc +++ b/src/test/kc/examples/bresenham/bitmap-bresenham.kc @@ -1,5 +1,5 @@ -import "c64.kc" -import "bitmap-draw.kc" +#include "c64.kc" +#include "bitmap-draw.kc" char* const SCREEN = $400; char* const BITMAP = $2000; diff --git a/src/test/kc/examples/chargen/chargen-analysis.kc b/src/test/kc/examples/chargen/chargen-analysis.kc index c13af27ce..9affd6eb1 100644 --- a/src/test/kc/examples/chargen/chargen-analysis.kc +++ b/src/test/kc/examples/chargen/chargen-analysis.kc @@ -1,6 +1,6 @@ // Allows analysis of the CHARGEN ROM font -import "c64.kc" -import "keyboard.kc" +#include "c64.kc" +#include "keyboard.kc" char* SCREEN = $400; diff --git a/src/test/kc/examples/fastmultiply/fastmultiply8.kc b/src/test/kc/examples/fastmultiply/fastmultiply8.kc index 8c7d39c68..77b8b6fce 100644 --- a/src/test/kc/examples/fastmultiply/fastmultiply8.kc +++ b/src/test/kc/examples/fastmultiply/fastmultiply8.kc @@ -6,7 +6,7 @@ // - http://codebase64.org/doku.php?id=base:seriously_fast_multiplication // - http://codebase64.org/doku.php?id=magazines:chacking16 -import "print.kc" +#include "print.kc" signed char vals[] = {-95, -64, -32, -16, 0, 16, 32, 64, 95}; diff --git a/src/test/kc/examples/fire/fire.kc b/src/test/kc/examples/fire/fire.kc index eb5f8e4d2..dfbd9fb34 100644 --- a/src/test/kc/examples/fire/fire.kc +++ b/src/test/kc/examples/fire/fire.kc @@ -4,8 +4,8 @@ // Ported to KickC by Jesper Gravgaard. // Original source https://github.com/cc65/cc65/blob/master/samples/fire.c -import "c64" -import "sid" +#include "c64" +#include "sid" unsigned char* SCREEN1 = 0x3800; unsigned char* SCREEN2 = 0x3c00; diff --git a/src/test/kc/examples/font-2x2/font-2x2.kc b/src/test/kc/examples/font-2x2/font-2x2.kc index 678837d37..9325a8475 100644 --- a/src/test/kc/examples/font-2x2/font-2x2.kc +++ b/src/test/kc/examples/font-2x2/font-2x2.kc @@ -1,7 +1,7 @@ // Creates a 2x2 font from the system CHARGEN font and compress it by identifying identical chars -import "c64" -import "string" +#include "c64" +#include "string" char* const SCREEN = 0x0400; char* const FONT_ORIGINAL = 0x2000; diff --git a/src/test/kc/examples/helloworld/helloworld.kc b/src/test/kc/examples/helloworld/helloworld.kc index c293cff19..f34052e93 100644 --- a/src/test/kc/examples/helloworld/helloworld.kc +++ b/src/test/kc/examples/helloworld/helloworld.kc @@ -1,4 +1,4 @@ -import "print" +#include "print" void main() { print_str("hello world!"); print_ln(); diff --git a/src/test/kc/examples/irq/irq-hyperscreen.kc b/src/test/kc/examples/irq/irq-hyperscreen.kc index a5a1d1be0..852967939 100644 --- a/src/test/kc/examples/irq/irq-hyperscreen.kc +++ b/src/test/kc/examples/irq/irq-hyperscreen.kc @@ -1,5 +1,5 @@ // A raster IRQ that opens the top/bottom border. -import "c64.kc" +#include "c64.kc" char* const GHOST_BYTE = $3fff; diff --git a/src/test/kc/examples/kernalload/kernalload.kc b/src/test/kc/examples/kernalload/kernalload.kc index a3f027c77..3d1ca1d54 100644 --- a/src/test/kc/examples/kernalload/kernalload.kc +++ b/src/test/kc/examples/kernalload/kernalload.kc @@ -3,8 +3,8 @@ // To execute the program succesfully you must mount the D64 disk image and execute the kernalload.PRG program #pragma link("kernalload.ld") -import "string" -import "c64" +#include "string" +#include "c64" // Sprite file #pragma data_seg(Sprite) diff --git a/src/test/kc/examples/multiplexer/simple-multiplexer.kc b/src/test/kc/examples/multiplexer/simple-multiplexer.kc index cdaf3b6c1..e00e7b6d2 100644 --- a/src/test/kc/examples/multiplexer/simple-multiplexer.kc +++ b/src/test/kc/examples/multiplexer/simple-multiplexer.kc @@ -1,6 +1,6 @@ // A simple usage of the flexible sprite multiplexer routine -import "c64" -import "multiplexer" +#include "c64" +#include "multiplexer" // Location of screen & sprites char* SCREEN = $400; diff --git a/src/test/kc/examples/music/music.kc b/src/test/kc/examples/music/music.kc index 3600e7ec8..49600567d 100755 --- a/src/test/kc/examples/music/music.kc +++ b/src/test/kc/examples/music/music.kc @@ -1,5 +1,5 @@ // A simple SID music player playing music in the main loop. -import "c64.kc" +#include "c64.kc" char* const MUSIC = $1000; diff --git a/src/test/kc/examples/music/music_irq.kc b/src/test/kc/examples/music/music_irq.kc index b733aa179..97c0a05a6 100755 --- a/src/test/kc/examples/music/music_irq.kc +++ b/src/test/kc/examples/music/music_irq.kc @@ -1,5 +1,5 @@ // A simple SID music player using RASTER IRQ -import "c64.kc" +#include "c64.kc" char* const MUSIC = $1000; diff --git a/src/test/kc/examples/nmisamples/nmisamples.kc b/src/test/kc/examples/nmisamples/nmisamples.kc index 96ad4d45d..35a5e6c37 100644 --- a/src/test/kc/examples/nmisamples/nmisamples.kc +++ b/src/test/kc/examples/nmisamples/nmisamples.kc @@ -2,7 +2,7 @@ // Code by Scan of Desire (Richard-William Loerakker) // Sample from ART OF NOISE: MOMENTS IN LOVE -import "c64" +#include "c64" const unsigned int SAMPLE_SIZE = 0x6100; char SAMPLE[SAMPLE_SIZE] = kickasm(resource "moments_sample.bin") {{ .import binary "moments_sample.bin" }}; diff --git a/src/test/kc/examples/plasma/plasma-unroll.kc b/src/test/kc/examples/plasma/plasma-unroll.kc index 036b97b59..00e0cb0b1 100644 --- a/src/test/kc/examples/plasma/plasma-unroll.kc +++ b/src/test/kc/examples/plasma/plasma-unroll.kc @@ -6,9 +6,9 @@ // Ported to KickC by Jesper Gravgaard. // Original source https://github.com/cc65/cc65/blob/master/samples/plasma.c -import "c64" -import "print" -import "sid" +#include "c64" +#include "print" +#include "sid" unsigned char* const SCREEN1 = $2800; unsigned char* const CHARSET = $2000; diff --git a/src/test/kc/examples/plasma/plasma.kc b/src/test/kc/examples/plasma/plasma.kc index 399027314..5de682ba1 100644 --- a/src/test/kc/examples/plasma/plasma.kc +++ b/src/test/kc/examples/plasma/plasma.kc @@ -4,9 +4,9 @@ // Ported to KickC by Jesper Gravgaard. // Original source https://github.com/cc65/cc65/blob/master/samples/plasma.c -import "c64" -import "print" -import "sid" +#include "c64" +#include "print" +#include "sid" char* const SCREEN1 = 0x2800; char* const SCREEN2 = 0x2c00; diff --git a/src/test/kc/examples/rasterbars/raster-bars.kc b/src/test/kc/examples/rasterbars/raster-bars.kc index a2ef34f1c..a753e26fc 100644 --- a/src/test/kc/examples/rasterbars/raster-bars.kc +++ b/src/test/kc/examples/rasterbars/raster-bars.kc @@ -1,4 +1,4 @@ -import "c64.kc" +#include "c64.kc" void main() { asm { diff --git a/src/test/kc/examples/rotate/rotate.kc b/src/test/kc/examples/rotate/rotate.kc index d09f1ba61..05b573fec 100644 --- a/src/test/kc/examples/rotate/rotate.kc +++ b/src/test/kc/examples/rotate/rotate.kc @@ -1,9 +1,9 @@ // 2D rotattion of 8 sprites -import "c64" -import "fastmultiply" -import "time" -import "print" +#include "c64" +#include "fastmultiply" +#include "time" +#include "print" char* SCREEN = $0400; diff --git a/src/test/kc/examples/scrolllogo/scrolllogo.kc b/src/test/kc/examples/scrolllogo/scrolllogo.kc index fa6b3fc21..e76852f6f 100644 --- a/src/test/kc/examples/scrolllogo/scrolllogo.kc +++ b/src/test/kc/examples/scrolllogo/scrolllogo.kc @@ -1,6 +1,6 @@ -import "c64.kc" -import "sinus.kc" -import "string.kc" +#include "c64.kc" +#include "sinus.kc" +#include "string.kc" char* SCREEN = $400; char* LOGO = $2000; diff --git a/src/test/kc/examples/showlogo/showlogo.kc b/src/test/kc/examples/showlogo/showlogo.kc index ae5fe932e..8a00f0a73 100644 --- a/src/test/kc/examples/showlogo/showlogo.kc +++ b/src/test/kc/examples/showlogo/showlogo.kc @@ -1,5 +1,5 @@ -import "c64.kc" -import "string" +#include "c64.kc" +#include "string" char* SCREEN = $400; char* LOGO = $2000; diff --git a/src/test/kc/examples/sinplotter/sine-plotter.kc b/src/test/kc/examples/sinplotter/sine-plotter.kc index b6fac0d68..34e716493 100644 --- a/src/test/kc/examples/sinplotter/sine-plotter.kc +++ b/src/test/kc/examples/sinplotter/sine-plotter.kc @@ -1,9 +1,9 @@ // Generate a big sinus and plot it on a bitmap -import "c64.kc" -import "sinus.kc" -import "string.kc" -import "bitmap2.kc" +#include "c64.kc" +#include "sinus.kc" +#include "string.kc" +#include "bitmap2.kc" char* SCREEN = $400; char* BITMAP = $2000; diff --git a/src/test/kc/examples/sinsprites/sinus-sprites.kc b/src/test/kc/examples/sinsprites/sinus-sprites.kc index f229d2d4f..487acf27f 100644 --- a/src/test/kc/examples/sinsprites/sinus-sprites.kc +++ b/src/test/kc/examples/sinsprites/sinus-sprites.kc @@ -1,6 +1,6 @@ -import "c64" -import "basic-floats" -import "print" +#include "c64" +#include "basic-floats" +#include "print" const char sinlen_x = 221; const char sintab_x[221]; diff --git a/src/test/kc/fastmultiply-127.kc b/src/test/kc/fastmultiply-127.kc index 15f29e75a..c93d48758 100644 --- a/src/test/kc/fastmultiply-127.kc +++ b/src/test/kc/fastmultiply-127.kc @@ -4,7 +4,7 @@ // Uses principles from C=Hacking #16 https://codebase64.org/doku.php?id=magazines:chacking16 // Utilizes the fact that a*b = ((a+b)/2)^2 - ((a-b)/2)^2 -import "print" +#include "print" void main() { print_cls(); diff --git a/src/test/kc/font-hex-show.kc b/src/test/kc/font-hex-show.kc index 25b2fe790..6364197ed 100644 --- a/src/test/kc/font-hex-show.kc +++ b/src/test/kc/font-hex-show.kc @@ -1,7 +1,7 @@ // Shows a font where each char contains the number of the char (00-ff) -import "c64" -import "string" -import "font-hex" +#include "c64" +#include "string" +#include "font-hex" byte* SCREEN = 0x0400; byte* CHARSET = 0x2000; diff --git a/src/test/kc/gfxbank.kc b/src/test/kc/gfxbank.kc index 2be26d023..203e80529 100644 --- a/src/test/kc/gfxbank.kc +++ b/src/test/kc/gfxbank.kc @@ -1,6 +1,6 @@ // Test minimization of constants -import "c64" +#include "c64" void main() { byte* const PLAYFIELD_CHARSET = $2800; diff --git a/src/test/kc/importing.kc b/src/test/kc/importing.kc index 01483a237..1c1137551 100644 --- a/src/test/kc/importing.kc +++ b/src/test/kc/importing.kc @@ -1,4 +1,4 @@ -import "imported.kc" +#include "imported.kc" void main() { byte* screen = $0400; diff --git a/src/test/kc/incrementinarray.kc b/src/test/kc/incrementinarray.kc index f4c27c29f..7078e4aed 100644 --- a/src/test/kc/incrementinarray.kc +++ b/src/test/kc/incrementinarray.kc @@ -1,4 +1,4 @@ -import "print.kc" +#include "print.kc" byte txt[] = "camelot"; diff --git a/src/test/kc/irq-hardware-clobber-jsr.kc b/src/test/kc/irq-hardware-clobber-jsr.kc index 7ecd81bd2..13c845e16 100644 --- a/src/test/kc/irq-hardware-clobber-jsr.kc +++ b/src/test/kc/irq-hardware-clobber-jsr.kc @@ -1,5 +1,5 @@ // A minimal working raster hardware IRQ with clobber-based register savings -import "c64" +#include "c64" void main() { asm { sei } diff --git a/src/test/kc/irq-idx-problem.kc b/src/test/kc/irq-idx-problem.kc index 9f923d225..0f2d61b47 100644 --- a/src/test/kc/irq-idx-problem.kc +++ b/src/test/kc/irq-idx-problem.kc @@ -1,5 +1,5 @@ // Test interrupt routine using a variable between calls (irq_idx) -import "c64" +#include "c64" byte* const SCREEN = $0400; diff --git a/src/test/kc/irq-kernel-minimal.kc b/src/test/kc/irq-kernel-minimal.kc index 57e5f9b4b..4134354bc 100644 --- a/src/test/kc/irq-kernel-minimal.kc +++ b/src/test/kc/irq-kernel-minimal.kc @@ -1,6 +1,6 @@ // A minimal working IRQ -import "c64" +#include "c64" // Setup the IRQ routine void main() { diff --git a/src/test/kc/keyboard-glitch.kc b/src/test/kc/keyboard-glitch.kc index 5b1e3e7a6..87b02e846 100644 --- a/src/test/kc/keyboard-glitch.kc +++ b/src/test/kc/keyboard-glitch.kc @@ -5,8 +5,8 @@ // Press "C" to enter pressed state (increaded bgcol) - and "SPACE" to leave presssed state again. // Holding SPACE will sometimes trigger the pressed state when normal interrupts are enabled (green border) // but never when they are disabled (red border) -import "keyboard.kc" -import "c64.kc" +#include "keyboard.kc" +#include "c64.kc" void main() { *BORDERCOL = GREEN; diff --git a/src/test/kc/line-anim.kc b/src/test/kc/line-anim.kc index b26625dd5..91642d033 100644 --- a/src/test/kc/line-anim.kc +++ b/src/test/kc/line-anim.kc @@ -1,6 +1,6 @@ // Animated lines drawn on a single color bitmap -import "c64.kc" -import "division.kc" +#include "c64.kc" +#include "division.kc" byte* BITMAP = $a000; byte* SCREEN = $8800; diff --git a/src/test/kc/linegen.kc b/src/test/kc/linegen.kc index a6c7e2ccb..c33ab24b1 100644 --- a/src/test/kc/linegen.kc +++ b/src/test/kc/linegen.kc @@ -1,7 +1,7 @@ // Linear table generator // Work in progress towards a sinus generator -import "division.kc" -import "print.kc" +#include "division.kc" +#include "print.kc" void main() { word lintab1[20]; diff --git a/src/test/kc/logarithm.kc b/src/test/kc/logarithm.kc index f14bf1a1e..0a6d109c5 100644 --- a/src/test/kc/logarithm.kc +++ b/src/test/kc/logarithm.kc @@ -8,7 +8,7 @@ // 2.8212026 23111.2917 23111 // -1.7417939 -14268.77563 -14269 -import "multiply" +#include "multiply" void main() { diff --git a/src/test/kc/loophead-problem-3.kc b/src/test/kc/loophead-problem-3.kc index 8982bb266..c7b6241d6 100644 --- a/src/test/kc/loophead-problem-3.kc +++ b/src/test/kc/loophead-problem-3.kc @@ -1,8 +1,8 @@ // Program where loop-head optimization produces wrong return value // Reported by Richard-William Loerakker -import "c64" -import "multiply" +#include "c64" +#include "multiply" void main() { dword result = mul16u(4,123); diff --git a/src/test/kc/malloc-0.kc b/src/test/kc/malloc-0.kc index 434f1f030..390595e96 100644 --- a/src/test/kc/malloc-0.kc +++ b/src/test/kc/malloc-0.kc @@ -1,6 +1,6 @@ // Experiments with malloc() - a byte array -import "stdlib" +#include "stdlib" byte* BYTES = malloc(0x100); diff --git a/src/test/kc/malloc-1.kc b/src/test/kc/malloc-1.kc index f1656a6d5..8b890400d 100644 --- a/src/test/kc/malloc-1.kc +++ b/src/test/kc/malloc-1.kc @@ -1,6 +1,6 @@ // Experiments with malloc() - a word array -import "stdlib" +#include "stdlib" word* WORDS = malloc(0x200); diff --git a/src/test/kc/memcpy-0.kc b/src/test/kc/memcpy-0.kc index 04698dd17..ad6c3fc46 100644 --- a/src/test/kc/memcpy-0.kc +++ b/src/test/kc/memcpy-0.kc @@ -1,7 +1,7 @@ // Test memcpy - copy charset and screen using memcpy() from stdlib string -import "c64" -import "string" +#include "c64" +#include "string" byte* const CHARSET = 0x2000; byte* const SCREEN = 0x0400; diff --git a/src/test/kc/memcpy-1.kc b/src/test/kc/memcpy-1.kc index e3b298bcf..534809f61 100644 --- a/src/test/kc/memcpy-1.kc +++ b/src/test/kc/memcpy-1.kc @@ -1,6 +1,6 @@ // Test memcpy on strings ( -import "string" +#include "string" char* const SCREEN = 0x0400; const char CAMELOT[] = "camelot"; diff --git a/src/test/kc/memory-heap.kc b/src/test/kc/memory-heap.kc index f0e27ee48..7acd546a0 100644 --- a/src/test/kc/memory-heap.kc +++ b/src/test/kc/memory-heap.kc @@ -1,6 +1,6 @@ // Experiments with malloc() -import "stdlib" +#include "stdlib" void main() { unsigned char* buf1 = malloc(100); diff --git a/src/test/kc/millfork-benchmarks/benchcommon.kc b/src/test/kc/millfork-benchmarks/benchcommon.kc index b9f37ea8b..bb53557ed 100644 --- a/src/test/kc/millfork-benchmarks/benchcommon.kc +++ b/src/test/kc/millfork-benchmarks/benchcommon.kc @@ -1,5 +1,5 @@ -import "print" -import "time" +#include "print" +#include "time" unsigned int last_time; diff --git a/src/test/kc/millfork-benchmarks/linkedlist-kc.kc b/src/test/kc/millfork-benchmarks/linkedlist-kc.kc index 718cf909b..82ed7f48d 100644 --- a/src/test/kc/millfork-benchmarks/linkedlist-kc.kc +++ b/src/test/kc/millfork-benchmarks/linkedlist-kc.kc @@ -1,4 +1,4 @@ -import "benchcommon" +#include "benchcommon" struct node { struct node* next; diff --git a/src/test/kc/millfork-benchmarks/plasma-kc.kc b/src/test/kc/millfork-benchmarks/plasma-kc.kc index a15e17e18..b39fbf630 100644 --- a/src/test/kc/millfork-benchmarks/plasma-kc.kc +++ b/src/test/kc/millfork-benchmarks/plasma-kc.kc @@ -1,5 +1,5 @@ -import "benchcommon" -import "c64" +#include "benchcommon" +#include "c64" char* const SCREEN1 = 0xE000; char* const SCREEN2 = 0xE400; diff --git a/src/test/kc/millfork-benchmarks/romsum-kc.kc b/src/test/kc/millfork-benchmarks/romsum-kc.kc index 2e8708dda..6ae9769a3 100644 --- a/src/test/kc/millfork-benchmarks/romsum-kc.kc +++ b/src/test/kc/millfork-benchmarks/romsum-kc.kc @@ -1,5 +1,5 @@ -import "benchcommon" -import "print" +#include "benchcommon" +#include "print" byte* const rom = (byte*)0xe000; diff --git a/src/test/kc/millfork-benchmarks/sieve-kc.kc b/src/test/kc/millfork-benchmarks/sieve-kc.kc index 6b0d1b7b9..ee9c74c0d 100644 --- a/src/test/kc/millfork-benchmarks/sieve-kc.kc +++ b/src/test/kc/millfork-benchmarks/sieve-kc.kc @@ -1,5 +1,5 @@ -import "print" -import "benchcommon" +#include "print" +#include "benchcommon" const unsigned int COUNT = 16384; const char SQRT_COUNT = 128; diff --git a/src/test/kc/min-fmul-16.kc b/src/test/kc/min-fmul-16.kc index e0d1a85f6..90b2cfabf 100644 --- a/src/test/kc/min-fmul-16.kc +++ b/src/test/kc/min-fmul-16.kc @@ -1,4 +1,4 @@ -import "print" +#include "print" byte* RASTER = $d012; byte* BORDERCOL = $d020; diff --git a/src/test/kc/mul8u-min.kc b/src/test/kc/mul8u-min.kc index 9d7239293..c833eb564 100644 --- a/src/test/kc/mul8u-min.kc +++ b/src/test/kc/mul8u-min.kc @@ -1,6 +1,6 @@ // Minimal test of mul8u -import "multiply" +#include "multiply" void main() { diff --git a/src/test/kc/multiplexer-irq/simple-multiplexer-irq.kc b/src/test/kc/multiplexer-irq/simple-multiplexer-irq.kc index 44eaac69e..fbfbb6227 100644 --- a/src/test/kc/multiplexer-irq/simple-multiplexer-irq.kc +++ b/src/test/kc/multiplexer-irq/simple-multiplexer-irq.kc @@ -1,6 +1,6 @@ // A simple usage of the flexible sprite multiplexer routine -import "c64" -import "multiplexer" +#include "c64" +#include "multiplexer" // Location of screen & sprites char* SCREEN = 0x0400; diff --git a/src/test/kc/number-ternary-fail-2.kc b/src/test/kc/number-ternary-fail-2.kc index ae88f2b71..e2eb6c5fa 100644 --- a/src/test/kc/number-ternary-fail-2.kc +++ b/src/test/kc/number-ternary-fail-2.kc @@ -1,7 +1,7 @@ // Failing number type resolving in ternary operator // Currently fails in the ternary operator with number-issues if integer literal is not specified! -import "stdlib" +#include "stdlib" void SolveMaze(char *maze, word width, word height) { diff --git a/src/test/kc/plasma-center.kc b/src/test/kc/plasma-center.kc index 169666260..adbae87ad 100644 --- a/src/test/kc/plasma-center.kc +++ b/src/test/kc/plasma-center.kc @@ -1,12 +1,12 @@ // Plasma based on the distance/angle to the screen center -import "c64" -import "stdlib" -import "string" -import "sqr" -import "atan2" -import "print" -import "sid" +#include "c64" +#include "stdlib" +#include "string" +#include "sqr" +#include "atan2" +#include "print" +#include "sid" const char align(0x100) SINTABLE[0x200] = kickasm {{ diff --git a/src/test/kc/preprocessor-3.kc b/src/test/kc/preprocessor-3.kc index 1720f8d7b..bfcc73e2b 100644 --- a/src/test/kc/preprocessor-3.kc +++ b/src/test/kc/preprocessor-3.kc @@ -1,7 +1,7 @@ // Test the preprocessor -// #define inside an imported file +// #define inside an #included file -import "preprocessor-3b" +#include "preprocessor-3b" char * SCREEN = 0x0400; diff --git a/src/test/kc/preprocessor-3b.kc b/src/test/kc/preprocessor-3b.kc index 8242528c5..ea43a236a 100644 --- a/src/test/kc/preprocessor-3b.kc +++ b/src/test/kc/preprocessor-3b.kc @@ -1,5 +1,5 @@ // Test the preprocessor -// #define inside an imported file +// #define inside an #included file #define STAR '*' diff --git a/src/test/kc/printmsg.kc b/src/test/kc/printmsg.kc index 00a4d22ba..80ee688c9 100644 --- a/src/test/kc/printmsg.kc +++ b/src/test/kc/printmsg.kc @@ -1,4 +1,4 @@ -import "print" +#include "print" byte msg[] = "hello world! "; byte msg2[] = "hello c64! "; diff --git a/src/test/kc/processor-port-test-writethrough.kc b/src/test/kc/processor-port-test-writethrough.kc index cf5e2cae6..c2ad929f4 100644 --- a/src/test/kc/processor-port-test-writethrough.kc +++ b/src/test/kc/processor-port-test-writethrough.kc @@ -1,7 +1,7 @@ // Test the write through to RAM when writing to VIC/CIA/colorram -import "c64" -import "print" +#include "c64" +#include "print" void main() { // Avoid interrupts diff --git a/src/test/kc/processor-port-test.kc b/src/test/kc/processor-port-test.kc index 1f882d907..502366ae7 100644 --- a/src/test/kc/processor-port-test.kc +++ b/src/test/kc/processor-port-test.kc @@ -1,8 +1,8 @@ // Test the functionality of the C64 processor port ($00/$01) // Tests by setting the value of the processor port - and then printing out values of $00/$01/$a000/$d000/$e000 -import "c64" -import "print" +#include "c64" +#include "print" char* const BASIC_ROM = $a000; char* const KERNAL_ROM = $e000; diff --git a/src/test/kc/robozzle64-label-problem.kc b/src/test/kc/robozzle64-label-problem.kc index c3edd60e4..a73ce9b75 100644 --- a/src/test/kc/robozzle64-label-problem.kc +++ b/src/test/kc/robozzle64-label-problem.kc @@ -1,4 +1,4 @@ -import "multiply.kc" +#include "multiply.kc" void main() { word* screen = 0x0400; diff --git a/src/test/kc/roll-sprite-msb.kc b/src/test/kc/roll-sprite-msb.kc index 7eaafe0a0..4e2bcba20 100644 --- a/src/test/kc/roll-sprite-msb.kc +++ b/src/test/kc/roll-sprite-msb.kc @@ -1,6 +1,6 @@ // Tests rolling sprite MSB by variable amount -import "c64" +#include "c64" void main() { word xpos = 200; diff --git a/src/test/kc/sandbox.kc b/src/test/kc/sandbox.kc index 28847c566..e9c0f09e3 100644 --- a/src/test/kc/sandbox.kc +++ b/src/test/kc/sandbox.kc @@ -1,4 +1,4 @@ -import "division" +#include "division" byte * const zp1 = 0x61; // #define zp1 *(byte *)0x61 -- allows "zp1" vs "*zp1" below -- not supported -- https://gitlab.com/camelot/kickc/issues/169 byte * const zp2 = 0x62; diff --git a/src/test/kc/scan-desire-problem.kc b/src/test/kc/scan-desire-problem.kc index 821c3ee7f..b2db16fd4 100644 --- a/src/test/kc/scan-desire-problem.kc +++ b/src/test/kc/scan-desire-problem.kc @@ -1,8 +1,8 @@ // Illustrates a problem with a missing fragment - pbuc1_derefidx_vwuz1=vbuz2 -import "c64.kc" -import "keyboard.kc" -import "string.kc" -import "multiply.kc" +#include "c64.kc" +#include "keyboard.kc" +#include "string.kc" +#include "multiply.kc" byte* const screen = $400; byte* const charset = $2000; diff --git a/src/test/kc/screen-center-angle.kc b/src/test/kc/screen-center-angle.kc index 759d000ad..dc0e3910f 100644 --- a/src/test/kc/screen-center-angle.kc +++ b/src/test/kc/screen-center-angle.kc @@ -1,11 +1,11 @@ // Calculate the angle to the center of the screen - and show it using font-hex // 4.65 million cycles -import "stdlib" -import "c64" -import "font-hex" -import "atan2" -import "time" -import "print" +#include "stdlib" +#include "c64" +#include "font-hex" +#include "atan2" +#include "time" +#include "print" byte* const CHARSET = 0x2000; byte* const SCREEN = 0x2800; diff --git a/src/test/kc/screen-center-distance.kc b/src/test/kc/screen-center-distance.kc index 7cc4a7350..4a3418493 100644 --- a/src/test/kc/screen-center-distance.kc +++ b/src/test/kc/screen-center-distance.kc @@ -1,11 +1,11 @@ // Calculate the distance to the center of the screen - and show it using font-hex -import "stdlib" -import "sqr" -import "c64" -import "font-hex" -import "time" -import "print" +#include "stdlib" +#include "sqr" +#include "c64" +#include "font-hex" +#include "time" +#include "print" #pragma reserve(08) diff --git a/src/test/kc/screen-show-spiral-buckets.kc b/src/test/kc/screen-show-spiral-buckets.kc index 0506b71ae..07f75e6a6 100644 --- a/src/test/kc/screen-show-spiral-buckets.kc +++ b/src/test/kc/screen-show-spiral-buckets.kc @@ -1,10 +1,10 @@ // Fill screen using a spiral based on distance-to-center / angle-to-center // Utilizes a bucket sort for identifying the minimum angle/distance -import "c64" -import "stdlib" -import "sqr" -import "atan2" +#include "c64" +#include "stdlib" +#include "sqr" +#include "atan2" // Screen containing distance to center byte* SCREEN_DIST = malloc(1000); diff --git a/src/test/kc/screen-show-spiral.kc b/src/test/kc/screen-show-spiral.kc index 3a9188554..e7304178a 100644 --- a/src/test/kc/screen-show-spiral.kc +++ b/src/test/kc/screen-show-spiral.kc @@ -1,8 +1,8 @@ // Fill screen using a spiral based on distance-to-center / angle-to-center -import "stdlib" -import "sqr" -import "atan2" +#include "stdlib" +#include "sqr" +#include "atan2" // Screen containing distance to center diff --git a/src/test/kc/semi-struct-1.kc b/src/test/kc/semi-struct-1.kc index ac4368880..16e229076 100644 --- a/src/test/kc/semi-struct-1.kc +++ b/src/test/kc/semi-struct-1.kc @@ -6,7 +6,7 @@ // }; // Point points[NUM_POINTS]; -import "print" +#include "print" // The size of a point const byte SIZEOF_POINT = 2; diff --git a/src/test/kc/semi-struct-2.kc b/src/test/kc/semi-struct-2.kc index 7f561c4cc..7f932b15d 100644 --- a/src/test/kc/semi-struct-2.kc +++ b/src/test/kc/semi-struct-2.kc @@ -18,9 +18,9 @@ // typedef struct fileentry ENTRY; // ENTRY files[MAX_FILES]; -import "multiply" -import "print" -import "keyboard" +#include "multiply" +#include "print" +#include "keyboard" // The size of a file ENTRY const byte SIZEOF_ENTRY = 18; diff --git a/src/test/kc/sieve-min.kc b/src/test/kc/sieve-min.kc index 43b266e43..425955cc2 100644 --- a/src/test/kc/sieve-min.kc +++ b/src/test/kc/sieve-min.kc @@ -1,9 +1,9 @@ -import "string" -import "time" -import "stdint" -import "division" -import "c64" -import "print" +#include "string" +#include "time" +#include "stdint" +#include "division" +#include "c64" +#include "print" char* const SCREEN = 0x0400; diff --git a/src/test/kc/sieve.kc b/src/test/kc/sieve.kc index 2474aa7ef..2d7b900fa 100644 --- a/src/test/kc/sieve.kc +++ b/src/test/kc/sieve.kc @@ -1,9 +1,9 @@ -import "string" -import "time" -import "stdint" -import "division" -import "c64" -import "print" +#include "string" +#include "time" +#include "stdint" +#include "division" +#include "c64" +#include "print" char* const SCREEN = 0x0400; diff --git a/src/test/kc/signed-indexed-subtract.kc b/src/test/kc/signed-indexed-subtract.kc index 2cb9d7706..a6a50db11 100644 --- a/src/test/kc/signed-indexed-subtract.kc +++ b/src/test/kc/signed-indexed-subtract.kc @@ -1,6 +1,6 @@ // Tests that signed indexed subtract works as intended -import "print" +#include "print" signed word words[] = {-$6000, -$600, -$60, -6, 0, 6, $60, $600, $6000}; diff --git a/src/test/kc/signed-words.kc b/src/test/kc/signed-words.kc index ff4b35ccd..8a415ceaf 100644 --- a/src/test/kc/signed-words.kc +++ b/src/test/kc/signed-words.kc @@ -1,4 +1,4 @@ -import "c64" +#include "c64" byte* const SCREEN = $0400; byte* const SPRITES_PTR = SCREEN+$3f8; diff --git a/src/test/kc/sinus-basic.kc b/src/test/kc/sinus-basic.kc index 7b6eb463f..930c2488b 100644 --- a/src/test/kc/sinus-basic.kc +++ b/src/test/kc/sinus-basic.kc @@ -1,5 +1,5 @@ -import "print" -import "basic-floats" +#include "print" +#include "basic-floats" void main() { byte f_i[] = {0, 0, 0, 0, 0}; diff --git a/src/test/kc/sinusb.kc b/src/test/kc/sinusb.kc index b3b0899f7..a306b9dc3 100644 --- a/src/test/kc/sinusb.kc +++ b/src/test/kc/sinusb.kc @@ -4,7 +4,7 @@ // Uses the approximation sin(x) = x - x^/6 + x^/128 // Optimization possibility: Use symmetries when generating sinustables. wavelength%2==0 -> mirror symmetry over PI, wavelength%4==0 -> mirror symmetry over PI/2. -import "sinus.kc" +#include "sinus.kc" // Generate signed (large) word sinus table - on the full -$7fff - $7fff range // sintab - the table to generate into diff --git a/src/test/kc/sinusgen16.kc b/src/test/kc/sinusgen16.kc index b18cb4710..aef275fad 100644 --- a/src/test/kc/sinusgen16.kc +++ b/src/test/kc/sinusgen16.kc @@ -1,6 +1,6 @@ // Generates a 16-bit signed sinus -import "sinus.kc" -import "print.kc" +#include "sinus.kc" +#include "print.kc" void main() { word wavelength = 120; diff --git a/src/test/kc/sinusgen16b.kc b/src/test/kc/sinusgen16b.kc index d6dc77a22..70330c99d 100644 --- a/src/test/kc/sinusgen16b.kc +++ b/src/test/kc/sinusgen16b.kc @@ -1,7 +1,7 @@ // Generates a 16-bit signed sinus -import "sinus.kc" -import "sinusb.kc" -import "print.kc" +#include "sinus.kc" +#include "sinusb.kc" +#include "print.kc" void main() { word wavelength = 120; diff --git a/src/test/kc/sinusgen8.kc b/src/test/kc/sinusgen8.kc index de1bac6fa..55f63d363 100644 --- a/src/test/kc/sinusgen8.kc +++ b/src/test/kc/sinusgen8.kc @@ -1,5 +1,5 @@ -import "sinus.kc" -import "print.kc" +#include "sinus.kc" +#include "print.kc" word wavelength = 192; signed byte sintab2[192]; diff --git a/src/test/kc/sinusgen8b.kc b/src/test/kc/sinusgen8b.kc index b27515009..37fb2eddd 100644 --- a/src/test/kc/sinusgen8b.kc +++ b/src/test/kc/sinusgen8b.kc @@ -1,5 +1,5 @@ -import "sinus.kc" -import "print.kc" +#include "sinus.kc" +#include "print.kc" void main() { word wavelength = 192; diff --git a/src/test/kc/sinusgenscale8.kc b/src/test/kc/sinusgenscale8.kc index 34e481e4c..4837f6e45 100644 --- a/src/test/kc/sinusgenscale8.kc +++ b/src/test/kc/sinusgenscale8.kc @@ -1,6 +1,6 @@ -import "sinus.kc" -import "multiply.kc" -import "print.kc" +#include "sinus.kc" +#include "multiply.kc" +#include "print.kc" void main() { word tabsize = 20; diff --git a/src/test/kc/sprite-font.kc b/src/test/kc/sprite-font.kc index a9b50eb69..e238e2065 100644 --- a/src/test/kc/sprite-font.kc +++ b/src/test/kc/sprite-font.kc @@ -1,7 +1,7 @@ // Create a sprite font using lines -import "c64" -import "string" +#include "c64" +#include "string" char* const SCREEN = 0x0400; char* const SPRITE = 0x2000; diff --git a/src/test/kc/struct-ptr-22.kc b/src/test/kc/struct-ptr-22.kc index 74ebf65f5..5b6821e81 100644 --- a/src/test/kc/struct-ptr-22.kc +++ b/src/test/kc/struct-ptr-22.kc @@ -2,7 +2,7 @@ // https://gitlab.com/camelot/kickc/issues/270 -import "print" +#include "print" struct fileentry { char *bufEdit; diff --git a/src/test/kc/struct-ptr-26.kc b/src/test/kc/struct-ptr-26.kc index d9aa8c5b4..43f3b2c37 100644 --- a/src/test/kc/struct-ptr-26.kc +++ b/src/test/kc/struct-ptr-26.kc @@ -1,4 +1,4 @@ -import "print" +#include "print" typedef unsigned char BYTE; typedef unsigned short WORD; struct fileentry { diff --git a/src/test/kc/test-comparisons-sword.kc b/src/test/kc/test-comparisons-sword.kc index 52c3a1a1e..4883ba1d3 100644 --- a/src/test/kc/test-comparisons-sword.kc +++ b/src/test/kc/test-comparisons-sword.kc @@ -1,7 +1,7 @@ // Test signed word comparisons -import "c64" -import "print" +#include "c64" +#include "print" signed word swords[] = { -$6fed, $0012, $7fed }; diff --git a/src/test/kc/test-comparisons-word.kc b/src/test/kc/test-comparisons-word.kc index 041400236..7552c6a27 100644 --- a/src/test/kc/test-comparisons-word.kc +++ b/src/test/kc/test-comparisons-word.kc @@ -1,5 +1,5 @@ -import "c64" -import "print" +#include "c64" +#include "print" word words[] = { $0012, $3f34, $cfed }; diff --git a/src/test/kc/test-comparisons.kc b/src/test/kc/test-comparisons.kc index 3f75a9407..990fab554 100644 --- a/src/test/kc/test-comparisons.kc +++ b/src/test/kc/test-comparisons.kc @@ -1,4 +1,4 @@ -import "print.kc" +#include "print.kc" void main() { print_cls(); diff --git a/src/test/kc/test-division.kc b/src/test/kc/test-division.kc index 0f76aa074..e03a14bbf 100644 --- a/src/test/kc/test-division.kc +++ b/src/test/kc/test-division.kc @@ -1,6 +1,6 @@ // Test the binary division library -import "print.kc" -import "division.kc" +#include "print.kc" +#include "division.kc" void main() { print_cls(); diff --git a/src/test/kc/test-keyboard-space.kc b/src/test/kc/test-keyboard-space.kc index 5d7183667..5ad8245ab 100644 --- a/src/test/kc/test-keyboard-space.kc +++ b/src/test/kc/test-keyboard-space.kc @@ -1,5 +1,5 @@ // Test keyboard input - test the space bar -import "keyboard.kc" +#include "keyboard.kc" void main() { keyboard_init(); diff --git a/src/test/kc/test-keyboard.kc b/src/test/kc/test-keyboard.kc index 5abc43ed4..b2e73e241 100644 --- a/src/test/kc/test-keyboard.kc +++ b/src/test/kc/test-keyboard.kc @@ -1,6 +1,6 @@ // Test keyboard input - in the keyboard matrix and mapping screen codes to key codes -import "keyboard.kc" +#include "keyboard.kc" void main() { // Clear screen diff --git a/src/test/kc/test-lowhigh.kc b/src/test/kc/test-lowhigh.kc index 81ade07e7..e0c7ed0cb 100644 --- a/src/test/kc/test-lowhigh.kc +++ b/src/test/kc/test-lowhigh.kc @@ -1,4 +1,4 @@ -import "print.kc" +#include "print.kc" void main() { print_cls(); diff --git a/src/test/kc/test-multiply-16bit.kc b/src/test/kc/test-multiply-16bit.kc index c71e1c558..42d720da4 100644 --- a/src/test/kc/test-multiply-16bit.kc +++ b/src/test/kc/test-multiply-16bit.kc @@ -1,7 +1,7 @@ // Test the fast multiplication library -import "print.kc" -import "multiply.kc" -import "fastmultiply.kc" +#include "print.kc" +#include "multiply.kc" +#include "fastmultiply.kc" byte* BGCOL = $d021; diff --git a/src/test/kc/test-multiply-8bit.kc b/src/test/kc/test-multiply-8bit.kc index 4d05dd30d..d33297962 100644 --- a/src/test/kc/test-multiply-8bit.kc +++ b/src/test/kc/test-multiply-8bit.kc @@ -1,7 +1,7 @@ // Test the fast multiplication library -import "print.kc" -import "multiply.kc" -import "fastmultiply.kc" +#include "print.kc" +#include "multiply.kc" +#include "fastmultiply.kc" byte* BGCOL = $d021; diff --git a/src/test/kc/test-signed-word-minus-byte.kc b/src/test/kc/test-signed-word-minus-byte.kc index 438483fed..93ce63ef6 100644 --- a/src/test/kc/test-signed-word-minus-byte.kc +++ b/src/test/kc/test-signed-word-minus-byte.kc @@ -1,6 +1,6 @@ // Tests subtracting bytes from signed words -import "print" +#include "print" void main() { signed word w1 = 1234; diff --git a/src/test/kc/test-utoa.kc b/src/test/kc/test-utoa.kc index a4eeb0b7f..4bbf0e4a6 100644 --- a/src/test/kc/test-utoa.kc +++ b/src/test/kc/test-utoa.kc @@ -1,6 +1,6 @@ // Tests the utoa10() function that converts unsigned int to DECIMAL string -import "stdlib" -import "print" +#include "stdlib" +#include "print" // buffer for number char buf[17]; diff --git a/src/test/kc/textbox.kc b/src/test/kc/textbox.kc index c99ca7d07..b50f09b58 100644 --- a/src/test/kc/textbox.kc +++ b/src/test/kc/textbox.kc @@ -1,5 +1,5 @@ /* Textbox routine with word wrap for KickC by Scan/Desire */ -import "c64.kc" +#include "c64.kc" byte* const screen = $0400; const byte text[] = "this is a small test with word wrap, if a word is too long it moves it to the next line. isn't that supercalifragilisticexpialidocious? i think it's cool!"; diff --git a/src/test/kc/travis1.kc b/src/test/kc/travis1.kc index 46d8f711f..74c9f8a52 100644 --- a/src/test/kc/travis1.kc +++ b/src/test/kc/travis1.kc @@ -1,6 +1,6 @@ // Adding a missing word-fragment for Travis Fisher -import "print" +#include "print" byte action_count = 0; const byte READY_FRAMES = 5; diff --git a/src/test/kc/type-signed.kc b/src/test/kc/type-signed.kc index 5e84f83b7..0e5d7e925 100644 --- a/src/test/kc/type-signed.kc +++ b/src/test/kc/type-signed.kc @@ -1,6 +1,6 @@ // Tests the special "signed" / "unsigned" without a simple type name -import "print" +#include "print" void main() { signed a = -1023; diff --git a/src/test/kc/wfragment1.kc b/src/test/kc/wfragment1.kc index 65eea4d3a..c71f997a1 100644 --- a/src/test/kc/wfragment1.kc +++ b/src/test/kc/wfragment1.kc @@ -1,6 +1,6 @@ // Adding a missing word-fragment for Travis Fisher -import "print" +#include "print" const byte MAX_OBJECTS = 16; word OBJ_WORLD_X[MAX_OBJECTS]; diff --git a/src/test/kc/zeropage-sinus.kc b/src/test/kc/zeropage-sinus.kc index d30f79772..f2a55397f 100644 --- a/src/test/kc/zeropage-sinus.kc +++ b/src/test/kc/zeropage-sinus.kc @@ -1,7 +1,7 @@ // Attempt to store and use a sinus on zeropage // $00/$11 is carefully chosen to be $ff - which plays well with the processor port -import "c64" +#include "c64" // A 256-byte (co)sinus (with $ff in the first two entries) const unsigned char align(0x100) SINTABLE[0x100] = kickasm {{ diff --git a/src/test/ref/preprocessor-3.asm b/src/test/ref/preprocessor-3.asm index 5f5b76511..2aa8f4fb5 100644 --- a/src/test/ref/preprocessor-3.asm +++ b/src/test/ref/preprocessor-3.asm @@ -1,10 +1,10 @@ // Test the preprocessor -// #define inside an imported file +// #define inside an #included file .pc = $801 "Basic" :BasicUpstart(main) .pc = $80d "Program" // Test the preprocessor - // #define inside an imported file + // #define inside an #included file .label SCREEN = $400 main: { // SCREEN[0] = STAR diff --git a/src/test/ref/preprocessor-3.log b/src/test/ref/preprocessor-3.log index e70bda9a7..87d3f6de5 100644 --- a/src/test/ref/preprocessor-3.log +++ b/src/test/ref/preprocessor-3.log @@ -80,14 +80,14 @@ INITIAL ASM Target platform is c64basic / MOS6502X // File Comments // Test the preprocessor -// #define inside an imported file +// #define inside an #included file // Upstart .pc = $801 "Basic" :BasicUpstart(__bbegin) .pc = $80d "Program" // Global Constants & labels // Test the preprocessor - // #define inside an imported file + // #define inside an #included file .label SCREEN = $400 // @begin __bbegin: @@ -129,14 +129,14 @@ Uplifting [] best 27 combination ASSEMBLER BEFORE OPTIMIZATION // File Comments // Test the preprocessor -// #define inside an imported file +// #define inside an #included file // Upstart .pc = $801 "Basic" :BasicUpstart(__bbegin) .pc = $80d "Program" // Global Constants & labels // Test the preprocessor - // #define inside an imported file + // #define inside an #included file .label SCREEN = $400 // @begin __bbegin: @@ -198,14 +198,14 @@ Score: 12 // File Comments // Test the preprocessor -// #define inside an imported file +// #define inside an #included file // Upstart .pc = $801 "Basic" :BasicUpstart(main) .pc = $80d "Program" // Global Constants & labels // Test the preprocessor - // #define inside an imported file + // #define inside an #included file .label SCREEN = $400 // @begin // [1] phi from @begin to @1 [phi:@begin->@1]