From 141e59fe4a97e463688b702cc3b1b4557de41e86 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Fri, 24 Dec 2021 00:18:04 +0100 Subject: [PATCH] Updated all libs. Added ANTLR step in compilation. --- .../Maven__com_ibm_icu_icu4j_61_1.xml | 13 - .../Maven__com_ibm_icu_icu4j_69_1.xml | 13 + ... => Maven__info_picocli_picocli_4_6_2.xml} | 8 +- .idea/libraries/Maven__org_antlr_ST4_4_3.xml | 13 - .../libraries/Maven__org_antlr_ST4_4_3_1.xml | 13 + .../Maven__org_antlr_antlr4_4_9_2.xml | 13 - .../Maven__org_antlr_antlr4_4_9_3.xml | 13 + ...Maven__org_antlr_antlr4_runtime_4_9_3.xml} | 8 +- ...junit_jupiter_junit_jupiter_api_5_8_2.xml} | 8 +- ...it_jupiter_junit_jupiter_engine_5_8_2.xml} | 8 +- ...platform_junit_platform_commons_1_8_2.xml} | 8 +- ..._platform_junit_platform_engine_1_8_2.xml} | 8 +- .idea/misc.xml | 41 +- .idea/runConfigurations.xml | 10 - kickc.iml | 19 +- pom.xml | 24 +- .../dk/camelot64/kickc/parser/KickCLexer.g4 | 0 .../dk/camelot64/kickc/parser/KickCParser.g4 | 0 .../camelot64/kickc/parser/KickCLexer.interp | 484 -- .../dk/camelot64/kickc/parser/KickCLexer.java | 1047 --- .../camelot64/kickc/parser/KickCLexer.tokens | 223 - .../camelot64/kickc/parser/KickCParser.interp | 361 - .../camelot64/kickc/parser/KickCParser.java | 7610 ----------------- .../camelot64/kickc/parser/KickCParser.tokens | 223 - .../kickc/parser/KickCParserBaseListener.java | 1757 ---- .../kickc/parser/KickCParserBaseVisitor.java | 1017 --- .../kickc/parser/KickCParserListener.java | 1668 ---- .../kickc/parser/KickCParserVisitor.java | 986 --- 28 files changed, 113 insertions(+), 15483 deletions(-) delete mode 100644 .idea/libraries/Maven__com_ibm_icu_icu4j_61_1.xml create mode 100644 .idea/libraries/Maven__com_ibm_icu_icu4j_69_1.xml rename .idea/libraries/{Maven__info_picocli_picocli_4_6_1.xml => Maven__info_picocli_picocli_4_6_2.xml} (68%) delete mode 100644 .idea/libraries/Maven__org_antlr_ST4_4_3.xml create mode 100644 .idea/libraries/Maven__org_antlr_ST4_4_3_1.xml delete mode 100644 .idea/libraries/Maven__org_antlr_antlr4_4_9_2.xml create mode 100644 .idea/libraries/Maven__org_antlr_antlr4_4_9_3.xml rename .idea/libraries/{Maven__org_antlr_antlr4_runtime_4_9_2.xml => Maven__org_antlr_antlr4_runtime_4_9_3.xml} (63%) rename .idea/libraries/{Maven__org_junit_jupiter_junit_jupiter_api_5_8_1.xml => Maven__org_junit_jupiter_junit_jupiter_api_5_8_2.xml} (68%) rename .idea/libraries/{Maven__org_junit_jupiter_junit_jupiter_engine_5_8_1.xml => Maven__org_junit_jupiter_junit_jupiter_engine_5_8_2.xml} (67%) rename .idea/libraries/{Maven__org_junit_platform_junit_platform_commons_1_8_1.xml => Maven__org_junit_platform_junit_platform_commons_1_8_2.xml} (67%) rename .idea/libraries/{Maven__org_junit_platform_junit_platform_engine_1_8_1.xml => Maven__org_junit_platform_junit_platform_engine_1_8_2.xml} (67%) delete mode 100644 .idea/runConfigurations.xml rename src/main/{java => antlr4}/dk/camelot64/kickc/parser/KickCLexer.g4 (100%) rename src/main/{java => antlr4}/dk/camelot64/kickc/parser/KickCParser.g4 (100%) delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCLexer.java delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCLexer.tokens delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCParser.interp delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCParser.java delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCParser.tokens delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java delete mode 100644 src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java diff --git a/.idea/libraries/Maven__com_ibm_icu_icu4j_61_1.xml b/.idea/libraries/Maven__com_ibm_icu_icu4j_61_1.xml deleted file mode 100644 index 425700eba..000000000 --- a/.idea/libraries/Maven__com_ibm_icu_icu4j_61_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__com_ibm_icu_icu4j_69_1.xml b/.idea/libraries/Maven__com_ibm_icu_icu4j_69_1.xml new file mode 100644 index 000000000..d6b3492ef --- /dev/null +++ b/.idea/libraries/Maven__com_ibm_icu_icu4j_69_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__info_picocli_picocli_4_6_1.xml b/.idea/libraries/Maven__info_picocli_picocli_4_6_2.xml similarity index 68% rename from .idea/libraries/Maven__info_picocli_picocli_4_6_1.xml rename to .idea/libraries/Maven__info_picocli_picocli_4_6_2.xml index fe0b627f8..539833d59 100644 --- a/.idea/libraries/Maven__info_picocli_picocli_4_6_1.xml +++ b/.idea/libraries/Maven__info_picocli_picocli_4_6_2.xml @@ -1,13 +1,13 @@ - + - + - + - + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_antlr_ST4_4_3.xml b/.idea/libraries/Maven__org_antlr_ST4_4_3.xml deleted file mode 100644 index 7cc44a69a..000000000 --- a/.idea/libraries/Maven__org_antlr_ST4_4_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_antlr_ST4_4_3_1.xml b/.idea/libraries/Maven__org_antlr_ST4_4_3_1.xml new file mode 100644 index 000000000..50c2edec9 --- /dev/null +++ b/.idea/libraries/Maven__org_antlr_ST4_4_3_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_antlr_antlr4_4_9_2.xml b/.idea/libraries/Maven__org_antlr_antlr4_4_9_2.xml deleted file mode 100644 index 30f12c7ac..000000000 --- a/.idea/libraries/Maven__org_antlr_antlr4_4_9_2.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_antlr_antlr4_4_9_3.xml b/.idea/libraries/Maven__org_antlr_antlr4_4_9_3.xml new file mode 100644 index 000000000..bf3ffb019 --- /dev/null +++ b/.idea/libraries/Maven__org_antlr_antlr4_4_9_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_antlr_antlr4_runtime_4_9_2.xml b/.idea/libraries/Maven__org_antlr_antlr4_runtime_4_9_3.xml similarity index 63% rename from .idea/libraries/Maven__org_antlr_antlr4_runtime_4_9_2.xml rename to .idea/libraries/Maven__org_antlr_antlr4_runtime_4_9_3.xml index 1aa359ac2..7596bb361 100644 --- a/.idea/libraries/Maven__org_antlr_antlr4_runtime_4_9_2.xml +++ b/.idea/libraries/Maven__org_antlr_antlr4_runtime_4_9_3.xml @@ -1,13 +1,13 @@ - + - + - + - + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_8_1.xml b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_8_2.xml similarity index 68% rename from .idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_8_1.xml rename to .idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_8_2.xml index 4910ca992..8e5078321 100644 --- a/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_8_1.xml +++ b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_8_2.xml @@ -1,13 +1,13 @@ - + - + - + - + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_8_1.xml b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_8_2.xml similarity index 67% rename from .idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_8_1.xml rename to .idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_8_2.xml index 85ab9ade1..fc8291b34 100644 --- a/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_8_1.xml +++ b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_8_2.xml @@ -1,13 +1,13 @@ - + - + - + - + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_8_1.xml b/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_8_2.xml similarity index 67% rename from .idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_8_1.xml rename to .idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_8_2.xml index 341720888..181d0959f 100644 --- a/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_8_1.xml +++ b/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_8_2.xml @@ -1,13 +1,13 @@ - + - + - + - + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_8_1.xml b/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_8_2.xml similarity index 67% rename from .idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_8_1.xml rename to .idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_8_2.xml index f19b408df..5f3aebea8 100644 --- a/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_8_1.xml +++ b/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_8_2.xml @@ -1,13 +1,13 @@ - + - + - + - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 69126625b..2ce31d124 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,26 +3,6 @@ @@ -43,7 +42,7 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea53..000000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/kickc.iml b/kickc.iml index 1ddad4c29..7c931bcbc 100644 --- a/kickc.iml +++ b/kickc.iml @@ -7,23 +7,24 @@ + - + - + - - - - + + + + - - + + - + diff --git a/pom.xml b/pom.xml index d82481cdf..e6f31fc8c 100644 --- a/pom.xml +++ b/pom.xml @@ -47,24 +47,24 @@ org.antlr antlr4 - 4.9.2 + 4.9.3 provided org.antlr antlr4-runtime - 4.9.2 + 4.9.3 org.junit.jupiter junit-jupiter-engine - 5.8.1 + 5.8.2 test info.picocli picocli - 4.6.1 + 4.6.2 javax.json @@ -120,6 +120,22 @@ + + org.antlr + antlr4-maven-plugin + 4.9.3 + + + antlr + + antlr4 + + + + + true + + org.apache.maven.plugins maven-surefire-plugin diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 b/src/main/antlr4/dk/camelot64/kickc/parser/KickCLexer.g4 similarity index 100% rename from src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 rename to src/main/antlr4/dk/camelot64/kickc/parser/KickCLexer.g4 diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 b/src/main/antlr4/dk/camelot64/kickc/parser/KickCParser.g4 similarity index 100% rename from src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 rename to src/main/antlr4/dk/camelot64/kickc/parser/KickCParser.g4 diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp deleted file mode 100644 index 2a5c951bc..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp +++ /dev/null @@ -1,484 +0,0 @@ -token literal names: -null -null -null -null -null -null -null -null -';' -null -null -'..' -'...' -'?' -null -'->' -null -null -null -null -'%' -'++' -'--' -'&' -'~' -'^' -'|' -null -null -'==' -'!=' -null -'<=' -'>=' -null -'&&' -'||' -'=' -null -'typedef' -'const' -'extern' -'__export' -'__align' -'inline' -'volatile' -'static' -'__interrupt' -'register' -'__zp_reserve' -'__address' -'__zp' -'__mem' -'__ssa' -'__ma' -'__intrinsic' -null -'if' -'else' -'while' -'do' -'for' -'switch' -'return' -'break' -'continue' -'goto' -'asm' -'default' -'case' -'struct' -'union' -'enum' -'sizeof' -'typeid' -'defined' -'kickasm' -'!' -null -null -null -'#import' -'#include' -'#pragma' -'#define' -null -'#undef' -'#ifdef' -'#ifndef' -'#if' -'#elif' -'#else' -'#endif' -'#error' -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -'.byte' -null -'#' -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null - -token symbolic names: -null -TYPEDEFNAME -CURLY_BEGIN -CURLY_END -BRACKET_BEGIN -BRACKET_END -PAR_BEGIN -PAR_END -SEMICOLON -COLON -COMMA -RANGE -PARAM_LIST -CONDITION -DOT -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 -TYPEDEF -CONST -EXTERN -EXPORT -ALIGN -INLINE -VOLATILE -STATIC -INTERRUPT -REGISTER -LOCAL_RESERVE -ADDRESS -ADDRESS_ZEROPAGE -ADDRESS_MAINMEM -FORM_SSA -FORM_MA -INTRINSIC -CALLINGCONVENTION -IF -ELSE -WHILE -DO -FOR -SWITCH -RETURN -BREAK -CONTINUE -GOTO -ASM -DEFAULT -CASE -STRUCT -UNION -ENUM -SIZEOF -TYPEID -DEFINED -KICKASM -LOGIC_NOT -SIMPLETYPE -BOOLEAN -KICKASM_BODY -IMPORT -INCLUDE -PRAGMA -DEFINE -DEFINE_CONTINUE -UNDEF -IFDEF -IFNDEF -IFIF -ELIF -IFELSE -ENDIF -ERROR -TOKEN_STRINGIZE -TOKEN_MERGE -NUMBER -NUMFLOAT -BINFLOAT -DECFLOAT -HEXFLOAT -NUMINT -BININTEGER -DECINTEGER -HEXINTEGER -NAME -STRING -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_CHAR -ASM_MULTI_REL -ASM_MULTI_NAME -ASM_NAME -ASM_TAG -ASM_WS -ASM_COMMENT_LINE -ASM_COMMENT_BLOCK -IMPORT_SYSTEMFILE -IMPORT_LOCALFILE -IMPORT_WS -IMPORT_COMMENT_LINE -IMPORT_COMMENT_BLOCK - -rule names: -CURLY_BEGIN -CURLY_END -BRACKET_BEGIN -BRACKET_END -PAR_BEGIN -PAR_END -SEMICOLON -COLON -COMMA -RANGE -PARAM_LIST -CONDITION -DOT -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 -TYPEDEF -CONST -EXTERN -EXPORT -ALIGN -INLINE -VOLATILE -STATIC -INTERRUPT -REGISTER -LOCAL_RESERVE -ADDRESS -ADDRESS_ZEROPAGE -ADDRESS_MAINMEM -FORM_SSA -FORM_MA -INTRINSIC -CALLINGCONVENTION -IF -ELSE -WHILE -DO -FOR -SWITCH -RETURN -BREAK -CONTINUE -GOTO -ASM -DEFAULT -CASE -STRUCT -UNION -ENUM -SIZEOF -TYPEID -DEFINED -KICKASM -LOGIC_NOT -SIMPLETYPE -BOOLEAN -KICKASM_BODY -IMPORT -INCLUDE -PRAGMA -DEFINE -DEFINE_CONTINUE -UNDEF -IFDEF -IFNDEF -IFIF -ELIF -IFELSE -ENDIF -ERROR -TOKEN_STRINGIZE -TOKEN_MERGE -NUMBER -NUMFLOAT -BINFLOAT -DECFLOAT -HEXFLOAT -NUMINT -BININTEGER -DECINTEGER -HEXINTEGER -BINDIGIT -DECDIGIT -HEXDIGIT -NAME -NAME_START -NAME_CHAR -STRING -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_TAG -ASM_WS -ASM_COMMENT_LINE -ASM_COMMENT_BLOCK -IMPORT_SYSTEMFILE -IMPORT_LOCALFILE -IMPORT_WS -IMPORT_COMMENT_LINE -IMPORT_COMMENT_BLOCK - -channel names: -DEFAULT_TOKEN_CHANNEL -HIDDEN - -mode names: -DEFAULT_MODE -ASM_MODE -IMPORT_MODE - -atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 2, 154, 1911, 8, 1, 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, 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, 12, 3, 12, 3, 13, 3, 13, 3, 14, 3, 14, 3, 15, 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, 21, 3, 21, 3, 21, 3, 22, 3, 22, 3, 22, 3, 23, 3, 23, 3, 24, 3, 24, 3, 25, 3, 25, 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, 30, 3, 31, 3, 31, 3, 32, 3, 32, 3, 32, 3, 33, 3, 33, 3, 33, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 36, 3, 36, 3, 36, 3, 37, 3, 37, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 437, 10, 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, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 43, 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, 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, 47, 3, 47, 3, 47, 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, 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, 50, 3, 50, 3, 50, 3, 50, 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, 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, 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, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 5, 56, 622, 10, 56, 3, 57, 3, 57, 3, 57, 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, 61, 3, 61, 3, 61, 3, 61, 3, 62, 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, 65, 3, 65, 3, 66, 3, 66, 3, 66, 3, 66, 3, 66, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 68, 3, 68, 3, 68, 3, 68, 3, 68, 3, 68, 3, 68, 3, 68, 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, 73, 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, 75, 3, 75, 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, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 5, 78, 799, 10, 78, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 5, 79, 810, 10, 79, 3, 80, 3, 80, 3, 80, 3, 80, 7, 80, 816, 10, 80, 12, 80, 14, 80, 819, 11, 80, 3, 80, 3, 80, 3, 80, 3, 81, 3, 81, 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, 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, 85, 3, 85, 3, 85, 3, 85, 3, 85, 5, 85, 866, 10, 85, 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, 87, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 89, 3, 89, 3, 89, 3, 89, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 93, 3, 93, 3, 93, 3, 93, 3, 93, 3, 93, 3, 93, 3, 94, 3, 94, 3, 94, 3, 95, 3, 95, 3, 95, 3, 96, 3, 96, 5, 96, 928, 10, 96, 3, 97, 3, 97, 3, 97, 5, 97, 933, 10, 97, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 5, 98, 940, 10, 98, 3, 98, 7, 98, 943, 10, 98, 12, 98, 14, 98, 946, 11, 98, 3, 98, 3, 98, 6, 98, 950, 10, 98, 13, 98, 14, 98, 951, 3, 99, 7, 99, 955, 10, 99, 12, 99, 14, 99, 958, 11, 99, 3, 99, 3, 99, 6, 99, 962, 10, 99, 13, 99, 14, 99, 963, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 5, 100, 971, 10, 100, 3, 100, 7, 100, 974, 10, 100, 12, 100, 14, 100, 977, 11, 100, 3, 100, 3, 100, 6, 100, 981, 10, 100, 13, 100, 14, 100, 982, 3, 101, 3, 101, 3, 101, 5, 101, 988, 10, 101, 3, 101, 3, 101, 3, 101, 5, 101, 993, 10, 101, 3, 102, 3, 102, 3, 102, 6, 102, 998, 10, 102, 13, 102, 14, 102, 999, 3, 102, 3, 102, 6, 102, 1004, 10, 102, 13, 102, 14, 102, 1005, 5, 102, 1008, 10, 102, 3, 103, 6, 103, 1011, 10, 103, 13, 103, 14, 103, 1012, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 5, 104, 1020, 10, 104, 3, 104, 6, 104, 1023, 10, 104, 13, 104, 14, 104, 1024, 3, 105, 3, 105, 3, 106, 3, 106, 3, 107, 3, 107, 3, 108, 3, 108, 7, 108, 1035, 10, 108, 12, 108, 14, 108, 1038, 11, 108, 3, 108, 3, 108, 3, 109, 3, 109, 3, 110, 3, 110, 3, 111, 3, 111, 3, 111, 3, 111, 7, 111, 1050, 10, 111, 12, 111, 14, 111, 1053, 11, 111, 3, 111, 3, 111, 5, 111, 1057, 10, 111, 3, 111, 3, 111, 5, 111, 1061, 10, 111, 5, 111, 1063, 10, 111, 3, 111, 5, 111, 1066, 10, 111, 3, 112, 3, 112, 3, 112, 3, 112, 5, 112, 1072, 10, 112, 3, 112, 5, 112, 1075, 10, 112, 3, 112, 3, 112, 3, 112, 5, 112, 1080, 10, 112, 3, 112, 5, 112, 1083, 10, 112, 3, 112, 3, 112, 3, 113, 6, 113, 1088, 10, 113, 13, 113, 14, 113, 1089, 3, 113, 3, 113, 3, 114, 3, 114, 3, 114, 3, 114, 7, 114, 1098, 10, 114, 12, 114, 14, 114, 1101, 11, 114, 3, 114, 3, 114, 3, 115, 3, 115, 3, 115, 3, 115, 7, 115, 1109, 10, 115, 12, 115, 14, 115, 1112, 11, 115, 3, 115, 3, 115, 3, 115, 3, 115, 3, 115, 3, 116, 3, 116, 3, 116, 3, 116, 3, 116, 3, 116, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 5, 117, 1675, 10, 117, 3, 118, 3, 118, 3, 119, 3, 119, 3, 120, 3, 120, 3, 121, 3, 121, 3, 122, 3, 122, 3, 123, 3, 123, 3, 124, 3, 124, 3, 125, 3, 125, 3, 126, 3, 126, 3, 126, 3, 127, 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, 5, 136, 1719, 10, 136, 3, 137, 3, 137, 3, 137, 5, 137, 1724, 10, 137, 3, 138, 3, 138, 7, 138, 1728, 10, 138, 12, 138, 14, 138, 1731, 11, 138, 3, 138, 3, 138, 6, 138, 1735, 10, 138, 13, 138, 14, 138, 1736, 3, 139, 7, 139, 1740, 10, 139, 12, 139, 14, 139, 1743, 11, 139, 3, 139, 3, 139, 6, 139, 1747, 10, 139, 13, 139, 14, 139, 1748, 3, 140, 3, 140, 7, 140, 1753, 10, 140, 12, 140, 14, 140, 1756, 11, 140, 3, 140, 3, 140, 6, 140, 1760, 10, 140, 13, 140, 14, 140, 1761, 3, 141, 3, 141, 3, 141, 5, 141, 1767, 10, 141, 3, 142, 3, 142, 6, 142, 1771, 10, 142, 13, 142, 14, 142, 1772, 3, 143, 6, 143, 1776, 10, 143, 13, 143, 14, 143, 1777, 3, 144, 3, 144, 6, 144, 1782, 10, 144, 13, 144, 14, 144, 1783, 3, 145, 3, 145, 3, 146, 3, 146, 3, 147, 3, 147, 3, 148, 3, 148, 3, 148, 3, 148, 5, 148, 1796, 10, 148, 3, 148, 3, 148, 3, 149, 3, 149, 6, 149, 1802, 10, 149, 13, 149, 14, 149, 1803, 3, 150, 3, 150, 7, 150, 1808, 10, 150, 12, 150, 14, 150, 1811, 11, 150, 3, 151, 3, 151, 7, 151, 1815, 10, 151, 12, 151, 14, 151, 1818, 11, 151, 3, 152, 3, 152, 3, 153, 3, 153, 3, 154, 3, 154, 3, 154, 3, 155, 6, 155, 1828, 10, 155, 13, 155, 14, 155, 1829, 3, 155, 3, 155, 3, 156, 3, 156, 3, 156, 3, 156, 7, 156, 1838, 10, 156, 12, 156, 14, 156, 1841, 11, 156, 3, 156, 3, 156, 3, 157, 3, 157, 3, 157, 3, 157, 7, 157, 1849, 10, 157, 12, 157, 14, 157, 1852, 11, 157, 3, 157, 3, 157, 3, 157, 3, 157, 3, 157, 3, 158, 3, 158, 6, 158, 1861, 10, 158, 13, 158, 14, 158, 1862, 3, 158, 3, 158, 3, 158, 3, 159, 3, 159, 3, 159, 3, 159, 7, 159, 1872, 10, 159, 12, 159, 14, 159, 1875, 11, 159, 3, 159, 3, 159, 3, 159, 3, 160, 6, 160, 1881, 10, 160, 13, 160, 14, 160, 1882, 3, 160, 3, 160, 3, 161, 3, 161, 3, 161, 3, 161, 7, 161, 1891, 10, 161, 12, 161, 14, 161, 1894, 11, 161, 3, 161, 3, 161, 3, 162, 3, 162, 3, 162, 3, 162, 7, 162, 1902, 10, 162, 12, 162, 14, 162, 1905, 11, 162, 3, 162, 3, 162, 3, 162, 3, 162, 3, 162, 6, 817, 1110, 1850, 1903, 2, 163, 5, 4, 7, 5, 9, 6, 11, 7, 13, 8, 15, 9, 17, 10, 19, 11, 21, 12, 23, 13, 25, 14, 27, 15, 29, 16, 31, 17, 33, 18, 35, 19, 37, 20, 39, 21, 41, 22, 43, 23, 45, 24, 47, 25, 49, 26, 51, 27, 53, 28, 55, 29, 57, 30, 59, 31, 61, 32, 63, 33, 65, 34, 67, 35, 69, 36, 71, 37, 73, 38, 75, 39, 77, 40, 79, 41, 81, 42, 83, 43, 85, 44, 87, 45, 89, 46, 91, 47, 93, 48, 95, 49, 97, 50, 99, 51, 101, 52, 103, 53, 105, 54, 107, 55, 109, 56, 111, 57, 113, 58, 115, 59, 117, 60, 119, 61, 121, 62, 123, 63, 125, 64, 127, 65, 129, 66, 131, 67, 133, 68, 135, 69, 137, 70, 139, 71, 141, 72, 143, 73, 145, 74, 147, 75, 149, 76, 151, 77, 153, 78, 155, 79, 157, 80, 159, 81, 161, 82, 163, 83, 165, 84, 167, 85, 169, 86, 171, 87, 173, 88, 175, 89, 177, 90, 179, 91, 181, 92, 183, 93, 185, 94, 187, 95, 189, 96, 191, 97, 193, 98, 195, 99, 197, 100, 199, 101, 201, 102, 203, 103, 205, 104, 207, 105, 209, 106, 211, 2, 213, 2, 215, 2, 217, 107, 219, 2, 221, 2, 223, 108, 225, 109, 227, 110, 229, 111, 231, 112, 233, 113, 235, 114, 237, 115, 239, 116, 241, 117, 243, 118, 245, 119, 247, 120, 249, 121, 251, 122, 253, 123, 255, 124, 257, 125, 259, 126, 261, 127, 263, 128, 265, 129, 267, 130, 269, 131, 271, 132, 273, 133, 275, 134, 277, 135, 279, 136, 281, 137, 283, 138, 285, 139, 287, 140, 289, 141, 291, 2, 293, 2, 295, 2, 297, 142, 299, 143, 301, 144, 303, 145, 305, 2, 307, 2, 309, 146, 311, 147, 313, 148, 315, 149, 317, 150, 319, 151, 321, 152, 323, 153, 325, 154, 5, 2, 3, 4, 23, 6, 2, 85, 85, 87, 87, 117, 117, 119, 119, 12, 2, 68, 70, 75, 75, 78, 78, 85, 85, 89, 89, 100, 102, 107, 107, 110, 110, 117, 117, 121, 121, 6, 2, 78, 78, 87, 87, 110, 110, 119, 119, 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, 3, 2, 36, 36, 3, 2, 124, 124, 5, 2, 99, 99, 114, 114, 117, 117, 5, 2, 99, 99, 111, 111, 117, 119, 9, 2, 36, 36, 41, 41, 50, 59, 94, 94, 104, 104, 112, 112, 116, 116, 4, 2, 50, 59, 99, 104, 3, 2, 41, 41, 6, 2, 11, 12, 15, 15, 34, 34, 162, 162, 4, 2, 12, 12, 15, 15, 7, 2, 36, 36, 41, 41, 104, 104, 112, 112, 116, 116, 4, 2, 45, 45, 47, 47, 7, 2, 47, 59, 67, 92, 94, 94, 97, 97, 99, 124, 2, 2153, 2, 5, 3, 2, 2, 2, 2, 7, 3, 2, 2, 2, 2, 9, 3, 2, 2, 2, 2, 11, 3, 2, 2, 2, 2, 13, 3, 2, 2, 2, 2, 15, 3, 2, 2, 2, 2, 17, 3, 2, 2, 2, 2, 19, 3, 2, 2, 2, 2, 21, 3, 2, 2, 2, 2, 23, 3, 2, 2, 2, 2, 25, 3, 2, 2, 2, 2, 27, 3, 2, 2, 2, 2, 29, 3, 2, 2, 2, 2, 31, 3, 2, 2, 2, 2, 33, 3, 2, 2, 2, 2, 35, 3, 2, 2, 2, 2, 37, 3, 2, 2, 2, 2, 39, 3, 2, 2, 2, 2, 41, 3, 2, 2, 2, 2, 43, 3, 2, 2, 2, 2, 45, 3, 2, 2, 2, 2, 47, 3, 2, 2, 2, 2, 49, 3, 2, 2, 2, 2, 51, 3, 2, 2, 2, 2, 53, 3, 2, 2, 2, 2, 55, 3, 2, 2, 2, 2, 57, 3, 2, 2, 2, 2, 59, 3, 2, 2, 2, 2, 61, 3, 2, 2, 2, 2, 63, 3, 2, 2, 2, 2, 65, 3, 2, 2, 2, 2, 67, 3, 2, 2, 2, 2, 69, 3, 2, 2, 2, 2, 71, 3, 2, 2, 2, 2, 73, 3, 2, 2, 2, 2, 75, 3, 2, 2, 2, 2, 77, 3, 2, 2, 2, 2, 79, 3, 2, 2, 2, 2, 81, 3, 2, 2, 2, 2, 83, 3, 2, 2, 2, 2, 85, 3, 2, 2, 2, 2, 87, 3, 2, 2, 2, 2, 89, 3, 2, 2, 2, 2, 91, 3, 2, 2, 2, 2, 93, 3, 2, 2, 2, 2, 95, 3, 2, 2, 2, 2, 97, 3, 2, 2, 2, 2, 99, 3, 2, 2, 2, 2, 101, 3, 2, 2, 2, 2, 103, 3, 2, 2, 2, 2, 105, 3, 2, 2, 2, 2, 107, 3, 2, 2, 2, 2, 109, 3, 2, 2, 2, 2, 111, 3, 2, 2, 2, 2, 113, 3, 2, 2, 2, 2, 115, 3, 2, 2, 2, 2, 117, 3, 2, 2, 2, 2, 119, 3, 2, 2, 2, 2, 121, 3, 2, 2, 2, 2, 123, 3, 2, 2, 2, 2, 125, 3, 2, 2, 2, 2, 127, 3, 2, 2, 2, 2, 129, 3, 2, 2, 2, 2, 131, 3, 2, 2, 2, 2, 133, 3, 2, 2, 2, 2, 135, 3, 2, 2, 2, 2, 137, 3, 2, 2, 2, 2, 139, 3, 2, 2, 2, 2, 141, 3, 2, 2, 2, 2, 143, 3, 2, 2, 2, 2, 145, 3, 2, 2, 2, 2, 147, 3, 2, 2, 2, 2, 149, 3, 2, 2, 2, 2, 151, 3, 2, 2, 2, 2, 153, 3, 2, 2, 2, 2, 155, 3, 2, 2, 2, 2, 157, 3, 2, 2, 2, 2, 159, 3, 2, 2, 2, 2, 161, 3, 2, 2, 2, 2, 163, 3, 2, 2, 2, 2, 165, 3, 2, 2, 2, 2, 167, 3, 2, 2, 2, 2, 169, 3, 2, 2, 2, 2, 171, 3, 2, 2, 2, 2, 173, 3, 2, 2, 2, 2, 175, 3, 2, 2, 2, 2, 177, 3, 2, 2, 2, 2, 179, 3, 2, 2, 2, 2, 181, 3, 2, 2, 2, 2, 183, 3, 2, 2, 2, 2, 185, 3, 2, 2, 2, 2, 187, 3, 2, 2, 2, 2, 189, 3, 2, 2, 2, 2, 191, 3, 2, 2, 2, 2, 193, 3, 2, 2, 2, 2, 195, 3, 2, 2, 2, 2, 197, 3, 2, 2, 2, 2, 199, 3, 2, 2, 2, 2, 201, 3, 2, 2, 2, 2, 203, 3, 2, 2, 2, 2, 205, 3, 2, 2, 2, 2, 207, 3, 2, 2, 2, 2, 209, 3, 2, 2, 2, 2, 217, 3, 2, 2, 2, 2, 223, 3, 2, 2, 2, 2, 225, 3, 2, 2, 2, 2, 227, 3, 2, 2, 2, 2, 229, 3, 2, 2, 2, 2, 231, 3, 2, 2, 2, 3, 233, 3, 2, 2, 2, 3, 235, 3, 2, 2, 2, 3, 237, 3, 2, 2, 2, 3, 239, 3, 2, 2, 2, 3, 241, 3, 2, 2, 2, 3, 243, 3, 2, 2, 2, 3, 245, 3, 2, 2, 2, 3, 247, 3, 2, 2, 2, 3, 249, 3, 2, 2, 2, 3, 251, 3, 2, 2, 2, 3, 253, 3, 2, 2, 2, 3, 255, 3, 2, 2, 2, 3, 257, 3, 2, 2, 2, 3, 259, 3, 2, 2, 2, 3, 261, 3, 2, 2, 2, 3, 263, 3, 2, 2, 2, 3, 265, 3, 2, 2, 2, 3, 267, 3, 2, 2, 2, 3, 269, 3, 2, 2, 2, 3, 271, 3, 2, 2, 2, 3, 273, 3, 2, 2, 2, 3, 275, 3, 2, 2, 2, 3, 277, 3, 2, 2, 2, 3, 279, 3, 2, 2, 2, 3, 281, 3, 2, 2, 2, 3, 283, 3, 2, 2, 2, 3, 285, 3, 2, 2, 2, 3, 287, 3, 2, 2, 2, 3, 289, 3, 2, 2, 2, 3, 297, 3, 2, 2, 2, 3, 299, 3, 2, 2, 2, 3, 301, 3, 2, 2, 2, 3, 303, 3, 2, 2, 2, 3, 309, 3, 2, 2, 2, 3, 311, 3, 2, 2, 2, 3, 313, 3, 2, 2, 2, 3, 315, 3, 2, 2, 2, 4, 317, 3, 2, 2, 2, 4, 319, 3, 2, 2, 2, 4, 321, 3, 2, 2, 2, 4, 323, 3, 2, 2, 2, 4, 325, 3, 2, 2, 2, 5, 327, 3, 2, 2, 2, 7, 330, 3, 2, 2, 2, 9, 332, 3, 2, 2, 2, 11, 334, 3, 2, 2, 2, 13, 336, 3, 2, 2, 2, 15, 338, 3, 2, 2, 2, 17, 340, 3, 2, 2, 2, 19, 342, 3, 2, 2, 2, 21, 344, 3, 2, 2, 2, 23, 346, 3, 2, 2, 2, 25, 349, 3, 2, 2, 2, 27, 353, 3, 2, 2, 2, 29, 355, 3, 2, 2, 2, 31, 357, 3, 2, 2, 2, 33, 360, 3, 2, 2, 2, 35, 362, 3, 2, 2, 2, 37, 364, 3, 2, 2, 2, 39, 366, 3, 2, 2, 2, 41, 368, 3, 2, 2, 2, 43, 370, 3, 2, 2, 2, 45, 373, 3, 2, 2, 2, 47, 376, 3, 2, 2, 2, 49, 378, 3, 2, 2, 2, 51, 380, 3, 2, 2, 2, 53, 382, 3, 2, 2, 2, 55, 384, 3, 2, 2, 2, 57, 387, 3, 2, 2, 2, 59, 390, 3, 2, 2, 2, 61, 393, 3, 2, 2, 2, 63, 396, 3, 2, 2, 2, 65, 398, 3, 2, 2, 2, 67, 401, 3, 2, 2, 2, 69, 404, 3, 2, 2, 2, 71, 406, 3, 2, 2, 2, 73, 409, 3, 2, 2, 2, 75, 412, 3, 2, 2, 2, 77, 436, 3, 2, 2, 2, 79, 438, 3, 2, 2, 2, 81, 446, 3, 2, 2, 2, 83, 452, 3, 2, 2, 2, 85, 459, 3, 2, 2, 2, 87, 468, 3, 2, 2, 2, 89, 476, 3, 2, 2, 2, 91, 483, 3, 2, 2, 2, 93, 492, 3, 2, 2, 2, 95, 499, 3, 2, 2, 2, 97, 511, 3, 2, 2, 2, 99, 520, 3, 2, 2, 2, 101, 533, 3, 2, 2, 2, 103, 543, 3, 2, 2, 2, 105, 548, 3, 2, 2, 2, 107, 554, 3, 2, 2, 2, 109, 560, 3, 2, 2, 2, 111, 565, 3, 2, 2, 2, 113, 621, 3, 2, 2, 2, 115, 623, 3, 2, 2, 2, 117, 626, 3, 2, 2, 2, 119, 631, 3, 2, 2, 2, 121, 637, 3, 2, 2, 2, 123, 640, 3, 2, 2, 2, 125, 644, 3, 2, 2, 2, 127, 651, 3, 2, 2, 2, 129, 658, 3, 2, 2, 2, 131, 664, 3, 2, 2, 2, 133, 673, 3, 2, 2, 2, 135, 678, 3, 2, 2, 2, 137, 684, 3, 2, 2, 2, 139, 692, 3, 2, 2, 2, 141, 697, 3, 2, 2, 2, 143, 704, 3, 2, 2, 2, 145, 710, 3, 2, 2, 2, 147, 715, 3, 2, 2, 2, 149, 722, 3, 2, 2, 2, 151, 729, 3, 2, 2, 2, 153, 737, 3, 2, 2, 2, 155, 745, 3, 2, 2, 2, 157, 798, 3, 2, 2, 2, 159, 809, 3, 2, 2, 2, 161, 811, 3, 2, 2, 2, 163, 823, 3, 2, 2, 2, 165, 833, 3, 2, 2, 2, 167, 844, 3, 2, 2, 2, 169, 852, 3, 2, 2, 2, 171, 865, 3, 2, 2, 2, 173, 867, 3, 2, 2, 2, 175, 874, 3, 2, 2, 2, 177, 881, 3, 2, 2, 2, 179, 889, 3, 2, 2, 2, 181, 893, 3, 2, 2, 2, 183, 899, 3, 2, 2, 2, 185, 905, 3, 2, 2, 2, 187, 912, 3, 2, 2, 2, 189, 919, 3, 2, 2, 2, 191, 922, 3, 2, 2, 2, 193, 927, 3, 2, 2, 2, 195, 932, 3, 2, 2, 2, 197, 939, 3, 2, 2, 2, 199, 956, 3, 2, 2, 2, 201, 970, 3, 2, 2, 2, 203, 987, 3, 2, 2, 2, 205, 1007, 3, 2, 2, 2, 207, 1010, 3, 2, 2, 2, 209, 1019, 3, 2, 2, 2, 211, 1026, 3, 2, 2, 2, 213, 1028, 3, 2, 2, 2, 215, 1030, 3, 2, 2, 2, 217, 1032, 3, 2, 2, 2, 219, 1041, 3, 2, 2, 2, 221, 1043, 3, 2, 2, 2, 223, 1045, 3, 2, 2, 2, 225, 1067, 3, 2, 2, 2, 227, 1087, 3, 2, 2, 2, 229, 1093, 3, 2, 2, 2, 231, 1104, 3, 2, 2, 2, 233, 1118, 3, 2, 2, 2, 235, 1674, 3, 2, 2, 2, 237, 1676, 3, 2, 2, 2, 239, 1678, 3, 2, 2, 2, 241, 1680, 3, 2, 2, 2, 243, 1682, 3, 2, 2, 2, 245, 1684, 3, 2, 2, 2, 247, 1686, 3, 2, 2, 2, 249, 1688, 3, 2, 2, 2, 251, 1690, 3, 2, 2, 2, 253, 1692, 3, 2, 2, 2, 255, 1695, 3, 2, 2, 2, 257, 1698, 3, 2, 2, 2, 259, 1700, 3, 2, 2, 2, 261, 1702, 3, 2, 2, 2, 263, 1704, 3, 2, 2, 2, 265, 1706, 3, 2, 2, 2, 267, 1708, 3, 2, 2, 2, 269, 1710, 3, 2, 2, 2, 271, 1713, 3, 2, 2, 2, 273, 1718, 3, 2, 2, 2, 275, 1723, 3, 2, 2, 2, 277, 1725, 3, 2, 2, 2, 279, 1741, 3, 2, 2, 2, 281, 1750, 3, 2, 2, 2, 283, 1766, 3, 2, 2, 2, 285, 1768, 3, 2, 2, 2, 287, 1775, 3, 2, 2, 2, 289, 1779, 3, 2, 2, 2, 291, 1785, 3, 2, 2, 2, 293, 1787, 3, 2, 2, 2, 295, 1789, 3, 2, 2, 2, 297, 1791, 3, 2, 2, 2, 299, 1799, 3, 2, 2, 2, 301, 1805, 3, 2, 2, 2, 303, 1812, 3, 2, 2, 2, 305, 1819, 3, 2, 2, 2, 307, 1821, 3, 2, 2, 2, 309, 1823, 3, 2, 2, 2, 311, 1827, 3, 2, 2, 2, 313, 1833, 3, 2, 2, 2, 315, 1844, 3, 2, 2, 2, 317, 1858, 3, 2, 2, 2, 319, 1867, 3, 2, 2, 2, 321, 1880, 3, 2, 2, 2, 323, 1886, 3, 2, 2, 2, 325, 1897, 3, 2, 2, 2, 327, 328, 7, 125, 2, 2, 328, 329, 8, 2, 2, 2, 329, 6, 3, 2, 2, 2, 330, 331, 7, 127, 2, 2, 331, 8, 3, 2, 2, 2, 332, 333, 7, 93, 2, 2, 333, 10, 3, 2, 2, 2, 334, 335, 7, 95, 2, 2, 335, 12, 3, 2, 2, 2, 336, 337, 7, 42, 2, 2, 337, 14, 3, 2, 2, 2, 338, 339, 7, 43, 2, 2, 339, 16, 3, 2, 2, 2, 340, 341, 7, 61, 2, 2, 341, 18, 3, 2, 2, 2, 342, 343, 7, 60, 2, 2, 343, 20, 3, 2, 2, 2, 344, 345, 7, 46, 2, 2, 345, 22, 3, 2, 2, 2, 346, 347, 7, 48, 2, 2, 347, 348, 7, 48, 2, 2, 348, 24, 3, 2, 2, 2, 349, 350, 7, 48, 2, 2, 350, 351, 7, 48, 2, 2, 351, 352, 7, 48, 2, 2, 352, 26, 3, 2, 2, 2, 353, 354, 7, 65, 2, 2, 354, 28, 3, 2, 2, 2, 355, 356, 7, 48, 2, 2, 356, 30, 3, 2, 2, 2, 357, 358, 7, 47, 2, 2, 358, 359, 7, 64, 2, 2, 359, 32, 3, 2, 2, 2, 360, 361, 7, 45, 2, 2, 361, 34, 3, 2, 2, 2, 362, 363, 7, 47, 2, 2, 363, 36, 3, 2, 2, 2, 364, 365, 7, 44, 2, 2, 365, 38, 3, 2, 2, 2, 366, 367, 7, 49, 2, 2, 367, 40, 3, 2, 2, 2, 368, 369, 7, 39, 2, 2, 369, 42, 3, 2, 2, 2, 370, 371, 7, 45, 2, 2, 371, 372, 7, 45, 2, 2, 372, 44, 3, 2, 2, 2, 373, 374, 7, 47, 2, 2, 374, 375, 7, 47, 2, 2, 375, 46, 3, 2, 2, 2, 376, 377, 7, 40, 2, 2, 377, 48, 3, 2, 2, 2, 378, 379, 7, 128, 2, 2, 379, 50, 3, 2, 2, 2, 380, 381, 7, 96, 2, 2, 381, 52, 3, 2, 2, 2, 382, 383, 7, 126, 2, 2, 383, 54, 3, 2, 2, 2, 384, 385, 7, 62, 2, 2, 385, 386, 7, 62, 2, 2, 386, 56, 3, 2, 2, 2, 387, 388, 7, 64, 2, 2, 388, 389, 7, 64, 2, 2, 389, 58, 3, 2, 2, 2, 390, 391, 7, 63, 2, 2, 391, 392, 7, 63, 2, 2, 392, 60, 3, 2, 2, 2, 393, 394, 7, 35, 2, 2, 394, 395, 7, 63, 2, 2, 395, 62, 3, 2, 2, 2, 396, 397, 7, 62, 2, 2, 397, 64, 3, 2, 2, 2, 398, 399, 7, 62, 2, 2, 399, 400, 7, 63, 2, 2, 400, 66, 3, 2, 2, 2, 401, 402, 7, 64, 2, 2, 402, 403, 7, 63, 2, 2, 403, 68, 3, 2, 2, 2, 404, 405, 7, 64, 2, 2, 405, 70, 3, 2, 2, 2, 406, 407, 7, 40, 2, 2, 407, 408, 7, 40, 2, 2, 408, 72, 3, 2, 2, 2, 409, 410, 7, 126, 2, 2, 410, 411, 7, 126, 2, 2, 411, 74, 3, 2, 2, 2, 412, 413, 7, 63, 2, 2, 413, 76, 3, 2, 2, 2, 414, 415, 7, 45, 2, 2, 415, 437, 7, 63, 2, 2, 416, 417, 7, 47, 2, 2, 417, 437, 7, 63, 2, 2, 418, 419, 7, 44, 2, 2, 419, 437, 7, 63, 2, 2, 420, 421, 7, 49, 2, 2, 421, 437, 7, 63, 2, 2, 422, 423, 7, 39, 2, 2, 423, 437, 7, 63, 2, 2, 424, 425, 7, 62, 2, 2, 425, 426, 7, 62, 2, 2, 426, 437, 7, 63, 2, 2, 427, 428, 7, 64, 2, 2, 428, 429, 7, 64, 2, 2, 429, 437, 7, 63, 2, 2, 430, 431, 7, 40, 2, 2, 431, 437, 7, 63, 2, 2, 432, 433, 7, 126, 2, 2, 433, 437, 7, 63, 2, 2, 434, 435, 7, 96, 2, 2, 435, 437, 7, 63, 2, 2, 436, 414, 3, 2, 2, 2, 436, 416, 3, 2, 2, 2, 436, 418, 3, 2, 2, 2, 436, 420, 3, 2, 2, 2, 436, 422, 3, 2, 2, 2, 436, 424, 3, 2, 2, 2, 436, 427, 3, 2, 2, 2, 436, 430, 3, 2, 2, 2, 436, 432, 3, 2, 2, 2, 436, 434, 3, 2, 2, 2, 437, 78, 3, 2, 2, 2, 438, 439, 7, 118, 2, 2, 439, 440, 7, 123, 2, 2, 440, 441, 7, 114, 2, 2, 441, 442, 7, 103, 2, 2, 442, 443, 7, 102, 2, 2, 443, 444, 7, 103, 2, 2, 444, 445, 7, 104, 2, 2, 445, 80, 3, 2, 2, 2, 446, 447, 7, 101, 2, 2, 447, 448, 7, 113, 2, 2, 448, 449, 7, 112, 2, 2, 449, 450, 7, 117, 2, 2, 450, 451, 7, 118, 2, 2, 451, 82, 3, 2, 2, 2, 452, 453, 7, 103, 2, 2, 453, 454, 7, 122, 2, 2, 454, 455, 7, 118, 2, 2, 455, 456, 7, 103, 2, 2, 456, 457, 7, 116, 2, 2, 457, 458, 7, 112, 2, 2, 458, 84, 3, 2, 2, 2, 459, 460, 7, 97, 2, 2, 460, 461, 7, 97, 2, 2, 461, 462, 7, 103, 2, 2, 462, 463, 7, 122, 2, 2, 463, 464, 7, 114, 2, 2, 464, 465, 7, 113, 2, 2, 465, 466, 7, 116, 2, 2, 466, 467, 7, 118, 2, 2, 467, 86, 3, 2, 2, 2, 468, 469, 7, 97, 2, 2, 469, 470, 7, 97, 2, 2, 470, 471, 7, 99, 2, 2, 471, 472, 7, 110, 2, 2, 472, 473, 7, 107, 2, 2, 473, 474, 7, 105, 2, 2, 474, 475, 7, 112, 2, 2, 475, 88, 3, 2, 2, 2, 476, 477, 7, 107, 2, 2, 477, 478, 7, 112, 2, 2, 478, 479, 7, 110, 2, 2, 479, 480, 7, 107, 2, 2, 480, 481, 7, 112, 2, 2, 481, 482, 7, 103, 2, 2, 482, 90, 3, 2, 2, 2, 483, 484, 7, 120, 2, 2, 484, 485, 7, 113, 2, 2, 485, 486, 7, 110, 2, 2, 486, 487, 7, 99, 2, 2, 487, 488, 7, 118, 2, 2, 488, 489, 7, 107, 2, 2, 489, 490, 7, 110, 2, 2, 490, 491, 7, 103, 2, 2, 491, 92, 3, 2, 2, 2, 492, 493, 7, 117, 2, 2, 493, 494, 7, 118, 2, 2, 494, 495, 7, 99, 2, 2, 495, 496, 7, 118, 2, 2, 496, 497, 7, 107, 2, 2, 497, 498, 7, 101, 2, 2, 498, 94, 3, 2, 2, 2, 499, 500, 7, 97, 2, 2, 500, 501, 7, 97, 2, 2, 501, 502, 7, 107, 2, 2, 502, 503, 7, 112, 2, 2, 503, 504, 7, 118, 2, 2, 504, 505, 7, 103, 2, 2, 505, 506, 7, 116, 2, 2, 506, 507, 7, 116, 2, 2, 507, 508, 7, 119, 2, 2, 508, 509, 7, 114, 2, 2, 509, 510, 7, 118, 2, 2, 510, 96, 3, 2, 2, 2, 511, 512, 7, 116, 2, 2, 512, 513, 7, 103, 2, 2, 513, 514, 7, 105, 2, 2, 514, 515, 7, 107, 2, 2, 515, 516, 7, 117, 2, 2, 516, 517, 7, 118, 2, 2, 517, 518, 7, 103, 2, 2, 518, 519, 7, 116, 2, 2, 519, 98, 3, 2, 2, 2, 520, 521, 7, 97, 2, 2, 521, 522, 7, 97, 2, 2, 522, 523, 7, 124, 2, 2, 523, 524, 7, 114, 2, 2, 524, 525, 7, 97, 2, 2, 525, 526, 7, 116, 2, 2, 526, 527, 7, 103, 2, 2, 527, 528, 7, 117, 2, 2, 528, 529, 7, 103, 2, 2, 529, 530, 7, 116, 2, 2, 530, 531, 7, 120, 2, 2, 531, 532, 7, 103, 2, 2, 532, 100, 3, 2, 2, 2, 533, 534, 7, 97, 2, 2, 534, 535, 7, 97, 2, 2, 535, 536, 7, 99, 2, 2, 536, 537, 7, 102, 2, 2, 537, 538, 7, 102, 2, 2, 538, 539, 7, 116, 2, 2, 539, 540, 7, 103, 2, 2, 540, 541, 7, 117, 2, 2, 541, 542, 7, 117, 2, 2, 542, 102, 3, 2, 2, 2, 543, 544, 7, 97, 2, 2, 544, 545, 7, 97, 2, 2, 545, 546, 7, 124, 2, 2, 546, 547, 7, 114, 2, 2, 547, 104, 3, 2, 2, 2, 548, 549, 7, 97, 2, 2, 549, 550, 7, 97, 2, 2, 550, 551, 7, 111, 2, 2, 551, 552, 7, 103, 2, 2, 552, 553, 7, 111, 2, 2, 553, 106, 3, 2, 2, 2, 554, 555, 7, 97, 2, 2, 555, 556, 7, 97, 2, 2, 556, 557, 7, 117, 2, 2, 557, 558, 7, 117, 2, 2, 558, 559, 7, 99, 2, 2, 559, 108, 3, 2, 2, 2, 560, 561, 7, 97, 2, 2, 561, 562, 7, 97, 2, 2, 562, 563, 7, 111, 2, 2, 563, 564, 7, 99, 2, 2, 564, 110, 3, 2, 2, 2, 565, 566, 7, 97, 2, 2, 566, 567, 7, 97, 2, 2, 567, 568, 7, 107, 2, 2, 568, 569, 7, 112, 2, 2, 569, 570, 7, 118, 2, 2, 570, 571, 7, 116, 2, 2, 571, 572, 7, 107, 2, 2, 572, 573, 7, 112, 2, 2, 573, 574, 7, 117, 2, 2, 574, 575, 7, 107, 2, 2, 575, 576, 7, 101, 2, 2, 576, 112, 3, 2, 2, 2, 577, 578, 7, 97, 2, 2, 578, 579, 7, 97, 2, 2, 579, 580, 7, 117, 2, 2, 580, 581, 7, 118, 2, 2, 581, 582, 7, 99, 2, 2, 582, 583, 7, 101, 2, 2, 583, 584, 7, 109, 2, 2, 584, 585, 7, 101, 2, 2, 585, 586, 7, 99, 2, 2, 586, 587, 7, 110, 2, 2, 587, 622, 7, 110, 2, 2, 588, 589, 7, 97, 2, 2, 589, 590, 7, 97, 2, 2, 590, 591, 7, 114, 2, 2, 591, 592, 7, 106, 2, 2, 592, 593, 7, 107, 2, 2, 593, 594, 7, 101, 2, 2, 594, 595, 7, 99, 2, 2, 595, 596, 7, 110, 2, 2, 596, 622, 7, 110, 2, 2, 597, 598, 7, 97, 2, 2, 598, 599, 7, 97, 2, 2, 599, 600, 7, 120, 2, 2, 600, 601, 7, 99, 2, 2, 601, 602, 7, 116, 2, 2, 602, 603, 7, 101, 2, 2, 603, 604, 7, 99, 2, 2, 604, 605, 7, 110, 2, 2, 605, 622, 7, 110, 2, 2, 606, 607, 7, 97, 2, 2, 607, 608, 7, 97, 2, 2, 608, 609, 7, 107, 2, 2, 609, 610, 7, 112, 2, 2, 610, 611, 7, 118, 2, 2, 611, 612, 7, 116, 2, 2, 612, 613, 7, 107, 2, 2, 613, 614, 7, 112, 2, 2, 614, 615, 7, 117, 2, 2, 615, 616, 7, 107, 2, 2, 616, 617, 7, 101, 2, 2, 617, 618, 7, 101, 2, 2, 618, 619, 7, 99, 2, 2, 619, 620, 7, 110, 2, 2, 620, 622, 7, 110, 2, 2, 621, 577, 3, 2, 2, 2, 621, 588, 3, 2, 2, 2, 621, 597, 3, 2, 2, 2, 621, 606, 3, 2, 2, 2, 622, 114, 3, 2, 2, 2, 623, 624, 7, 107, 2, 2, 624, 625, 7, 104, 2, 2, 625, 116, 3, 2, 2, 2, 626, 627, 7, 103, 2, 2, 627, 628, 7, 110, 2, 2, 628, 629, 7, 117, 2, 2, 629, 630, 7, 103, 2, 2, 630, 118, 3, 2, 2, 2, 631, 632, 7, 121, 2, 2, 632, 633, 7, 106, 2, 2, 633, 634, 7, 107, 2, 2, 634, 635, 7, 110, 2, 2, 635, 636, 7, 103, 2, 2, 636, 120, 3, 2, 2, 2, 637, 638, 7, 102, 2, 2, 638, 639, 7, 113, 2, 2, 639, 122, 3, 2, 2, 2, 640, 641, 7, 104, 2, 2, 641, 642, 7, 113, 2, 2, 642, 643, 7, 116, 2, 2, 643, 124, 3, 2, 2, 2, 644, 645, 7, 117, 2, 2, 645, 646, 7, 121, 2, 2, 646, 647, 7, 107, 2, 2, 647, 648, 7, 118, 2, 2, 648, 649, 7, 101, 2, 2, 649, 650, 7, 106, 2, 2, 650, 126, 3, 2, 2, 2, 651, 652, 7, 116, 2, 2, 652, 653, 7, 103, 2, 2, 653, 654, 7, 118, 2, 2, 654, 655, 7, 119, 2, 2, 655, 656, 7, 116, 2, 2, 656, 657, 7, 112, 2, 2, 657, 128, 3, 2, 2, 2, 658, 659, 7, 100, 2, 2, 659, 660, 7, 116, 2, 2, 660, 661, 7, 103, 2, 2, 661, 662, 7, 99, 2, 2, 662, 663, 7, 109, 2, 2, 663, 130, 3, 2, 2, 2, 664, 665, 7, 101, 2, 2, 665, 666, 7, 113, 2, 2, 666, 667, 7, 112, 2, 2, 667, 668, 7, 118, 2, 2, 668, 669, 7, 107, 2, 2, 669, 670, 7, 112, 2, 2, 670, 671, 7, 119, 2, 2, 671, 672, 7, 103, 2, 2, 672, 132, 3, 2, 2, 2, 673, 674, 7, 105, 2, 2, 674, 675, 7, 113, 2, 2, 675, 676, 7, 118, 2, 2, 676, 677, 7, 113, 2, 2, 677, 134, 3, 2, 2, 2, 678, 679, 7, 99, 2, 2, 679, 680, 7, 117, 2, 2, 680, 681, 7, 111, 2, 2, 681, 682, 3, 2, 2, 2, 682, 683, 8, 67, 3, 2, 683, 136, 3, 2, 2, 2, 684, 685, 7, 102, 2, 2, 685, 686, 7, 103, 2, 2, 686, 687, 7, 104, 2, 2, 687, 688, 7, 99, 2, 2, 688, 689, 7, 119, 2, 2, 689, 690, 7, 110, 2, 2, 690, 691, 7, 118, 2, 2, 691, 138, 3, 2, 2, 2, 692, 693, 7, 101, 2, 2, 693, 694, 7, 99, 2, 2, 694, 695, 7, 117, 2, 2, 695, 696, 7, 103, 2, 2, 696, 140, 3, 2, 2, 2, 697, 698, 7, 117, 2, 2, 698, 699, 7, 118, 2, 2, 699, 700, 7, 116, 2, 2, 700, 701, 7, 119, 2, 2, 701, 702, 7, 101, 2, 2, 702, 703, 7, 118, 2, 2, 703, 142, 3, 2, 2, 2, 704, 705, 7, 119, 2, 2, 705, 706, 7, 112, 2, 2, 706, 707, 7, 107, 2, 2, 707, 708, 7, 113, 2, 2, 708, 709, 7, 112, 2, 2, 709, 144, 3, 2, 2, 2, 710, 711, 7, 103, 2, 2, 711, 712, 7, 112, 2, 2, 712, 713, 7, 119, 2, 2, 713, 714, 7, 111, 2, 2, 714, 146, 3, 2, 2, 2, 715, 716, 7, 117, 2, 2, 716, 717, 7, 107, 2, 2, 717, 718, 7, 124, 2, 2, 718, 719, 7, 103, 2, 2, 719, 720, 7, 113, 2, 2, 720, 721, 7, 104, 2, 2, 721, 148, 3, 2, 2, 2, 722, 723, 7, 118, 2, 2, 723, 724, 7, 123, 2, 2, 724, 725, 7, 114, 2, 2, 725, 726, 7, 103, 2, 2, 726, 727, 7, 107, 2, 2, 727, 728, 7, 102, 2, 2, 728, 150, 3, 2, 2, 2, 729, 730, 7, 102, 2, 2, 730, 731, 7, 103, 2, 2, 731, 732, 7, 104, 2, 2, 732, 733, 7, 107, 2, 2, 733, 734, 7, 112, 2, 2, 734, 735, 7, 103, 2, 2, 735, 736, 7, 102, 2, 2, 736, 152, 3, 2, 2, 2, 737, 738, 7, 109, 2, 2, 738, 739, 7, 107, 2, 2, 739, 740, 7, 101, 2, 2, 740, 741, 7, 109, 2, 2, 741, 742, 7, 99, 2, 2, 742, 743, 7, 117, 2, 2, 743, 744, 7, 111, 2, 2, 744, 154, 3, 2, 2, 2, 745, 746, 7, 35, 2, 2, 746, 156, 3, 2, 2, 2, 747, 748, 7, 117, 2, 2, 748, 749, 7, 107, 2, 2, 749, 750, 7, 105, 2, 2, 750, 751, 7, 112, 2, 2, 751, 752, 7, 103, 2, 2, 752, 799, 7, 102, 2, 2, 753, 754, 7, 119, 2, 2, 754, 755, 7, 112, 2, 2, 755, 756, 7, 117, 2, 2, 756, 757, 7, 107, 2, 2, 757, 758, 7, 105, 2, 2, 758, 759, 7, 112, 2, 2, 759, 760, 7, 103, 2, 2, 760, 799, 7, 102, 2, 2, 761, 762, 7, 100, 2, 2, 762, 763, 7, 123, 2, 2, 763, 764, 7, 118, 2, 2, 764, 799, 7, 103, 2, 2, 765, 766, 7, 121, 2, 2, 766, 767, 7, 113, 2, 2, 767, 768, 7, 116, 2, 2, 768, 799, 7, 102, 2, 2, 769, 770, 7, 102, 2, 2, 770, 771, 7, 121, 2, 2, 771, 772, 7, 113, 2, 2, 772, 773, 7, 116, 2, 2, 773, 799, 7, 102, 2, 2, 774, 775, 7, 100, 2, 2, 775, 776, 7, 113, 2, 2, 776, 777, 7, 113, 2, 2, 777, 799, 7, 110, 2, 2, 778, 779, 7, 101, 2, 2, 779, 780, 7, 106, 2, 2, 780, 781, 7, 99, 2, 2, 781, 799, 7, 116, 2, 2, 782, 783, 7, 117, 2, 2, 783, 784, 7, 106, 2, 2, 784, 785, 7, 113, 2, 2, 785, 786, 7, 116, 2, 2, 786, 799, 7, 118, 2, 2, 787, 788, 7, 107, 2, 2, 788, 789, 7, 112, 2, 2, 789, 799, 7, 118, 2, 2, 790, 791, 7, 110, 2, 2, 791, 792, 7, 113, 2, 2, 792, 793, 7, 112, 2, 2, 793, 799, 7, 105, 2, 2, 794, 795, 7, 120, 2, 2, 795, 796, 7, 113, 2, 2, 796, 797, 7, 107, 2, 2, 797, 799, 7, 102, 2, 2, 798, 747, 3, 2, 2, 2, 798, 753, 3, 2, 2, 2, 798, 761, 3, 2, 2, 2, 798, 765, 3, 2, 2, 2, 798, 769, 3, 2, 2, 2, 798, 774, 3, 2, 2, 2, 798, 778, 3, 2, 2, 2, 798, 782, 3, 2, 2, 2, 798, 787, 3, 2, 2, 2, 798, 790, 3, 2, 2, 2, 798, 794, 3, 2, 2, 2, 799, 158, 3, 2, 2, 2, 800, 801, 7, 118, 2, 2, 801, 802, 7, 116, 2, 2, 802, 803, 7, 119, 2, 2, 803, 810, 7, 103, 2, 2, 804, 805, 7, 104, 2, 2, 805, 806, 7, 99, 2, 2, 806, 807, 7, 110, 2, 2, 807, 808, 7, 117, 2, 2, 808, 810, 7, 103, 2, 2, 809, 800, 3, 2, 2, 2, 809, 804, 3, 2, 2, 2, 810, 160, 3, 2, 2, 2, 811, 812, 7, 125, 2, 2, 812, 813, 7, 125, 2, 2, 813, 817, 3, 2, 2, 2, 814, 816, 11, 2, 2, 2, 815, 814, 3, 2, 2, 2, 816, 819, 3, 2, 2, 2, 817, 818, 3, 2, 2, 2, 817, 815, 3, 2, 2, 2, 818, 820, 3, 2, 2, 2, 819, 817, 3, 2, 2, 2, 820, 821, 7, 127, 2, 2, 821, 822, 7, 127, 2, 2, 822, 162, 3, 2, 2, 2, 823, 824, 7, 37, 2, 2, 824, 825, 7, 107, 2, 2, 825, 826, 7, 111, 2, 2, 826, 827, 7, 114, 2, 2, 827, 828, 7, 113, 2, 2, 828, 829, 7, 116, 2, 2, 829, 830, 7, 118, 2, 2, 830, 831, 3, 2, 2, 2, 831, 832, 8, 81, 4, 2, 832, 164, 3, 2, 2, 2, 833, 834, 7, 37, 2, 2, 834, 835, 7, 107, 2, 2, 835, 836, 7, 112, 2, 2, 836, 837, 7, 101, 2, 2, 837, 838, 7, 110, 2, 2, 838, 839, 7, 119, 2, 2, 839, 840, 7, 102, 2, 2, 840, 841, 7, 103, 2, 2, 841, 842, 3, 2, 2, 2, 842, 843, 8, 82, 5, 2, 843, 166, 3, 2, 2, 2, 844, 845, 7, 37, 2, 2, 845, 846, 7, 114, 2, 2, 846, 847, 7, 116, 2, 2, 847, 848, 7, 99, 2, 2, 848, 849, 7, 105, 2, 2, 849, 850, 7, 111, 2, 2, 850, 851, 7, 99, 2, 2, 851, 168, 3, 2, 2, 2, 852, 853, 7, 37, 2, 2, 853, 854, 7, 102, 2, 2, 854, 855, 7, 103, 2, 2, 855, 856, 7, 104, 2, 2, 856, 857, 7, 107, 2, 2, 857, 858, 7, 112, 2, 2, 858, 859, 7, 103, 2, 2, 859, 170, 3, 2, 2, 2, 860, 861, 7, 94, 2, 2, 861, 866, 7, 12, 2, 2, 862, 863, 7, 94, 2, 2, 863, 864, 7, 15, 2, 2, 864, 866, 7, 12, 2, 2, 865, 860, 3, 2, 2, 2, 865, 862, 3, 2, 2, 2, 866, 172, 3, 2, 2, 2, 867, 868, 7, 37, 2, 2, 868, 869, 7, 119, 2, 2, 869, 870, 7, 112, 2, 2, 870, 871, 7, 102, 2, 2, 871, 872, 7, 103, 2, 2, 872, 873, 7, 104, 2, 2, 873, 174, 3, 2, 2, 2, 874, 875, 7, 37, 2, 2, 875, 876, 7, 107, 2, 2, 876, 877, 7, 104, 2, 2, 877, 878, 7, 102, 2, 2, 878, 879, 7, 103, 2, 2, 879, 880, 7, 104, 2, 2, 880, 176, 3, 2, 2, 2, 881, 882, 7, 37, 2, 2, 882, 883, 7, 107, 2, 2, 883, 884, 7, 104, 2, 2, 884, 885, 7, 112, 2, 2, 885, 886, 7, 102, 2, 2, 886, 887, 7, 103, 2, 2, 887, 888, 7, 104, 2, 2, 888, 178, 3, 2, 2, 2, 889, 890, 7, 37, 2, 2, 890, 891, 7, 107, 2, 2, 891, 892, 7, 104, 2, 2, 892, 180, 3, 2, 2, 2, 893, 894, 7, 37, 2, 2, 894, 895, 7, 103, 2, 2, 895, 896, 7, 110, 2, 2, 896, 897, 7, 107, 2, 2, 897, 898, 7, 104, 2, 2, 898, 182, 3, 2, 2, 2, 899, 900, 7, 37, 2, 2, 900, 901, 7, 103, 2, 2, 901, 902, 7, 110, 2, 2, 902, 903, 7, 117, 2, 2, 903, 904, 7, 103, 2, 2, 904, 184, 3, 2, 2, 2, 905, 906, 7, 37, 2, 2, 906, 907, 7, 103, 2, 2, 907, 908, 7, 112, 2, 2, 908, 909, 7, 102, 2, 2, 909, 910, 7, 107, 2, 2, 910, 911, 7, 104, 2, 2, 911, 186, 3, 2, 2, 2, 912, 913, 7, 37, 2, 2, 913, 914, 7, 103, 2, 2, 914, 915, 7, 116, 2, 2, 915, 916, 7, 116, 2, 2, 916, 917, 7, 113, 2, 2, 917, 918, 7, 116, 2, 2, 918, 188, 3, 2, 2, 2, 919, 920, 7, 37, 2, 2, 920, 921, 5, 217, 108, 2, 921, 190, 3, 2, 2, 2, 922, 923, 7, 37, 2, 2, 923, 924, 5, 217, 108, 2, 924, 192, 3, 2, 2, 2, 925, 928, 5, 195, 97, 2, 926, 928, 5, 203, 101, 2, 927, 925, 3, 2, 2, 2, 927, 926, 3, 2, 2, 2, 928, 194, 3, 2, 2, 2, 929, 933, 5, 197, 98, 2, 930, 933, 5, 199, 99, 2, 931, 933, 5, 201, 100, 2, 932, 929, 3, 2, 2, 2, 932, 930, 3, 2, 2, 2, 932, 931, 3, 2, 2, 2, 933, 196, 3, 2, 2, 2, 934, 940, 7, 39, 2, 2, 935, 936, 7, 50, 2, 2, 936, 940, 7, 100, 2, 2, 937, 938, 7, 50, 2, 2, 938, 940, 7, 68, 2, 2, 939, 934, 3, 2, 2, 2, 939, 935, 3, 2, 2, 2, 939, 937, 3, 2, 2, 2, 940, 944, 3, 2, 2, 2, 941, 943, 5, 211, 105, 2, 942, 941, 3, 2, 2, 2, 943, 946, 3, 2, 2, 2, 944, 942, 3, 2, 2, 2, 944, 945, 3, 2, 2, 2, 945, 947, 3, 2, 2, 2, 946, 944, 3, 2, 2, 2, 947, 949, 7, 48, 2, 2, 948, 950, 5, 211, 105, 2, 949, 948, 3, 2, 2, 2, 950, 951, 3, 2, 2, 2, 951, 949, 3, 2, 2, 2, 951, 952, 3, 2, 2, 2, 952, 198, 3, 2, 2, 2, 953, 955, 5, 213, 106, 2, 954, 953, 3, 2, 2, 2, 955, 958, 3, 2, 2, 2, 956, 954, 3, 2, 2, 2, 956, 957, 3, 2, 2, 2, 957, 959, 3, 2, 2, 2, 958, 956, 3, 2, 2, 2, 959, 961, 7, 48, 2, 2, 960, 962, 5, 213, 106, 2, 961, 960, 3, 2, 2, 2, 962, 963, 3, 2, 2, 2, 963, 961, 3, 2, 2, 2, 963, 964, 3, 2, 2, 2, 964, 200, 3, 2, 2, 2, 965, 971, 7, 38, 2, 2, 966, 967, 7, 50, 2, 2, 967, 971, 7, 122, 2, 2, 968, 969, 7, 50, 2, 2, 969, 971, 7, 90, 2, 2, 970, 965, 3, 2, 2, 2, 970, 966, 3, 2, 2, 2, 970, 968, 3, 2, 2, 2, 971, 975, 3, 2, 2, 2, 972, 974, 5, 215, 107, 2, 973, 972, 3, 2, 2, 2, 974, 977, 3, 2, 2, 2, 975, 973, 3, 2, 2, 2, 975, 976, 3, 2, 2, 2, 976, 978, 3, 2, 2, 2, 977, 975, 3, 2, 2, 2, 978, 980, 7, 48, 2, 2, 979, 981, 5, 215, 107, 2, 980, 979, 3, 2, 2, 2, 981, 982, 3, 2, 2, 2, 982, 980, 3, 2, 2, 2, 982, 983, 3, 2, 2, 2, 983, 202, 3, 2, 2, 2, 984, 988, 5, 207, 103, 2, 985, 988, 5, 209, 104, 2, 986, 988, 5, 205, 102, 2, 987, 984, 3, 2, 2, 2, 987, 985, 3, 2, 2, 2, 987, 986, 3, 2, 2, 2, 988, 992, 3, 2, 2, 2, 989, 990, 9, 2, 2, 2, 990, 993, 9, 3, 2, 2, 991, 993, 9, 4, 2, 2, 992, 989, 3, 2, 2, 2, 992, 991, 3, 2, 2, 2, 992, 993, 3, 2, 2, 2, 993, 204, 3, 2, 2, 2, 994, 995, 7, 50, 2, 2, 995, 997, 9, 5, 2, 2, 996, 998, 5, 211, 105, 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, 1008, 3, 2, 2, 2, 1001, 1003, 7, 39, 2, 2, 1002, 1004, 5, 211, 105, 2, 1003, 1002, 3, 2, 2, 2, 1004, 1005, 3, 2, 2, 2, 1005, 1003, 3, 2, 2, 2, 1005, 1006, 3, 2, 2, 2, 1006, 1008, 3, 2, 2, 2, 1007, 994, 3, 2, 2, 2, 1007, 1001, 3, 2, 2, 2, 1008, 206, 3, 2, 2, 2, 1009, 1011, 5, 213, 106, 2, 1010, 1009, 3, 2, 2, 2, 1011, 1012, 3, 2, 2, 2, 1012, 1010, 3, 2, 2, 2, 1012, 1013, 3, 2, 2, 2, 1013, 208, 3, 2, 2, 2, 1014, 1020, 7, 38, 2, 2, 1015, 1016, 7, 50, 2, 2, 1016, 1020, 7, 122, 2, 2, 1017, 1018, 7, 50, 2, 2, 1018, 1020, 7, 90, 2, 2, 1019, 1014, 3, 2, 2, 2, 1019, 1015, 3, 2, 2, 2, 1019, 1017, 3, 2, 2, 2, 1020, 1022, 3, 2, 2, 2, 1021, 1023, 5, 215, 107, 2, 1022, 1021, 3, 2, 2, 2, 1023, 1024, 3, 2, 2, 2, 1024, 1022, 3, 2, 2, 2, 1024, 1025, 3, 2, 2, 2, 1025, 210, 3, 2, 2, 2, 1026, 1027, 9, 6, 2, 2, 1027, 212, 3, 2, 2, 2, 1028, 1029, 9, 7, 2, 2, 1029, 214, 3, 2, 2, 2, 1030, 1031, 9, 8, 2, 2, 1031, 216, 3, 2, 2, 2, 1032, 1036, 5, 219, 109, 2, 1033, 1035, 5, 221, 110, 2, 1034, 1033, 3, 2, 2, 2, 1035, 1038, 3, 2, 2, 2, 1036, 1034, 3, 2, 2, 2, 1036, 1037, 3, 2, 2, 2, 1037, 1039, 3, 2, 2, 2, 1038, 1036, 3, 2, 2, 2, 1039, 1040, 8, 108, 6, 2, 1040, 218, 3, 2, 2, 2, 1041, 1042, 9, 9, 2, 2, 1042, 220, 3, 2, 2, 2, 1043, 1044, 9, 10, 2, 2, 1044, 222, 3, 2, 2, 2, 1045, 1051, 7, 36, 2, 2, 1046, 1047, 7, 94, 2, 2, 1047, 1050, 7, 36, 2, 2, 1048, 1050, 10, 11, 2, 2, 1049, 1046, 3, 2, 2, 2, 1049, 1048, 3, 2, 2, 2, 1050, 1053, 3, 2, 2, 2, 1051, 1049, 3, 2, 2, 2, 1051, 1052, 3, 2, 2, 2, 1052, 1054, 3, 2, 2, 2, 1053, 1051, 3, 2, 2, 2, 1054, 1056, 7, 36, 2, 2, 1055, 1057, 9, 12, 2, 2, 1056, 1055, 3, 2, 2, 2, 1056, 1057, 3, 2, 2, 2, 1057, 1062, 3, 2, 2, 2, 1058, 1060, 9, 13, 2, 2, 1059, 1061, 9, 14, 2, 2, 1060, 1059, 3, 2, 2, 2, 1060, 1061, 3, 2, 2, 2, 1061, 1063, 3, 2, 2, 2, 1062, 1058, 3, 2, 2, 2, 1062, 1063, 3, 2, 2, 2, 1063, 1065, 3, 2, 2, 2, 1064, 1066, 9, 12, 2, 2, 1065, 1064, 3, 2, 2, 2, 1065, 1066, 3, 2, 2, 2, 1066, 224, 3, 2, 2, 2, 1067, 1082, 7, 41, 2, 2, 1068, 1079, 7, 94, 2, 2, 1069, 1071, 9, 15, 2, 2, 1070, 1072, 9, 7, 2, 2, 1071, 1070, 3, 2, 2, 2, 1071, 1072, 3, 2, 2, 2, 1072, 1074, 3, 2, 2, 2, 1073, 1075, 9, 7, 2, 2, 1074, 1073, 3, 2, 2, 2, 1074, 1075, 3, 2, 2, 2, 1075, 1080, 3, 2, 2, 2, 1076, 1077, 7, 122, 2, 2, 1077, 1078, 9, 16, 2, 2, 1078, 1080, 9, 16, 2, 2, 1079, 1069, 3, 2, 2, 2, 1079, 1076, 3, 2, 2, 2, 1080, 1083, 3, 2, 2, 2, 1081, 1083, 10, 17, 2, 2, 1082, 1068, 3, 2, 2, 2, 1082, 1081, 3, 2, 2, 2, 1083, 1084, 3, 2, 2, 2, 1084, 1085, 7, 41, 2, 2, 1085, 226, 3, 2, 2, 2, 1086, 1088, 9, 18, 2, 2, 1087, 1086, 3, 2, 2, 2, 1088, 1089, 3, 2, 2, 2, 1089, 1087, 3, 2, 2, 2, 1089, 1090, 3, 2, 2, 2, 1090, 1091, 3, 2, 2, 2, 1091, 1092, 8, 113, 7, 2, 1092, 228, 3, 2, 2, 2, 1093, 1094, 7, 49, 2, 2, 1094, 1095, 7, 49, 2, 2, 1095, 1099, 3, 2, 2, 2, 1096, 1098, 10, 19, 2, 2, 1097, 1096, 3, 2, 2, 2, 1098, 1101, 3, 2, 2, 2, 1099, 1097, 3, 2, 2, 2, 1099, 1100, 3, 2, 2, 2, 1100, 1102, 3, 2, 2, 2, 1101, 1099, 3, 2, 2, 2, 1102, 1103, 8, 114, 8, 2, 1103, 230, 3, 2, 2, 2, 1104, 1105, 7, 49, 2, 2, 1105, 1106, 7, 44, 2, 2, 1106, 1110, 3, 2, 2, 2, 1107, 1109, 11, 2, 2, 2, 1108, 1107, 3, 2, 2, 2, 1109, 1112, 3, 2, 2, 2, 1110, 1111, 3, 2, 2, 2, 1110, 1108, 3, 2, 2, 2, 1111, 1113, 3, 2, 2, 2, 1112, 1110, 3, 2, 2, 2, 1113, 1114, 7, 44, 2, 2, 1114, 1115, 7, 49, 2, 2, 1115, 1116, 3, 2, 2, 2, 1116, 1117, 8, 115, 8, 2, 1117, 232, 3, 2, 2, 2, 1118, 1119, 7, 48, 2, 2, 1119, 1120, 7, 100, 2, 2, 1120, 1121, 7, 123, 2, 2, 1121, 1122, 7, 118, 2, 2, 1122, 1123, 7, 103, 2, 2, 1123, 234, 3, 2, 2, 2, 1124, 1125, 7, 100, 2, 2, 1125, 1126, 7, 116, 2, 2, 1126, 1675, 7, 109, 2, 2, 1127, 1128, 7, 113, 2, 2, 1128, 1129, 7, 116, 2, 2, 1129, 1675, 7, 99, 2, 2, 1130, 1131, 7, 109, 2, 2, 1131, 1132, 7, 107, 2, 2, 1132, 1675, 7, 110, 2, 2, 1133, 1134, 7, 117, 2, 2, 1134, 1135, 7, 110, 2, 2, 1135, 1675, 7, 113, 2, 2, 1136, 1137, 7, 112, 2, 2, 1137, 1138, 7, 113, 2, 2, 1138, 1675, 7, 114, 2, 2, 1139, 1140, 7, 99, 2, 2, 1140, 1141, 7, 117, 2, 2, 1141, 1675, 7, 110, 2, 2, 1142, 1143, 7, 114, 2, 2, 1143, 1144, 7, 106, 2, 2, 1144, 1675, 7, 114, 2, 2, 1145, 1146, 7, 99, 2, 2, 1146, 1147, 7, 112, 2, 2, 1147, 1675, 7, 101, 2, 2, 1148, 1149, 7, 100, 2, 2, 1149, 1150, 7, 114, 2, 2, 1150, 1675, 7, 110, 2, 2, 1151, 1152, 7, 101, 2, 2, 1152, 1153, 7, 110, 2, 2, 1153, 1675, 7, 101, 2, 2, 1154, 1155, 7, 108, 2, 2, 1155, 1156, 7, 117, 2, 2, 1156, 1675, 7, 116, 2, 2, 1157, 1158, 7, 99, 2, 2, 1158, 1159, 7, 112, 2, 2, 1159, 1675, 7, 102, 2, 2, 1160, 1161, 7, 116, 2, 2, 1161, 1162, 7, 110, 2, 2, 1162, 1675, 7, 99, 2, 2, 1163, 1164, 7, 100, 2, 2, 1164, 1165, 7, 107, 2, 2, 1165, 1675, 7, 118, 2, 2, 1166, 1167, 7, 116, 2, 2, 1167, 1168, 7, 113, 2, 2, 1168, 1675, 7, 110, 2, 2, 1169, 1170, 7, 114, 2, 2, 1170, 1171, 7, 110, 2, 2, 1171, 1675, 7, 99, 2, 2, 1172, 1173, 7, 114, 2, 2, 1173, 1174, 7, 110, 2, 2, 1174, 1675, 7, 114, 2, 2, 1175, 1176, 7, 100, 2, 2, 1176, 1177, 7, 111, 2, 2, 1177, 1675, 7, 107, 2, 2, 1178, 1179, 7, 117, 2, 2, 1179, 1180, 7, 103, 2, 2, 1180, 1675, 7, 101, 2, 2, 1181, 1182, 7, 116, 2, 2, 1182, 1183, 7, 118, 2, 2, 1183, 1675, 7, 107, 2, 2, 1184, 1185, 7, 103, 2, 2, 1185, 1186, 7, 113, 2, 2, 1186, 1675, 7, 116, 2, 2, 1187, 1188, 7, 117, 2, 2, 1188, 1189, 7, 116, 2, 2, 1189, 1675, 7, 103, 2, 2, 1190, 1191, 7, 110, 2, 2, 1191, 1192, 7, 117, 2, 2, 1192, 1675, 7, 116, 2, 2, 1193, 1194, 7, 114, 2, 2, 1194, 1195, 7, 106, 2, 2, 1195, 1675, 7, 99, 2, 2, 1196, 1197, 7, 99, 2, 2, 1197, 1198, 7, 110, 2, 2, 1198, 1675, 7, 116, 2, 2, 1199, 1200, 7, 108, 2, 2, 1200, 1201, 7, 111, 2, 2, 1201, 1675, 7, 114, 2, 2, 1202, 1203, 7, 100, 2, 2, 1203, 1204, 7, 120, 2, 2, 1204, 1675, 7, 101, 2, 2, 1205, 1206, 7, 101, 2, 2, 1206, 1207, 7, 110, 2, 2, 1207, 1675, 7, 107, 2, 2, 1208, 1209, 7, 116, 2, 2, 1209, 1210, 7, 118, 2, 2, 1210, 1675, 7, 117, 2, 2, 1211, 1212, 7, 99, 2, 2, 1212, 1213, 7, 102, 2, 2, 1213, 1675, 7, 101, 2, 2, 1214, 1215, 7, 116, 2, 2, 1215, 1216, 7, 116, 2, 2, 1216, 1675, 7, 99, 2, 2, 1217, 1218, 7, 100, 2, 2, 1218, 1219, 7, 120, 2, 2, 1219, 1675, 7, 117, 2, 2, 1220, 1221, 7, 117, 2, 2, 1221, 1222, 7, 103, 2, 2, 1222, 1675, 7, 107, 2, 2, 1223, 1224, 7, 117, 2, 2, 1224, 1225, 7, 99, 2, 2, 1225, 1675, 7, 122, 2, 2, 1226, 1227, 7, 117, 2, 2, 1227, 1228, 7, 118, 2, 2, 1228, 1675, 7, 123, 2, 2, 1229, 1230, 7, 117, 2, 2, 1230, 1231, 7, 118, 2, 2, 1231, 1675, 7, 99, 2, 2, 1232, 1233, 7, 117, 2, 2, 1233, 1234, 7, 118, 2, 2, 1234, 1675, 7, 122, 2, 2, 1235, 1236, 7, 102, 2, 2, 1236, 1237, 7, 103, 2, 2, 1237, 1675, 7, 123, 2, 2, 1238, 1239, 7, 118, 2, 2, 1239, 1240, 7, 122, 2, 2, 1240, 1675, 7, 99, 2, 2, 1241, 1242, 7, 122, 2, 2, 1242, 1243, 7, 99, 2, 2, 1243, 1675, 7, 99, 2, 2, 1244, 1245, 7, 100, 2, 2, 1245, 1246, 7, 101, 2, 2, 1246, 1675, 7, 101, 2, 2, 1247, 1248, 7, 99, 2, 2, 1248, 1249, 7, 106, 2, 2, 1249, 1675, 7, 122, 2, 2, 1250, 1251, 7, 118, 2, 2, 1251, 1252, 7, 123, 2, 2, 1252, 1675, 7, 99, 2, 2, 1253, 1254, 7, 118, 2, 2, 1254, 1255, 7, 122, 2, 2, 1255, 1675, 7, 117, 2, 2, 1256, 1257, 7, 118, 2, 2, 1257, 1258, 7, 99, 2, 2, 1258, 1675, 7, 117, 2, 2, 1259, 1260, 7, 117, 2, 2, 1260, 1261, 7, 106, 2, 2, 1261, 1675, 7, 123, 2, 2, 1262, 1263, 7, 117, 2, 2, 1263, 1264, 7, 106, 2, 2, 1264, 1675, 7, 122, 2, 2, 1265, 1266, 7, 110, 2, 2, 1266, 1267, 7, 102, 2, 2, 1267, 1675, 7, 123, 2, 2, 1268, 1269, 7, 110, 2, 2, 1269, 1270, 7, 102, 2, 2, 1270, 1675, 7, 99, 2, 2, 1271, 1272, 7, 110, 2, 2, 1272, 1273, 7, 102, 2, 2, 1273, 1675, 7, 122, 2, 2, 1274, 1275, 7, 110, 2, 2, 1275, 1276, 7, 99, 2, 2, 1276, 1675, 7, 122, 2, 2, 1277, 1278, 7, 118, 2, 2, 1278, 1279, 7, 99, 2, 2, 1279, 1675, 7, 123, 2, 2, 1280, 1281, 7, 118, 2, 2, 1281, 1282, 7, 99, 2, 2, 1282, 1675, 7, 122, 2, 2, 1283, 1284, 7, 100, 2, 2, 1284, 1285, 7, 101, 2, 2, 1285, 1675, 7, 117, 2, 2, 1286, 1287, 7, 101, 2, 2, 1287, 1288, 7, 110, 2, 2, 1288, 1675, 7, 120, 2, 2, 1289, 1290, 7, 118, 2, 2, 1290, 1291, 7, 117, 2, 2, 1291, 1675, 7, 122, 2, 2, 1292, 1293, 7, 110, 2, 2, 1293, 1294, 7, 99, 2, 2, 1294, 1675, 7, 117, 2, 2, 1295, 1296, 7, 101, 2, 2, 1296, 1297, 7, 114, 2, 2, 1297, 1675, 7, 123, 2, 2, 1298, 1299, 7, 101, 2, 2, 1299, 1300, 7, 111, 2, 2, 1300, 1675, 7, 114, 2, 2, 1301, 1302, 7, 101, 2, 2, 1302, 1303, 7, 114, 2, 2, 1303, 1675, 7, 122, 2, 2, 1304, 1305, 7, 102, 2, 2, 1305, 1306, 7, 101, 2, 2, 1306, 1675, 7, 114, 2, 2, 1307, 1308, 7, 102, 2, 2, 1308, 1309, 7, 103, 2, 2, 1309, 1675, 7, 101, 2, 2, 1310, 1311, 7, 107, 2, 2, 1311, 1312, 7, 112, 2, 2, 1312, 1675, 7, 101, 2, 2, 1313, 1314, 7, 99, 2, 2, 1314, 1315, 7, 122, 2, 2, 1315, 1675, 7, 117, 2, 2, 1316, 1317, 7, 100, 2, 2, 1317, 1318, 7, 112, 2, 2, 1318, 1675, 7, 103, 2, 2, 1319, 1320, 7, 101, 2, 2, 1320, 1321, 7, 110, 2, 2, 1321, 1675, 7, 102, 2, 2, 1322, 1323, 7, 117, 2, 2, 1323, 1324, 7, 100, 2, 2, 1324, 1675, 7, 101, 2, 2, 1325, 1326, 7, 107, 2, 2, 1326, 1327, 7, 117, 2, 2, 1327, 1675, 7, 101, 2, 2, 1328, 1329, 7, 107, 2, 2, 1329, 1330, 7, 112, 2, 2, 1330, 1675, 7, 122, 2, 2, 1331, 1332, 7, 100, 2, 2, 1332, 1333, 7, 103, 2, 2, 1333, 1675, 7, 115, 2, 2, 1334, 1335, 7, 117, 2, 2, 1335, 1336, 7, 103, 2, 2, 1336, 1675, 7, 102, 2, 2, 1337, 1338, 7, 102, 2, 2, 1338, 1339, 7, 103, 2, 2, 1339, 1675, 7, 122, 2, 2, 1340, 1341, 7, 107, 2, 2, 1341, 1342, 7, 112, 2, 2, 1342, 1675, 7, 123, 2, 2, 1343, 1344, 7, 116, 2, 2, 1344, 1345, 7, 113, 2, 2, 1345, 1675, 7, 116, 2, 2, 1346, 1347, 7, 100, 2, 2, 1347, 1348, 7, 100, 2, 2, 1348, 1349, 7, 116, 2, 2, 1349, 1675, 7, 50, 2, 2, 1350, 1351, 7, 100, 2, 2, 1351, 1352, 7, 100, 2, 2, 1352, 1353, 7, 116, 2, 2, 1353, 1675, 7, 51, 2, 2, 1354, 1355, 7, 100, 2, 2, 1355, 1356, 7, 100, 2, 2, 1356, 1357, 7, 116, 2, 2, 1357, 1675, 7, 52, 2, 2, 1358, 1359, 7, 100, 2, 2, 1359, 1360, 7, 100, 2, 2, 1360, 1361, 7, 116, 2, 2, 1361, 1675, 7, 53, 2, 2, 1362, 1363, 7, 100, 2, 2, 1363, 1364, 7, 100, 2, 2, 1364, 1365, 7, 116, 2, 2, 1365, 1675, 7, 54, 2, 2, 1366, 1367, 7, 100, 2, 2, 1367, 1368, 7, 100, 2, 2, 1368, 1369, 7, 116, 2, 2, 1369, 1675, 7, 55, 2, 2, 1370, 1371, 7, 100, 2, 2, 1371, 1372, 7, 100, 2, 2, 1372, 1373, 7, 116, 2, 2, 1373, 1675, 7, 56, 2, 2, 1374, 1375, 7, 100, 2, 2, 1375, 1376, 7, 100, 2, 2, 1376, 1377, 7, 116, 2, 2, 1377, 1675, 7, 57, 2, 2, 1378, 1379, 7, 100, 2, 2, 1379, 1380, 7, 100, 2, 2, 1380, 1381, 7, 117, 2, 2, 1381, 1675, 7, 50, 2, 2, 1382, 1383, 7, 100, 2, 2, 1383, 1384, 7, 100, 2, 2, 1384, 1385, 7, 117, 2, 2, 1385, 1675, 7, 51, 2, 2, 1386, 1387, 7, 100, 2, 2, 1387, 1388, 7, 100, 2, 2, 1388, 1389, 7, 117, 2, 2, 1389, 1675, 7, 52, 2, 2, 1390, 1391, 7, 100, 2, 2, 1391, 1392, 7, 100, 2, 2, 1392, 1393, 7, 117, 2, 2, 1393, 1675, 7, 53, 2, 2, 1394, 1395, 7, 100, 2, 2, 1395, 1396, 7, 100, 2, 2, 1396, 1397, 7, 117, 2, 2, 1397, 1675, 7, 54, 2, 2, 1398, 1399, 7, 100, 2, 2, 1399, 1400, 7, 100, 2, 2, 1400, 1401, 7, 117, 2, 2, 1401, 1675, 7, 55, 2, 2, 1402, 1403, 7, 100, 2, 2, 1403, 1404, 7, 100, 2, 2, 1404, 1405, 7, 117, 2, 2, 1405, 1675, 7, 56, 2, 2, 1406, 1407, 7, 100, 2, 2, 1407, 1408, 7, 100, 2, 2, 1408, 1409, 7, 117, 2, 2, 1409, 1675, 7, 57, 2, 2, 1410, 1411, 7, 100, 2, 2, 1411, 1412, 7, 116, 2, 2, 1412, 1675, 7, 99, 2, 2, 1413, 1414, 7, 114, 2, 2, 1414, 1415, 7, 106, 2, 2, 1415, 1675, 7, 122, 2, 2, 1416, 1417, 7, 114, 2, 2, 1417, 1418, 7, 106, 2, 2, 1418, 1675, 7, 123, 2, 2, 1419, 1420, 7, 114, 2, 2, 1420, 1421, 7, 110, 2, 2, 1421, 1675, 7, 122, 2, 2, 1422, 1423, 7, 114, 2, 2, 1423, 1424, 7, 110, 2, 2, 1424, 1675, 7, 123, 2, 2, 1425, 1426, 7, 116, 2, 2, 1426, 1427, 7, 111, 2, 2, 1427, 1428, 7, 100, 2, 2, 1428, 1675, 7, 50, 2, 2, 1429, 1430, 7, 116, 2, 2, 1430, 1431, 7, 111, 2, 2, 1431, 1432, 7, 100, 2, 2, 1432, 1675, 7, 51, 2, 2, 1433, 1434, 7, 116, 2, 2, 1434, 1435, 7, 111, 2, 2, 1435, 1436, 7, 100, 2, 2, 1436, 1675, 7, 52, 2, 2, 1437, 1438, 7, 116, 2, 2, 1438, 1439, 7, 111, 2, 2, 1439, 1440, 7, 100, 2, 2, 1440, 1675, 7, 53, 2, 2, 1441, 1442, 7, 116, 2, 2, 1442, 1443, 7, 111, 2, 2, 1443, 1444, 7, 100, 2, 2, 1444, 1675, 7, 54, 2, 2, 1445, 1446, 7, 116, 2, 2, 1446, 1447, 7, 111, 2, 2, 1447, 1448, 7, 100, 2, 2, 1448, 1675, 7, 55, 2, 2, 1449, 1450, 7, 116, 2, 2, 1450, 1451, 7, 111, 2, 2, 1451, 1452, 7, 100, 2, 2, 1452, 1675, 7, 56, 2, 2, 1453, 1454, 7, 116, 2, 2, 1454, 1455, 7, 111, 2, 2, 1455, 1456, 7, 100, 2, 2, 1456, 1675, 7, 57, 2, 2, 1457, 1458, 7, 117, 2, 2, 1458, 1459, 7, 111, 2, 2, 1459, 1460, 7, 100, 2, 2, 1460, 1675, 7, 50, 2, 2, 1461, 1462, 7, 117, 2, 2, 1462, 1463, 7, 111, 2, 2, 1463, 1464, 7, 100, 2, 2, 1464, 1675, 7, 51, 2, 2, 1465, 1466, 7, 117, 2, 2, 1466, 1467, 7, 111, 2, 2, 1467, 1468, 7, 100, 2, 2, 1468, 1675, 7, 52, 2, 2, 1469, 1470, 7, 117, 2, 2, 1470, 1471, 7, 111, 2, 2, 1471, 1472, 7, 100, 2, 2, 1472, 1675, 7, 53, 2, 2, 1473, 1474, 7, 117, 2, 2, 1474, 1475, 7, 111, 2, 2, 1475, 1476, 7, 100, 2, 2, 1476, 1675, 7, 54, 2, 2, 1477, 1478, 7, 117, 2, 2, 1478, 1479, 7, 111, 2, 2, 1479, 1480, 7, 100, 2, 2, 1480, 1675, 7, 55, 2, 2, 1481, 1482, 7, 117, 2, 2, 1482, 1483, 7, 111, 2, 2, 1483, 1484, 7, 100, 2, 2, 1484, 1675, 7, 56, 2, 2, 1485, 1486, 7, 117, 2, 2, 1486, 1487, 7, 111, 2, 2, 1487, 1488, 7, 100, 2, 2, 1488, 1675, 7, 57, 2, 2, 1489, 1490, 7, 117, 2, 2, 1490, 1491, 7, 118, 2, 2, 1491, 1675, 7, 114, 2, 2, 1492, 1493, 7, 117, 2, 2, 1493, 1494, 7, 118, 2, 2, 1494, 1675, 7, 124, 2, 2, 1495, 1496, 7, 118, 2, 2, 1496, 1497, 7, 116, 2, 2, 1497, 1675, 7, 100, 2, 2, 1498, 1499, 7, 118, 2, 2, 1499, 1500, 7, 117, 2, 2, 1500, 1675, 7, 100, 2, 2, 1501, 1502, 7, 121, 2, 2, 1502, 1503, 7, 99, 2, 2, 1503, 1675, 7, 107, 2, 2, 1504, 1505, 7, 101, 2, 2, 1505, 1506, 7, 110, 2, 2, 1506, 1675, 7, 103, 2, 2, 1507, 1508, 7, 117, 2, 2, 1508, 1509, 7, 103, 2, 2, 1509, 1675, 7, 103, 2, 2, 1510, 1511, 7, 118, 2, 2, 1511, 1512, 7, 117, 2, 2, 1512, 1675, 7, 123, 2, 2, 1513, 1514, 7, 110, 2, 2, 1514, 1515, 7, 100, 2, 2, 1515, 1516, 7, 114, 2, 2, 1516, 1675, 7, 110, 2, 2, 1517, 1518, 7, 107, 2, 2, 1518, 1519, 7, 112, 2, 2, 1519, 1675, 7, 124, 2, 2, 1520, 1521, 7, 118, 2, 2, 1521, 1522, 7, 123, 2, 2, 1522, 1675, 7, 117, 2, 2, 1523, 1524, 7, 110, 2, 2, 1524, 1525, 7, 100, 2, 2, 1525, 1526, 7, 111, 2, 2, 1526, 1675, 7, 107, 2, 2, 1527, 1528, 7, 102, 2, 2, 1528, 1529, 7, 103, 2, 2, 1529, 1675, 7, 124, 2, 2, 1530, 1531, 7, 112, 2, 2, 1531, 1532, 7, 103, 2, 2, 1532, 1675, 7, 105, 2, 2, 1533, 1534, 7, 99, 2, 2, 1534, 1535, 7, 117, 2, 2, 1535, 1675, 7, 116, 2, 2, 1536, 1537, 7, 118, 2, 2, 1537, 1538, 7, 99, 2, 2, 1538, 1675, 7, 124, 2, 2, 1539, 1540, 7, 110, 2, 2, 1540, 1541, 7, 100, 2, 2, 1541, 1542, 7, 120, 2, 2, 1542, 1675, 7, 101, 2, 2, 1543, 1544, 7, 118, 2, 2, 1544, 1545, 7, 99, 2, 2, 1545, 1675, 7, 100, 2, 2, 1546, 1547, 7, 111, 2, 2, 1547, 1548, 7, 99, 2, 2, 1548, 1675, 7, 114, 2, 2, 1549, 1550, 7, 116, 2, 2, 1550, 1551, 7, 118, 2, 2, 1551, 1675, 7, 112, 2, 2, 1552, 1553, 7, 110, 2, 2, 1553, 1554, 7, 100, 2, 2, 1554, 1555, 7, 117, 2, 2, 1555, 1675, 7, 116, 2, 2, 1556, 1557, 7, 118, 2, 2, 1557, 1558, 7, 124, 2, 2, 1558, 1675, 7, 99, 2, 2, 1559, 1560, 7, 110, 2, 2, 1560, 1561, 7, 100, 2, 2, 1561, 1562, 7, 120, 2, 2, 1562, 1675, 7, 117, 2, 2, 1563, 1564, 7, 118, 2, 2, 1564, 1565, 7, 100, 2, 2, 1565, 1675, 7, 99, 2, 2, 1566, 1567, 7, 110, 2, 2, 1567, 1568, 7, 100, 2, 2, 1568, 1569, 7, 116, 2, 2, 1569, 1675, 7, 99, 2, 2, 1570, 1571, 7, 110, 2, 2, 1571, 1572, 7, 100, 2, 2, 1572, 1573, 7, 101, 2, 2, 1573, 1675, 7, 101, 2, 2, 1574, 1575, 7, 110, 2, 2, 1575, 1576, 7, 102, 2, 2, 1576, 1675, 7, 124, 2, 2, 1577, 1578, 7, 110, 2, 2, 1578, 1579, 7, 100, 2, 2, 1579, 1580, 7, 101, 2, 2, 1580, 1675, 7, 117, 2, 2, 1581, 1582, 7, 101, 2, 2, 1582, 1583, 7, 114, 2, 2, 1583, 1675, 7, 124, 2, 2, 1584, 1585, 7, 102, 2, 2, 1585, 1586, 7, 103, 2, 2, 1586, 1675, 7, 121, 2, 2, 1587, 1588, 7, 99, 2, 2, 1588, 1589, 7, 117, 2, 2, 1589, 1675, 7, 121, 2, 2, 1590, 1591, 7, 110, 2, 2, 1591, 1592, 7, 100, 2, 2, 1592, 1593, 7, 112, 2, 2, 1593, 1675, 7, 103, 2, 2, 1594, 1595, 7, 114, 2, 2, 1595, 1596, 7, 106, 2, 2, 1596, 1675, 7, 124, 2, 2, 1597, 1598, 7, 107, 2, 2, 1598, 1599, 7, 112, 2, 2, 1599, 1675, 7, 121, 2, 2, 1600, 1601, 7, 116, 2, 2, 1601, 1602, 7, 113, 2, 2, 1602, 1675, 7, 121, 2, 2, 1603, 1604, 7, 110, 2, 2, 1604, 1605, 7, 100, 2, 2, 1605, 1606, 7, 103, 2, 2, 1606, 1675, 7, 115, 2, 2, 1607, 1608, 7, 114, 2, 2, 1608, 1609, 7, 106, 2, 2, 1609, 1675, 7, 121, 2, 2, 1610, 1611, 7, 114, 2, 2, 1611, 1612, 7, 110, 2, 2, 1612, 1675, 7, 124, 2, 2, 1613, 1614, 7, 103, 2, 2, 1614, 1615, 7, 113, 2, 2, 1615, 1675, 7, 111, 2, 2, 1616, 1617, 7, 99, 2, 2, 1617, 1618, 7, 102, 2, 2, 1618, 1619, 7, 101, 2, 2, 1619, 1675, 7, 115, 2, 2, 1620, 1621, 7, 99, 2, 2, 1621, 1622, 7, 112, 2, 2, 1622, 1623, 7, 102, 2, 2, 1623, 1675, 7, 115, 2, 2, 1624, 1625, 7, 99, 2, 2, 1625, 1626, 7, 117, 2, 2, 1626, 1627, 7, 110, 2, 2, 1627, 1675, 7, 115, 2, 2, 1628, 1629, 7, 99, 2, 2, 1629, 1630, 7, 117, 2, 2, 1630, 1631, 7, 116, 2, 2, 1631, 1675, 7, 115, 2, 2, 1632, 1633, 7, 100, 2, 2, 1633, 1634, 7, 107, 2, 2, 1634, 1635, 7, 118, 2, 2, 1635, 1675, 7, 115, 2, 2, 1636, 1637, 7, 101, 2, 2, 1637, 1638, 7, 114, 2, 2, 1638, 1675, 7, 115, 2, 2, 1639, 1640, 7, 102, 2, 2, 1640, 1641, 7, 103, 2, 2, 1641, 1675, 7, 115, 2, 2, 1642, 1643, 7, 103, 2, 2, 1643, 1644, 7, 113, 2, 2, 1644, 1645, 7, 116, 2, 2, 1645, 1675, 7, 115, 2, 2, 1646, 1647, 7, 107, 2, 2, 1647, 1648, 7, 112, 2, 2, 1648, 1675, 7, 115, 2, 2, 1649, 1650, 7, 110, 2, 2, 1650, 1651, 7, 102, 2, 2, 1651, 1675, 7, 115, 2, 2, 1652, 1653, 7, 110, 2, 2, 1653, 1654, 7, 117, 2, 2, 1654, 1655, 7, 116, 2, 2, 1655, 1675, 7, 115, 2, 2, 1656, 1657, 7, 113, 2, 2, 1657, 1658, 7, 116, 2, 2, 1658, 1675, 7, 115, 2, 2, 1659, 1660, 7, 116, 2, 2, 1660, 1661, 7, 113, 2, 2, 1661, 1662, 7, 110, 2, 2, 1662, 1675, 7, 115, 2, 2, 1663, 1664, 7, 116, 2, 2, 1664, 1665, 7, 113, 2, 2, 1665, 1666, 7, 116, 2, 2, 1666, 1675, 7, 115, 2, 2, 1667, 1668, 7, 117, 2, 2, 1668, 1669, 7, 100, 2, 2, 1669, 1670, 7, 101, 2, 2, 1670, 1675, 7, 115, 2, 2, 1671, 1672, 7, 117, 2, 2, 1672, 1673, 7, 118, 2, 2, 1673, 1675, 7, 115, 2, 2, 1674, 1124, 3, 2, 2, 2, 1674, 1127, 3, 2, 2, 2, 1674, 1130, 3, 2, 2, 2, 1674, 1133, 3, 2, 2, 2, 1674, 1136, 3, 2, 2, 2, 1674, 1139, 3, 2, 2, 2, 1674, 1142, 3, 2, 2, 2, 1674, 1145, 3, 2, 2, 2, 1674, 1148, 3, 2, 2, 2, 1674, 1151, 3, 2, 2, 2, 1674, 1154, 3, 2, 2, 2, 1674, 1157, 3, 2, 2, 2, 1674, 1160, 3, 2, 2, 2, 1674, 1163, 3, 2, 2, 2, 1674, 1166, 3, 2, 2, 2, 1674, 1169, 3, 2, 2, 2, 1674, 1172, 3, 2, 2, 2, 1674, 1175, 3, 2, 2, 2, 1674, 1178, 3, 2, 2, 2, 1674, 1181, 3, 2, 2, 2, 1674, 1184, 3, 2, 2, 2, 1674, 1187, 3, 2, 2, 2, 1674, 1190, 3, 2, 2, 2, 1674, 1193, 3, 2, 2, 2, 1674, 1196, 3, 2, 2, 2, 1674, 1199, 3, 2, 2, 2, 1674, 1202, 3, 2, 2, 2, 1674, 1205, 3, 2, 2, 2, 1674, 1208, 3, 2, 2, 2, 1674, 1211, 3, 2, 2, 2, 1674, 1214, 3, 2, 2, 2, 1674, 1217, 3, 2, 2, 2, 1674, 1220, 3, 2, 2, 2, 1674, 1223, 3, 2, 2, 2, 1674, 1226, 3, 2, 2, 2, 1674, 1229, 3, 2, 2, 2, 1674, 1232, 3, 2, 2, 2, 1674, 1235, 3, 2, 2, 2, 1674, 1238, 3, 2, 2, 2, 1674, 1241, 3, 2, 2, 2, 1674, 1244, 3, 2, 2, 2, 1674, 1247, 3, 2, 2, 2, 1674, 1250, 3, 2, 2, 2, 1674, 1253, 3, 2, 2, 2, 1674, 1256, 3, 2, 2, 2, 1674, 1259, 3, 2, 2, 2, 1674, 1262, 3, 2, 2, 2, 1674, 1265, 3, 2, 2, 2, 1674, 1268, 3, 2, 2, 2, 1674, 1271, 3, 2, 2, 2, 1674, 1274, 3, 2, 2, 2, 1674, 1277, 3, 2, 2, 2, 1674, 1280, 3, 2, 2, 2, 1674, 1283, 3, 2, 2, 2, 1674, 1286, 3, 2, 2, 2, 1674, 1289, 3, 2, 2, 2, 1674, 1292, 3, 2, 2, 2, 1674, 1295, 3, 2, 2, 2, 1674, 1298, 3, 2, 2, 2, 1674, 1301, 3, 2, 2, 2, 1674, 1304, 3, 2, 2, 2, 1674, 1307, 3, 2, 2, 2, 1674, 1310, 3, 2, 2, 2, 1674, 1313, 3, 2, 2, 2, 1674, 1316, 3, 2, 2, 2, 1674, 1319, 3, 2, 2, 2, 1674, 1322, 3, 2, 2, 2, 1674, 1325, 3, 2, 2, 2, 1674, 1328, 3, 2, 2, 2, 1674, 1331, 3, 2, 2, 2, 1674, 1334, 3, 2, 2, 2, 1674, 1337, 3, 2, 2, 2, 1674, 1340, 3, 2, 2, 2, 1674, 1343, 3, 2, 2, 2, 1674, 1346, 3, 2, 2, 2, 1674, 1350, 3, 2, 2, 2, 1674, 1354, 3, 2, 2, 2, 1674, 1358, 3, 2, 2, 2, 1674, 1362, 3, 2, 2, 2, 1674, 1366, 3, 2, 2, 2, 1674, 1370, 3, 2, 2, 2, 1674, 1374, 3, 2, 2, 2, 1674, 1378, 3, 2, 2, 2, 1674, 1382, 3, 2, 2, 2, 1674, 1386, 3, 2, 2, 2, 1674, 1390, 3, 2, 2, 2, 1674, 1394, 3, 2, 2, 2, 1674, 1398, 3, 2, 2, 2, 1674, 1402, 3, 2, 2, 2, 1674, 1406, 3, 2, 2, 2, 1674, 1410, 3, 2, 2, 2, 1674, 1413, 3, 2, 2, 2, 1674, 1416, 3, 2, 2, 2, 1674, 1419, 3, 2, 2, 2, 1674, 1422, 3, 2, 2, 2, 1674, 1425, 3, 2, 2, 2, 1674, 1429, 3, 2, 2, 2, 1674, 1433, 3, 2, 2, 2, 1674, 1437, 3, 2, 2, 2, 1674, 1441, 3, 2, 2, 2, 1674, 1445, 3, 2, 2, 2, 1674, 1449, 3, 2, 2, 2, 1674, 1453, 3, 2, 2, 2, 1674, 1457, 3, 2, 2, 2, 1674, 1461, 3, 2, 2, 2, 1674, 1465, 3, 2, 2, 2, 1674, 1469, 3, 2, 2, 2, 1674, 1473, 3, 2, 2, 2, 1674, 1477, 3, 2, 2, 2, 1674, 1481, 3, 2, 2, 2, 1674, 1485, 3, 2, 2, 2, 1674, 1489, 3, 2, 2, 2, 1674, 1492, 3, 2, 2, 2, 1674, 1495, 3, 2, 2, 2, 1674, 1498, 3, 2, 2, 2, 1674, 1501, 3, 2, 2, 2, 1674, 1504, 3, 2, 2, 2, 1674, 1507, 3, 2, 2, 2, 1674, 1510, 3, 2, 2, 2, 1674, 1513, 3, 2, 2, 2, 1674, 1517, 3, 2, 2, 2, 1674, 1520, 3, 2, 2, 2, 1674, 1523, 3, 2, 2, 2, 1674, 1527, 3, 2, 2, 2, 1674, 1530, 3, 2, 2, 2, 1674, 1533, 3, 2, 2, 2, 1674, 1536, 3, 2, 2, 2, 1674, 1539, 3, 2, 2, 2, 1674, 1543, 3, 2, 2, 2, 1674, 1546, 3, 2, 2, 2, 1674, 1549, 3, 2, 2, 2, 1674, 1552, 3, 2, 2, 2, 1674, 1556, 3, 2, 2, 2, 1674, 1559, 3, 2, 2, 2, 1674, 1563, 3, 2, 2, 2, 1674, 1566, 3, 2, 2, 2, 1674, 1570, 3, 2, 2, 2, 1674, 1574, 3, 2, 2, 2, 1674, 1577, 3, 2, 2, 2, 1674, 1581, 3, 2, 2, 2, 1674, 1584, 3, 2, 2, 2, 1674, 1587, 3, 2, 2, 2, 1674, 1590, 3, 2, 2, 2, 1674, 1594, 3, 2, 2, 2, 1674, 1597, 3, 2, 2, 2, 1674, 1600, 3, 2, 2, 2, 1674, 1603, 3, 2, 2, 2, 1674, 1607, 3, 2, 2, 2, 1674, 1610, 3, 2, 2, 2, 1674, 1613, 3, 2, 2, 2, 1674, 1616, 3, 2, 2, 2, 1674, 1620, 3, 2, 2, 2, 1674, 1624, 3, 2, 2, 2, 1674, 1628, 3, 2, 2, 2, 1674, 1632, 3, 2, 2, 2, 1674, 1636, 3, 2, 2, 2, 1674, 1639, 3, 2, 2, 2, 1674, 1642, 3, 2, 2, 2, 1674, 1646, 3, 2, 2, 2, 1674, 1649, 3, 2, 2, 2, 1674, 1652, 3, 2, 2, 2, 1674, 1656, 3, 2, 2, 2, 1674, 1659, 3, 2, 2, 2, 1674, 1663, 3, 2, 2, 2, 1674, 1667, 3, 2, 2, 2, 1674, 1671, 3, 2, 2, 2, 1675, 236, 3, 2, 2, 2, 1676, 1677, 7, 37, 2, 2, 1677, 238, 3, 2, 2, 2, 1678, 1679, 7, 60, 2, 2, 1679, 240, 3, 2, 2, 2, 1680, 1681, 7, 46, 2, 2, 1681, 242, 3, 2, 2, 2, 1682, 1683, 7, 42, 2, 2, 1683, 244, 3, 2, 2, 2, 1684, 1685, 7, 43, 2, 2, 1685, 246, 3, 2, 2, 2, 1686, 1687, 7, 93, 2, 2, 1687, 248, 3, 2, 2, 2, 1688, 1689, 7, 95, 2, 2, 1689, 250, 3, 2, 2, 2, 1690, 1691, 7, 48, 2, 2, 1691, 252, 3, 2, 2, 2, 1692, 1693, 7, 62, 2, 2, 1693, 1694, 7, 62, 2, 2, 1694, 254, 3, 2, 2, 2, 1695, 1696, 7, 64, 2, 2, 1696, 1697, 7, 64, 2, 2, 1697, 256, 3, 2, 2, 2, 1698, 1699, 7, 45, 2, 2, 1699, 258, 3, 2, 2, 2, 1700, 1701, 7, 47, 2, 2, 1701, 260, 3, 2, 2, 2, 1702, 1703, 7, 62, 2, 2, 1703, 262, 3, 2, 2, 2, 1704, 1705, 7, 64, 2, 2, 1705, 264, 3, 2, 2, 2, 1706, 1707, 7, 44, 2, 2, 1707, 266, 3, 2, 2, 2, 1708, 1709, 7, 49, 2, 2, 1709, 268, 3, 2, 2, 2, 1710, 1711, 7, 125, 2, 2, 1711, 1712, 8, 134, 9, 2, 1712, 270, 3, 2, 2, 2, 1713, 1714, 7, 127, 2, 2, 1714, 1715, 8, 135, 10, 2, 1715, 272, 3, 2, 2, 2, 1716, 1719, 5, 275, 137, 2, 1717, 1719, 5, 283, 141, 2, 1718, 1716, 3, 2, 2, 2, 1718, 1717, 3, 2, 2, 2, 1719, 274, 3, 2, 2, 2, 1720, 1724, 5, 277, 138, 2, 1721, 1724, 5, 279, 139, 2, 1722, 1724, 5, 281, 140, 2, 1723, 1720, 3, 2, 2, 2, 1723, 1721, 3, 2, 2, 2, 1723, 1722, 3, 2, 2, 2, 1724, 276, 3, 2, 2, 2, 1725, 1729, 7, 39, 2, 2, 1726, 1728, 5, 291, 145, 2, 1727, 1726, 3, 2, 2, 2, 1728, 1731, 3, 2, 2, 2, 1729, 1727, 3, 2, 2, 2, 1729, 1730, 3, 2, 2, 2, 1730, 1732, 3, 2, 2, 2, 1731, 1729, 3, 2, 2, 2, 1732, 1734, 7, 48, 2, 2, 1733, 1735, 5, 291, 145, 2, 1734, 1733, 3, 2, 2, 2, 1735, 1736, 3, 2, 2, 2, 1736, 1734, 3, 2, 2, 2, 1736, 1737, 3, 2, 2, 2, 1737, 278, 3, 2, 2, 2, 1738, 1740, 5, 293, 146, 2, 1739, 1738, 3, 2, 2, 2, 1740, 1743, 3, 2, 2, 2, 1741, 1739, 3, 2, 2, 2, 1741, 1742, 3, 2, 2, 2, 1742, 1744, 3, 2, 2, 2, 1743, 1741, 3, 2, 2, 2, 1744, 1746, 7, 48, 2, 2, 1745, 1747, 5, 293, 146, 2, 1746, 1745, 3, 2, 2, 2, 1747, 1748, 3, 2, 2, 2, 1748, 1746, 3, 2, 2, 2, 1748, 1749, 3, 2, 2, 2, 1749, 280, 3, 2, 2, 2, 1750, 1754, 7, 38, 2, 2, 1751, 1753, 5, 295, 147, 2, 1752, 1751, 3, 2, 2, 2, 1753, 1756, 3, 2, 2, 2, 1754, 1752, 3, 2, 2, 2, 1754, 1755, 3, 2, 2, 2, 1755, 1757, 3, 2, 2, 2, 1756, 1754, 3, 2, 2, 2, 1757, 1759, 7, 48, 2, 2, 1758, 1760, 5, 295, 147, 2, 1759, 1758, 3, 2, 2, 2, 1760, 1761, 3, 2, 2, 2, 1761, 1759, 3, 2, 2, 2, 1761, 1762, 3, 2, 2, 2, 1762, 282, 3, 2, 2, 2, 1763, 1767, 5, 287, 143, 2, 1764, 1767, 5, 289, 144, 2, 1765, 1767, 5, 285, 142, 2, 1766, 1763, 3, 2, 2, 2, 1766, 1764, 3, 2, 2, 2, 1766, 1765, 3, 2, 2, 2, 1767, 284, 3, 2, 2, 2, 1768, 1770, 7, 39, 2, 2, 1769, 1771, 5, 291, 145, 2, 1770, 1769, 3, 2, 2, 2, 1771, 1772, 3, 2, 2, 2, 1772, 1770, 3, 2, 2, 2, 1772, 1773, 3, 2, 2, 2, 1773, 286, 3, 2, 2, 2, 1774, 1776, 5, 293, 146, 2, 1775, 1774, 3, 2, 2, 2, 1776, 1777, 3, 2, 2, 2, 1777, 1775, 3, 2, 2, 2, 1777, 1778, 3, 2, 2, 2, 1778, 288, 3, 2, 2, 2, 1779, 1781, 7, 38, 2, 2, 1780, 1782, 5, 295, 147, 2, 1781, 1780, 3, 2, 2, 2, 1782, 1783, 3, 2, 2, 2, 1783, 1781, 3, 2, 2, 2, 1783, 1784, 3, 2, 2, 2, 1784, 290, 3, 2, 2, 2, 1785, 1786, 9, 6, 2, 2, 1786, 292, 3, 2, 2, 2, 1787, 1788, 9, 7, 2, 2, 1788, 294, 3, 2, 2, 2, 1789, 1790, 9, 8, 2, 2, 1790, 296, 3, 2, 2, 2, 1791, 1795, 7, 41, 2, 2, 1792, 1793, 7, 94, 2, 2, 1793, 1796, 9, 20, 2, 2, 1794, 1796, 10, 17, 2, 2, 1795, 1792, 3, 2, 2, 2, 1795, 1794, 3, 2, 2, 2, 1796, 1797, 3, 2, 2, 2, 1797, 1798, 7, 41, 2, 2, 1798, 298, 3, 2, 2, 2, 1799, 1801, 5, 301, 150, 2, 1800, 1802, 9, 21, 2, 2, 1801, 1800, 3, 2, 2, 2, 1802, 1803, 3, 2, 2, 2, 1803, 1801, 3, 2, 2, 2, 1803, 1804, 3, 2, 2, 2, 1804, 300, 3, 2, 2, 2, 1805, 1809, 7, 35, 2, 2, 1806, 1808, 5, 307, 153, 2, 1807, 1806, 3, 2, 2, 2, 1808, 1811, 3, 2, 2, 2, 1809, 1807, 3, 2, 2, 2, 1809, 1810, 3, 2, 2, 2, 1810, 302, 3, 2, 2, 2, 1811, 1809, 3, 2, 2, 2, 1812, 1816, 5, 305, 152, 2, 1813, 1815, 5, 307, 153, 2, 1814, 1813, 3, 2, 2, 2, 1815, 1818, 3, 2, 2, 2, 1816, 1814, 3, 2, 2, 2, 1816, 1817, 3, 2, 2, 2, 1817, 304, 3, 2, 2, 2, 1818, 1816, 3, 2, 2, 2, 1819, 1820, 9, 9, 2, 2, 1820, 306, 3, 2, 2, 2, 1821, 1822, 9, 10, 2, 2, 1822, 308, 3, 2, 2, 2, 1823, 1824, 7, 66, 2, 2, 1824, 1825, 5, 303, 151, 2, 1825, 310, 3, 2, 2, 2, 1826, 1828, 9, 18, 2, 2, 1827, 1826, 3, 2, 2, 2, 1828, 1829, 3, 2, 2, 2, 1829, 1827, 3, 2, 2, 2, 1829, 1830, 3, 2, 2, 2, 1830, 1831, 3, 2, 2, 2, 1831, 1832, 8, 155, 7, 2, 1832, 312, 3, 2, 2, 2, 1833, 1834, 7, 49, 2, 2, 1834, 1835, 7, 49, 2, 2, 1835, 1839, 3, 2, 2, 2, 1836, 1838, 10, 19, 2, 2, 1837, 1836, 3, 2, 2, 2, 1838, 1841, 3, 2, 2, 2, 1839, 1837, 3, 2, 2, 2, 1839, 1840, 3, 2, 2, 2, 1840, 1842, 3, 2, 2, 2, 1841, 1839, 3, 2, 2, 2, 1842, 1843, 8, 156, 8, 2, 1843, 314, 3, 2, 2, 2, 1844, 1845, 7, 49, 2, 2, 1845, 1846, 7, 44, 2, 2, 1846, 1850, 3, 2, 2, 2, 1847, 1849, 11, 2, 2, 2, 1848, 1847, 3, 2, 2, 2, 1849, 1852, 3, 2, 2, 2, 1850, 1851, 3, 2, 2, 2, 1850, 1848, 3, 2, 2, 2, 1851, 1853, 3, 2, 2, 2, 1852, 1850, 3, 2, 2, 2, 1853, 1854, 7, 44, 2, 2, 1854, 1855, 7, 49, 2, 2, 1855, 1856, 3, 2, 2, 2, 1856, 1857, 8, 157, 8, 2, 1857, 316, 3, 2, 2, 2, 1858, 1860, 7, 62, 2, 2, 1859, 1861, 9, 22, 2, 2, 1860, 1859, 3, 2, 2, 2, 1861, 1862, 3, 2, 2, 2, 1862, 1860, 3, 2, 2, 2, 1862, 1863, 3, 2, 2, 2, 1863, 1864, 3, 2, 2, 2, 1864, 1865, 7, 64, 2, 2, 1865, 1866, 8, 158, 11, 2, 1866, 318, 3, 2, 2, 2, 1867, 1873, 7, 36, 2, 2, 1868, 1869, 7, 94, 2, 2, 1869, 1872, 7, 36, 2, 2, 1870, 1872, 10, 11, 2, 2, 1871, 1868, 3, 2, 2, 2, 1871, 1870, 3, 2, 2, 2, 1872, 1875, 3, 2, 2, 2, 1873, 1871, 3, 2, 2, 2, 1873, 1874, 3, 2, 2, 2, 1874, 1876, 3, 2, 2, 2, 1875, 1873, 3, 2, 2, 2, 1876, 1877, 7, 36, 2, 2, 1877, 1878, 8, 159, 12, 2, 1878, 320, 3, 2, 2, 2, 1879, 1881, 9, 18, 2, 2, 1880, 1879, 3, 2, 2, 2, 1881, 1882, 3, 2, 2, 2, 1882, 1880, 3, 2, 2, 2, 1882, 1883, 3, 2, 2, 2, 1883, 1884, 3, 2, 2, 2, 1884, 1885, 8, 160, 7, 2, 1885, 322, 3, 2, 2, 2, 1886, 1887, 7, 49, 2, 2, 1887, 1888, 7, 49, 2, 2, 1888, 1892, 3, 2, 2, 2, 1889, 1891, 10, 19, 2, 2, 1890, 1889, 3, 2, 2, 2, 1891, 1894, 3, 2, 2, 2, 1892, 1890, 3, 2, 2, 2, 1892, 1893, 3, 2, 2, 2, 1893, 1895, 3, 2, 2, 2, 1894, 1892, 3, 2, 2, 2, 1895, 1896, 8, 161, 8, 2, 1896, 324, 3, 2, 2, 2, 1897, 1898, 7, 49, 2, 2, 1898, 1899, 7, 44, 2, 2, 1899, 1903, 3, 2, 2, 2, 1900, 1902, 11, 2, 2, 2, 1901, 1900, 3, 2, 2, 2, 1902, 1905, 3, 2, 2, 2, 1903, 1904, 3, 2, 2, 2, 1903, 1901, 3, 2, 2, 2, 1904, 1906, 3, 2, 2, 2, 1905, 1903, 3, 2, 2, 2, 1906, 1907, 7, 44, 2, 2, 1907, 1908, 7, 49, 2, 2, 1908, 1909, 3, 2, 2, 2, 1909, 1910, 8, 162, 8, 2, 1910, 326, 3, 2, 2, 2, 69, 2, 3, 4, 436, 621, 798, 809, 817, 865, 927, 932, 939, 944, 951, 956, 963, 970, 975, 982, 987, 992, 999, 1005, 1007, 1012, 1019, 1024, 1036, 1049, 1051, 1056, 1060, 1062, 1065, 1071, 1074, 1079, 1082, 1089, 1099, 1110, 1674, 1718, 1723, 1729, 1736, 1741, 1748, 1754, 1761, 1766, 1772, 1777, 1783, 1795, 1803, 1809, 1816, 1829, 1839, 1850, 1862, 1871, 1873, 1882, 1892, 1903, 13, 3, 2, 2, 3, 67, 3, 3, 81, 4, 3, 82, 5, 3, 108, 6, 2, 3, 2, 2, 4, 2, 3, 134, 7, 3, 135, 8, 3, 158, 9, 3, 159, 10] \ 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 deleted file mode 100644 index 1a7298157..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java +++ /dev/null @@ -1,1047 +0,0 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 by ANTLR 4.9.1 -package dk.camelot64.kickc.parser; - - -import org.antlr.v4.runtime.Lexer; -import org.antlr.v4.runtime.CharStream; -import org.antlr.v4.runtime.Token; -import org.antlr.v4.runtime.TokenStream; -import org.antlr.v4.runtime.*; -import org.antlr.v4.runtime.atn.*; -import org.antlr.v4.runtime.dfa.DFA; -import org.antlr.v4.runtime.misc.*; - -@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"}) -public class KickCLexer extends Lexer { - static { RuntimeMetaData.checkVersion("4.9.1", RuntimeMetaData.VERSION); } - - protected static final DFA[] _decisionToDFA; - protected static final PredictionContextCache _sharedContextCache = - new PredictionContextCache(); - public static final int - TYPEDEFNAME=1, CURLY_BEGIN=2, CURLY_END=3, BRACKET_BEGIN=4, BRACKET_END=5, - PAR_BEGIN=6, PAR_END=7, SEMICOLON=8, COLON=9, COMMA=10, RANGE=11, PARAM_LIST=12, - CONDITION=13, DOT=14, ARROW=15, PLUS=16, MINUS=17, ASTERISK=18, DIVIDE=19, - MODULO=20, INC=21, DEC=22, AND=23, BIT_NOT=24, BIT_XOR=25, BIT_OR=26, - SHIFT_LEFT=27, SHIFT_RIGHT=28, EQUAL=29, NOT_EQUAL=30, LESS_THAN=31, LESS_THAN_EQUAL=32, - GREATER_THAN_EQUAL=33, GREATER_THAN=34, LOGIC_AND=35, LOGIC_OR=36, ASSIGN=37, - ASSIGN_COMPOUND=38, TYPEDEF=39, CONST=40, EXTERN=41, EXPORT=42, ALIGN=43, - INLINE=44, VOLATILE=45, STATIC=46, INTERRUPT=47, REGISTER=48, LOCAL_RESERVE=49, - ADDRESS=50, ADDRESS_ZEROPAGE=51, ADDRESS_MAINMEM=52, FORM_SSA=53, FORM_MA=54, - INTRINSIC=55, CALLINGCONVENTION=56, IF=57, ELSE=58, WHILE=59, DO=60, FOR=61, - SWITCH=62, RETURN=63, BREAK=64, CONTINUE=65, GOTO=66, ASM=67, DEFAULT=68, - CASE=69, STRUCT=70, UNION=71, ENUM=72, SIZEOF=73, TYPEID=74, DEFINED=75, - KICKASM=76, LOGIC_NOT=77, SIMPLETYPE=78, BOOLEAN=79, KICKASM_BODY=80, - IMPORT=81, INCLUDE=82, PRAGMA=83, DEFINE=84, DEFINE_CONTINUE=85, UNDEF=86, - IFDEF=87, IFNDEF=88, IFIF=89, ELIF=90, IFELSE=91, ENDIF=92, ERROR=93, - TOKEN_STRINGIZE=94, TOKEN_MERGE=95, NUMBER=96, NUMFLOAT=97, BINFLOAT=98, - DECFLOAT=99, HEXFLOAT=100, NUMINT=101, BININTEGER=102, DECINTEGER=103, - HEXINTEGER=104, NAME=105, STRING=106, CHAR=107, WS=108, COMMENT_LINE=109, - COMMENT_BLOCK=110, ASM_BYTE=111, ASM_MNEMONIC=112, ASM_IMM=113, ASM_COLON=114, - ASM_COMMA=115, ASM_PAR_BEGIN=116, ASM_PAR_END=117, ASM_BRACKET_BEGIN=118, - ASM_BRACKET_END=119, ASM_DOT=120, ASM_SHIFT_LEFT=121, ASM_SHIFT_RIGHT=122, - ASM_PLUS=123, ASM_MINUS=124, ASM_LESS_THAN=125, ASM_GREATER_THAN=126, - ASM_MULTIPLY=127, ASM_DIVIDE=128, ASM_CURLY_BEGIN=129, ASM_CURLY_END=130, - ASM_NUMBER=131, ASM_NUMFLOAT=132, ASM_BINFLOAT=133, ASM_DECFLOAT=134, - ASM_HEXFLOAT=135, ASM_NUMINT=136, ASM_BININTEGER=137, ASM_DECINTEGER=138, - ASM_HEXINTEGER=139, ASM_CHAR=140, ASM_MULTI_REL=141, ASM_MULTI_NAME=142, - ASM_NAME=143, ASM_TAG=144, ASM_WS=145, ASM_COMMENT_LINE=146, ASM_COMMENT_BLOCK=147, - IMPORT_SYSTEMFILE=148, IMPORT_LOCALFILE=149, IMPORT_WS=150, IMPORT_COMMENT_LINE=151, - IMPORT_COMMENT_BLOCK=152; - public static final int - ASM_MODE=1, IMPORT_MODE=2; - public static String[] channelNames = { - "DEFAULT_TOKEN_CHANNEL", "HIDDEN" - }; - - public static String[] modeNames = { - "DEFAULT_MODE", "ASM_MODE", "IMPORT_MODE" - }; - - private static String[] makeRuleNames() { - return new String[] { - "CURLY_BEGIN", "CURLY_END", "BRACKET_BEGIN", "BRACKET_END", "PAR_BEGIN", - "PAR_END", "SEMICOLON", "COLON", "COMMA", "RANGE", "PARAM_LIST", "CONDITION", - "DOT", "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", - "TYPEDEF", "CONST", "EXTERN", "EXPORT", "ALIGN", "INLINE", "VOLATILE", - "STATIC", "INTERRUPT", "REGISTER", "LOCAL_RESERVE", "ADDRESS", "ADDRESS_ZEROPAGE", - "ADDRESS_MAINMEM", "FORM_SSA", "FORM_MA", "INTRINSIC", "CALLINGCONVENTION", - "IF", "ELSE", "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", "CONTINUE", - "GOTO", "ASM", "DEFAULT", "CASE", "STRUCT", "UNION", "ENUM", "SIZEOF", - "TYPEID", "DEFINED", "KICKASM", "LOGIC_NOT", "SIMPLETYPE", "BOOLEAN", - "KICKASM_BODY", "IMPORT", "INCLUDE", "PRAGMA", "DEFINE", "DEFINE_CONTINUE", - "UNDEF", "IFDEF", "IFNDEF", "IFIF", "ELIF", "IFELSE", "ENDIF", "ERROR", - "TOKEN_STRINGIZE", "TOKEN_MERGE", "NUMBER", "NUMFLOAT", "BINFLOAT", "DECFLOAT", - "HEXFLOAT", "NUMINT", "BININTEGER", "DECINTEGER", "HEXINTEGER", "BINDIGIT", - "DECDIGIT", "HEXDIGIT", "NAME", "NAME_START", "NAME_CHAR", "STRING", - "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_TAG", "ASM_WS", "ASM_COMMENT_LINE", - "ASM_COMMENT_BLOCK", "IMPORT_SYSTEMFILE", "IMPORT_LOCALFILE", "IMPORT_WS", - "IMPORT_COMMENT_LINE", "IMPORT_COMMENT_BLOCK" - }; - } - public static final String[] ruleNames = makeRuleNames(); - - private static String[] makeLiteralNames() { - return new String[] { - null, null, null, null, null, null, null, null, "';'", null, null, "'..'", - "'...'", "'?'", null, "'->'", null, null, null, null, "'%'", "'++'", - "'--'", "'&'", "'~'", "'^'", "'|'", null, null, "'=='", "'!='", null, - "'<='", "'>='", null, "'&&'", "'||'", "'='", null, "'typedef'", "'const'", - "'extern'", "'__export'", "'__align'", "'inline'", "'volatile'", "'static'", - "'__interrupt'", "'register'", "'__zp_reserve'", "'__address'", "'__zp'", - "'__mem'", "'__ssa'", "'__ma'", "'__intrinsic'", null, "'if'", "'else'", - "'while'", "'do'", "'for'", "'switch'", "'return'", "'break'", "'continue'", - "'goto'", "'asm'", "'default'", "'case'", "'struct'", "'union'", "'enum'", - "'sizeof'", "'typeid'", "'defined'", "'kickasm'", "'!'", null, null, - null, "'#import'", "'#include'", "'#pragma'", "'#define'", null, "'#undef'", - "'#ifdef'", "'#ifndef'", "'#if'", "'#elif'", "'#else'", "'#endif'", "'#error'", - null, null, null, null, null, null, null, null, null, null, null, null, - null, null, null, null, null, "'.byte'", null, "'#'" - }; - } - private static final String[] _LITERAL_NAMES = makeLiteralNames(); - private static String[] makeSymbolicNames() { - return new String[] { - null, "TYPEDEFNAME", "CURLY_BEGIN", "CURLY_END", "BRACKET_BEGIN", "BRACKET_END", - "PAR_BEGIN", "PAR_END", "SEMICOLON", "COLON", "COMMA", "RANGE", "PARAM_LIST", - "CONDITION", "DOT", "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", - "TYPEDEF", "CONST", "EXTERN", "EXPORT", "ALIGN", "INLINE", "VOLATILE", - "STATIC", "INTERRUPT", "REGISTER", "LOCAL_RESERVE", "ADDRESS", "ADDRESS_ZEROPAGE", - "ADDRESS_MAINMEM", "FORM_SSA", "FORM_MA", "INTRINSIC", "CALLINGCONVENTION", - "IF", "ELSE", "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", "CONTINUE", - "GOTO", "ASM", "DEFAULT", "CASE", "STRUCT", "UNION", "ENUM", "SIZEOF", - "TYPEID", "DEFINED", "KICKASM", "LOGIC_NOT", "SIMPLETYPE", "BOOLEAN", - "KICKASM_BODY", "IMPORT", "INCLUDE", "PRAGMA", "DEFINE", "DEFINE_CONTINUE", - "UNDEF", "IFDEF", "IFNDEF", "IFIF", "ELIF", "IFELSE", "ENDIF", "ERROR", - "TOKEN_STRINGIZE", "TOKEN_MERGE", "NUMBER", "NUMFLOAT", "BINFLOAT", "DECFLOAT", - "HEXFLOAT", "NUMINT", "BININTEGER", "DECINTEGER", "HEXINTEGER", "NAME", - "STRING", "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_CHAR", "ASM_MULTI_REL", - "ASM_MULTI_NAME", "ASM_NAME", "ASM_TAG", "ASM_WS", "ASM_COMMENT_LINE", - "ASM_COMMENT_BLOCK", "IMPORT_SYSTEMFILE", "IMPORT_LOCALFILE", "IMPORT_WS", - "IMPORT_COMMENT_LINE", "IMPORT_COMMENT_BLOCK" - }; - } - private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); - public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); - - /** - * @deprecated Use {@link #VOCABULARY} instead. - */ - @Deprecated - public static final String[] tokenNames; - static { - tokenNames = new String[_SYMBOLIC_NAMES.length]; - for (int i = 0; i < tokenNames.length; i++) { - tokenNames[i] = VOCABULARY.getLiteralName(i); - if (tokenNames[i] == null) { - tokenNames[i] = VOCABULARY.getSymbolicName(i); - } - - if (tokenNames[i] == null) { - tokenNames[i] = ""; - } - } - } - - @Override - @Deprecated - public String[] getTokenNames() { - return tokenNames; - } - - @Override - - public Vocabulary getVocabulary() { - return VOCABULARY; - } - - - - /** The C-Parser. Used for importing C-files and communicating with the Parser about typedefs. */ - CParser cParser; - /** True if the next CURLY starts ASM_MODE */ - boolean asmEnter = false; - /** Counts the nested curlies inside ASM_MODE to determine when to exit ASM_MODE */ - int asmCurlyCount = 0; - - public KickCLexer(CharStream input, CParser cParser) { - this(input); - this.cParser = cParser; - } - - - public KickCLexer(CharStream input) { - super(input); - _interp = new LexerATNSimulator(this,_ATN,_decisionToDFA,_sharedContextCache); - } - - @Override - public String getGrammarFileName() { return "KickCLexer.g4"; } - - @Override - public String[] getRuleNames() { return ruleNames; } - - @Override - public String getSerializedATN() { return _serializedATN; } - - @Override - public String[] getChannelNames() { return channelNames; } - - @Override - public String[] getModeNames() { return modeNames; } - - @Override - public ATN getATN() { return _ATN; } - - @Override - public void action(RuleContext _localctx, int ruleIndex, int actionIndex) { - switch (ruleIndex) { - case 0: - CURLY_BEGIN_action((RuleContext)_localctx, actionIndex); - break; - case 65: - ASM_action((RuleContext)_localctx, actionIndex); - break; - case 79: - IMPORT_action((RuleContext)_localctx, actionIndex); - break; - case 80: - INCLUDE_action((RuleContext)_localctx, actionIndex); - break; - case 106: - NAME_action((RuleContext)_localctx, actionIndex); - break; - case 132: - ASM_CURLY_BEGIN_action((RuleContext)_localctx, actionIndex); - break; - case 133: - ASM_CURLY_END_action((RuleContext)_localctx, actionIndex); - break; - case 156: - IMPORT_SYSTEMFILE_action((RuleContext)_localctx, actionIndex); - break; - case 157: - IMPORT_LOCALFILE_action((RuleContext)_localctx, actionIndex); - break; - } - } - private void CURLY_BEGIN_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 0: - if(asmEnter) { pushMode(ASM_MODE); asmEnter=false; } - break; - } - } - private void ASM_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 1: - asmEnter=true; - break; - } - } - private void IMPORT_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 2: - pushMode(IMPORT_MODE); - break; - } - } - private void INCLUDE_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 3: - pushMode(IMPORT_MODE); - break; - } - } - private void NAME_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 4: - if(cParser.isTypedef(getText())) setType(TYPEDEFNAME); - break; - } - } - private void ASM_CURLY_BEGIN_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 5: - asmCurlyCount++; - break; - } - } - private void ASM_CURLY_END_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 6: - asmCurlyCount--; if(asmCurlyCount<0) { popMode(); } - break; - } - } - private void IMPORT_SYSTEMFILE_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 7: - popMode(); - break; - } - } - private void IMPORT_LOCALFILE_action(RuleContext _localctx, int actionIndex) { - switch (actionIndex) { - case 8: - popMode(); - break; - } - } - - public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\2\u009a\u0777\b\1\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\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/\4\60\t\60\4\61\t\61\4\62\t\62\4\63"+ - "\t\63\4\64\t\64\4\65\t\65\4\66\t\66\4\67\t\67\48\t8\49\t9\4:\t:\4;\t;"+ - "\4<\t<\4=\t=\4>\t>\4?\t?\4@\t@\4A\tA\4B\tB\4C\tC\4D\tD\4E\tE\4F\tF\4G"+ - "\tG\4H\tH\4I\tI\4J\tJ\4K\tK\4L\tL\4M\tM\4N\tN\4O\tO\4P\tP\4Q\tQ\4R\tR"+ - "\4S\tS\4T\tT\4U\tU\4V\tV\4W\tW\4X\tX\4Y\tY\4Z\tZ\4[\t[\4\\\t\\\4]\t]\4"+ - "^\t^\4_\t_\4`\t`\4a\ta\4b\tb\4c\tc\4d\td\4e\te\4f\tf\4g\tg\4h\th\4i\t"+ - "i\4j\tj\4k\tk\4l\tl\4m\tm\4n\tn\4o\to\4p\tp\4q\tq\4r\tr\4s\ts\4t\tt\4"+ - "u\tu\4v\tv\4w\tw\4x\tx\4y\ty\4z\tz\4{\t{\4|\t|\4}\t}\4~\t~\4\177\t\177"+ - "\4\u0080\t\u0080\4\u0081\t\u0081\4\u0082\t\u0082\4\u0083\t\u0083\4\u0084"+ - "\t\u0084\4\u0085\t\u0085\4\u0086\t\u0086\4\u0087\t\u0087\4\u0088\t\u0088"+ - "\4\u0089\t\u0089\4\u008a\t\u008a\4\u008b\t\u008b\4\u008c\t\u008c\4\u008d"+ - "\t\u008d\4\u008e\t\u008e\4\u008f\t\u008f\4\u0090\t\u0090\4\u0091\t\u0091"+ - "\4\u0092\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\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\f\3\f\3\r\3\r\3\16\3\16\3\17\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\25\3\25\3\25\3\26\3\26\3\26\3"+ - "\27\3\27\3\30\3\30\3\31\3\31\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\36\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&\3&\3&\3&\5&\u01b5\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/\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\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"+ - "\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\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\3\67\3\67\3\67\38\38\38\38\38\38\38\38\38\38\38\38\38\3"+ - "8\38\38\38\38\38\38\38\38\38\38\38\38\38\38\38\38\38\38\38\38\38\38\3"+ - "8\38\38\38\38\38\38\38\58\u026e\n8\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@\3A\3A\3A\3A\3A\3A\3A\3A\3A\3B\3B\3B\3B\3B\3C\3C\3"+ - "C\3C\3C\3C\3D\3D\3D\3D\3D\3D\3D\3D\3E\3E\3E\3E\3E\3F\3F\3F\3F\3F\3F\3"+ - "F\3G\3G\3G\3G\3G\3G\3H\3H\3H\3H\3H\3I\3I\3I\3I\3I\3I\3I\3J\3J\3J\3J\3"+ - "J\3J\3J\3K\3K\3K\3K\3K\3K\3K\3K\3L\3L\3L\3L\3L\3L\3L\3L\3M\3M\3N\3N\3"+ - "N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3"+ - "N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3N\3"+ - "N\3N\3N\5N\u031f\nN\3O\3O\3O\3O\3O\3O\3O\3O\3O\5O\u032a\nO\3P\3P\3P\3"+ - "P\7P\u0330\nP\fP\16P\u0333\13P\3P\3P\3P\3Q\3Q\3Q\3Q\3Q\3Q\3Q\3Q\3Q\3Q"+ - "\3R\3R\3R\3R\3R\3R\3R\3R\3R\3R\3R\3S\3S\3S\3S\3S\3S\3S\3S\3T\3T\3T\3T"+ - "\3T\3T\3T\3T\3U\3U\3U\3U\3U\5U\u0362\nU\3V\3V\3V\3V\3V\3V\3V\3W\3W\3W"+ - "\3W\3W\3W\3W\3X\3X\3X\3X\3X\3X\3X\3X\3Y\3Y\3Y\3Y\3Z\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`\5`\u03a0\n`\3a\3a\3a\5a\u03a5\na\3b\3b\3b\3b\3b\5"+ - "b\u03ac\nb\3b\7b\u03af\nb\fb\16b\u03b2\13b\3b\3b\6b\u03b6\nb\rb\16b\u03b7"+ - "\3c\7c\u03bb\nc\fc\16c\u03be\13c\3c\3c\6c\u03c2\nc\rc\16c\u03c3\3d\3d"+ - "\3d\3d\3d\5d\u03cb\nd\3d\7d\u03ce\nd\fd\16d\u03d1\13d\3d\3d\6d\u03d5\n"+ - "d\rd\16d\u03d6\3e\3e\3e\5e\u03dc\ne\3e\3e\3e\5e\u03e1\ne\3f\3f\3f\6f\u03e6"+ - "\nf\rf\16f\u03e7\3f\3f\6f\u03ec\nf\rf\16f\u03ed\5f\u03f0\nf\3g\6g\u03f3"+ - "\ng\rg\16g\u03f4\3h\3h\3h\3h\3h\5h\u03fc\nh\3h\6h\u03ff\nh\rh\16h\u0400"+ - "\3i\3i\3j\3j\3k\3k\3l\3l\7l\u040b\nl\fl\16l\u040e\13l\3l\3l\3m\3m\3n\3"+ - "n\3o\3o\3o\3o\7o\u041a\no\fo\16o\u041d\13o\3o\3o\5o\u0421\no\3o\3o\5o"+ - "\u0425\no\5o\u0427\no\3o\5o\u042a\no\3p\3p\3p\3p\5p\u0430\np\3p\5p\u0433"+ - "\np\3p\3p\3p\5p\u0438\np\3p\5p\u043b\np\3p\3p\3q\6q\u0440\nq\rq\16q\u0441"+ - "\3q\3q\3r\3r\3r\3r\7r\u044a\nr\fr\16r\u044d\13r\3r\3r\3s\3s\3s\3s\7s\u0455"+ - "\ns\fs\16s\u0458\13s\3s\3s\3s\3s\3s\3t\3t\3t\3t\3t\3t\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3"+ - "u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\3u\5u\u068b\nu\3v\3v\3w\3"+ - "w\3x\3x\3y\3y\3z\3z\3{\3{\3|\3|\3}\3}\3~\3~\3~\3\177\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\5\u0088\u06b7\n\u0088\3\u0089\3\u0089\3\u0089\5\u0089\u06bc\n"+ - "\u0089\3\u008a\3\u008a\7\u008a\u06c0\n\u008a\f\u008a\16\u008a\u06c3\13"+ - "\u008a\3\u008a\3\u008a\6\u008a\u06c7\n\u008a\r\u008a\16\u008a\u06c8\3"+ - "\u008b\7\u008b\u06cc\n\u008b\f\u008b\16\u008b\u06cf\13\u008b\3\u008b\3"+ - "\u008b\6\u008b\u06d3\n\u008b\r\u008b\16\u008b\u06d4\3\u008c\3\u008c\7"+ - "\u008c\u06d9\n\u008c\f\u008c\16\u008c\u06dc\13\u008c\3\u008c\3\u008c\6"+ - "\u008c\u06e0\n\u008c\r\u008c\16\u008c\u06e1\3\u008d\3\u008d\3\u008d\5"+ - "\u008d\u06e7\n\u008d\3\u008e\3\u008e\6\u008e\u06eb\n\u008e\r\u008e\16"+ - "\u008e\u06ec\3\u008f\6\u008f\u06f0\n\u008f\r\u008f\16\u008f\u06f1\3\u0090"+ - "\3\u0090\6\u0090\u06f6\n\u0090\r\u0090\16\u0090\u06f7\3\u0091\3\u0091"+ - "\3\u0092\3\u0092\3\u0093\3\u0093\3\u0094\3\u0094\3\u0094\3\u0094\5\u0094"+ - "\u0704\n\u0094\3\u0094\3\u0094\3\u0095\3\u0095\6\u0095\u070a\n\u0095\r"+ - "\u0095\16\u0095\u070b\3\u0096\3\u0096\7\u0096\u0710\n\u0096\f\u0096\16"+ - "\u0096\u0713\13\u0096\3\u0097\3\u0097\7\u0097\u0717\n\u0097\f\u0097\16"+ - "\u0097\u071a\13\u0097\3\u0098\3\u0098\3\u0099\3\u0099\3\u009a\3\u009a"+ - "\3\u009a\3\u009b\6\u009b\u0724\n\u009b\r\u009b\16\u009b\u0725\3\u009b"+ - "\3\u009b\3\u009c\3\u009c\3\u009c\3\u009c\7\u009c\u072e\n\u009c\f\u009c"+ - "\16\u009c\u0731\13\u009c\3\u009c\3\u009c\3\u009d\3\u009d\3\u009d\3\u009d"+ - "\7\u009d\u0739\n\u009d\f\u009d\16\u009d\u073c\13\u009d\3\u009d\3\u009d"+ - "\3\u009d\3\u009d\3\u009d\3\u009e\3\u009e\6\u009e\u0745\n\u009e\r\u009e"+ - "\16\u009e\u0746\3\u009e\3\u009e\3\u009e\3\u009f\3\u009f\3\u009f\3\u009f"+ - "\7\u009f\u0750\n\u009f\f\u009f\16\u009f\u0753\13\u009f\3\u009f\3\u009f"+ - "\3\u009f\3\u00a0\6\u00a0\u0759\n\u00a0\r\u00a0\16\u00a0\u075a\3\u00a0"+ - "\3\u00a0\3\u00a1\3\u00a1\3\u00a1\3\u00a1\7\u00a1\u0763\n\u00a1\f\u00a1"+ - "\16\u00a1\u0766\13\u00a1\3\u00a1\3\u00a1\3\u00a2\3\u00a2\3\u00a2\3\u00a2"+ - "\7\u00a2\u076e\n\u00a2\f\u00a2\16\u00a2\u0771\13\u00a2\3\u00a2\3\u00a2"+ - "\3\u00a2\3\u00a2\3\u00a2\6\u0331\u0456\u073a\u076f\2\u00a3\5\4\7\5\t\6"+ - "\13\7\r\b\17\t\21\n\23\13\25\f\27\r\31\16\33\17\35\20\37\21!\22#\23%\24"+ - "\'\25)\26+\27-\30/\31\61\32\63\33\65\34\67\359\36;\37= ?!A\"C#E$G%I&K"+ - "\'M(O)Q*S+U,W-Y.[/]\60_\61a\62c\63e\64g\65i\66k\67m8o9q:s;u{?}@\177"+ - "A\u0081B\u0083C\u0085D\u0087E\u0089F\u008bG\u008dH\u008fI\u0091J\u0093"+ - "K\u0095L\u0097M\u0099N\u009bO\u009dP\u009fQ\u00a1R\u00a3S\u00a5T\u00a7"+ - "U\u00a9V\u00abW\u00adX\u00afY\u00b1Z\u00b3[\u00b5\\\u00b7]\u00b9^\u00bb"+ - "_\u00bd`\u00bfa\u00c1b\u00c3c\u00c5d\u00c7e\u00c9f\u00cbg\u00cdh\u00cf"+ - "i\u00d1j\u00d3\2\u00d5\2\u00d7\2\u00d9k\u00db\2\u00dd\2\u00dfl\u00e1m"+ - "\u00e3n\u00e5o\u00e7p\u00e9q\u00ebr\u00eds\u00eft\u00f1u\u00f3v\u00f5"+ - "w\u00f7x\u00f9y\u00fbz\u00fd{\u00ff|\u0101}\u0103~\u0105\177\u0107\u0080"+ - "\u0109\u0081\u010b\u0082\u010d\u0083\u010f\u0084\u0111\u0085\u0113\u0086"+ - "\u0115\u0087\u0117\u0088\u0119\u0089\u011b\u008a\u011d\u008b\u011f\u008c"+ - "\u0121\u008d\u0123\2\u0125\2\u0127\2\u0129\u008e\u012b\u008f\u012d\u0090"+ - "\u012f\u0091\u0131\2\u0133\2\u0135\u0092\u0137\u0093\u0139\u0094\u013b"+ - "\u0095\u013d\u0096\u013f\u0097\u0141\u0098\u0143\u0099\u0145\u009a\5\2"+ - "\3\4\27\6\2UUWWuuww\f\2DFKKNNUUYYdfkknnuuyy\6\2NNWWnnww\4\2DDdd\3\2\62"+ - "\63\3\2\62;\5\2\62;CHch\5\2C\\aac|\6\2\62;C\\aac|\3\2$$\3\2||\5\2ccrr"+ - "uu\5\2ccoouw\t\2$$))\62;^^hhpptt\4\2\62;ch\3\2))\6\2\13\f\17\17\"\"\u00a2"+ - "\u00a2\4\2\f\f\17\17\7\2$$))hhpptt\4\2--//\7\2/;C\\^^aac|\2\u0869\2\5"+ - "\3\2\2\2\2\7\3\2\2\2\2\t\3\2\2\2\2\13\3\2\2\2\2\r\3\2\2\2\2\17\3\2\2\2"+ - "\2\21\3\2\2\2\2\23\3\2\2\2\2\25\3\2\2\2\2\27\3\2\2\2\2\31\3\2\2\2\2\33"+ - "\3\2\2\2\2\35\3\2\2\2\2\37\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\61\3\2\2\2\2"+ - "\63\3\2\2\2\2\65\3\2\2\2\2\67\3\2\2\2\29\3\2\2\2\2;\3\2\2\2\2=\3\2\2\2"+ - "\2?\3\2\2\2\2A\3\2\2\2\2C\3\2\2\2\2E\3\2\2\2\2G\3\2\2\2\2I\3\2\2\2\2K"+ - "\3\2\2\2\2M\3\2\2\2\2O\3\2\2\2\2Q\3\2\2\2\2S\3\2\2\2\2U\3\2\2\2\2W\3\2"+ - "\2\2\2Y\3\2\2\2\2[\3\2\2\2\2]\3\2\2\2\2_\3\2\2\2\2a\3\2\2\2\2c\3\2\2\2"+ - "\2e\3\2\2\2\2g\3\2\2\2\2i\3\2\2\2\2k\3\2\2\2\2m\3\2\2\2\2o\3\2\2\2\2q"+ - "\3\2\2\2\2s\3\2\2\2\2u\3\2\2\2\2w\3\2\2\2\2y\3\2\2\2\2{\3\2\2\2\2}\3\2"+ - "\2\2\2\177\3\2\2\2\2\u0081\3\2\2\2\2\u0083\3\2\2\2\2\u0085\3\2\2\2\2\u0087"+ - "\3\2\2\2\2\u0089\3\2\2\2\2\u008b\3\2\2\2\2\u008d\3\2\2\2\2\u008f\3\2\2"+ - "\2\2\u0091\3\2\2\2\2\u0093\3\2\2\2\2\u0095\3\2\2\2\2\u0097\3\2\2\2\2\u0099"+ - "\3\2\2\2\2\u009b\3\2\2\2\2\u009d\3\2\2\2\2\u009f\3\2\2\2\2\u00a1\3\2\2"+ - "\2\2\u00a3\3\2\2\2\2\u00a5\3\2\2\2\2\u00a7\3\2\2\2\2\u00a9\3\2\2\2\2\u00ab"+ - "\3\2\2\2\2\u00ad\3\2\2\2\2\u00af\3\2\2\2\2\u00b1\3\2\2\2\2\u00b3\3\2\2"+ - "\2\2\u00b5\3\2\2\2\2\u00b7\3\2\2\2\2\u00b9\3\2\2\2\2\u00bb\3\2\2\2\2\u00bd"+ - "\3\2\2\2\2\u00bf\3\2\2\2\2\u00c1\3\2\2\2\2\u00c3\3\2\2\2\2\u00c5\3\2\2"+ - "\2\2\u00c7\3\2\2\2\2\u00c9\3\2\2\2\2\u00cb\3\2\2\2\2\u00cd\3\2\2\2\2\u00cf"+ - "\3\2\2\2\2\u00d1\3\2\2\2\2\u00d9\3\2\2\2\2\u00df\3\2\2\2\2\u00e1\3\2\2"+ - "\2\2\u00e3\3\2\2\2\2\u00e5\3\2\2\2\2\u00e7\3\2\2\2\3\u00e9\3\2\2\2\3\u00eb"+ - "\3\2\2\2\3\u00ed\3\2\2\2\3\u00ef\3\2\2\2\3\u00f1\3\2\2\2\3\u00f3\3\2\2"+ - "\2\3\u00f5\3\2\2\2\3\u00f7\3\2\2\2\3\u00f9\3\2\2\2\3\u00fb\3\2\2\2\3\u00fd"+ - "\3\2\2\2\3\u00ff\3\2\2\2\3\u0101\3\2\2\2\3\u0103\3\2\2\2\3\u0105\3\2\2"+ - "\2\3\u0107\3\2\2\2\3\u0109\3\2\2\2\3\u010b\3\2\2\2\3\u010d\3\2\2\2\3\u010f"+ - "\3\2\2\2\3\u0111\3\2\2\2\3\u0113\3\2\2\2\3\u0115\3\2\2\2\3\u0117\3\2\2"+ - "\2\3\u0119\3\2\2\2\3\u011b\3\2\2\2\3\u011d\3\2\2\2\3\u011f\3\2\2\2\3\u0121"+ - "\3\2\2\2\3\u0129\3\2\2\2\3\u012b\3\2\2\2\3\u012d\3\2\2\2\3\u012f\3\2\2"+ - "\2\3\u0135\3\2\2\2\3\u0137\3\2\2\2\3\u0139\3\2\2\2\3\u013b\3\2\2\2\4\u013d"+ - "\3\2\2\2\4\u013f\3\2\2\2\4\u0141\3\2\2\2\4\u0143\3\2\2\2\4\u0145\3\2\2"+ - "\2\5\u0147\3\2\2\2\7\u014a\3\2\2\2\t\u014c\3\2\2\2\13\u014e\3\2\2\2\r"+ - "\u0150\3\2\2\2\17\u0152\3\2\2\2\21\u0154\3\2\2\2\23\u0156\3\2\2\2\25\u0158"+ - "\3\2\2\2\27\u015a\3\2\2\2\31\u015d\3\2\2\2\33\u0161\3\2\2\2\35\u0163\3"+ - "\2\2\2\37\u0165\3\2\2\2!\u0168\3\2\2\2#\u016a\3\2\2\2%\u016c\3\2\2\2\'"+ - "\u016e\3\2\2\2)\u0170\3\2\2\2+\u0172\3\2\2\2-\u0175\3\2\2\2/\u0178\3\2"+ - "\2\2\61\u017a\3\2\2\2\63\u017c\3\2\2\2\65\u017e\3\2\2\2\67\u0180\3\2\2"+ - "\29\u0183\3\2\2\2;\u0186\3\2\2\2=\u0189\3\2\2\2?\u018c\3\2\2\2A\u018e"+ - "\3\2\2\2C\u0191\3\2\2\2E\u0194\3\2\2\2G\u0196\3\2\2\2I\u0199\3\2\2\2K"+ - "\u019c\3\2\2\2M\u01b4\3\2\2\2O\u01b6\3\2\2\2Q\u01be\3\2\2\2S\u01c4\3\2"+ - "\2\2U\u01cb\3\2\2\2W\u01d4\3\2\2\2Y\u01dc\3\2\2\2[\u01e3\3\2\2\2]\u01ec"+ - "\3\2\2\2_\u01f3\3\2\2\2a\u01ff\3\2\2\2c\u0208\3\2\2\2e\u0215\3\2\2\2g"+ - "\u021f\3\2\2\2i\u0224\3\2\2\2k\u022a\3\2\2\2m\u0230\3\2\2\2o\u0235\3\2"+ - "\2\2q\u026d\3\2\2\2s\u026f\3\2\2\2u\u0272\3\2\2\2w\u0277\3\2\2\2y\u027d"+ - "\3\2\2\2{\u0280\3\2\2\2}\u0284\3\2\2\2\177\u028b\3\2\2\2\u0081\u0292\3"+ - "\2\2\2\u0083\u0298\3\2\2\2\u0085\u02a1\3\2\2\2\u0087\u02a6\3\2\2\2\u0089"+ - "\u02ac\3\2\2\2\u008b\u02b4\3\2\2\2\u008d\u02b9\3\2\2\2\u008f\u02c0\3\2"+ - "\2\2\u0091\u02c6\3\2\2\2\u0093\u02cb\3\2\2\2\u0095\u02d2\3\2\2\2\u0097"+ - "\u02d9\3\2\2\2\u0099\u02e1\3\2\2\2\u009b\u02e9\3\2\2\2\u009d\u031e\3\2"+ - "\2\2\u009f\u0329\3\2\2\2\u00a1\u032b\3\2\2\2\u00a3\u0337\3\2\2\2\u00a5"+ - "\u0341\3\2\2\2\u00a7\u034c\3\2\2\2\u00a9\u0354\3\2\2\2\u00ab\u0361\3\2"+ - "\2\2\u00ad\u0363\3\2\2\2\u00af\u036a\3\2\2\2\u00b1\u0371\3\2\2\2\u00b3"+ - "\u0379\3\2\2\2\u00b5\u037d\3\2\2\2\u00b7\u0383\3\2\2\2\u00b9\u0389\3\2"+ - "\2\2\u00bb\u0390\3\2\2\2\u00bd\u0397\3\2\2\2\u00bf\u039a\3\2\2\2\u00c1"+ - "\u039f\3\2\2\2\u00c3\u03a4\3\2\2\2\u00c5\u03ab\3\2\2\2\u00c7\u03bc\3\2"+ - "\2\2\u00c9\u03ca\3\2\2\2\u00cb\u03db\3\2\2\2\u00cd\u03ef\3\2\2\2\u00cf"+ - "\u03f2\3\2\2\2\u00d1\u03fb\3\2\2\2\u00d3\u0402\3\2\2\2\u00d5\u0404\3\2"+ - "\2\2\u00d7\u0406\3\2\2\2\u00d9\u0408\3\2\2\2\u00db\u0411\3\2\2\2\u00dd"+ - "\u0413\3\2\2\2\u00df\u0415\3\2\2\2\u00e1\u042b\3\2\2\2\u00e3\u043f\3\2"+ - "\2\2\u00e5\u0445\3\2\2\2\u00e7\u0450\3\2\2\2\u00e9\u045e\3\2\2\2\u00eb"+ - "\u068a\3\2\2\2\u00ed\u068c\3\2\2\2\u00ef\u068e\3\2\2\2\u00f1\u0690\3\2"+ - "\2\2\u00f3\u0692\3\2\2\2\u00f5\u0694\3\2\2\2\u00f7\u0696\3\2\2\2\u00f9"+ - "\u0698\3\2\2\2\u00fb\u069a\3\2\2\2\u00fd\u069c\3\2\2\2\u00ff\u069f\3\2"+ - "\2\2\u0101\u06a2\3\2\2\2\u0103\u06a4\3\2\2\2\u0105\u06a6\3\2\2\2\u0107"+ - "\u06a8\3\2\2\2\u0109\u06aa\3\2\2\2\u010b\u06ac\3\2\2\2\u010d\u06ae\3\2"+ - "\2\2\u010f\u06b1\3\2\2\2\u0111\u06b6\3\2\2\2\u0113\u06bb\3\2\2\2\u0115"+ - "\u06bd\3\2\2\2\u0117\u06cd\3\2\2\2\u0119\u06d6\3\2\2\2\u011b\u06e6\3\2"+ - "\2\2\u011d\u06e8\3\2\2\2\u011f\u06ef\3\2\2\2\u0121\u06f3\3\2\2\2\u0123"+ - "\u06f9\3\2\2\2\u0125\u06fb\3\2\2\2\u0127\u06fd\3\2\2\2\u0129\u06ff\3\2"+ - "\2\2\u012b\u0707\3\2\2\2\u012d\u070d\3\2\2\2\u012f\u0714\3\2\2\2\u0131"+ - "\u071b\3\2\2\2\u0133\u071d\3\2\2\2\u0135\u071f\3\2\2\2\u0137\u0723\3\2"+ - "\2\2\u0139\u0729\3\2\2\2\u013b\u0734\3\2\2\2\u013d\u0742\3\2\2\2\u013f"+ - "\u074b\3\2\2\2\u0141\u0758\3\2\2\2\u0143\u075e\3\2\2\2\u0145\u0769\3\2"+ - "\2\2\u0147\u0148\7}\2\2\u0148\u0149\b\2\2\2\u0149\6\3\2\2\2\u014a\u014b"+ - "\7\177\2\2\u014b\b\3\2\2\2\u014c\u014d\7]\2\2\u014d\n\3\2\2\2\u014e\u014f"+ - "\7_\2\2\u014f\f\3\2\2\2\u0150\u0151\7*\2\2\u0151\16\3\2\2\2\u0152\u0153"+ - "\7+\2\2\u0153\20\3\2\2\2\u0154\u0155\7=\2\2\u0155\22\3\2\2\2\u0156\u0157"+ - "\7<\2\2\u0157\24\3\2\2\2\u0158\u0159\7.\2\2\u0159\26\3\2\2\2\u015a\u015b"+ - "\7\60\2\2\u015b\u015c\7\60\2\2\u015c\30\3\2\2\2\u015d\u015e\7\60\2\2\u015e"+ - "\u015f\7\60\2\2\u015f\u0160\7\60\2\2\u0160\32\3\2\2\2\u0161\u0162\7A\2"+ - "\2\u0162\34\3\2\2\2\u0163\u0164\7\60\2\2\u0164\36\3\2\2\2\u0165\u0166"+ - "\7/\2\2\u0166\u0167\7@\2\2\u0167 \3\2\2\2\u0168\u0169\7-\2\2\u0169\"\3"+ - "\2\2\2\u016a\u016b\7/\2\2\u016b$\3\2\2\2\u016c\u016d\7,\2\2\u016d&\3\2"+ - "\2\2\u016e\u016f\7\61\2\2\u016f(\3\2\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\u0177\7/\2\2\u0177.\3\2\2\2\u0178\u0179\7(\2\2\u0179\60"+ - "\3\2\2\2\u017a\u017b\7\u0080\2\2\u017b\62\3\2\2\2\u017c\u017d\7`\2\2\u017d"+ - "\64\3\2\2\2\u017e\u017f\7~\2\2\u017f\66\3\2\2\2\u0180\u0181\7>\2\2\u0181"+ - "\u0182\7>\2\2\u01828\3\2\2\2\u0183\u0184\7@\2\2\u0184\u0185\7@\2\2\u0185"+ - ":\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\u018b\7?\2\2\u018b>\3\2\2\2\u018c\u018d\7>\2\2\u018d@\3"+ - "\2\2\2\u018e\u018f\7>\2\2\u018f\u0190\7?\2\2\u0190B\3\2\2\2\u0191\u0192"+ - "\7@\2\2\u0192\u0193\7?\2\2\u0193D\3\2\2\2\u0194\u0195\7@\2\2\u0195F\3"+ - "\2\2\2\u0196\u0197\7(\2\2\u0197\u0198\7(\2\2\u0198H\3\2\2\2\u0199\u019a"+ - "\7~\2\2\u019a\u019b\7~\2\2\u019bJ\3\2\2\2\u019c\u019d\7?\2\2\u019dL\3"+ - "\2\2\2\u019e\u019f\7-\2\2\u019f\u01b5\7?\2\2\u01a0\u01a1\7/\2\2\u01a1"+ - "\u01b5\7?\2\2\u01a2\u01a3\7,\2\2\u01a3\u01b5\7?\2\2\u01a4\u01a5\7\61\2"+ - "\2\u01a5\u01b5\7?\2\2\u01a6\u01a7\7\'\2\2\u01a7\u01b5\7?\2\2\u01a8\u01a9"+ - "\7>\2\2\u01a9\u01aa\7>\2\2\u01aa\u01b5\7?\2\2\u01ab\u01ac\7@\2\2\u01ac"+ - "\u01ad\7@\2\2\u01ad\u01b5\7?\2\2\u01ae\u01af\7(\2\2\u01af\u01b5\7?\2\2"+ - "\u01b0\u01b1\7~\2\2\u01b1\u01b5\7?\2\2\u01b2\u01b3\7`\2\2\u01b3\u01b5"+ - "\7?\2\2\u01b4\u019e\3\2\2\2\u01b4\u01a0\3\2\2\2\u01b4\u01a2\3\2\2\2\u01b4"+ - "\u01a4\3\2\2\2\u01b4\u01a6\3\2\2\2\u01b4\u01a8\3\2\2\2\u01b4\u01ab\3\2"+ - "\2\2\u01b4\u01ae\3\2\2\2\u01b4\u01b0\3\2\2\2\u01b4\u01b2\3\2\2\2\u01b5"+ - "N\3\2\2\2\u01b6\u01b7\7v\2\2\u01b7\u01b8\7{\2\2\u01b8\u01b9\7r\2\2\u01b9"+ - "\u01ba\7g\2\2\u01ba\u01bb\7f\2\2\u01bb\u01bc\7g\2\2\u01bc\u01bd\7h\2\2"+ - "\u01bdP\3\2\2\2\u01be\u01bf\7e\2\2\u01bf\u01c0\7q\2\2\u01c0\u01c1\7p\2"+ - "\2\u01c1\u01c2\7u\2\2\u01c2\u01c3\7v\2\2\u01c3R\3\2\2\2\u01c4\u01c5\7"+ - "g\2\2\u01c5\u01c6\7z\2\2\u01c6\u01c7\7v\2\2\u01c7\u01c8\7g\2\2\u01c8\u01c9"+ - "\7t\2\2\u01c9\u01ca\7p\2\2\u01caT\3\2\2\2\u01cb\u01cc\7a\2\2\u01cc\u01cd"+ - "\7a\2\2\u01cd\u01ce\7g\2\2\u01ce\u01cf\7z\2\2\u01cf\u01d0\7r\2\2\u01d0"+ - "\u01d1\7q\2\2\u01d1\u01d2\7t\2\2\u01d2\u01d3\7v\2\2\u01d3V\3\2\2\2\u01d4"+ - "\u01d5\7a\2\2\u01d5\u01d6\7a\2\2\u01d6\u01d7\7c\2\2\u01d7\u01d8\7n\2\2"+ - "\u01d8\u01d9\7k\2\2\u01d9\u01da\7i\2\2\u01da\u01db\7p\2\2\u01dbX\3\2\2"+ - "\2\u01dc\u01dd\7k\2\2\u01dd\u01de\7p\2\2\u01de\u01df\7n\2\2\u01df\u01e0"+ - "\7k\2\2\u01e0\u01e1\7p\2\2\u01e1\u01e2\7g\2\2\u01e2Z\3\2\2\2\u01e3\u01e4"+ - "\7x\2\2\u01e4\u01e5\7q\2\2\u01e5\u01e6\7n\2\2\u01e6\u01e7\7c\2\2\u01e7"+ - "\u01e8\7v\2\2\u01e8\u01e9\7k\2\2\u01e9\u01ea\7n\2\2\u01ea\u01eb\7g\2\2"+ - "\u01eb\\\3\2\2\2\u01ec\u01ed\7u\2\2\u01ed\u01ee\7v\2\2\u01ee\u01ef\7c"+ - "\2\2\u01ef\u01f0\7v\2\2\u01f0\u01f1\7k\2\2\u01f1\u01f2\7e\2\2\u01f2^\3"+ - "\2\2\2\u01f3\u01f4\7a\2\2\u01f4\u01f5\7a\2\2\u01f5\u01f6\7k\2\2\u01f6"+ - "\u01f7\7p\2\2\u01f7\u01f8\7v\2\2\u01f8\u01f9\7g\2\2\u01f9\u01fa\7t\2\2"+ - "\u01fa\u01fb\7t\2\2\u01fb\u01fc\7w\2\2\u01fc\u01fd\7r\2\2\u01fd\u01fe"+ - "\7v\2\2\u01fe`\3\2\2\2\u01ff\u0200\7t\2\2\u0200\u0201\7g\2\2\u0201\u0202"+ - "\7i\2\2\u0202\u0203\7k\2\2\u0203\u0204\7u\2\2\u0204\u0205\7v\2\2\u0205"+ - "\u0206\7g\2\2\u0206\u0207\7t\2\2\u0207b\3\2\2\2\u0208\u0209\7a\2\2\u0209"+ - "\u020a\7a\2\2\u020a\u020b\7|\2\2\u020b\u020c\7r\2\2\u020c\u020d\7a\2\2"+ - "\u020d\u020e\7t\2\2\u020e\u020f\7g\2\2\u020f\u0210\7u\2\2\u0210\u0211"+ - "\7g\2\2\u0211\u0212\7t\2\2\u0212\u0213\7x\2\2\u0213\u0214\7g\2\2\u0214"+ - "d\3\2\2\2\u0215\u0216\7a\2\2\u0216\u0217\7a\2\2\u0217\u0218\7c\2\2\u0218"+ - "\u0219\7f\2\2\u0219\u021a\7f\2\2\u021a\u021b\7t\2\2\u021b\u021c\7g\2\2"+ - "\u021c\u021d\7u\2\2\u021d\u021e\7u\2\2\u021ef\3\2\2\2\u021f\u0220\7a\2"+ - "\2\u0220\u0221\7a\2\2\u0221\u0222\7|\2\2\u0222\u0223\7r\2\2\u0223h\3\2"+ - "\2\2\u0224\u0225\7a\2\2\u0225\u0226\7a\2\2\u0226\u0227\7o\2\2\u0227\u0228"+ - "\7g\2\2\u0228\u0229\7o\2\2\u0229j\3\2\2\2\u022a\u022b\7a\2\2\u022b\u022c"+ - "\7a\2\2\u022c\u022d\7u\2\2\u022d\u022e\7u\2\2\u022e\u022f\7c\2\2\u022f"+ - "l\3\2\2\2\u0230\u0231\7a\2\2\u0231\u0232\7a\2\2\u0232\u0233\7o\2\2\u0233"+ - "\u0234\7c\2\2\u0234n\3\2\2\2\u0235\u0236\7a\2\2\u0236\u0237\7a\2\2\u0237"+ - "\u0238\7k\2\2\u0238\u0239\7p\2\2\u0239\u023a\7v\2\2\u023a\u023b\7t\2\2"+ - "\u023b\u023c\7k\2\2\u023c\u023d\7p\2\2\u023d\u023e\7u\2\2\u023e\u023f"+ - "\7k\2\2\u023f\u0240\7e\2\2\u0240p\3\2\2\2\u0241\u0242\7a\2\2\u0242\u0243"+ - "\7a\2\2\u0243\u0244\7u\2\2\u0244\u0245\7v\2\2\u0245\u0246\7c\2\2\u0246"+ - "\u0247\7e\2\2\u0247\u0248\7m\2\2\u0248\u0249\7e\2\2\u0249\u024a\7c\2\2"+ - "\u024a\u024b\7n\2\2\u024b\u026e\7n\2\2\u024c\u024d\7a\2\2\u024d\u024e"+ - "\7a\2\2\u024e\u024f\7r\2\2\u024f\u0250\7j\2\2\u0250\u0251\7k\2\2\u0251"+ - "\u0252\7e\2\2\u0252\u0253\7c\2\2\u0253\u0254\7n\2\2\u0254\u026e\7n\2\2"+ - "\u0255\u0256\7a\2\2\u0256\u0257\7a\2\2\u0257\u0258\7x\2\2\u0258\u0259"+ - "\7c\2\2\u0259\u025a\7t\2\2\u025a\u025b\7e\2\2\u025b\u025c\7c\2\2\u025c"+ - "\u025d\7n\2\2\u025d\u026e\7n\2\2\u025e\u025f\7a\2\2\u025f\u0260\7a\2\2"+ - "\u0260\u0261\7k\2\2\u0261\u0262\7p\2\2\u0262\u0263\7v\2\2\u0263\u0264"+ - "\7t\2\2\u0264\u0265\7k\2\2\u0265\u0266\7p\2\2\u0266\u0267\7u\2\2\u0267"+ - "\u0268\7k\2\2\u0268\u0269\7e\2\2\u0269\u026a\7e\2\2\u026a\u026b\7c\2\2"+ - "\u026b\u026c\7n\2\2\u026c\u026e\7n\2\2\u026d\u0241\3\2\2\2\u026d\u024c"+ - "\3\2\2\2\u026d\u0255\3\2\2\2\u026d\u025e\3\2\2\2\u026er\3\2\2\2\u026f"+ - "\u0270\7k\2\2\u0270\u0271\7h\2\2\u0271t\3\2\2\2\u0272\u0273\7g\2\2\u0273"+ - "\u0274\7n\2\2\u0274\u0275\7u\2\2\u0275\u0276\7g\2\2\u0276v\3\2\2\2\u0277"+ - "\u0278\7y\2\2\u0278\u0279\7j\2\2\u0279\u027a\7k\2\2\u027a\u027b\7n\2\2"+ - "\u027b\u027c\7g\2\2\u027cx\3\2\2\2\u027d\u027e\7f\2\2\u027e\u027f\7q\2"+ - "\2\u027fz\3\2\2\2\u0280\u0281\7h\2\2\u0281\u0282\7q\2\2\u0282\u0283\7"+ - "t\2\2\u0283|\3\2\2\2\u0284\u0285\7u\2\2\u0285\u0286\7y\2\2\u0286\u0287"+ - "\7k\2\2\u0287\u0288\7v\2\2\u0288\u0289\7e\2\2\u0289\u028a\7j\2\2\u028a"+ - "~\3\2\2\2\u028b\u028c\7t\2\2\u028c\u028d\7g\2\2\u028d\u028e\7v\2\2\u028e"+ - "\u028f\7w\2\2\u028f\u0290\7t\2\2\u0290\u0291\7p\2\2\u0291\u0080\3\2\2"+ - "\2\u0292\u0293\7d\2\2\u0293\u0294\7t\2\2\u0294\u0295\7g\2\2\u0295\u0296"+ - "\7c\2\2\u0296\u0297\7m\2\2\u0297\u0082\3\2\2\2\u0298\u0299\7e\2\2\u0299"+ - "\u029a\7q\2\2\u029a\u029b\7p\2\2\u029b\u029c\7v\2\2\u029c\u029d\7k\2\2"+ - "\u029d\u029e\7p\2\2\u029e\u029f\7w\2\2\u029f\u02a0\7g\2\2\u02a0\u0084"+ - "\3\2\2\2\u02a1\u02a2\7i\2\2\u02a2\u02a3\7q\2\2\u02a3\u02a4\7v\2\2\u02a4"+ - "\u02a5\7q\2\2\u02a5\u0086\3\2\2\2\u02a6\u02a7\7c\2\2\u02a7\u02a8\7u\2"+ - "\2\u02a8\u02a9\7o\2\2\u02a9\u02aa\3\2\2\2\u02aa\u02ab\bC\3\2\u02ab\u0088"+ - "\3\2\2\2\u02ac\u02ad\7f\2\2\u02ad\u02ae\7g\2\2\u02ae\u02af\7h\2\2\u02af"+ - "\u02b0\7c\2\2\u02b0\u02b1\7w\2\2\u02b1\u02b2\7n\2\2\u02b2\u02b3\7v\2\2"+ - "\u02b3\u008a\3\2\2\2\u02b4\u02b5\7e\2\2\u02b5\u02b6\7c\2\2\u02b6\u02b7"+ - "\7u\2\2\u02b7\u02b8\7g\2\2\u02b8\u008c\3\2\2\2\u02b9\u02ba\7u\2\2\u02ba"+ - "\u02bb\7v\2\2\u02bb\u02bc\7t\2\2\u02bc\u02bd\7w\2\2\u02bd\u02be\7e\2\2"+ - "\u02be\u02bf\7v\2\2\u02bf\u008e\3\2\2\2\u02c0\u02c1\7w\2\2\u02c1\u02c2"+ - "\7p\2\2\u02c2\u02c3\7k\2\2\u02c3\u02c4\7q\2\2\u02c4\u02c5\7p\2\2\u02c5"+ - "\u0090\3\2\2\2\u02c6\u02c7\7g\2\2\u02c7\u02c8\7p\2\2\u02c8\u02c9\7w\2"+ - "\2\u02c9\u02ca\7o\2\2\u02ca\u0092\3\2\2\2\u02cb\u02cc\7u\2\2\u02cc\u02cd"+ - "\7k\2\2\u02cd\u02ce\7|\2\2\u02ce\u02cf\7g\2\2\u02cf\u02d0\7q\2\2\u02d0"+ - "\u02d1\7h\2\2\u02d1\u0094\3\2\2\2\u02d2\u02d3\7v\2\2\u02d3\u02d4\7{\2"+ - "\2\u02d4\u02d5\7r\2\2\u02d5\u02d6\7g\2\2\u02d6\u02d7\7k\2\2\u02d7\u02d8"+ - "\7f\2\2\u02d8\u0096\3\2\2\2\u02d9\u02da\7f\2\2\u02da\u02db\7g\2\2\u02db"+ - "\u02dc\7h\2\2\u02dc\u02dd\7k\2\2\u02dd\u02de\7p\2\2\u02de\u02df\7g\2\2"+ - "\u02df\u02e0\7f\2\2\u02e0\u0098\3\2\2\2\u02e1\u02e2\7m\2\2\u02e2\u02e3"+ - "\7k\2\2\u02e3\u02e4\7e\2\2\u02e4\u02e5\7m\2\2\u02e5\u02e6\7c\2\2\u02e6"+ - "\u02e7\7u\2\2\u02e7\u02e8\7o\2\2\u02e8\u009a\3\2\2\2\u02e9\u02ea\7#\2"+ - "\2\u02ea\u009c\3\2\2\2\u02eb\u02ec\7u\2\2\u02ec\u02ed\7k\2\2\u02ed\u02ee"+ - "\7i\2\2\u02ee\u02ef\7p\2\2\u02ef\u02f0\7g\2\2\u02f0\u031f\7f\2\2\u02f1"+ - "\u02f2\7w\2\2\u02f2\u02f3\7p\2\2\u02f3\u02f4\7u\2\2\u02f4\u02f5\7k\2\2"+ - "\u02f5\u02f6\7i\2\2\u02f6\u02f7\7p\2\2\u02f7\u02f8\7g\2\2\u02f8\u031f"+ - "\7f\2\2\u02f9\u02fa\7d\2\2\u02fa\u02fb\7{\2\2\u02fb\u02fc\7v\2\2\u02fc"+ - "\u031f\7g\2\2\u02fd\u02fe\7y\2\2\u02fe\u02ff\7q\2\2\u02ff\u0300\7t\2\2"+ - "\u0300\u031f\7f\2\2\u0301\u0302\7f\2\2\u0302\u0303\7y\2\2\u0303\u0304"+ - "\7q\2\2\u0304\u0305\7t\2\2\u0305\u031f\7f\2\2\u0306\u0307\7d\2\2\u0307"+ - "\u0308\7q\2\2\u0308\u0309\7q\2\2\u0309\u031f\7n\2\2\u030a\u030b\7e\2\2"+ - "\u030b\u030c\7j\2\2\u030c\u030d\7c\2\2\u030d\u031f\7t\2\2\u030e\u030f"+ - "\7u\2\2\u030f\u0310\7j\2\2\u0310\u0311\7q\2\2\u0311\u0312\7t\2\2\u0312"+ - "\u031f\7v\2\2\u0313\u0314\7k\2\2\u0314\u0315\7p\2\2\u0315\u031f\7v\2\2"+ - "\u0316\u0317\7n\2\2\u0317\u0318\7q\2\2\u0318\u0319\7p\2\2\u0319\u031f"+ - "\7i\2\2\u031a\u031b\7x\2\2\u031b\u031c\7q\2\2\u031c\u031d\7k\2\2\u031d"+ - "\u031f\7f\2\2\u031e\u02eb\3\2\2\2\u031e\u02f1\3\2\2\2\u031e\u02f9\3\2"+ - "\2\2\u031e\u02fd\3\2\2\2\u031e\u0301\3\2\2\2\u031e\u0306\3\2\2\2\u031e"+ - "\u030a\3\2\2\2\u031e\u030e\3\2\2\2\u031e\u0313\3\2\2\2\u031e\u0316\3\2"+ - "\2\2\u031e\u031a\3\2\2\2\u031f\u009e\3\2\2\2\u0320\u0321\7v\2\2\u0321"+ - "\u0322\7t\2\2\u0322\u0323\7w\2\2\u0323\u032a\7g\2\2\u0324\u0325\7h\2\2"+ - "\u0325\u0326\7c\2\2\u0326\u0327\7n\2\2\u0327\u0328\7u\2\2\u0328\u032a"+ - "\7g\2\2\u0329\u0320\3\2\2\2\u0329\u0324\3\2\2\2\u032a\u00a0\3\2\2\2\u032b"+ - "\u032c\7}\2\2\u032c\u032d\7}\2\2\u032d\u0331\3\2\2\2\u032e\u0330\13\2"+ - "\2\2\u032f\u032e\3\2\2\2\u0330\u0333\3\2\2\2\u0331\u0332\3\2\2\2\u0331"+ - "\u032f\3\2\2\2\u0332\u0334\3\2\2\2\u0333\u0331\3\2\2\2\u0334\u0335\7\177"+ - "\2\2\u0335\u0336\7\177\2\2\u0336\u00a2\3\2\2\2\u0337\u0338\7%\2\2\u0338"+ - "\u0339\7k\2\2\u0339\u033a\7o\2\2\u033a\u033b\7r\2\2\u033b\u033c\7q\2\2"+ - "\u033c\u033d\7t\2\2\u033d\u033e\7v\2\2\u033e\u033f\3\2\2\2\u033f\u0340"+ - "\bQ\4\2\u0340\u00a4\3\2\2\2\u0341\u0342\7%\2\2\u0342\u0343\7k\2\2\u0343"+ - "\u0344\7p\2\2\u0344\u0345\7e\2\2\u0345\u0346\7n\2\2\u0346\u0347\7w\2\2"+ - "\u0347\u0348\7f\2\2\u0348\u0349\7g\2\2\u0349\u034a\3\2\2\2\u034a\u034b"+ - "\bR\5\2\u034b\u00a6\3\2\2\2\u034c\u034d\7%\2\2\u034d\u034e\7r\2\2\u034e"+ - "\u034f\7t\2\2\u034f\u0350\7c\2\2\u0350\u0351\7i\2\2\u0351\u0352\7o\2\2"+ - "\u0352\u0353\7c\2\2\u0353\u00a8\3\2\2\2\u0354\u0355\7%\2\2\u0355\u0356"+ - "\7f\2\2\u0356\u0357\7g\2\2\u0357\u0358\7h\2\2\u0358\u0359\7k\2\2\u0359"+ - "\u035a\7p\2\2\u035a\u035b\7g\2\2\u035b\u00aa\3\2\2\2\u035c\u035d\7^\2"+ - "\2\u035d\u0362\7\f\2\2\u035e\u035f\7^\2\2\u035f\u0360\7\17\2\2\u0360\u0362"+ - "\7\f\2\2\u0361\u035c\3\2\2\2\u0361\u035e\3\2\2\2\u0362\u00ac\3\2\2\2\u0363"+ - "\u0364\7%\2\2\u0364\u0365\7w\2\2\u0365\u0366\7p\2\2\u0366\u0367\7f\2\2"+ - "\u0367\u0368\7g\2\2\u0368\u0369\7h\2\2\u0369\u00ae\3\2\2\2\u036a\u036b"+ - "\7%\2\2\u036b\u036c\7k\2\2\u036c\u036d\7h\2\2\u036d\u036e\7f\2\2\u036e"+ - "\u036f\7g\2\2\u036f\u0370\7h\2\2\u0370\u00b0\3\2\2\2\u0371\u0372\7%\2"+ - "\2\u0372\u0373\7k\2\2\u0373\u0374\7h\2\2\u0374\u0375\7p\2\2\u0375\u0376"+ - "\7f\2\2\u0376\u0377\7g\2\2\u0377\u0378\7h\2\2\u0378\u00b2\3\2\2\2\u0379"+ - "\u037a\7%\2\2\u037a\u037b\7k\2\2\u037b\u037c\7h\2\2\u037c\u00b4\3\2\2"+ - "\2\u037d\u037e\7%\2\2\u037e\u037f\7g\2\2\u037f\u0380\7n\2\2\u0380\u0381"+ - "\7k\2\2\u0381\u0382\7h\2\2\u0382\u00b6\3\2\2\2\u0383\u0384\7%\2\2\u0384"+ - "\u0385\7g\2\2\u0385\u0386\7n\2\2\u0386\u0387\7u\2\2\u0387\u0388\7g\2\2"+ - "\u0388\u00b8\3\2\2\2\u0389\u038a\7%\2\2\u038a\u038b\7g\2\2\u038b\u038c"+ - "\7p\2\2\u038c\u038d\7f\2\2\u038d\u038e\7k\2\2\u038e\u038f\7h\2\2\u038f"+ - "\u00ba\3\2\2\2\u0390\u0391\7%\2\2\u0391\u0392\7g\2\2\u0392\u0393\7t\2"+ - "\2\u0393\u0394\7t\2\2\u0394\u0395\7q\2\2\u0395\u0396\7t\2\2\u0396\u00bc"+ - "\3\2\2\2\u0397\u0398\7%\2\2\u0398\u0399\5\u00d9l\2\u0399\u00be\3\2\2\2"+ - "\u039a\u039b\7%\2\2\u039b\u039c\5\u00d9l\2\u039c\u00c0\3\2\2\2\u039d\u03a0"+ - "\5\u00c3a\2\u039e\u03a0\5\u00cbe\2\u039f\u039d\3\2\2\2\u039f\u039e\3\2"+ - "\2\2\u03a0\u00c2\3\2\2\2\u03a1\u03a5\5\u00c5b\2\u03a2\u03a5\5\u00c7c\2"+ - "\u03a3\u03a5\5\u00c9d\2\u03a4\u03a1\3\2\2\2\u03a4\u03a2\3\2\2\2\u03a4"+ - "\u03a3\3\2\2\2\u03a5\u00c4\3\2\2\2\u03a6\u03ac\7\'\2\2\u03a7\u03a8\7\62"+ - "\2\2\u03a8\u03ac\7d\2\2\u03a9\u03aa\7\62\2\2\u03aa\u03ac\7D\2\2\u03ab"+ - "\u03a6\3\2\2\2\u03ab\u03a7\3\2\2\2\u03ab\u03a9\3\2\2\2\u03ac\u03b0\3\2"+ - "\2\2\u03ad\u03af\5\u00d3i\2\u03ae\u03ad\3\2\2\2\u03af\u03b2\3\2\2\2\u03b0"+ - "\u03ae\3\2\2\2\u03b0\u03b1\3\2\2\2\u03b1\u03b3\3\2\2\2\u03b2\u03b0\3\2"+ - "\2\2\u03b3\u03b5\7\60\2\2\u03b4\u03b6\5\u00d3i\2\u03b5\u03b4\3\2\2\2\u03b6"+ - "\u03b7\3\2\2\2\u03b7\u03b5\3\2\2\2\u03b7\u03b8\3\2\2\2\u03b8\u00c6\3\2"+ - "\2\2\u03b9\u03bb\5\u00d5j\2\u03ba\u03b9\3\2\2\2\u03bb\u03be\3\2\2\2\u03bc"+ - "\u03ba\3\2\2\2\u03bc\u03bd\3\2\2\2\u03bd\u03bf\3\2\2\2\u03be\u03bc\3\2"+ - "\2\2\u03bf\u03c1\7\60\2\2\u03c0\u03c2\5\u00d5j\2\u03c1\u03c0\3\2\2\2\u03c2"+ - "\u03c3\3\2\2\2\u03c3\u03c1\3\2\2\2\u03c3\u03c4\3\2\2\2\u03c4\u00c8\3\2"+ - "\2\2\u03c5\u03cb\7&\2\2\u03c6\u03c7\7\62\2\2\u03c7\u03cb\7z\2\2\u03c8"+ - "\u03c9\7\62\2\2\u03c9\u03cb\7Z\2\2\u03ca\u03c5\3\2\2\2\u03ca\u03c6\3\2"+ - "\2\2\u03ca\u03c8\3\2\2\2\u03cb\u03cf\3\2\2\2\u03cc\u03ce\5\u00d7k\2\u03cd"+ - "\u03cc\3\2\2\2\u03ce\u03d1\3\2\2\2\u03cf\u03cd\3\2\2\2\u03cf\u03d0\3\2"+ - "\2\2\u03d0\u03d2\3\2\2\2\u03d1\u03cf\3\2\2\2\u03d2\u03d4\7\60\2\2\u03d3"+ - "\u03d5\5\u00d7k\2\u03d4\u03d3\3\2\2\2\u03d5\u03d6\3\2\2\2\u03d6\u03d4"+ - "\3\2\2\2\u03d6\u03d7\3\2\2\2\u03d7\u00ca\3\2\2\2\u03d8\u03dc\5\u00cfg"+ - "\2\u03d9\u03dc\5\u00d1h\2\u03da\u03dc\5\u00cdf\2\u03db\u03d8\3\2\2\2\u03db"+ - "\u03d9\3\2\2\2\u03db\u03da\3\2\2\2\u03dc\u03e0\3\2\2\2\u03dd\u03de\t\2"+ - "\2\2\u03de\u03e1\t\3\2\2\u03df\u03e1\t\4\2\2\u03e0\u03dd\3\2\2\2\u03e0"+ - "\u03df\3\2\2\2\u03e0\u03e1\3\2\2\2\u03e1\u00cc\3\2\2\2\u03e2\u03e3\7\62"+ - "\2\2\u03e3\u03e5\t\5\2\2\u03e4\u03e6\5\u00d3i\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\u03f0\3\2"+ - "\2\2\u03e9\u03eb\7\'\2\2\u03ea\u03ec\5\u00d3i\2\u03eb\u03ea\3\2\2\2\u03ec"+ - "\u03ed\3\2\2\2\u03ed\u03eb\3\2\2\2\u03ed\u03ee\3\2\2\2\u03ee\u03f0\3\2"+ - "\2\2\u03ef\u03e2\3\2\2\2\u03ef\u03e9\3\2\2\2\u03f0\u00ce\3\2\2\2\u03f1"+ - "\u03f3\5\u00d5j\2\u03f2\u03f1\3\2\2\2\u03f3\u03f4\3\2\2\2\u03f4\u03f2"+ - "\3\2\2\2\u03f4\u03f5\3\2\2\2\u03f5\u00d0\3\2\2\2\u03f6\u03fc\7&\2\2\u03f7"+ - "\u03f8\7\62\2\2\u03f8\u03fc\7z\2\2\u03f9\u03fa\7\62\2\2\u03fa\u03fc\7"+ - "Z\2\2\u03fb\u03f6\3\2\2\2\u03fb\u03f7\3\2\2\2\u03fb\u03f9\3\2\2\2\u03fc"+ - "\u03fe\3\2\2\2\u03fd\u03ff\5\u00d7k\2\u03fe\u03fd\3\2\2\2\u03ff\u0400"+ - "\3\2\2\2\u0400\u03fe\3\2\2\2\u0400\u0401\3\2\2\2\u0401\u00d2\3\2\2\2\u0402"+ - "\u0403\t\6\2\2\u0403\u00d4\3\2\2\2\u0404\u0405\t\7\2\2\u0405\u00d6\3\2"+ - "\2\2\u0406\u0407\t\b\2\2\u0407\u00d8\3\2\2\2\u0408\u040c\5\u00dbm\2\u0409"+ - "\u040b\5\u00ddn\2\u040a\u0409\3\2\2\2\u040b\u040e\3\2\2\2\u040c\u040a"+ - "\3\2\2\2\u040c\u040d\3\2\2\2\u040d\u040f\3\2\2\2\u040e\u040c\3\2\2\2\u040f"+ - "\u0410\bl\6\2\u0410\u00da\3\2\2\2\u0411\u0412\t\t\2\2\u0412\u00dc\3\2"+ - "\2\2\u0413\u0414\t\n\2\2\u0414\u00de\3\2\2\2\u0415\u041b\7$\2\2\u0416"+ - "\u0417\7^\2\2\u0417\u041a\7$\2\2\u0418\u041a\n\13\2\2\u0419\u0416\3\2"+ - "\2\2\u0419\u0418\3\2\2\2\u041a\u041d\3\2\2\2\u041b\u0419\3\2\2\2\u041b"+ - "\u041c\3\2\2\2\u041c\u041e\3\2\2\2\u041d\u041b\3\2\2\2\u041e\u0420\7$"+ - "\2\2\u041f\u0421\t\f\2\2\u0420\u041f\3\2\2\2\u0420\u0421\3\2\2\2\u0421"+ - "\u0426\3\2\2\2\u0422\u0424\t\r\2\2\u0423\u0425\t\16\2\2\u0424\u0423\3"+ - "\2\2\2\u0424\u0425\3\2\2\2\u0425\u0427\3\2\2\2\u0426\u0422\3\2\2\2\u0426"+ - "\u0427\3\2\2\2\u0427\u0429\3\2\2\2\u0428\u042a\t\f\2\2\u0429\u0428\3\2"+ - "\2\2\u0429\u042a\3\2\2\2\u042a\u00e0\3\2\2\2\u042b\u043a\7)\2\2\u042c"+ - "\u0437\7^\2\2\u042d\u042f\t\17\2\2\u042e\u0430\t\7\2\2\u042f\u042e\3\2"+ - "\2\2\u042f\u0430\3\2\2\2\u0430\u0432\3\2\2\2\u0431\u0433\t\7\2\2\u0432"+ - "\u0431\3\2\2\2\u0432\u0433\3\2\2\2\u0433\u0438\3\2\2\2\u0434\u0435\7z"+ - "\2\2\u0435\u0436\t\20\2\2\u0436\u0438\t\20\2\2\u0437\u042d\3\2\2\2\u0437"+ - "\u0434\3\2\2\2\u0438\u043b\3\2\2\2\u0439\u043b\n\21\2\2\u043a\u042c\3"+ - "\2\2\2\u043a\u0439\3\2\2\2\u043b\u043c\3\2\2\2\u043c\u043d\7)\2\2\u043d"+ - "\u00e2\3\2\2\2\u043e\u0440\t\22\2\2\u043f\u043e\3\2\2\2\u0440\u0441\3"+ - "\2\2\2\u0441\u043f\3\2\2\2\u0441\u0442\3\2\2\2\u0442\u0443\3\2\2\2\u0443"+ - "\u0444\bq\7\2\u0444\u00e4\3\2\2\2\u0445\u0446\7\61\2\2\u0446\u0447\7\61"+ - "\2\2\u0447\u044b\3\2\2\2\u0448\u044a\n\23\2\2\u0449\u0448\3\2\2\2\u044a"+ - "\u044d\3\2\2\2\u044b\u0449\3\2\2\2\u044b\u044c\3\2\2\2\u044c\u044e\3\2"+ - "\2\2\u044d\u044b\3\2\2\2\u044e\u044f\br\b\2\u044f\u00e6\3\2\2\2\u0450"+ - "\u0451\7\61\2\2\u0451\u0452\7,\2\2\u0452\u0456\3\2\2\2\u0453\u0455\13"+ - "\2\2\2\u0454\u0453\3\2\2\2\u0455\u0458\3\2\2\2\u0456\u0457\3\2\2\2\u0456"+ - "\u0454\3\2\2\2\u0457\u0459\3\2\2\2\u0458\u0456\3\2\2\2\u0459\u045a\7,"+ - "\2\2\u045a\u045b\7\61\2\2\u045b\u045c\3\2\2\2\u045c\u045d\bs\b\2\u045d"+ - "\u00e8\3\2\2\2\u045e\u045f\7\60\2\2\u045f\u0460\7d\2\2\u0460\u0461\7{"+ - "\2\2\u0461\u0462\7v\2\2\u0462\u0463\7g\2\2\u0463\u00ea\3\2\2\2\u0464\u0465"+ - "\7d\2\2\u0465\u0466\7t\2\2\u0466\u068b\7m\2\2\u0467\u0468\7q\2\2\u0468"+ - "\u0469\7t\2\2\u0469\u068b\7c\2\2\u046a\u046b\7m\2\2\u046b\u046c\7k\2\2"+ - "\u046c\u068b\7n\2\2\u046d\u046e\7u\2\2\u046e\u046f\7n\2\2\u046f\u068b"+ - "\7q\2\2\u0470\u0471\7p\2\2\u0471\u0472\7q\2\2\u0472\u068b\7r\2\2\u0473"+ - "\u0474\7c\2\2\u0474\u0475\7u\2\2\u0475\u068b\7n\2\2\u0476\u0477\7r\2\2"+ - "\u0477\u0478\7j\2\2\u0478\u068b\7r\2\2\u0479\u047a\7c\2\2\u047a\u047b"+ - "\7p\2\2\u047b\u068b\7e\2\2\u047c\u047d\7d\2\2\u047d\u047e\7r\2\2\u047e"+ - "\u068b\7n\2\2\u047f\u0480\7e\2\2\u0480\u0481\7n\2\2\u0481\u068b\7e\2\2"+ - "\u0482\u0483\7l\2\2\u0483\u0484\7u\2\2\u0484\u068b\7t\2\2\u0485\u0486"+ - "\7c\2\2\u0486\u0487\7p\2\2\u0487\u068b\7f\2\2\u0488\u0489\7t\2\2\u0489"+ - "\u048a\7n\2\2\u048a\u068b\7c\2\2\u048b\u048c\7d\2\2\u048c\u048d\7k\2\2"+ - "\u048d\u068b\7v\2\2\u048e\u048f\7t\2\2\u048f\u0490\7q\2\2\u0490\u068b"+ - "\7n\2\2\u0491\u0492\7r\2\2\u0492\u0493\7n\2\2\u0493\u068b\7c\2\2\u0494"+ - "\u0495\7r\2\2\u0495\u0496\7n\2\2\u0496\u068b\7r\2\2\u0497\u0498\7d\2\2"+ - "\u0498\u0499\7o\2\2\u0499\u068b\7k\2\2\u049a\u049b\7u\2\2\u049b\u049c"+ - "\7g\2\2\u049c\u068b\7e\2\2\u049d\u049e\7t\2\2\u049e\u049f\7v\2\2\u049f"+ - "\u068b\7k\2\2\u04a0\u04a1\7g\2\2\u04a1\u04a2\7q\2\2\u04a2\u068b\7t\2\2"+ - "\u04a3\u04a4\7u\2\2\u04a4\u04a5\7t\2\2\u04a5\u068b\7g\2\2\u04a6\u04a7"+ - "\7n\2\2\u04a7\u04a8\7u\2\2\u04a8\u068b\7t\2\2\u04a9\u04aa\7r\2\2\u04aa"+ - "\u04ab\7j\2\2\u04ab\u068b\7c\2\2\u04ac\u04ad\7c\2\2\u04ad\u04ae\7n\2\2"+ - "\u04ae\u068b\7t\2\2\u04af\u04b0\7l\2\2\u04b0\u04b1\7o\2\2\u04b1\u068b"+ - "\7r\2\2\u04b2\u04b3\7d\2\2\u04b3\u04b4\7x\2\2\u04b4\u068b\7e\2\2\u04b5"+ - "\u04b6\7e\2\2\u04b6\u04b7\7n\2\2\u04b7\u068b\7k\2\2\u04b8\u04b9\7t\2\2"+ - "\u04b9\u04ba\7v\2\2\u04ba\u068b\7u\2\2\u04bb\u04bc\7c\2\2\u04bc\u04bd"+ - "\7f\2\2\u04bd\u068b\7e\2\2\u04be\u04bf\7t\2\2\u04bf\u04c0\7t\2\2\u04c0"+ - "\u068b\7c\2\2\u04c1\u04c2\7d\2\2\u04c2\u04c3\7x\2\2\u04c3\u068b\7u\2\2"+ - "\u04c4\u04c5\7u\2\2\u04c5\u04c6\7g\2\2\u04c6\u068b\7k\2\2\u04c7\u04c8"+ - "\7u\2\2\u04c8\u04c9\7c\2\2\u04c9\u068b\7z\2\2\u04ca\u04cb\7u\2\2\u04cb"+ - "\u04cc\7v\2\2\u04cc\u068b\7{\2\2\u04cd\u04ce\7u\2\2\u04ce\u04cf\7v\2\2"+ - "\u04cf\u068b\7c\2\2\u04d0\u04d1\7u\2\2\u04d1\u04d2\7v\2\2\u04d2\u068b"+ - "\7z\2\2\u04d3\u04d4\7f\2\2\u04d4\u04d5\7g\2\2\u04d5\u068b\7{\2\2\u04d6"+ - "\u04d7\7v\2\2\u04d7\u04d8\7z\2\2\u04d8\u068b\7c\2\2\u04d9\u04da\7z\2\2"+ - "\u04da\u04db\7c\2\2\u04db\u068b\7c\2\2\u04dc\u04dd\7d\2\2\u04dd\u04de"+ - "\7e\2\2\u04de\u068b\7e\2\2\u04df\u04e0\7c\2\2\u04e0\u04e1\7j\2\2\u04e1"+ - "\u068b\7z\2\2\u04e2\u04e3\7v\2\2\u04e3\u04e4\7{\2\2\u04e4\u068b\7c\2\2"+ - "\u04e5\u04e6\7v\2\2\u04e6\u04e7\7z\2\2\u04e7\u068b\7u\2\2\u04e8\u04e9"+ - "\7v\2\2\u04e9\u04ea\7c\2\2\u04ea\u068b\7u\2\2\u04eb\u04ec\7u\2\2\u04ec"+ - "\u04ed\7j\2\2\u04ed\u068b\7{\2\2\u04ee\u04ef\7u\2\2\u04ef\u04f0\7j\2\2"+ - "\u04f0\u068b\7z\2\2\u04f1\u04f2\7n\2\2\u04f2\u04f3\7f\2\2\u04f3\u068b"+ - "\7{\2\2\u04f4\u04f5\7n\2\2\u04f5\u04f6\7f\2\2\u04f6\u068b\7c\2\2\u04f7"+ - "\u04f8\7n\2\2\u04f8\u04f9\7f\2\2\u04f9\u068b\7z\2\2\u04fa\u04fb\7n\2\2"+ - "\u04fb\u04fc\7c\2\2\u04fc\u068b\7z\2\2\u04fd\u04fe\7v\2\2\u04fe\u04ff"+ - "\7c\2\2\u04ff\u068b\7{\2\2\u0500\u0501\7v\2\2\u0501\u0502\7c\2\2\u0502"+ - "\u068b\7z\2\2\u0503\u0504\7d\2\2\u0504\u0505\7e\2\2\u0505\u068b\7u\2\2"+ - "\u0506\u0507\7e\2\2\u0507\u0508\7n\2\2\u0508\u068b\7x\2\2\u0509\u050a"+ - "\7v\2\2\u050a\u050b\7u\2\2\u050b\u068b\7z\2\2\u050c\u050d\7n\2\2\u050d"+ - "\u050e\7c\2\2\u050e\u068b\7u\2\2\u050f\u0510\7e\2\2\u0510\u0511\7r\2\2"+ - "\u0511\u068b\7{\2\2\u0512\u0513\7e\2\2\u0513\u0514\7o\2\2\u0514\u068b"+ - "\7r\2\2\u0515\u0516\7e\2\2\u0516\u0517\7r\2\2\u0517\u068b\7z\2\2\u0518"+ - "\u0519\7f\2\2\u0519\u051a\7e\2\2\u051a\u068b\7r\2\2\u051b\u051c\7f\2\2"+ - "\u051c\u051d\7g\2\2\u051d\u068b\7e\2\2\u051e\u051f\7k\2\2\u051f\u0520"+ - "\7p\2\2\u0520\u068b\7e\2\2\u0521\u0522\7c\2\2\u0522\u0523\7z\2\2\u0523"+ - "\u068b\7u\2\2\u0524\u0525\7d\2\2\u0525\u0526\7p\2\2\u0526\u068b\7g\2\2"+ - "\u0527\u0528\7e\2\2\u0528\u0529\7n\2\2\u0529\u068b\7f\2\2\u052a\u052b"+ - "\7u\2\2\u052b\u052c\7d\2\2\u052c\u068b\7e\2\2\u052d\u052e\7k\2\2\u052e"+ - "\u052f\7u\2\2\u052f\u068b\7e\2\2\u0530\u0531\7k\2\2\u0531\u0532\7p\2\2"+ - "\u0532\u068b\7z\2\2\u0533\u0534\7d\2\2\u0534\u0535\7g\2\2\u0535\u068b"+ - "\7s\2\2\u0536\u0537\7u\2\2\u0537\u0538\7g\2\2\u0538\u068b\7f\2\2\u0539"+ - "\u053a\7f\2\2\u053a\u053b\7g\2\2\u053b\u068b\7z\2\2\u053c\u053d\7k\2\2"+ - "\u053d\u053e\7p\2\2\u053e\u068b\7{\2\2\u053f\u0540\7t\2\2\u0540\u0541"+ - "\7q\2\2\u0541\u068b\7t\2\2\u0542\u0543\7d\2\2\u0543\u0544\7d\2\2\u0544"+ - "\u0545\7t\2\2\u0545\u068b\7\62\2\2\u0546\u0547\7d\2\2\u0547\u0548\7d\2"+ - "\2\u0548\u0549\7t\2\2\u0549\u068b\7\63\2\2\u054a\u054b\7d\2\2\u054b\u054c"+ - "\7d\2\2\u054c\u054d\7t\2\2\u054d\u068b\7\64\2\2\u054e\u054f\7d\2\2\u054f"+ - "\u0550\7d\2\2\u0550\u0551\7t\2\2\u0551\u068b\7\65\2\2\u0552\u0553\7d\2"+ - "\2\u0553\u0554\7d\2\2\u0554\u0555\7t\2\2\u0555\u068b\7\66\2\2\u0556\u0557"+ - "\7d\2\2\u0557\u0558\7d\2\2\u0558\u0559\7t\2\2\u0559\u068b\7\67\2\2\u055a"+ - "\u055b\7d\2\2\u055b\u055c\7d\2\2\u055c\u055d\7t\2\2\u055d\u068b\78\2\2"+ - "\u055e\u055f\7d\2\2\u055f\u0560\7d\2\2\u0560\u0561\7t\2\2\u0561\u068b"+ - "\79\2\2\u0562\u0563\7d\2\2\u0563\u0564\7d\2\2\u0564\u0565\7u\2\2\u0565"+ - "\u068b\7\62\2\2\u0566\u0567\7d\2\2\u0567\u0568\7d\2\2\u0568\u0569\7u\2"+ - "\2\u0569\u068b\7\63\2\2\u056a\u056b\7d\2\2\u056b\u056c\7d\2\2\u056c\u056d"+ - "\7u\2\2\u056d\u068b\7\64\2\2\u056e\u056f\7d\2\2\u056f\u0570\7d\2\2\u0570"+ - "\u0571\7u\2\2\u0571\u068b\7\65\2\2\u0572\u0573\7d\2\2\u0573\u0574\7d\2"+ - "\2\u0574\u0575\7u\2\2\u0575\u068b\7\66\2\2\u0576\u0577\7d\2\2\u0577\u0578"+ - "\7d\2\2\u0578\u0579\7u\2\2\u0579\u068b\7\67\2\2\u057a\u057b\7d\2\2\u057b"+ - "\u057c\7d\2\2\u057c\u057d\7u\2\2\u057d\u068b\78\2\2\u057e\u057f\7d\2\2"+ - "\u057f\u0580\7d\2\2\u0580\u0581\7u\2\2\u0581\u068b\79\2\2\u0582\u0583"+ - "\7d\2\2\u0583\u0584\7t\2\2\u0584\u068b\7c\2\2\u0585\u0586\7r\2\2\u0586"+ - "\u0587\7j\2\2\u0587\u068b\7z\2\2\u0588\u0589\7r\2\2\u0589\u058a\7j\2\2"+ - "\u058a\u068b\7{\2\2\u058b\u058c\7r\2\2\u058c\u058d\7n\2\2\u058d\u068b"+ - "\7z\2\2\u058e\u058f\7r\2\2\u058f\u0590\7n\2\2\u0590\u068b\7{\2\2\u0591"+ - "\u0592\7t\2\2\u0592\u0593\7o\2\2\u0593\u0594\7d\2\2\u0594\u068b\7\62\2"+ - "\2\u0595\u0596\7t\2\2\u0596\u0597\7o\2\2\u0597\u0598\7d\2\2\u0598\u068b"+ - "\7\63\2\2\u0599\u059a\7t\2\2\u059a\u059b\7o\2\2\u059b\u059c\7d\2\2\u059c"+ - "\u068b\7\64\2\2\u059d\u059e\7t\2\2\u059e\u059f\7o\2\2\u059f\u05a0\7d\2"+ - "\2\u05a0\u068b\7\65\2\2\u05a1\u05a2\7t\2\2\u05a2\u05a3\7o\2\2\u05a3\u05a4"+ - "\7d\2\2\u05a4\u068b\7\66\2\2\u05a5\u05a6\7t\2\2\u05a6\u05a7\7o\2\2\u05a7"+ - "\u05a8\7d\2\2\u05a8\u068b\7\67\2\2\u05a9\u05aa\7t\2\2\u05aa\u05ab\7o\2"+ - "\2\u05ab\u05ac\7d\2\2\u05ac\u068b\78\2\2\u05ad\u05ae\7t\2\2\u05ae\u05af"+ - "\7o\2\2\u05af\u05b0\7d\2\2\u05b0\u068b\79\2\2\u05b1\u05b2\7u\2\2\u05b2"+ - "\u05b3\7o\2\2\u05b3\u05b4\7d\2\2\u05b4\u068b\7\62\2\2\u05b5\u05b6\7u\2"+ - "\2\u05b6\u05b7\7o\2\2\u05b7\u05b8\7d\2\2\u05b8\u068b\7\63\2\2\u05b9\u05ba"+ - "\7u\2\2\u05ba\u05bb\7o\2\2\u05bb\u05bc\7d\2\2\u05bc\u068b\7\64\2\2\u05bd"+ - "\u05be\7u\2\2\u05be\u05bf\7o\2\2\u05bf\u05c0\7d\2\2\u05c0\u068b\7\65\2"+ - "\2\u05c1\u05c2\7u\2\2\u05c2\u05c3\7o\2\2\u05c3\u05c4\7d\2\2\u05c4\u068b"+ - "\7\66\2\2\u05c5\u05c6\7u\2\2\u05c6\u05c7\7o\2\2\u05c7\u05c8\7d\2\2\u05c8"+ - "\u068b\7\67\2\2\u05c9\u05ca\7u\2\2\u05ca\u05cb\7o\2\2\u05cb\u05cc\7d\2"+ - "\2\u05cc\u068b\78\2\2\u05cd\u05ce\7u\2\2\u05ce\u05cf\7o\2\2\u05cf\u05d0"+ - "\7d\2\2\u05d0\u068b\79\2\2\u05d1\u05d2\7u\2\2\u05d2\u05d3\7v\2\2\u05d3"+ - "\u068b\7r\2\2\u05d4\u05d5\7u\2\2\u05d5\u05d6\7v\2\2\u05d6\u068b\7|\2\2"+ - "\u05d7\u05d8\7v\2\2\u05d8\u05d9\7t\2\2\u05d9\u068b\7d\2\2\u05da\u05db"+ - "\7v\2\2\u05db\u05dc\7u\2\2\u05dc\u068b\7d\2\2\u05dd\u05de\7y\2\2\u05de"+ - "\u05df\7c\2\2\u05df\u068b\7k\2\2\u05e0\u05e1\7e\2\2\u05e1\u05e2\7n\2\2"+ - "\u05e2\u068b\7g\2\2\u05e3\u05e4\7u\2\2\u05e4\u05e5\7g\2\2\u05e5\u068b"+ - "\7g\2\2\u05e6\u05e7\7v\2\2\u05e7\u05e8\7u\2\2\u05e8\u068b\7{\2\2\u05e9"+ - "\u05ea\7n\2\2\u05ea\u05eb\7d\2\2\u05eb\u05ec\7r\2\2\u05ec\u068b\7n\2\2"+ - "\u05ed\u05ee\7k\2\2\u05ee\u05ef\7p\2\2\u05ef\u068b\7|\2\2\u05f0\u05f1"+ - "\7v\2\2\u05f1\u05f2\7{\2\2\u05f2\u068b\7u\2\2\u05f3\u05f4\7n\2\2\u05f4"+ - "\u05f5\7d\2\2\u05f5\u05f6\7o\2\2\u05f6\u068b\7k\2\2\u05f7\u05f8\7f\2\2"+ - "\u05f8\u05f9\7g\2\2\u05f9\u068b\7|\2\2\u05fa\u05fb\7p\2\2\u05fb\u05fc"+ - "\7g\2\2\u05fc\u068b\7i\2\2\u05fd\u05fe\7c\2\2\u05fe\u05ff\7u\2\2\u05ff"+ - "\u068b\7t\2\2\u0600\u0601\7v\2\2\u0601\u0602\7c\2\2\u0602\u068b\7|\2\2"+ - "\u0603\u0604\7n\2\2\u0604\u0605\7d\2\2\u0605\u0606\7x\2\2\u0606\u068b"+ - "\7e\2\2\u0607\u0608\7v\2\2\u0608\u0609\7c\2\2\u0609\u068b\7d\2\2\u060a"+ - "\u060b\7o\2\2\u060b\u060c\7c\2\2\u060c\u068b\7r\2\2\u060d\u060e\7t\2\2"+ - "\u060e\u060f\7v\2\2\u060f\u068b\7p\2\2\u0610\u0611\7n\2\2\u0611\u0612"+ - "\7d\2\2\u0612\u0613\7u\2\2\u0613\u068b\7t\2\2\u0614\u0615\7v\2\2\u0615"+ - "\u0616\7|\2\2\u0616\u068b\7c\2\2\u0617\u0618\7n\2\2\u0618\u0619\7d\2\2"+ - "\u0619\u061a\7x\2\2\u061a\u068b\7u\2\2\u061b\u061c\7v\2\2\u061c\u061d"+ - "\7d\2\2\u061d\u068b\7c\2\2\u061e\u061f\7n\2\2\u061f\u0620\7d\2\2\u0620"+ - "\u0621\7t\2\2\u0621\u068b\7c\2\2\u0622\u0623\7n\2\2\u0623\u0624\7d\2\2"+ - "\u0624\u0625\7e\2\2\u0625\u068b\7e\2\2\u0626\u0627\7n\2\2\u0627\u0628"+ - "\7f\2\2\u0628\u068b\7|\2\2\u0629\u062a\7n\2\2\u062a\u062b\7d\2\2\u062b"+ - "\u062c\7e\2\2\u062c\u068b\7u\2\2\u062d\u062e\7e\2\2\u062e\u062f\7r\2\2"+ - "\u062f\u068b\7|\2\2\u0630\u0631\7f\2\2\u0631\u0632\7g\2\2\u0632\u068b"+ - "\7y\2\2\u0633\u0634\7c\2\2\u0634\u0635\7u\2\2\u0635\u068b\7y\2\2\u0636"+ - "\u0637\7n\2\2\u0637\u0638\7d\2\2\u0638\u0639\7p\2\2\u0639\u068b\7g\2\2"+ - "\u063a\u063b\7r\2\2\u063b\u063c\7j\2\2\u063c\u068b\7|\2\2\u063d\u063e"+ - "\7k\2\2\u063e\u063f\7p\2\2\u063f\u068b\7y\2\2\u0640\u0641\7t\2\2\u0641"+ - "\u0642\7q\2\2\u0642\u068b\7y\2\2\u0643\u0644\7n\2\2\u0644\u0645\7d\2\2"+ - "\u0645\u0646\7g\2\2\u0646\u068b\7s\2\2\u0647\u0648\7r\2\2\u0648\u0649"+ - "\7j\2\2\u0649\u068b\7y\2\2\u064a\u064b\7r\2\2\u064b\u064c\7n\2\2\u064c"+ - "\u068b\7|\2\2\u064d\u064e\7g\2\2\u064e\u064f\7q\2\2\u064f\u068b\7o\2\2"+ - "\u0650\u0651\7c\2\2\u0651\u0652\7f\2\2\u0652\u0653\7e\2\2\u0653\u068b"+ - "\7s\2\2\u0654\u0655\7c\2\2\u0655\u0656\7p\2\2\u0656\u0657\7f\2\2\u0657"+ - "\u068b\7s\2\2\u0658\u0659\7c\2\2\u0659\u065a\7u\2\2\u065a\u065b\7n\2\2"+ - "\u065b\u068b\7s\2\2\u065c\u065d\7c\2\2\u065d\u065e\7u\2\2\u065e\u065f"+ - "\7t\2\2\u065f\u068b\7s\2\2\u0660\u0661\7d\2\2\u0661\u0662\7k\2\2\u0662"+ - "\u0663\7v\2\2\u0663\u068b\7s\2\2\u0664\u0665\7e\2\2\u0665\u0666\7r\2\2"+ - "\u0666\u068b\7s\2\2\u0667\u0668\7f\2\2\u0668\u0669\7g\2\2\u0669\u068b"+ - "\7s\2\2\u066a\u066b\7g\2\2\u066b\u066c\7q\2\2\u066c\u066d\7t\2\2\u066d"+ - "\u068b\7s\2\2\u066e\u066f\7k\2\2\u066f\u0670\7p\2\2\u0670\u068b\7s\2\2"+ - "\u0671\u0672\7n\2\2\u0672\u0673\7f\2\2\u0673\u068b\7s\2\2\u0674\u0675"+ - "\7n\2\2\u0675\u0676\7u\2\2\u0676\u0677\7t\2\2\u0677\u068b\7s\2\2\u0678"+ - "\u0679\7q\2\2\u0679\u067a\7t\2\2\u067a\u068b\7s\2\2\u067b\u067c\7t\2\2"+ - "\u067c\u067d\7q\2\2\u067d\u067e\7n\2\2\u067e\u068b\7s\2\2\u067f\u0680"+ - "\7t\2\2\u0680\u0681\7q\2\2\u0681\u0682\7t\2\2\u0682\u068b\7s\2\2\u0683"+ - "\u0684\7u\2\2\u0684\u0685\7d\2\2\u0685\u0686\7e\2\2\u0686\u068b\7s\2\2"+ - "\u0687\u0688\7u\2\2\u0688\u0689\7v\2\2\u0689\u068b\7s\2\2\u068a\u0464"+ - "\3\2\2\2\u068a\u0467\3\2\2\2\u068a\u046a\3\2\2\2\u068a\u046d\3\2\2\2\u068a"+ - "\u0470\3\2\2\2\u068a\u0473\3\2\2\2\u068a\u0476\3\2\2\2\u068a\u0479\3\2"+ - "\2\2\u068a\u047c\3\2\2\2\u068a\u047f\3\2\2\2\u068a\u0482\3\2\2\2\u068a"+ - "\u0485\3\2\2\2\u068a\u0488\3\2\2\2\u068a\u048b\3\2\2\2\u068a\u048e\3\2"+ - "\2\2\u068a\u0491\3\2\2\2\u068a\u0494\3\2\2\2\u068a\u0497\3\2\2\2\u068a"+ - "\u049a\3\2\2\2\u068a\u049d\3\2\2\2\u068a\u04a0\3\2\2\2\u068a\u04a3\3\2"+ - "\2\2\u068a\u04a6\3\2\2\2\u068a\u04a9\3\2\2\2\u068a\u04ac\3\2\2\2\u068a"+ - "\u04af\3\2\2\2\u068a\u04b2\3\2\2\2\u068a\u04b5\3\2\2\2\u068a\u04b8\3\2"+ - "\2\2\u068a\u04bb\3\2\2\2\u068a\u04be\3\2\2\2\u068a\u04c1\3\2\2\2\u068a"+ - "\u04c4\3\2\2\2\u068a\u04c7\3\2\2\2\u068a\u04ca\3\2\2\2\u068a\u04cd\3\2"+ - "\2\2\u068a\u04d0\3\2\2\2\u068a\u04d3\3\2\2\2\u068a\u04d6\3\2\2\2\u068a"+ - "\u04d9\3\2\2\2\u068a\u04dc\3\2\2\2\u068a\u04df\3\2\2\2\u068a\u04e2\3\2"+ - "\2\2\u068a\u04e5\3\2\2\2\u068a\u04e8\3\2\2\2\u068a\u04eb\3\2\2\2\u068a"+ - "\u04ee\3\2\2\2\u068a\u04f1\3\2\2\2\u068a\u04f4\3\2\2\2\u068a\u04f7\3\2"+ - "\2\2\u068a\u04fa\3\2\2\2\u068a\u04fd\3\2\2\2\u068a\u0500\3\2\2\2\u068a"+ - "\u0503\3\2\2\2\u068a\u0506\3\2\2\2\u068a\u0509\3\2\2\2\u068a\u050c\3\2"+ - "\2\2\u068a\u050f\3\2\2\2\u068a\u0512\3\2\2\2\u068a\u0515\3\2\2\2\u068a"+ - "\u0518\3\2\2\2\u068a\u051b\3\2\2\2\u068a\u051e\3\2\2\2\u068a\u0521\3\2"+ - "\2\2\u068a\u0524\3\2\2\2\u068a\u0527\3\2\2\2\u068a\u052a\3\2\2\2\u068a"+ - "\u052d\3\2\2\2\u068a\u0530\3\2\2\2\u068a\u0533\3\2\2\2\u068a\u0536\3\2"+ - "\2\2\u068a\u0539\3\2\2\2\u068a\u053c\3\2\2\2\u068a\u053f\3\2\2\2\u068a"+ - "\u0542\3\2\2\2\u068a\u0546\3\2\2\2\u068a\u054a\3\2\2\2\u068a\u054e\3\2"+ - "\2\2\u068a\u0552\3\2\2\2\u068a\u0556\3\2\2\2\u068a\u055a\3\2\2\2\u068a"+ - "\u055e\3\2\2\2\u068a\u0562\3\2\2\2\u068a\u0566\3\2\2\2\u068a\u056a\3\2"+ - "\2\2\u068a\u056e\3\2\2\2\u068a\u0572\3\2\2\2\u068a\u0576\3\2\2\2\u068a"+ - "\u057a\3\2\2\2\u068a\u057e\3\2\2\2\u068a\u0582\3\2\2\2\u068a\u0585\3\2"+ - "\2\2\u068a\u0588\3\2\2\2\u068a\u058b\3\2\2\2\u068a\u058e\3\2\2\2\u068a"+ - "\u0591\3\2\2\2\u068a\u0595\3\2\2\2\u068a\u0599\3\2\2\2\u068a\u059d\3\2"+ - "\2\2\u068a\u05a1\3\2\2\2\u068a\u05a5\3\2\2\2\u068a\u05a9\3\2\2\2\u068a"+ - "\u05ad\3\2\2\2\u068a\u05b1\3\2\2\2\u068a\u05b5\3\2\2\2\u068a\u05b9\3\2"+ - "\2\2\u068a\u05bd\3\2\2\2\u068a\u05c1\3\2\2\2\u068a\u05c5\3\2\2\2\u068a"+ - "\u05c9\3\2\2\2\u068a\u05cd\3\2\2\2\u068a\u05d1\3\2\2\2\u068a\u05d4\3\2"+ - "\2\2\u068a\u05d7\3\2\2\2\u068a\u05da\3\2\2\2\u068a\u05dd\3\2\2\2\u068a"+ - "\u05e0\3\2\2\2\u068a\u05e3\3\2\2\2\u068a\u05e6\3\2\2\2\u068a\u05e9\3\2"+ - "\2\2\u068a\u05ed\3\2\2\2\u068a\u05f0\3\2\2\2\u068a\u05f3\3\2\2\2\u068a"+ - "\u05f7\3\2\2\2\u068a\u05fa\3\2\2\2\u068a\u05fd\3\2\2\2\u068a\u0600\3\2"+ - "\2\2\u068a\u0603\3\2\2\2\u068a\u0607\3\2\2\2\u068a\u060a\3\2\2\2\u068a"+ - "\u060d\3\2\2\2\u068a\u0610\3\2\2\2\u068a\u0614\3\2\2\2\u068a\u0617\3\2"+ - "\2\2\u068a\u061b\3\2\2\2\u068a\u061e\3\2\2\2\u068a\u0622\3\2\2\2\u068a"+ - "\u0626\3\2\2\2\u068a\u0629\3\2\2\2\u068a\u062d\3\2\2\2\u068a\u0630\3\2"+ - "\2\2\u068a\u0633\3\2\2\2\u068a\u0636\3\2\2\2\u068a\u063a\3\2\2\2\u068a"+ - "\u063d\3\2\2\2\u068a\u0640\3\2\2\2\u068a\u0643\3\2\2\2\u068a\u0647\3\2"+ - "\2\2\u068a\u064a\3\2\2\2\u068a\u064d\3\2\2\2\u068a\u0650\3\2\2\2\u068a"+ - "\u0654\3\2\2\2\u068a\u0658\3\2\2\2\u068a\u065c\3\2\2\2\u068a\u0660\3\2"+ - "\2\2\u068a\u0664\3\2\2\2\u068a\u0667\3\2\2\2\u068a\u066a\3\2\2\2\u068a"+ - "\u066e\3\2\2\2\u068a\u0671\3\2\2\2\u068a\u0674\3\2\2\2\u068a\u0678\3\2"+ - "\2\2\u068a\u067b\3\2\2\2\u068a\u067f\3\2\2\2\u068a\u0683\3\2\2\2\u068a"+ - "\u0687\3\2\2\2\u068b\u00ec\3\2\2\2\u068c\u068d\7%\2\2\u068d\u00ee\3\2"+ - "\2\2\u068e\u068f\7<\2\2\u068f\u00f0\3\2\2\2\u0690\u0691\7.\2\2\u0691\u00f2"+ - "\3\2\2\2\u0692\u0693\7*\2\2\u0693\u00f4\3\2\2\2\u0694\u0695\7+\2\2\u0695"+ - "\u00f6\3\2\2\2\u0696\u0697\7]\2\2\u0697\u00f8\3\2\2\2\u0698\u0699\7_\2"+ - "\2\u0699\u00fa\3\2\2\2\u069a\u069b\7\60\2\2\u069b\u00fc\3\2\2\2\u069c"+ - "\u069d\7>\2\2\u069d\u069e\7>\2\2\u069e\u00fe\3\2\2\2\u069f\u06a0\7@\2"+ - "\2\u06a0\u06a1\7@\2\2\u06a1\u0100\3\2\2\2\u06a2\u06a3\7-\2\2\u06a3\u0102"+ - "\3\2\2\2\u06a4\u06a5\7/\2\2\u06a5\u0104\3\2\2\2\u06a6\u06a7\7>\2\2\u06a7"+ - "\u0106\3\2\2\2\u06a8\u06a9\7@\2\2\u06a9\u0108\3\2\2\2\u06aa\u06ab\7,\2"+ - "\2\u06ab\u010a\3\2\2\2\u06ac\u06ad\7\61\2\2\u06ad\u010c\3\2\2\2\u06ae"+ - "\u06af\7}\2\2\u06af\u06b0\b\u0086\t\2\u06b0\u010e\3\2\2\2\u06b1\u06b2"+ - "\7\177\2\2\u06b2\u06b3\b\u0087\n\2\u06b3\u0110\3\2\2\2\u06b4\u06b7\5\u0113"+ - "\u0089\2\u06b5\u06b7\5\u011b\u008d\2\u06b6\u06b4\3\2\2\2\u06b6\u06b5\3"+ - "\2\2\2\u06b7\u0112\3\2\2\2\u06b8\u06bc\5\u0115\u008a\2\u06b9\u06bc\5\u0117"+ - "\u008b\2\u06ba\u06bc\5\u0119\u008c\2\u06bb\u06b8\3\2\2\2\u06bb\u06b9\3"+ - "\2\2\2\u06bb\u06ba\3\2\2\2\u06bc\u0114\3\2\2\2\u06bd\u06c1\7\'\2\2\u06be"+ - "\u06c0\5\u0123\u0091\2\u06bf\u06be\3\2\2\2\u06c0\u06c3\3\2\2\2\u06c1\u06bf"+ - "\3\2\2\2\u06c1\u06c2\3\2\2\2\u06c2\u06c4\3\2\2\2\u06c3\u06c1\3\2\2\2\u06c4"+ - "\u06c6\7\60\2\2\u06c5\u06c7\5\u0123\u0091\2\u06c6\u06c5\3\2\2\2\u06c7"+ - "\u06c8\3\2\2\2\u06c8\u06c6\3\2\2\2\u06c8\u06c9\3\2\2\2\u06c9\u0116\3\2"+ - "\2\2\u06ca\u06cc\5\u0125\u0092\2\u06cb\u06ca\3\2\2\2\u06cc\u06cf\3\2\2"+ - "\2\u06cd\u06cb\3\2\2\2\u06cd\u06ce\3\2\2\2\u06ce\u06d0\3\2\2\2\u06cf\u06cd"+ - "\3\2\2\2\u06d0\u06d2\7\60\2\2\u06d1\u06d3\5\u0125\u0092\2\u06d2\u06d1"+ - "\3\2\2\2\u06d3\u06d4\3\2\2\2\u06d4\u06d2\3\2\2\2\u06d4\u06d5\3\2\2\2\u06d5"+ - "\u0118\3\2\2\2\u06d6\u06da\7&\2\2\u06d7\u06d9\5\u0127\u0093\2\u06d8\u06d7"+ - "\3\2\2\2\u06d9\u06dc\3\2\2\2\u06da\u06d8\3\2\2\2\u06da\u06db\3\2\2\2\u06db"+ - "\u06dd\3\2\2\2\u06dc\u06da\3\2\2\2\u06dd\u06df\7\60\2\2\u06de\u06e0\5"+ - "\u0127\u0093\2\u06df\u06de\3\2\2\2\u06e0\u06e1\3\2\2\2\u06e1\u06df\3\2"+ - "\2\2\u06e1\u06e2\3\2\2\2\u06e2\u011a\3\2\2\2\u06e3\u06e7\5\u011f\u008f"+ - "\2\u06e4\u06e7\5\u0121\u0090\2\u06e5\u06e7\5\u011d\u008e\2\u06e6\u06e3"+ - "\3\2\2\2\u06e6\u06e4\3\2\2\2\u06e6\u06e5\3\2\2\2\u06e7\u011c\3\2\2\2\u06e8"+ - "\u06ea\7\'\2\2\u06e9\u06eb\5\u0123\u0091\2\u06ea\u06e9\3\2\2\2\u06eb\u06ec"+ - "\3\2\2\2\u06ec\u06ea\3\2\2\2\u06ec\u06ed\3\2\2\2\u06ed\u011e\3\2\2\2\u06ee"+ - "\u06f0\5\u0125\u0092\2\u06ef\u06ee\3\2\2\2\u06f0\u06f1\3\2\2\2\u06f1\u06ef"+ - "\3\2\2\2\u06f1\u06f2\3\2\2\2\u06f2\u0120\3\2\2\2\u06f3\u06f5\7&\2\2\u06f4"+ - "\u06f6\5\u0127\u0093\2\u06f5\u06f4\3\2\2\2\u06f6\u06f7\3\2\2\2\u06f7\u06f5"+ - "\3\2\2\2\u06f7\u06f8\3\2\2\2\u06f8\u0122\3\2\2\2\u06f9\u06fa\t\6\2\2\u06fa"+ - "\u0124\3\2\2\2\u06fb\u06fc\t\7\2\2\u06fc\u0126\3\2\2\2\u06fd\u06fe\t\b"+ - "\2\2\u06fe\u0128\3\2\2\2\u06ff\u0703\7)\2\2\u0700\u0701\7^\2\2\u0701\u0704"+ - "\t\24\2\2\u0702\u0704\n\21\2\2\u0703\u0700\3\2\2\2\u0703\u0702\3\2\2\2"+ - "\u0704\u0705\3\2\2\2\u0705\u0706\7)\2\2\u0706\u012a\3\2\2\2\u0707\u0709"+ - "\5\u012d\u0096\2\u0708\u070a\t\25\2\2\u0709\u0708\3\2\2\2\u070a\u070b"+ - "\3\2\2\2\u070b\u0709\3\2\2\2\u070b\u070c\3\2\2\2\u070c\u012c\3\2\2\2\u070d"+ - "\u0711\7#\2\2\u070e\u0710\5\u0133\u0099\2\u070f\u070e\3\2\2\2\u0710\u0713"+ - "\3\2\2\2\u0711\u070f\3\2\2\2\u0711\u0712\3\2\2\2\u0712\u012e\3\2\2\2\u0713"+ - "\u0711\3\2\2\2\u0714\u0718\5\u0131\u0098\2\u0715\u0717\5\u0133\u0099\2"+ - "\u0716\u0715\3\2\2\2\u0717\u071a\3\2\2\2\u0718\u0716\3\2\2\2\u0718\u0719"+ - "\3\2\2\2\u0719\u0130\3\2\2\2\u071a\u0718\3\2\2\2\u071b\u071c\t\t\2\2\u071c"+ - "\u0132\3\2\2\2\u071d\u071e\t\n\2\2\u071e\u0134\3\2\2\2\u071f\u0720\7B"+ - "\2\2\u0720\u0721\5\u012f\u0097\2\u0721\u0136\3\2\2\2\u0722\u0724\t\22"+ - "\2\2\u0723\u0722\3\2\2\2\u0724\u0725\3\2\2\2\u0725\u0723\3\2\2\2\u0725"+ - "\u0726\3\2\2\2\u0726\u0727\3\2\2\2\u0727\u0728\b\u009b\7\2\u0728\u0138"+ - "\3\2\2\2\u0729\u072a\7\61\2\2\u072a\u072b\7\61\2\2\u072b\u072f\3\2\2\2"+ - "\u072c\u072e\n\23\2\2\u072d\u072c\3\2\2\2\u072e\u0731\3\2\2\2\u072f\u072d"+ - "\3\2\2\2\u072f\u0730\3\2\2\2\u0730\u0732\3\2\2\2\u0731\u072f\3\2\2\2\u0732"+ - "\u0733\b\u009c\b\2\u0733\u013a\3\2\2\2\u0734\u0735\7\61\2\2\u0735\u0736"+ - "\7,\2\2\u0736\u073a\3\2\2\2\u0737\u0739\13\2\2\2\u0738\u0737\3\2\2\2\u0739"+ - "\u073c\3\2\2\2\u073a\u073b\3\2\2\2\u073a\u0738\3\2\2\2\u073b\u073d\3\2"+ - "\2\2\u073c\u073a\3\2\2\2\u073d\u073e\7,\2\2\u073e\u073f\7\61\2\2\u073f"+ - "\u0740\3\2\2\2\u0740\u0741\b\u009d\b\2\u0741\u013c\3\2\2\2\u0742\u0744"+ - "\7>\2\2\u0743\u0745\t\26\2\2\u0744\u0743\3\2\2\2\u0745\u0746\3\2\2\2\u0746"+ - "\u0744\3\2\2\2\u0746\u0747\3\2\2\2\u0747\u0748\3\2\2\2\u0748\u0749\7@"+ - "\2\2\u0749\u074a\b\u009e\13\2\u074a\u013e\3\2\2\2\u074b\u0751\7$\2\2\u074c"+ - "\u074d\7^\2\2\u074d\u0750\7$\2\2\u074e\u0750\n\13\2\2\u074f\u074c\3\2"+ - "\2\2\u074f\u074e\3\2\2\2\u0750\u0753\3\2\2\2\u0751\u074f\3\2\2\2\u0751"+ - "\u0752\3\2\2\2\u0752\u0754\3\2\2\2\u0753\u0751\3\2\2\2\u0754\u0755\7$"+ - "\2\2\u0755\u0756\b\u009f\f\2\u0756\u0140\3\2\2\2\u0757\u0759\t\22\2\2"+ - "\u0758\u0757\3\2\2\2\u0759\u075a\3\2\2\2\u075a\u0758\3\2\2\2\u075a\u075b"+ - "\3\2\2\2\u075b\u075c\3\2\2\2\u075c\u075d\b\u00a0\7\2\u075d\u0142\3\2\2"+ - "\2\u075e\u075f\7\61\2\2\u075f\u0760\7\61\2\2\u0760\u0764\3\2\2\2\u0761"+ - "\u0763\n\23\2\2\u0762\u0761\3\2\2\2\u0763\u0766\3\2\2\2\u0764\u0762\3"+ - "\2\2\2\u0764\u0765\3\2\2\2\u0765\u0767\3\2\2\2\u0766\u0764\3\2\2\2\u0767"+ - "\u0768\b\u00a1\b\2\u0768\u0144\3\2\2\2\u0769\u076a\7\61\2\2\u076a\u076b"+ - "\7,\2\2\u076b\u076f\3\2\2\2\u076c\u076e\13\2\2\2\u076d\u076c\3\2\2\2\u076e"+ - "\u0771\3\2\2\2\u076f\u0770\3\2\2\2\u076f\u076d\3\2\2\2\u0770\u0772\3\2"+ - "\2\2\u0771\u076f\3\2\2\2\u0772\u0773\7,\2\2\u0773\u0774\7\61\2\2\u0774"+ - "\u0775\3\2\2\2\u0775\u0776\b\u00a2\b\2\u0776\u0146\3\2\2\2E\2\3\4\u01b4"+ - "\u026d\u031e\u0329\u0331\u0361\u039f\u03a4\u03ab\u03b0\u03b7\u03bc\u03c3"+ - "\u03ca\u03cf\u03d6\u03db\u03e0\u03e7\u03ed\u03ef\u03f4\u03fb\u0400\u040c"+ - "\u0419\u041b\u0420\u0424\u0426\u0429\u042f\u0432\u0437\u043a\u0441\u044b"+ - "\u0456\u068a\u06b6\u06bb\u06c1\u06c8\u06cd\u06d4\u06da\u06e1\u06e6\u06ec"+ - "\u06f1\u06f7\u0703\u070b\u0711\u0718\u0725\u072f\u073a\u0746\u074f\u0751"+ - "\u075a\u0764\u076f\r\3\2\2\3C\3\3Q\4\3R\5\3l\6\2\3\2\2\4\2\3\u0086\7\3"+ - "\u0087\b\3\u009e\t\3\u009f\n"; - public static final ATN _ATN = - new ATNDeserializer().deserialize(_serializedATN.toCharArray()); - static { - _decisionToDFA = new DFA[_ATN.getNumberOfDecisions()]; - for (int i = 0; i < _ATN.getNumberOfDecisions(); i++) { - _decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i); - } - } -} \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.tokens b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.tokens deleted file mode 100644 index a8765e5ba..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.tokens +++ /dev/null @@ -1,223 +0,0 @@ -TYPEDEFNAME=1 -CURLY_BEGIN=2 -CURLY_END=3 -BRACKET_BEGIN=4 -BRACKET_END=5 -PAR_BEGIN=6 -PAR_END=7 -SEMICOLON=8 -COLON=9 -COMMA=10 -RANGE=11 -PARAM_LIST=12 -CONDITION=13 -DOT=14 -ARROW=15 -PLUS=16 -MINUS=17 -ASTERISK=18 -DIVIDE=19 -MODULO=20 -INC=21 -DEC=22 -AND=23 -BIT_NOT=24 -BIT_XOR=25 -BIT_OR=26 -SHIFT_LEFT=27 -SHIFT_RIGHT=28 -EQUAL=29 -NOT_EQUAL=30 -LESS_THAN=31 -LESS_THAN_EQUAL=32 -GREATER_THAN_EQUAL=33 -GREATER_THAN=34 -LOGIC_AND=35 -LOGIC_OR=36 -ASSIGN=37 -ASSIGN_COMPOUND=38 -TYPEDEF=39 -CONST=40 -EXTERN=41 -EXPORT=42 -ALIGN=43 -INLINE=44 -VOLATILE=45 -STATIC=46 -INTERRUPT=47 -REGISTER=48 -LOCAL_RESERVE=49 -ADDRESS=50 -ADDRESS_ZEROPAGE=51 -ADDRESS_MAINMEM=52 -FORM_SSA=53 -FORM_MA=54 -INTRINSIC=55 -CALLINGCONVENTION=56 -IF=57 -ELSE=58 -WHILE=59 -DO=60 -FOR=61 -SWITCH=62 -RETURN=63 -BREAK=64 -CONTINUE=65 -GOTO=66 -ASM=67 -DEFAULT=68 -CASE=69 -STRUCT=70 -UNION=71 -ENUM=72 -SIZEOF=73 -TYPEID=74 -DEFINED=75 -KICKASM=76 -LOGIC_NOT=77 -SIMPLETYPE=78 -BOOLEAN=79 -KICKASM_BODY=80 -IMPORT=81 -INCLUDE=82 -PRAGMA=83 -DEFINE=84 -DEFINE_CONTINUE=85 -UNDEF=86 -IFDEF=87 -IFNDEF=88 -IFIF=89 -ELIF=90 -IFELSE=91 -ENDIF=92 -ERROR=93 -TOKEN_STRINGIZE=94 -TOKEN_MERGE=95 -NUMBER=96 -NUMFLOAT=97 -BINFLOAT=98 -DECFLOAT=99 -HEXFLOAT=100 -NUMINT=101 -BININTEGER=102 -DECINTEGER=103 -HEXINTEGER=104 -NAME=105 -STRING=106 -CHAR=107 -WS=108 -COMMENT_LINE=109 -COMMENT_BLOCK=110 -ASM_BYTE=111 -ASM_MNEMONIC=112 -ASM_IMM=113 -ASM_COLON=114 -ASM_COMMA=115 -ASM_PAR_BEGIN=116 -ASM_PAR_END=117 -ASM_BRACKET_BEGIN=118 -ASM_BRACKET_END=119 -ASM_DOT=120 -ASM_SHIFT_LEFT=121 -ASM_SHIFT_RIGHT=122 -ASM_PLUS=123 -ASM_MINUS=124 -ASM_LESS_THAN=125 -ASM_GREATER_THAN=126 -ASM_MULTIPLY=127 -ASM_DIVIDE=128 -ASM_CURLY_BEGIN=129 -ASM_CURLY_END=130 -ASM_NUMBER=131 -ASM_NUMFLOAT=132 -ASM_BINFLOAT=133 -ASM_DECFLOAT=134 -ASM_HEXFLOAT=135 -ASM_NUMINT=136 -ASM_BININTEGER=137 -ASM_DECINTEGER=138 -ASM_HEXINTEGER=139 -ASM_CHAR=140 -ASM_MULTI_REL=141 -ASM_MULTI_NAME=142 -ASM_NAME=143 -ASM_TAG=144 -ASM_WS=145 -ASM_COMMENT_LINE=146 -ASM_COMMENT_BLOCK=147 -IMPORT_SYSTEMFILE=148 -IMPORT_LOCALFILE=149 -IMPORT_WS=150 -IMPORT_COMMENT_LINE=151 -IMPORT_COMMENT_BLOCK=152 -';'=8 -'..'=11 -'...'=12 -'?'=13 -'->'=15 -'%'=20 -'++'=21 -'--'=22 -'&'=23 -'~'=24 -'^'=25 -'|'=26 -'=='=29 -'!='=30 -'<='=32 -'>='=33 -'&&'=35 -'||'=36 -'='=37 -'typedef'=39 -'const'=40 -'extern'=41 -'__export'=42 -'__align'=43 -'inline'=44 -'volatile'=45 -'static'=46 -'__interrupt'=47 -'register'=48 -'__zp_reserve'=49 -'__address'=50 -'__zp'=51 -'__mem'=52 -'__ssa'=53 -'__ma'=54 -'__intrinsic'=55 -'if'=57 -'else'=58 -'while'=59 -'do'=60 -'for'=61 -'switch'=62 -'return'=63 -'break'=64 -'continue'=65 -'goto'=66 -'asm'=67 -'default'=68 -'case'=69 -'struct'=70 -'union'=71 -'enum'=72 -'sizeof'=73 -'typeid'=74 -'defined'=75 -'kickasm'=76 -'!'=77 -'#import'=81 -'#include'=82 -'#pragma'=83 -'#define'=84 -'#undef'=86 -'#ifdef'=87 -'#ifndef'=88 -'#if'=89 -'#elif'=90 -'#else'=91 -'#endif'=92 -'#error'=93 -'.byte'=111 -'#'=113 diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp deleted file mode 100644 index ae5de07fd..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp +++ /dev/null @@ -1,361 +0,0 @@ -token literal names: -null -null -null -null -null -null -null -null -';' -null -null -'..' -'...' -'?' -null -'->' -null -null -null -null -'%' -'++' -'--' -'&' -'~' -'^' -'|' -null -null -'==' -'!=' -null -'<=' -'>=' -null -'&&' -'||' -'=' -null -'typedef' -'const' -'extern' -'__export' -'__align' -'inline' -'volatile' -'static' -'__interrupt' -'register' -'__zp_reserve' -'__address' -'__zp' -'__mem' -'__ssa' -'__ma' -'__intrinsic' -null -'if' -'else' -'while' -'do' -'for' -'switch' -'return' -'break' -'continue' -'goto' -'asm' -'default' -'case' -'struct' -'union' -'enum' -'sizeof' -'typeid' -'defined' -'kickasm' -'!' -null -null -null -'#import' -'#include' -'#pragma' -'#define' -null -'#undef' -'#ifdef' -'#ifndef' -'#if' -'#elif' -'#else' -'#endif' -'#error' -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -'.byte' -null -'#' -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null -null - -token symbolic names: -null -TYPEDEFNAME -CURLY_BEGIN -CURLY_END -BRACKET_BEGIN -BRACKET_END -PAR_BEGIN -PAR_END -SEMICOLON -COLON -COMMA -RANGE -PARAM_LIST -CONDITION -DOT -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 -TYPEDEF -CONST -EXTERN -EXPORT -ALIGN -INLINE -VOLATILE -STATIC -INTERRUPT -REGISTER -LOCAL_RESERVE -ADDRESS -ADDRESS_ZEROPAGE -ADDRESS_MAINMEM -FORM_SSA -FORM_MA -INTRINSIC -CALLINGCONVENTION -IF -ELSE -WHILE -DO -FOR -SWITCH -RETURN -BREAK -CONTINUE -GOTO -ASM -DEFAULT -CASE -STRUCT -UNION -ENUM -SIZEOF -TYPEID -DEFINED -KICKASM -LOGIC_NOT -SIMPLETYPE -BOOLEAN -KICKASM_BODY -IMPORT -INCLUDE -PRAGMA -DEFINE -DEFINE_CONTINUE -UNDEF -IFDEF -IFNDEF -IFIF -ELIF -IFELSE -ENDIF -ERROR -TOKEN_STRINGIZE -TOKEN_MERGE -NUMBER -NUMFLOAT -BINFLOAT -DECFLOAT -HEXFLOAT -NUMINT -BININTEGER -DECINTEGER -HEXINTEGER -NAME -STRING -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_CHAR -ASM_MULTI_REL -ASM_MULTI_NAME -ASM_NAME -ASM_TAG -ASM_WS -ASM_COMMENT_LINE -ASM_COMMENT_BLOCK -IMPORT_SYSTEMFILE -IMPORT_LOCALFILE -IMPORT_WS -IMPORT_COMMENT_LINE -IMPORT_COMMENT_BLOCK - -rule names: -file -asmFile -declSeq -decl -declVariables -declaratorInitList -declaratorInit -typeDef -declType -typeName -typeNameDeclarator -declarator -type -structRef -structDef -structMembers -enumRef -enumDef -enumMemberList -enumMember -declFunction -parameterListDecl -parameterDecl -pragma -pragmaParam -directive -stmtSeq -stmt -switchCases -switchCase -forLoop -forClassicInit -forClassicCondition -commaExpr -expr -parameterList -kasmContent -asmDirectives -asmDirective -asmLines -asmLine -asmLabel -asmInstruction -asmBytes -asmParamMode -asmExpr - - -atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 154, 839, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 102, 10, 4, 12, 4, 14, 4, 105, 11, 4, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 5, 5, 121, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 132, 10, 7, 12, 7, 14, 7, 135, 11, 7, 3, 8, 3, 8, 3, 8, 5, 8, 140, 10, 8, 3, 8, 3, 8, 3, 8, 3, 8, 5, 8, 146, 10, 8, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 10, 7, 10, 154, 10, 10, 12, 10, 14, 10, 157, 11, 10, 3, 10, 3, 10, 7, 10, 161, 10, 10, 12, 10, 14, 10, 164, 11, 10, 3, 11, 3, 11, 3, 11, 3, 12, 3, 12, 3, 12, 7, 12, 172, 10, 12, 12, 12, 14, 12, 175, 11, 12, 3, 12, 3, 12, 3, 12, 3, 12, 3, 12, 5, 12, 182, 10, 12, 3, 12, 3, 12, 3, 12, 5, 12, 187, 10, 12, 3, 12, 3, 12, 3, 12, 3, 12, 5, 12, 193, 10, 12, 3, 12, 7, 12, 196, 10, 12, 12, 12, 14, 12, 199, 11, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 7, 13, 206, 10, 13, 12, 13, 14, 13, 209, 11, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 216, 10, 13, 3, 13, 3, 13, 3, 13, 5, 13, 221, 10, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 227, 10, 13, 3, 13, 7, 13, 230, 10, 13, 12, 13, 14, 13, 233, 11, 13, 3, 14, 6, 14, 236, 10, 14, 13, 14, 14, 14, 237, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 245, 10, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 5, 16, 252, 10, 16, 3, 16, 3, 16, 6, 16, 256, 10, 16, 13, 16, 14, 16, 257, 3, 16, 3, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 5, 19, 270, 10, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 7, 20, 282, 10, 20, 12, 20, 14, 20, 285, 11, 20, 3, 21, 3, 21, 3, 21, 5, 21, 290, 10, 21, 3, 22, 3, 22, 3, 22, 3, 22, 5, 22, 296, 10, 22, 3, 22, 3, 22, 3, 23, 3, 23, 3, 23, 7, 23, 303, 10, 23, 12, 23, 14, 23, 306, 11, 23, 3, 24, 3, 24, 3, 24, 3, 24, 3, 24, 5, 24, 313, 10, 24, 3, 25, 3, 25, 3, 25, 3, 25, 3, 25, 3, 25, 7, 25, 321, 10, 25, 12, 25, 14, 25, 324, 11, 25, 3, 25, 3, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 5, 26, 335, 10, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 5, 27, 346, 10, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 5, 27, 367, 10, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 7, 27, 374, 10, 27, 12, 27, 14, 27, 377, 11, 27, 3, 27, 3, 27, 3, 27, 5, 27, 382, 10, 27, 3, 28, 6, 28, 385, 10, 28, 13, 28, 14, 28, 386, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 394, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 407, 10, 29, 3, 29, 7, 29, 410, 10, 29, 12, 29, 14, 29, 413, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 422, 10, 29, 12, 29, 14, 29, 425, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 436, 10, 29, 12, 29, 14, 29, 439, 11, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 457, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 466, 10, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 5, 29, 479, 10, 29, 3, 30, 6, 30, 482, 10, 30, 13, 30, 14, 30, 483, 3, 30, 3, 30, 3, 30, 5, 30, 489, 10, 30, 5, 30, 491, 10, 30, 3, 31, 3, 31, 3, 31, 3, 31, 5, 31, 497, 10, 31, 3, 32, 3, 32, 3, 32, 5, 32, 502, 10, 32, 3, 32, 3, 32, 5, 32, 506, 10, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 515, 10, 32, 3, 33, 5, 33, 518, 10, 33, 3, 33, 5, 33, 521, 10, 33, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 7, 35, 531, 10, 35, 12, 35, 14, 35, 534, 11, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 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, 557, 10, 36, 3, 36, 3, 36, 5, 36, 561, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 578, 10, 36, 12, 36, 14, 36, 581, 11, 36, 3, 36, 5, 36, 584, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 6, 36, 591, 10, 36, 13, 36, 14, 36, 592, 3, 36, 3, 36, 5, 36, 597, 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, 647, 10, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 657, 10, 36, 12, 36, 14, 36, 660, 11, 36, 3, 37, 3, 37, 3, 37, 7, 37, 665, 10, 37, 12, 37, 14, 37, 668, 11, 37, 3, 38, 3, 38, 5, 38, 672, 10, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 7, 39, 680, 10, 39, 12, 39, 14, 39, 683, 11, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 5, 40, 693, 10, 40, 3, 41, 7, 41, 696, 10, 41, 12, 41, 14, 41, 699, 11, 41, 3, 42, 3, 42, 3, 42, 5, 42, 704, 10, 42, 3, 43, 3, 43, 3, 43, 7, 43, 709, 10, 43, 12, 43, 14, 43, 712, 11, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 7, 43, 719, 10, 43, 12, 43, 14, 43, 722, 11, 43, 3, 43, 3, 43, 3, 43, 7, 43, 727, 10, 43, 12, 43, 14, 43, 730, 11, 43, 5, 43, 732, 10, 43, 3, 44, 3, 44, 5, 44, 736, 10, 44, 3, 44, 7, 44, 739, 10, 44, 12, 44, 14, 44, 742, 11, 44, 3, 45, 3, 45, 3, 45, 3, 45, 7, 45, 748, 10, 45, 12, 45, 14, 45, 751, 11, 45, 3, 45, 7, 45, 754, 10, 45, 12, 45, 14, 45, 757, 11, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 5, 46, 804, 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, 820, 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, 834, 10, 47, 12, 47, 14, 47, 837, 11, 47, 3, 47, 2, 9, 12, 22, 24, 38, 68, 70, 92, 48, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 2, 13, 3, 2, 72, 73, 3, 2, 23, 24, 5, 2, 18, 19, 25, 26, 79, 79, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 125, 128, 3, 2, 123, 124, 3, 2, 129, 130, 3, 2, 125, 126, 2, 962, 2, 94, 3, 2, 2, 2, 4, 97, 3, 2, 2, 2, 6, 103, 3, 2, 2, 2, 8, 120, 3, 2, 2, 2, 10, 122, 3, 2, 2, 2, 12, 125, 3, 2, 2, 2, 14, 145, 3, 2, 2, 2, 16, 147, 3, 2, 2, 2, 18, 155, 3, 2, 2, 2, 20, 165, 3, 2, 2, 2, 22, 181, 3, 2, 2, 2, 24, 215, 3, 2, 2, 2, 26, 244, 3, 2, 2, 2, 28, 246, 3, 2, 2, 2, 30, 249, 3, 2, 2, 2, 32, 261, 3, 2, 2, 2, 34, 264, 3, 2, 2, 2, 36, 267, 3, 2, 2, 2, 38, 275, 3, 2, 2, 2, 40, 286, 3, 2, 2, 2, 42, 291, 3, 2, 2, 2, 44, 299, 3, 2, 2, 2, 46, 312, 3, 2, 2, 2, 48, 314, 3, 2, 2, 2, 50, 334, 3, 2, 2, 2, 52, 381, 3, 2, 2, 2, 54, 384, 3, 2, 2, 2, 56, 478, 3, 2, 2, 2, 58, 481, 3, 2, 2, 2, 60, 492, 3, 2, 2, 2, 62, 514, 3, 2, 2, 2, 64, 520, 3, 2, 2, 2, 66, 522, 3, 2, 2, 2, 68, 524, 3, 2, 2, 2, 70, 596, 3, 2, 2, 2, 72, 661, 3, 2, 2, 2, 74, 669, 3, 2, 2, 2, 76, 675, 3, 2, 2, 2, 78, 692, 3, 2, 2, 2, 80, 697, 3, 2, 2, 2, 82, 703, 3, 2, 2, 2, 84, 731, 3, 2, 2, 2, 86, 733, 3, 2, 2, 2, 88, 743, 3, 2, 2, 2, 90, 803, 3, 2, 2, 2, 92, 819, 3, 2, 2, 2, 94, 95, 5, 6, 4, 2, 95, 96, 7, 2, 2, 3, 96, 3, 3, 2, 2, 2, 97, 98, 5, 80, 41, 2, 98, 99, 7, 2, 2, 3, 99, 5, 3, 2, 2, 2, 100, 102, 5, 8, 5, 2, 101, 100, 3, 2, 2, 2, 102, 105, 3, 2, 2, 2, 103, 101, 3, 2, 2, 2, 103, 104, 3, 2, 2, 2, 104, 7, 3, 2, 2, 2, 105, 103, 3, 2, 2, 2, 106, 107, 5, 10, 6, 2, 107, 108, 7, 10, 2, 2, 108, 121, 3, 2, 2, 2, 109, 121, 5, 42, 22, 2, 110, 111, 5, 30, 16, 2, 111, 112, 7, 10, 2, 2, 112, 121, 3, 2, 2, 2, 113, 114, 5, 36, 19, 2, 114, 115, 7, 10, 2, 2, 115, 121, 3, 2, 2, 2, 116, 121, 5, 48, 25, 2, 117, 118, 5, 16, 9, 2, 118, 119, 7, 10, 2, 2, 119, 121, 3, 2, 2, 2, 120, 106, 3, 2, 2, 2, 120, 109, 3, 2, 2, 2, 120, 110, 3, 2, 2, 2, 120, 113, 3, 2, 2, 2, 120, 116, 3, 2, 2, 2, 120, 117, 3, 2, 2, 2, 121, 9, 3, 2, 2, 2, 122, 123, 5, 18, 10, 2, 123, 124, 5, 12, 7, 2, 124, 11, 3, 2, 2, 2, 125, 126, 8, 7, 1, 2, 126, 127, 5, 14, 8, 2, 127, 133, 3, 2, 2, 2, 128, 129, 12, 3, 2, 2, 129, 130, 7, 12, 2, 2, 130, 132, 5, 14, 8, 2, 131, 128, 3, 2, 2, 2, 132, 135, 3, 2, 2, 2, 133, 131, 3, 2, 2, 2, 133, 134, 3, 2, 2, 2, 134, 13, 3, 2, 2, 2, 135, 133, 3, 2, 2, 2, 136, 139, 5, 24, 13, 2, 137, 138, 7, 39, 2, 2, 138, 140, 5, 70, 36, 2, 139, 137, 3, 2, 2, 2, 139, 140, 3, 2, 2, 2, 140, 146, 3, 2, 2, 2, 141, 142, 5, 24, 13, 2, 142, 143, 7, 39, 2, 2, 143, 144, 5, 74, 38, 2, 144, 146, 3, 2, 2, 2, 145, 136, 3, 2, 2, 2, 145, 141, 3, 2, 2, 2, 146, 15, 3, 2, 2, 2, 147, 148, 7, 41, 2, 2, 148, 149, 5, 18, 10, 2, 149, 150, 8, 9, 1, 2, 150, 151, 5, 24, 13, 2, 151, 17, 3, 2, 2, 2, 152, 154, 5, 52, 27, 2, 153, 152, 3, 2, 2, 2, 154, 157, 3, 2, 2, 2, 155, 153, 3, 2, 2, 2, 155, 156, 3, 2, 2, 2, 156, 158, 3, 2, 2, 2, 157, 155, 3, 2, 2, 2, 158, 162, 5, 26, 14, 2, 159, 161, 5, 52, 27, 2, 160, 159, 3, 2, 2, 2, 161, 164, 3, 2, 2, 2, 162, 160, 3, 2, 2, 2, 162, 163, 3, 2, 2, 2, 163, 19, 3, 2, 2, 2, 164, 162, 3, 2, 2, 2, 165, 166, 5, 26, 14, 2, 166, 167, 5, 22, 12, 2, 167, 21, 3, 2, 2, 2, 168, 182, 8, 12, 1, 2, 169, 173, 7, 20, 2, 2, 170, 172, 5, 52, 27, 2, 171, 170, 3, 2, 2, 2, 172, 175, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 173, 174, 3, 2, 2, 2, 174, 176, 3, 2, 2, 2, 175, 173, 3, 2, 2, 2, 176, 182, 5, 22, 12, 4, 177, 178, 7, 8, 2, 2, 178, 179, 5, 22, 12, 2, 179, 180, 7, 9, 2, 2, 180, 182, 3, 2, 2, 2, 181, 168, 3, 2, 2, 2, 181, 169, 3, 2, 2, 2, 181, 177, 3, 2, 2, 2, 182, 197, 3, 2, 2, 2, 183, 184, 12, 6, 2, 2, 184, 186, 7, 8, 2, 2, 185, 187, 5, 44, 23, 2, 186, 185, 3, 2, 2, 2, 186, 187, 3, 2, 2, 2, 187, 188, 3, 2, 2, 2, 188, 196, 7, 9, 2, 2, 189, 190, 12, 5, 2, 2, 190, 192, 7, 6, 2, 2, 191, 193, 5, 70, 36, 2, 192, 191, 3, 2, 2, 2, 192, 193, 3, 2, 2, 2, 193, 194, 3, 2, 2, 2, 194, 196, 7, 7, 2, 2, 195, 183, 3, 2, 2, 2, 195, 189, 3, 2, 2, 2, 196, 199, 3, 2, 2, 2, 197, 195, 3, 2, 2, 2, 197, 198, 3, 2, 2, 2, 198, 23, 3, 2, 2, 2, 199, 197, 3, 2, 2, 2, 200, 201, 8, 13, 1, 2, 201, 202, 7, 107, 2, 2, 202, 216, 8, 13, 1, 2, 203, 207, 7, 20, 2, 2, 204, 206, 5, 52, 27, 2, 205, 204, 3, 2, 2, 2, 206, 209, 3, 2, 2, 2, 207, 205, 3, 2, 2, 2, 207, 208, 3, 2, 2, 2, 208, 210, 3, 2, 2, 2, 209, 207, 3, 2, 2, 2, 210, 216, 5, 24, 13, 4, 211, 212, 7, 8, 2, 2, 212, 213, 5, 24, 13, 2, 213, 214, 7, 9, 2, 2, 214, 216, 3, 2, 2, 2, 215, 200, 3, 2, 2, 2, 215, 203, 3, 2, 2, 2, 215, 211, 3, 2, 2, 2, 216, 231, 3, 2, 2, 2, 217, 218, 12, 6, 2, 2, 218, 220, 7, 8, 2, 2, 219, 221, 5, 44, 23, 2, 220, 219, 3, 2, 2, 2, 220, 221, 3, 2, 2, 2, 221, 222, 3, 2, 2, 2, 222, 230, 7, 9, 2, 2, 223, 224, 12, 5, 2, 2, 224, 226, 7, 6, 2, 2, 225, 227, 5, 70, 36, 2, 226, 225, 3, 2, 2, 2, 226, 227, 3, 2, 2, 2, 227, 228, 3, 2, 2, 2, 228, 230, 7, 7, 2, 2, 229, 217, 3, 2, 2, 2, 229, 223, 3, 2, 2, 2, 230, 233, 3, 2, 2, 2, 231, 229, 3, 2, 2, 2, 231, 232, 3, 2, 2, 2, 232, 25, 3, 2, 2, 2, 233, 231, 3, 2, 2, 2, 234, 236, 7, 80, 2, 2, 235, 234, 3, 2, 2, 2, 236, 237, 3, 2, 2, 2, 237, 235, 3, 2, 2, 2, 237, 238, 3, 2, 2, 2, 238, 245, 3, 2, 2, 2, 239, 245, 5, 30, 16, 2, 240, 245, 5, 28, 15, 2, 241, 245, 5, 36, 19, 2, 242, 245, 5, 34, 18, 2, 243, 245, 7, 3, 2, 2, 244, 235, 3, 2, 2, 2, 244, 239, 3, 2, 2, 2, 244, 240, 3, 2, 2, 2, 244, 241, 3, 2, 2, 2, 244, 242, 3, 2, 2, 2, 244, 243, 3, 2, 2, 2, 245, 27, 3, 2, 2, 2, 246, 247, 9, 2, 2, 2, 247, 248, 7, 107, 2, 2, 248, 29, 3, 2, 2, 2, 249, 251, 9, 2, 2, 2, 250, 252, 7, 107, 2, 2, 251, 250, 3, 2, 2, 2, 251, 252, 3, 2, 2, 2, 252, 253, 3, 2, 2, 2, 253, 255, 7, 4, 2, 2, 254, 256, 5, 32, 17, 2, 255, 254, 3, 2, 2, 2, 256, 257, 3, 2, 2, 2, 257, 255, 3, 2, 2, 2, 257, 258, 3, 2, 2, 2, 258, 259, 3, 2, 2, 2, 259, 260, 7, 5, 2, 2, 260, 31, 3, 2, 2, 2, 261, 262, 5, 10, 6, 2, 262, 263, 7, 10, 2, 2, 263, 33, 3, 2, 2, 2, 264, 265, 7, 74, 2, 2, 265, 266, 7, 107, 2, 2, 266, 35, 3, 2, 2, 2, 267, 269, 7, 74, 2, 2, 268, 270, 7, 107, 2, 2, 269, 268, 3, 2, 2, 2, 269, 270, 3, 2, 2, 2, 270, 271, 3, 2, 2, 2, 271, 272, 7, 4, 2, 2, 272, 273, 5, 38, 20, 2, 273, 274, 7, 5, 2, 2, 274, 37, 3, 2, 2, 2, 275, 276, 8, 20, 1, 2, 276, 277, 5, 40, 21, 2, 277, 283, 3, 2, 2, 2, 278, 279, 12, 3, 2, 2, 279, 280, 7, 12, 2, 2, 280, 282, 5, 40, 21, 2, 281, 278, 3, 2, 2, 2, 282, 285, 3, 2, 2, 2, 283, 281, 3, 2, 2, 2, 283, 284, 3, 2, 2, 2, 284, 39, 3, 2, 2, 2, 285, 283, 3, 2, 2, 2, 286, 289, 7, 107, 2, 2, 287, 288, 7, 39, 2, 2, 288, 290, 5, 70, 36, 2, 289, 287, 3, 2, 2, 2, 289, 290, 3, 2, 2, 2, 290, 41, 3, 2, 2, 2, 291, 292, 5, 18, 10, 2, 292, 293, 5, 24, 13, 2, 293, 295, 7, 4, 2, 2, 294, 296, 5, 54, 28, 2, 295, 294, 3, 2, 2, 2, 295, 296, 3, 2, 2, 2, 296, 297, 3, 2, 2, 2, 297, 298, 7, 5, 2, 2, 298, 43, 3, 2, 2, 2, 299, 304, 5, 46, 24, 2, 300, 301, 7, 12, 2, 2, 301, 303, 5, 46, 24, 2, 302, 300, 3, 2, 2, 2, 303, 306, 3, 2, 2, 2, 304, 302, 3, 2, 2, 2, 304, 305, 3, 2, 2, 2, 305, 45, 3, 2, 2, 2, 306, 304, 3, 2, 2, 2, 307, 308, 5, 18, 10, 2, 308, 309, 5, 24, 13, 2, 309, 313, 3, 2, 2, 2, 310, 313, 5, 20, 11, 2, 311, 313, 7, 14, 2, 2, 312, 307, 3, 2, 2, 2, 312, 310, 3, 2, 2, 2, 312, 311, 3, 2, 2, 2, 313, 47, 3, 2, 2, 2, 314, 315, 7, 85, 2, 2, 315, 316, 7, 107, 2, 2, 316, 317, 7, 8, 2, 2, 317, 322, 5, 50, 26, 2, 318, 319, 7, 12, 2, 2, 319, 321, 5, 50, 26, 2, 320, 318, 3, 2, 2, 2, 321, 324, 3, 2, 2, 2, 322, 320, 3, 2, 2, 2, 322, 323, 3, 2, 2, 2, 323, 325, 3, 2, 2, 2, 324, 322, 3, 2, 2, 2, 325, 326, 7, 9, 2, 2, 326, 49, 3, 2, 2, 2, 327, 335, 7, 98, 2, 2, 328, 329, 7, 98, 2, 2, 329, 330, 7, 13, 2, 2, 330, 335, 7, 98, 2, 2, 331, 335, 7, 107, 2, 2, 332, 335, 7, 108, 2, 2, 333, 335, 7, 58, 2, 2, 334, 327, 3, 2, 2, 2, 334, 328, 3, 2, 2, 2, 334, 331, 3, 2, 2, 2, 334, 332, 3, 2, 2, 2, 334, 333, 3, 2, 2, 2, 335, 51, 3, 2, 2, 2, 336, 382, 7, 42, 2, 2, 337, 338, 7, 45, 2, 2, 338, 339, 7, 8, 2, 2, 339, 340, 7, 98, 2, 2, 340, 382, 7, 9, 2, 2, 341, 345, 7, 50, 2, 2, 342, 343, 7, 8, 2, 2, 343, 344, 7, 107, 2, 2, 344, 346, 7, 9, 2, 2, 345, 342, 3, 2, 2, 2, 345, 346, 3, 2, 2, 2, 346, 382, 3, 2, 2, 2, 347, 382, 7, 53, 2, 2, 348, 382, 7, 54, 2, 2, 349, 350, 7, 52, 2, 2, 350, 351, 7, 8, 2, 2, 351, 352, 5, 70, 36, 2, 352, 353, 7, 9, 2, 2, 353, 382, 3, 2, 2, 2, 354, 382, 7, 47, 2, 2, 355, 382, 7, 48, 2, 2, 356, 382, 7, 55, 2, 2, 357, 382, 7, 56, 2, 2, 358, 382, 7, 43, 2, 2, 359, 382, 7, 44, 2, 2, 360, 382, 7, 46, 2, 2, 361, 382, 7, 57, 2, 2, 362, 366, 7, 49, 2, 2, 363, 364, 7, 8, 2, 2, 364, 365, 7, 107, 2, 2, 365, 367, 7, 9, 2, 2, 366, 363, 3, 2, 2, 2, 366, 367, 3, 2, 2, 2, 367, 382, 3, 2, 2, 2, 368, 369, 7, 51, 2, 2, 369, 370, 7, 8, 2, 2, 370, 375, 5, 50, 26, 2, 371, 372, 7, 12, 2, 2, 372, 374, 5, 50, 26, 2, 373, 371, 3, 2, 2, 2, 374, 377, 3, 2, 2, 2, 375, 373, 3, 2, 2, 2, 375, 376, 3, 2, 2, 2, 376, 378, 3, 2, 2, 2, 377, 375, 3, 2, 2, 2, 378, 379, 7, 9, 2, 2, 379, 382, 3, 2, 2, 2, 380, 382, 7, 58, 2, 2, 381, 336, 3, 2, 2, 2, 381, 337, 3, 2, 2, 2, 381, 341, 3, 2, 2, 2, 381, 347, 3, 2, 2, 2, 381, 348, 3, 2, 2, 2, 381, 349, 3, 2, 2, 2, 381, 354, 3, 2, 2, 2, 381, 355, 3, 2, 2, 2, 381, 356, 3, 2, 2, 2, 381, 357, 3, 2, 2, 2, 381, 358, 3, 2, 2, 2, 381, 359, 3, 2, 2, 2, 381, 360, 3, 2, 2, 2, 381, 361, 3, 2, 2, 2, 381, 362, 3, 2, 2, 2, 381, 368, 3, 2, 2, 2, 381, 380, 3, 2, 2, 2, 382, 53, 3, 2, 2, 2, 383, 385, 5, 56, 29, 2, 384, 383, 3, 2, 2, 2, 385, 386, 3, 2, 2, 2, 386, 384, 3, 2, 2, 2, 386, 387, 3, 2, 2, 2, 387, 55, 3, 2, 2, 2, 388, 389, 5, 10, 6, 2, 389, 390, 7, 10, 2, 2, 390, 479, 3, 2, 2, 2, 391, 393, 7, 4, 2, 2, 392, 394, 5, 54, 28, 2, 393, 392, 3, 2, 2, 2, 393, 394, 3, 2, 2, 2, 394, 395, 3, 2, 2, 2, 395, 479, 7, 5, 2, 2, 396, 397, 5, 68, 35, 2, 397, 398, 7, 10, 2, 2, 398, 479, 3, 2, 2, 2, 399, 400, 7, 59, 2, 2, 400, 401, 7, 8, 2, 2, 401, 402, 5, 68, 35, 2, 402, 403, 7, 9, 2, 2, 403, 406, 5, 56, 29, 2, 404, 405, 7, 60, 2, 2, 405, 407, 5, 56, 29, 2, 406, 404, 3, 2, 2, 2, 406, 407, 3, 2, 2, 2, 407, 479, 3, 2, 2, 2, 408, 410, 5, 52, 27, 2, 409, 408, 3, 2, 2, 2, 410, 413, 3, 2, 2, 2, 411, 409, 3, 2, 2, 2, 411, 412, 3, 2, 2, 2, 412, 414, 3, 2, 2, 2, 413, 411, 3, 2, 2, 2, 414, 415, 7, 61, 2, 2, 415, 416, 7, 8, 2, 2, 416, 417, 5, 68, 35, 2, 417, 418, 7, 9, 2, 2, 418, 419, 5, 56, 29, 2, 419, 479, 3, 2, 2, 2, 420, 422, 5, 52, 27, 2, 421, 420, 3, 2, 2, 2, 422, 425, 3, 2, 2, 2, 423, 421, 3, 2, 2, 2, 423, 424, 3, 2, 2, 2, 424, 426, 3, 2, 2, 2, 425, 423, 3, 2, 2, 2, 426, 427, 7, 62, 2, 2, 427, 428, 5, 56, 29, 2, 428, 429, 7, 61, 2, 2, 429, 430, 7, 8, 2, 2, 430, 431, 5, 68, 35, 2, 431, 432, 7, 9, 2, 2, 432, 433, 7, 10, 2, 2, 433, 479, 3, 2, 2, 2, 434, 436, 5, 52, 27, 2, 435, 434, 3, 2, 2, 2, 436, 439, 3, 2, 2, 2, 437, 435, 3, 2, 2, 2, 437, 438, 3, 2, 2, 2, 438, 440, 3, 2, 2, 2, 439, 437, 3, 2, 2, 2, 440, 441, 7, 63, 2, 2, 441, 442, 7, 8, 2, 2, 442, 443, 5, 62, 32, 2, 443, 444, 7, 9, 2, 2, 444, 445, 5, 56, 29, 2, 445, 479, 3, 2, 2, 2, 446, 447, 7, 64, 2, 2, 447, 448, 7, 8, 2, 2, 448, 449, 5, 68, 35, 2, 449, 450, 7, 9, 2, 2, 450, 451, 7, 4, 2, 2, 451, 452, 5, 58, 30, 2, 452, 453, 7, 5, 2, 2, 453, 479, 3, 2, 2, 2, 454, 456, 7, 65, 2, 2, 455, 457, 5, 68, 35, 2, 456, 455, 3, 2, 2, 2, 456, 457, 3, 2, 2, 2, 457, 458, 3, 2, 2, 2, 458, 479, 7, 10, 2, 2, 459, 460, 7, 66, 2, 2, 460, 479, 7, 10, 2, 2, 461, 462, 7, 67, 2, 2, 462, 479, 7, 10, 2, 2, 463, 465, 7, 69, 2, 2, 464, 466, 5, 76, 39, 2, 465, 464, 3, 2, 2, 2, 465, 466, 3, 2, 2, 2, 466, 467, 3, 2, 2, 2, 467, 468, 7, 4, 2, 2, 468, 469, 5, 80, 41, 2, 469, 470, 7, 132, 2, 2, 470, 479, 3, 2, 2, 2, 471, 479, 5, 74, 38, 2, 472, 479, 7, 10, 2, 2, 473, 474, 7, 107, 2, 2, 474, 479, 7, 11, 2, 2, 475, 476, 7, 68, 2, 2, 476, 477, 7, 107, 2, 2, 477, 479, 7, 10, 2, 2, 478, 388, 3, 2, 2, 2, 478, 391, 3, 2, 2, 2, 478, 396, 3, 2, 2, 2, 478, 399, 3, 2, 2, 2, 478, 411, 3, 2, 2, 2, 478, 423, 3, 2, 2, 2, 478, 437, 3, 2, 2, 2, 478, 446, 3, 2, 2, 2, 478, 454, 3, 2, 2, 2, 478, 459, 3, 2, 2, 2, 478, 461, 3, 2, 2, 2, 478, 463, 3, 2, 2, 2, 478, 471, 3, 2, 2, 2, 478, 472, 3, 2, 2, 2, 478, 473, 3, 2, 2, 2, 478, 475, 3, 2, 2, 2, 479, 57, 3, 2, 2, 2, 480, 482, 5, 60, 31, 2, 481, 480, 3, 2, 2, 2, 482, 483, 3, 2, 2, 2, 483, 481, 3, 2, 2, 2, 483, 484, 3, 2, 2, 2, 484, 490, 3, 2, 2, 2, 485, 486, 7, 70, 2, 2, 486, 488, 7, 11, 2, 2, 487, 489, 5, 54, 28, 2, 488, 487, 3, 2, 2, 2, 488, 489, 3, 2, 2, 2, 489, 491, 3, 2, 2, 2, 490, 485, 3, 2, 2, 2, 490, 491, 3, 2, 2, 2, 491, 59, 3, 2, 2, 2, 492, 493, 7, 71, 2, 2, 493, 494, 5, 70, 36, 2, 494, 496, 7, 11, 2, 2, 495, 497, 5, 54, 28, 2, 496, 495, 3, 2, 2, 2, 496, 497, 3, 2, 2, 2, 497, 61, 3, 2, 2, 2, 498, 499, 5, 64, 33, 2, 499, 501, 7, 10, 2, 2, 500, 502, 5, 66, 34, 2, 501, 500, 3, 2, 2, 2, 501, 502, 3, 2, 2, 2, 502, 503, 3, 2, 2, 2, 503, 505, 7, 10, 2, 2, 504, 506, 5, 68, 35, 2, 505, 504, 3, 2, 2, 2, 505, 506, 3, 2, 2, 2, 506, 515, 3, 2, 2, 2, 507, 508, 5, 18, 10, 2, 508, 509, 5, 24, 13, 2, 509, 510, 7, 11, 2, 2, 510, 511, 5, 70, 36, 2, 511, 512, 7, 13, 2, 2, 512, 513, 5, 70, 36, 2, 513, 515, 3, 2, 2, 2, 514, 498, 3, 2, 2, 2, 514, 507, 3, 2, 2, 2, 515, 63, 3, 2, 2, 2, 516, 518, 5, 10, 6, 2, 517, 516, 3, 2, 2, 2, 517, 518, 3, 2, 2, 2, 518, 521, 3, 2, 2, 2, 519, 521, 5, 68, 35, 2, 520, 517, 3, 2, 2, 2, 520, 519, 3, 2, 2, 2, 521, 65, 3, 2, 2, 2, 522, 523, 5, 68, 35, 2, 523, 67, 3, 2, 2, 2, 524, 525, 8, 35, 1, 2, 525, 526, 5, 70, 36, 2, 526, 532, 3, 2, 2, 2, 527, 528, 12, 3, 2, 2, 528, 529, 7, 12, 2, 2, 529, 531, 5, 70, 36, 2, 530, 527, 3, 2, 2, 2, 531, 534, 3, 2, 2, 2, 532, 530, 3, 2, 2, 2, 532, 533, 3, 2, 2, 2, 533, 69, 3, 2, 2, 2, 534, 532, 3, 2, 2, 2, 535, 536, 8, 36, 1, 2, 536, 537, 7, 8, 2, 2, 537, 538, 5, 68, 35, 2, 538, 539, 7, 9, 2, 2, 539, 597, 3, 2, 2, 2, 540, 541, 7, 75, 2, 2, 541, 542, 7, 8, 2, 2, 542, 543, 5, 20, 11, 2, 543, 544, 7, 9, 2, 2, 544, 597, 3, 2, 2, 2, 545, 546, 7, 75, 2, 2, 546, 597, 5, 70, 36, 30, 547, 548, 7, 76, 2, 2, 548, 549, 7, 8, 2, 2, 549, 550, 5, 20, 11, 2, 550, 551, 7, 9, 2, 2, 551, 597, 3, 2, 2, 2, 552, 553, 7, 76, 2, 2, 553, 597, 5, 70, 36, 28, 554, 556, 7, 77, 2, 2, 555, 557, 7, 8, 2, 2, 556, 555, 3, 2, 2, 2, 556, 557, 3, 2, 2, 2, 557, 558, 3, 2, 2, 2, 558, 560, 7, 107, 2, 2, 559, 561, 7, 9, 2, 2, 560, 559, 3, 2, 2, 2, 560, 561, 3, 2, 2, 2, 561, 597, 3, 2, 2, 2, 562, 563, 7, 8, 2, 2, 563, 564, 5, 20, 11, 2, 564, 565, 7, 9, 2, 2, 565, 566, 5, 70, 36, 25, 566, 597, 3, 2, 2, 2, 567, 568, 9, 3, 2, 2, 568, 597, 5, 70, 36, 24, 569, 570, 7, 20, 2, 2, 570, 597, 5, 70, 36, 22, 571, 572, 9, 4, 2, 2, 572, 597, 5, 70, 36, 21, 573, 574, 7, 4, 2, 2, 574, 579, 5, 70, 36, 2, 575, 576, 7, 12, 2, 2, 576, 578, 5, 70, 36, 2, 577, 575, 3, 2, 2, 2, 578, 581, 3, 2, 2, 2, 579, 577, 3, 2, 2, 2, 579, 580, 3, 2, 2, 2, 580, 583, 3, 2, 2, 2, 581, 579, 3, 2, 2, 2, 582, 584, 7, 12, 2, 2, 583, 582, 3, 2, 2, 2, 583, 584, 3, 2, 2, 2, 584, 585, 3, 2, 2, 2, 585, 586, 7, 5, 2, 2, 586, 597, 3, 2, 2, 2, 587, 597, 7, 107, 2, 2, 588, 597, 7, 98, 2, 2, 589, 591, 7, 108, 2, 2, 590, 589, 3, 2, 2, 2, 591, 592, 3, 2, 2, 2, 592, 590, 3, 2, 2, 2, 592, 593, 3, 2, 2, 2, 593, 597, 3, 2, 2, 2, 594, 597, 7, 109, 2, 2, 595, 597, 7, 81, 2, 2, 596, 535, 3, 2, 2, 2, 596, 540, 3, 2, 2, 2, 596, 545, 3, 2, 2, 2, 596, 547, 3, 2, 2, 2, 596, 552, 3, 2, 2, 2, 596, 554, 3, 2, 2, 2, 596, 562, 3, 2, 2, 2, 596, 567, 3, 2, 2, 2, 596, 569, 3, 2, 2, 2, 596, 571, 3, 2, 2, 2, 596, 573, 3, 2, 2, 2, 596, 587, 3, 2, 2, 2, 596, 588, 3, 2, 2, 2, 596, 590, 3, 2, 2, 2, 596, 594, 3, 2, 2, 2, 596, 595, 3, 2, 2, 2, 597, 658, 3, 2, 2, 2, 598, 599, 12, 20, 2, 2, 599, 600, 9, 5, 2, 2, 600, 657, 5, 70, 36, 21, 601, 602, 12, 19, 2, 2, 602, 603, 9, 6, 2, 2, 603, 657, 5, 70, 36, 20, 604, 605, 12, 18, 2, 2, 605, 606, 9, 7, 2, 2, 606, 657, 5, 70, 36, 19, 607, 608, 12, 17, 2, 2, 608, 609, 9, 8, 2, 2, 609, 657, 5, 70, 36, 18, 610, 611, 12, 16, 2, 2, 611, 612, 7, 25, 2, 2, 612, 657, 5, 70, 36, 17, 613, 614, 12, 15, 2, 2, 614, 615, 7, 27, 2, 2, 615, 657, 5, 70, 36, 16, 616, 617, 12, 14, 2, 2, 617, 618, 7, 28, 2, 2, 618, 657, 5, 70, 36, 15, 619, 620, 12, 13, 2, 2, 620, 621, 7, 37, 2, 2, 621, 657, 5, 70, 36, 14, 622, 623, 12, 12, 2, 2, 623, 624, 7, 38, 2, 2, 624, 657, 5, 70, 36, 13, 625, 626, 12, 11, 2, 2, 626, 627, 7, 15, 2, 2, 627, 628, 5, 70, 36, 2, 628, 629, 7, 11, 2, 2, 629, 630, 5, 70, 36, 12, 630, 657, 3, 2, 2, 2, 631, 632, 12, 10, 2, 2, 632, 633, 7, 39, 2, 2, 633, 657, 5, 70, 36, 10, 634, 635, 12, 9, 2, 2, 635, 636, 7, 40, 2, 2, 636, 657, 5, 70, 36, 9, 637, 638, 12, 34, 2, 2, 638, 639, 7, 16, 2, 2, 639, 657, 7, 107, 2, 2, 640, 641, 12, 33, 2, 2, 641, 642, 7, 17, 2, 2, 642, 657, 7, 107, 2, 2, 643, 644, 12, 32, 2, 2, 644, 646, 7, 8, 2, 2, 645, 647, 5, 72, 37, 2, 646, 645, 3, 2, 2, 2, 646, 647, 3, 2, 2, 2, 647, 648, 3, 2, 2, 2, 648, 657, 7, 9, 2, 2, 649, 650, 12, 26, 2, 2, 650, 651, 7, 6, 2, 2, 651, 652, 5, 68, 35, 2, 652, 653, 7, 7, 2, 2, 653, 657, 3, 2, 2, 2, 654, 655, 12, 23, 2, 2, 655, 657, 9, 3, 2, 2, 656, 598, 3, 2, 2, 2, 656, 601, 3, 2, 2, 2, 656, 604, 3, 2, 2, 2, 656, 607, 3, 2, 2, 2, 656, 610, 3, 2, 2, 2, 656, 613, 3, 2, 2, 2, 656, 616, 3, 2, 2, 2, 656, 619, 3, 2, 2, 2, 656, 622, 3, 2, 2, 2, 656, 625, 3, 2, 2, 2, 656, 631, 3, 2, 2, 2, 656, 634, 3, 2, 2, 2, 656, 637, 3, 2, 2, 2, 656, 640, 3, 2, 2, 2, 656, 643, 3, 2, 2, 2, 656, 649, 3, 2, 2, 2, 656, 654, 3, 2, 2, 2, 657, 660, 3, 2, 2, 2, 658, 656, 3, 2, 2, 2, 658, 659, 3, 2, 2, 2, 659, 71, 3, 2, 2, 2, 660, 658, 3, 2, 2, 2, 661, 666, 5, 70, 36, 2, 662, 663, 7, 12, 2, 2, 663, 665, 5, 70, 36, 2, 664, 662, 3, 2, 2, 2, 665, 668, 3, 2, 2, 2, 666, 664, 3, 2, 2, 2, 666, 667, 3, 2, 2, 2, 667, 73, 3, 2, 2, 2, 668, 666, 3, 2, 2, 2, 669, 671, 7, 78, 2, 2, 670, 672, 5, 76, 39, 2, 671, 670, 3, 2, 2, 2, 671, 672, 3, 2, 2, 2, 672, 673, 3, 2, 2, 2, 673, 674, 7, 82, 2, 2, 674, 75, 3, 2, 2, 2, 675, 676, 7, 8, 2, 2, 676, 681, 5, 78, 40, 2, 677, 678, 7, 12, 2, 2, 678, 680, 5, 78, 40, 2, 679, 677, 3, 2, 2, 2, 680, 683, 3, 2, 2, 2, 681, 679, 3, 2, 2, 2, 681, 682, 3, 2, 2, 2, 682, 684, 3, 2, 2, 2, 683, 681, 3, 2, 2, 2, 684, 685, 7, 9, 2, 2, 685, 77, 3, 2, 2, 2, 686, 687, 7, 107, 2, 2, 687, 693, 7, 108, 2, 2, 688, 689, 7, 107, 2, 2, 689, 693, 7, 107, 2, 2, 690, 691, 7, 107, 2, 2, 691, 693, 5, 70, 36, 2, 692, 686, 3, 2, 2, 2, 692, 688, 3, 2, 2, 2, 692, 690, 3, 2, 2, 2, 693, 79, 3, 2, 2, 2, 694, 696, 5, 82, 42, 2, 695, 694, 3, 2, 2, 2, 696, 699, 3, 2, 2, 2, 697, 695, 3, 2, 2, 2, 697, 698, 3, 2, 2, 2, 698, 81, 3, 2, 2, 2, 699, 697, 3, 2, 2, 2, 700, 704, 5, 84, 43, 2, 701, 704, 5, 86, 44, 2, 702, 704, 5, 88, 45, 2, 703, 700, 3, 2, 2, 2, 703, 701, 3, 2, 2, 2, 703, 702, 3, 2, 2, 2, 704, 83, 3, 2, 2, 2, 705, 706, 7, 145, 2, 2, 706, 710, 7, 116, 2, 2, 707, 709, 7, 146, 2, 2, 708, 707, 3, 2, 2, 2, 709, 712, 3, 2, 2, 2, 710, 708, 3, 2, 2, 2, 710, 711, 3, 2, 2, 2, 711, 732, 3, 2, 2, 2, 712, 710, 3, 2, 2, 2, 713, 714, 7, 131, 2, 2, 714, 715, 7, 145, 2, 2, 715, 716, 7, 132, 2, 2, 716, 720, 7, 116, 2, 2, 717, 719, 7, 146, 2, 2, 718, 717, 3, 2, 2, 2, 719, 722, 3, 2, 2, 2, 720, 718, 3, 2, 2, 2, 720, 721, 3, 2, 2, 2, 721, 732, 3, 2, 2, 2, 722, 720, 3, 2, 2, 2, 723, 724, 7, 144, 2, 2, 724, 728, 7, 116, 2, 2, 725, 727, 7, 146, 2, 2, 726, 725, 3, 2, 2, 2, 727, 730, 3, 2, 2, 2, 728, 726, 3, 2, 2, 2, 728, 729, 3, 2, 2, 2, 729, 732, 3, 2, 2, 2, 730, 728, 3, 2, 2, 2, 731, 705, 3, 2, 2, 2, 731, 713, 3, 2, 2, 2, 731, 723, 3, 2, 2, 2, 732, 85, 3, 2, 2, 2, 733, 735, 7, 114, 2, 2, 734, 736, 5, 90, 46, 2, 735, 734, 3, 2, 2, 2, 735, 736, 3, 2, 2, 2, 736, 740, 3, 2, 2, 2, 737, 739, 7, 146, 2, 2, 738, 737, 3, 2, 2, 2, 739, 742, 3, 2, 2, 2, 740, 738, 3, 2, 2, 2, 740, 741, 3, 2, 2, 2, 741, 87, 3, 2, 2, 2, 742, 740, 3, 2, 2, 2, 743, 744, 7, 113, 2, 2, 744, 749, 5, 92, 47, 2, 745, 746, 7, 117, 2, 2, 746, 748, 5, 92, 47, 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, 755, 3, 2, 2, 2, 751, 749, 3, 2, 2, 2, 752, 754, 7, 146, 2, 2, 753, 752, 3, 2, 2, 2, 754, 757, 3, 2, 2, 2, 755, 753, 3, 2, 2, 2, 755, 756, 3, 2, 2, 2, 756, 89, 3, 2, 2, 2, 757, 755, 3, 2, 2, 2, 758, 804, 5, 92, 47, 2, 759, 760, 7, 115, 2, 2, 760, 804, 5, 92, 47, 2, 761, 762, 5, 92, 47, 2, 762, 763, 7, 117, 2, 2, 763, 764, 5, 92, 47, 2, 764, 804, 3, 2, 2, 2, 765, 766, 7, 118, 2, 2, 766, 767, 5, 92, 47, 2, 767, 768, 7, 119, 2, 2, 768, 769, 7, 117, 2, 2, 769, 770, 7, 145, 2, 2, 770, 804, 3, 2, 2, 2, 771, 772, 7, 118, 2, 2, 772, 773, 7, 118, 2, 2, 773, 774, 5, 92, 47, 2, 774, 775, 7, 119, 2, 2, 775, 776, 7, 119, 2, 2, 776, 777, 7, 117, 2, 2, 777, 778, 7, 145, 2, 2, 778, 804, 3, 2, 2, 2, 779, 780, 7, 118, 2, 2, 780, 781, 5, 92, 47, 2, 781, 782, 7, 117, 2, 2, 782, 783, 7, 145, 2, 2, 783, 784, 7, 119, 2, 2, 784, 785, 7, 117, 2, 2, 785, 786, 7, 145, 2, 2, 786, 804, 3, 2, 2, 2, 787, 788, 7, 118, 2, 2, 788, 789, 5, 92, 47, 2, 789, 790, 7, 117, 2, 2, 790, 791, 7, 145, 2, 2, 791, 792, 7, 119, 2, 2, 792, 804, 3, 2, 2, 2, 793, 794, 7, 118, 2, 2, 794, 795, 5, 92, 47, 2, 795, 796, 7, 119, 2, 2, 796, 804, 3, 2, 2, 2, 797, 798, 7, 118, 2, 2, 798, 799, 7, 118, 2, 2, 799, 800, 5, 92, 47, 2, 800, 801, 7, 119, 2, 2, 801, 802, 7, 119, 2, 2, 802, 804, 3, 2, 2, 2, 803, 758, 3, 2, 2, 2, 803, 759, 3, 2, 2, 2, 803, 761, 3, 2, 2, 2, 803, 765, 3, 2, 2, 2, 803, 771, 3, 2, 2, 2, 803, 779, 3, 2, 2, 2, 803, 787, 3, 2, 2, 2, 803, 793, 3, 2, 2, 2, 803, 797, 3, 2, 2, 2, 804, 91, 3, 2, 2, 2, 805, 806, 8, 47, 1, 2, 806, 807, 7, 120, 2, 2, 807, 808, 5, 92, 47, 2, 808, 809, 7, 121, 2, 2, 809, 820, 3, 2, 2, 2, 810, 811, 9, 9, 2, 2, 811, 820, 5, 92, 47, 10, 812, 820, 7, 145, 2, 2, 813, 820, 7, 143, 2, 2, 814, 815, 7, 131, 2, 2, 815, 816, 7, 145, 2, 2, 816, 820, 7, 132, 2, 2, 817, 820, 7, 133, 2, 2, 818, 820, 7, 142, 2, 2, 819, 805, 3, 2, 2, 2, 819, 810, 3, 2, 2, 2, 819, 812, 3, 2, 2, 2, 819, 813, 3, 2, 2, 2, 819, 814, 3, 2, 2, 2, 819, 817, 3, 2, 2, 2, 819, 818, 3, 2, 2, 2, 820, 835, 3, 2, 2, 2, 821, 822, 12, 12, 2, 2, 822, 823, 7, 122, 2, 2, 823, 834, 5, 92, 47, 13, 824, 825, 12, 11, 2, 2, 825, 826, 9, 10, 2, 2, 826, 834, 5, 92, 47, 12, 827, 828, 12, 9, 2, 2, 828, 829, 9, 11, 2, 2, 829, 834, 5, 92, 47, 10, 830, 831, 12, 8, 2, 2, 831, 832, 9, 12, 2, 2, 832, 834, 5, 92, 47, 9, 833, 821, 3, 2, 2, 2, 833, 824, 3, 2, 2, 2, 833, 827, 3, 2, 2, 2, 833, 830, 3, 2, 2, 2, 834, 837, 3, 2, 2, 2, 835, 833, 3, 2, 2, 2, 835, 836, 3, 2, 2, 2, 836, 93, 3, 2, 2, 2, 837, 835, 3, 2, 2, 2, 83, 103, 120, 133, 139, 145, 155, 162, 173, 181, 186, 192, 195, 197, 207, 215, 220, 226, 229, 231, 237, 244, 251, 257, 269, 283, 289, 295, 304, 312, 322, 334, 345, 366, 375, 381, 386, 393, 406, 411, 423, 437, 456, 465, 478, 483, 488, 490, 496, 501, 505, 514, 517, 520, 532, 556, 560, 579, 583, 592, 596, 646, 656, 658, 666, 671, 681, 692, 697, 703, 710, 720, 728, 731, 735, 740, 749, 755, 803, 819, 833, 835] \ 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 deleted file mode 100644 index e494179ff..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.java +++ /dev/null @@ -1,7610 +0,0 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.9.1 -package dk.camelot64.kickc.parser; - - -import org.antlr.v4.runtime.atn.*; -import org.antlr.v4.runtime.dfa.DFA; -import org.antlr.v4.runtime.*; -import org.antlr.v4.runtime.misc.*; -import org.antlr.v4.runtime.tree.*; -import java.util.List; -import java.util.Iterator; -import java.util.ArrayList; - -@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"}) -public class KickCParser extends Parser { - static { RuntimeMetaData.checkVersion("4.9.1", RuntimeMetaData.VERSION); } - - protected static final DFA[] _decisionToDFA; - protected static final PredictionContextCache _sharedContextCache = - new PredictionContextCache(); - public static final int - TYPEDEFNAME=1, CURLY_BEGIN=2, CURLY_END=3, BRACKET_BEGIN=4, BRACKET_END=5, - PAR_BEGIN=6, PAR_END=7, SEMICOLON=8, COLON=9, COMMA=10, RANGE=11, PARAM_LIST=12, - CONDITION=13, DOT=14, ARROW=15, PLUS=16, MINUS=17, ASTERISK=18, DIVIDE=19, - MODULO=20, INC=21, DEC=22, AND=23, BIT_NOT=24, BIT_XOR=25, BIT_OR=26, - SHIFT_LEFT=27, SHIFT_RIGHT=28, EQUAL=29, NOT_EQUAL=30, LESS_THAN=31, LESS_THAN_EQUAL=32, - GREATER_THAN_EQUAL=33, GREATER_THAN=34, LOGIC_AND=35, LOGIC_OR=36, ASSIGN=37, - ASSIGN_COMPOUND=38, TYPEDEF=39, CONST=40, EXTERN=41, EXPORT=42, ALIGN=43, - INLINE=44, VOLATILE=45, STATIC=46, INTERRUPT=47, REGISTER=48, LOCAL_RESERVE=49, - ADDRESS=50, ADDRESS_ZEROPAGE=51, ADDRESS_MAINMEM=52, FORM_SSA=53, FORM_MA=54, - INTRINSIC=55, CALLINGCONVENTION=56, IF=57, ELSE=58, WHILE=59, DO=60, FOR=61, - SWITCH=62, RETURN=63, BREAK=64, CONTINUE=65, GOTO=66, ASM=67, DEFAULT=68, - CASE=69, STRUCT=70, UNION=71, ENUM=72, SIZEOF=73, TYPEID=74, DEFINED=75, - KICKASM=76, LOGIC_NOT=77, SIMPLETYPE=78, BOOLEAN=79, KICKASM_BODY=80, - IMPORT=81, INCLUDE=82, PRAGMA=83, DEFINE=84, DEFINE_CONTINUE=85, UNDEF=86, - IFDEF=87, IFNDEF=88, IFIF=89, ELIF=90, IFELSE=91, ENDIF=92, ERROR=93, - TOKEN_STRINGIZE=94, TOKEN_MERGE=95, NUMBER=96, NUMFLOAT=97, BINFLOAT=98, - DECFLOAT=99, HEXFLOAT=100, NUMINT=101, BININTEGER=102, DECINTEGER=103, - HEXINTEGER=104, NAME=105, STRING=106, CHAR=107, WS=108, COMMENT_LINE=109, - COMMENT_BLOCK=110, ASM_BYTE=111, ASM_MNEMONIC=112, ASM_IMM=113, ASM_COLON=114, - ASM_COMMA=115, ASM_PAR_BEGIN=116, ASM_PAR_END=117, ASM_BRACKET_BEGIN=118, - ASM_BRACKET_END=119, ASM_DOT=120, ASM_SHIFT_LEFT=121, ASM_SHIFT_RIGHT=122, - ASM_PLUS=123, ASM_MINUS=124, ASM_LESS_THAN=125, ASM_GREATER_THAN=126, - ASM_MULTIPLY=127, ASM_DIVIDE=128, ASM_CURLY_BEGIN=129, ASM_CURLY_END=130, - ASM_NUMBER=131, ASM_NUMFLOAT=132, ASM_BINFLOAT=133, ASM_DECFLOAT=134, - ASM_HEXFLOAT=135, ASM_NUMINT=136, ASM_BININTEGER=137, ASM_DECINTEGER=138, - ASM_HEXINTEGER=139, ASM_CHAR=140, ASM_MULTI_REL=141, ASM_MULTI_NAME=142, - ASM_NAME=143, ASM_TAG=144, ASM_WS=145, ASM_COMMENT_LINE=146, ASM_COMMENT_BLOCK=147, - IMPORT_SYSTEMFILE=148, IMPORT_LOCALFILE=149, IMPORT_WS=150, IMPORT_COMMENT_LINE=151, - IMPORT_COMMENT_BLOCK=152; - public static final int - RULE_file = 0, RULE_asmFile = 1, RULE_declSeq = 2, RULE_decl = 3, RULE_declVariables = 4, - RULE_declaratorInitList = 5, RULE_declaratorInit = 6, RULE_typeDef = 7, - RULE_declType = 8, RULE_typeName = 9, RULE_typeNameDeclarator = 10, RULE_declarator = 11, - RULE_type = 12, RULE_structRef = 13, RULE_structDef = 14, RULE_structMembers = 15, - RULE_enumRef = 16, RULE_enumDef = 17, RULE_enumMemberList = 18, RULE_enumMember = 19, - RULE_declFunction = 20, RULE_parameterListDecl = 21, RULE_parameterDecl = 22, - RULE_pragma = 23, RULE_pragmaParam = 24, RULE_directive = 25, RULE_stmtSeq = 26, - RULE_stmt = 27, RULE_switchCases = 28, RULE_switchCase = 29, RULE_forLoop = 30, - RULE_forClassicInit = 31, RULE_forClassicCondition = 32, RULE_commaExpr = 33, - RULE_expr = 34, RULE_parameterList = 35, RULE_kasmContent = 36, RULE_asmDirectives = 37, - RULE_asmDirective = 38, RULE_asmLines = 39, RULE_asmLine = 40, RULE_asmLabel = 41, - RULE_asmInstruction = 42, RULE_asmBytes = 43, RULE_asmParamMode = 44, - RULE_asmExpr = 45; - private static String[] makeRuleNames() { - return new String[] { - "file", "asmFile", "declSeq", "decl", "declVariables", "declaratorInitList", - "declaratorInit", "typeDef", "declType", "typeName", "typeNameDeclarator", - "declarator", "type", "structRef", "structDef", "structMembers", "enumRef", - "enumDef", "enumMemberList", "enumMember", "declFunction", "parameterListDecl", - "parameterDecl", "pragma", "pragmaParam", "directive", "stmtSeq", "stmt", - "switchCases", "switchCase", "forLoop", "forClassicInit", "forClassicCondition", - "commaExpr", "expr", "parameterList", "kasmContent", "asmDirectives", - "asmDirective", "asmLines", "asmLine", "asmLabel", "asmInstruction", - "asmBytes", "asmParamMode", "asmExpr" - }; - } - public static final String[] ruleNames = makeRuleNames(); - - private static String[] makeLiteralNames() { - return new String[] { - null, null, null, null, null, null, null, null, "';'", null, null, "'..'", - "'...'", "'?'", null, "'->'", null, null, null, null, "'%'", "'++'", - "'--'", "'&'", "'~'", "'^'", "'|'", null, null, "'=='", "'!='", null, - "'<='", "'>='", null, "'&&'", "'||'", "'='", null, "'typedef'", "'const'", - "'extern'", "'__export'", "'__align'", "'inline'", "'volatile'", "'static'", - "'__interrupt'", "'register'", "'__zp_reserve'", "'__address'", "'__zp'", - "'__mem'", "'__ssa'", "'__ma'", "'__intrinsic'", null, "'if'", "'else'", - "'while'", "'do'", "'for'", "'switch'", "'return'", "'break'", "'continue'", - "'goto'", "'asm'", "'default'", "'case'", "'struct'", "'union'", "'enum'", - "'sizeof'", "'typeid'", "'defined'", "'kickasm'", "'!'", null, null, - null, "'#import'", "'#include'", "'#pragma'", "'#define'", null, "'#undef'", - "'#ifdef'", "'#ifndef'", "'#if'", "'#elif'", "'#else'", "'#endif'", "'#error'", - null, null, null, null, null, null, null, null, null, null, null, null, - null, null, null, null, null, "'.byte'", null, "'#'" - }; - } - private static final String[] _LITERAL_NAMES = makeLiteralNames(); - private static String[] makeSymbolicNames() { - return new String[] { - null, "TYPEDEFNAME", "CURLY_BEGIN", "CURLY_END", "BRACKET_BEGIN", "BRACKET_END", - "PAR_BEGIN", "PAR_END", "SEMICOLON", "COLON", "COMMA", "RANGE", "PARAM_LIST", - "CONDITION", "DOT", "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", - "TYPEDEF", "CONST", "EXTERN", "EXPORT", "ALIGN", "INLINE", "VOLATILE", - "STATIC", "INTERRUPT", "REGISTER", "LOCAL_RESERVE", "ADDRESS", "ADDRESS_ZEROPAGE", - "ADDRESS_MAINMEM", "FORM_SSA", "FORM_MA", "INTRINSIC", "CALLINGCONVENTION", - "IF", "ELSE", "WHILE", "DO", "FOR", "SWITCH", "RETURN", "BREAK", "CONTINUE", - "GOTO", "ASM", "DEFAULT", "CASE", "STRUCT", "UNION", "ENUM", "SIZEOF", - "TYPEID", "DEFINED", "KICKASM", "LOGIC_NOT", "SIMPLETYPE", "BOOLEAN", - "KICKASM_BODY", "IMPORT", "INCLUDE", "PRAGMA", "DEFINE", "DEFINE_CONTINUE", - "UNDEF", "IFDEF", "IFNDEF", "IFIF", "ELIF", "IFELSE", "ENDIF", "ERROR", - "TOKEN_STRINGIZE", "TOKEN_MERGE", "NUMBER", "NUMFLOAT", "BINFLOAT", "DECFLOAT", - "HEXFLOAT", "NUMINT", "BININTEGER", "DECINTEGER", "HEXINTEGER", "NAME", - "STRING", "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_CHAR", "ASM_MULTI_REL", - "ASM_MULTI_NAME", "ASM_NAME", "ASM_TAG", "ASM_WS", "ASM_COMMENT_LINE", - "ASM_COMMENT_BLOCK", "IMPORT_SYSTEMFILE", "IMPORT_LOCALFILE", "IMPORT_WS", - "IMPORT_COMMENT_LINE", "IMPORT_COMMENT_BLOCK" - }; - } - private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); - public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); - - /** - * @deprecated Use {@link #VOCABULARY} instead. - */ - @Deprecated - public static final String[] tokenNames; - static { - tokenNames = new String[_SYMBOLIC_NAMES.length]; - for (int i = 0; i < tokenNames.length; i++) { - tokenNames[i] = VOCABULARY.getLiteralName(i); - if (tokenNames[i] == null) { - tokenNames[i] = VOCABULARY.getSymbolicName(i); - } - - if (tokenNames[i] == null) { - tokenNames[i] = ""; - } - } - } - - @Override - @Deprecated - public String[] getTokenNames() { - return tokenNames; - } - - @Override - - public Vocabulary getVocabulary() { - return VOCABULARY; - } - - @Override - public String getGrammarFileName() { return "KickCParser.g4"; } - - @Override - public String[] getRuleNames() { return ruleNames; } - - @Override - public String getSerializedATN() { return _serializedATN; } - - @Override - public ATN getATN() { return _ATN; } - - - // The C parser - CParser cParser; - // true when a typedef is being created - boolean isTypedef; - - public KickCParser(TokenStream input, CParser cParser) { - this(input); - this.cParser = cParser; - this.isTypedef = false; - } - - - public KickCParser(TokenStream input) { - super(input); - _interp = new ParserATNSimulator(this,_ATN,_decisionToDFA,_sharedContextCache); - } - - public static class FileContext extends ParserRuleContext { - public DeclSeqContext declSeq() { - return getRuleContext(DeclSeqContext.class,0); - } - public TerminalNode EOF() { return getToken(KickCParser.EOF, 0); } - public FileContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_file; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterFile(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitFile(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitFile(this); - else return visitor.visitChildren(this); - } - } - - public final FileContext file() throws RecognitionException { - FileContext _localctx = new FileContext(_ctx, getState()); - enterRule(_localctx, 0, RULE_file); - try { - enterOuterAlt(_localctx, 1); - { - setState(92); - declSeq(); - setState(93); - match(EOF); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmFileContext extends ParserRuleContext { - public AsmLinesContext asmLines() { - return getRuleContext(AsmLinesContext.class,0); - } - public TerminalNode EOF() { return getToken(KickCParser.EOF, 0); } - public AsmFileContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmFile; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmFile(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmFile(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmFile(this); - else return visitor.visitChildren(this); - } - } - - public final AsmFileContext asmFile() throws RecognitionException { - AsmFileContext _localctx = new AsmFileContext(_ctx, getState()); - enterRule(_localctx, 2, RULE_asmFile); - try { - enterOuterAlt(_localctx, 1); - { - setState(95); - asmLines(); - setState(96); - match(EOF); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DeclSeqContext extends ParserRuleContext { - public List decl() { - return getRuleContexts(DeclContext.class); - } - public DeclContext decl(int i) { - return getRuleContext(DeclContext.class,i); - } - public DeclSeqContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_declSeq; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclSeq(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclSeq(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclSeq(this); - else return visitor.visitChildren(this); - } - } - - public final DeclSeqContext declSeq() throws RecognitionException { - DeclSeqContext _localctx = new DeclSeqContext(_ctx, getState()); - enterRule(_localctx, 4, RULE_declSeq); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(101); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << TYPEDEF) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 70)) & ~0x3f) == 0 && ((1L << (_la - 70)) & ((1L << (STRUCT - 70)) | (1L << (UNION - 70)) | (1L << (ENUM - 70)) | (1L << (SIMPLETYPE - 70)) | (1L << (PRAGMA - 70)))) != 0)) { - { - { - setState(98); - decl(); - } - } - setState(103); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DeclContext extends ParserRuleContext { - public DeclVariablesContext declVariables() { - return getRuleContext(DeclVariablesContext.class,0); - } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public DeclFunctionContext declFunction() { - return getRuleContext(DeclFunctionContext.class,0); - } - public StructDefContext structDef() { - return getRuleContext(StructDefContext.class,0); - } - public EnumDefContext enumDef() { - return getRuleContext(EnumDefContext.class,0); - } - public PragmaContext pragma() { - return getRuleContext(PragmaContext.class,0); - } - public TypeDefContext typeDef() { - return getRuleContext(TypeDefContext.class,0); - } - public DeclContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_decl; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDecl(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDecl(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDecl(this); - else return visitor.visitChildren(this); - } - } - - public final DeclContext decl() throws RecognitionException { - DeclContext _localctx = new DeclContext(_ctx, getState()); - enterRule(_localctx, 6, RULE_decl); - try { - setState(118); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,1,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(104); - declVariables(); - setState(105); - match(SEMICOLON); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(107); - declFunction(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(108); - structDef(); - setState(109); - match(SEMICOLON); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(111); - enumDef(); - setState(112); - match(SEMICOLON); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(114); - pragma(); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(115); - typeDef(); - setState(116); - match(SEMICOLON); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DeclVariablesContext extends ParserRuleContext { - public DeclTypeContext declType() { - return getRuleContext(DeclTypeContext.class,0); - } - public DeclaratorInitListContext declaratorInitList() { - return getRuleContext(DeclaratorInitListContext.class,0); - } - public DeclVariablesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_declVariables; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclVariables(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclVariables(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclVariables(this); - else return visitor.visitChildren(this); - } - } - - public final DeclVariablesContext declVariables() throws RecognitionException { - DeclVariablesContext _localctx = new DeclVariablesContext(_ctx, getState()); - enterRule(_localctx, 8, RULE_declVariables); - try { - enterOuterAlt(_localctx, 1); - { - setState(120); - declType(); - setState(121); - declaratorInitList(0); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DeclaratorInitListContext extends ParserRuleContext { - public DeclaratorInitContext declaratorInit() { - return getRuleContext(DeclaratorInitContext.class,0); - } - public DeclaratorInitListContext declaratorInitList() { - return getRuleContext(DeclaratorInitListContext.class,0); - } - public TerminalNode COMMA() { return getToken(KickCParser.COMMA, 0); } - public DeclaratorInitListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_declaratorInitList; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclaratorInitList(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclaratorInitList(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclaratorInitList(this); - else return visitor.visitChildren(this); - } - } - - public final DeclaratorInitListContext declaratorInitList() throws RecognitionException { - return declaratorInitList(0); - } - - private DeclaratorInitListContext declaratorInitList(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - DeclaratorInitListContext _localctx = new DeclaratorInitListContext(_ctx, _parentState); - DeclaratorInitListContext _prevctx = _localctx; - int _startState = 10; - enterRecursionRule(_localctx, 10, RULE_declaratorInitList, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(124); - declaratorInit(); - } - _ctx.stop = _input.LT(-1); - setState(131); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,2,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new DeclaratorInitListContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_declaratorInitList); - setState(126); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(127); - match(COMMA); - setState(128); - declaratorInit(); - } - } - } - setState(133); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,2,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class DeclaratorInitContext extends ParserRuleContext { - public DeclaratorInitContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_declaratorInit; } - - public DeclaratorInitContext() { } - public void copyFrom(DeclaratorInitContext ctx) { - super.copyFrom(ctx); - } - } - public static class DeclVariableInitKasmContext extends DeclaratorInitContext { - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public TerminalNode ASSIGN() { return getToken(KickCParser.ASSIGN, 0); } - public KasmContentContext kasmContent() { - return getRuleContext(KasmContentContext.class,0); - } - public DeclVariableInitKasmContext(DeclaratorInitContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclVariableInitKasm(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclVariableInitKasm(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclVariableInitKasm(this); - else return visitor.visitChildren(this); - } - } - public static class DeclVariableInitExprContext extends DeclaratorInitContext { - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public TerminalNode ASSIGN() { return getToken(KickCParser.ASSIGN, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public DeclVariableInitExprContext(DeclaratorInitContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclVariableInitExpr(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclVariableInitExpr(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclVariableInitExpr(this); - else return visitor.visitChildren(this); - } - } - - public final DeclaratorInitContext declaratorInit() throws RecognitionException { - DeclaratorInitContext _localctx = new DeclaratorInitContext(_ctx, getState()); - enterRule(_localctx, 12, RULE_declaratorInit); - try { - setState(143); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,4,_ctx) ) { - case 1: - _localctx = new DeclVariableInitExprContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(134); - declarator(0); - setState(137); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,3,_ctx) ) { - case 1: - { - setState(135); - match(ASSIGN); - setState(136); - expr(0); - } - break; - } - } - break; - case 2: - _localctx = new DeclVariableInitKasmContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(139); - declarator(0); - setState(140); - match(ASSIGN); - setState(141); - kasmContent(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeDefContext extends ParserRuleContext { - public TerminalNode TYPEDEF() { return getToken(KickCParser.TYPEDEF, 0); } - public DeclTypeContext declType() { - return getRuleContext(DeclTypeContext.class,0); - } - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public TypeDefContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeDef; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeDef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeDef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeDef(this); - else return visitor.visitChildren(this); - } - } - - public final TypeDefContext typeDef() throws RecognitionException { - TypeDefContext _localctx = new TypeDefContext(_ctx, getState()); - enterRule(_localctx, 14, RULE_typeDef); - try { - enterOuterAlt(_localctx, 1); - { - setState(145); - match(TYPEDEF); - setState(146); - declType(); - isTypedef=true; - setState(148); - declarator(0); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DeclTypeContext extends ParserRuleContext { - public TypeContext type() { - return getRuleContext(TypeContext.class,0); - } - public List directive() { - return getRuleContexts(DirectiveContext.class); - } - public DirectiveContext directive(int i) { - return getRuleContext(DirectiveContext.class,i); - } - public DeclTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_declType; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclType(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclType(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclType(this); - else return visitor.visitChildren(this); - } - } - - public final DeclTypeContext declType() throws RecognitionException { - DeclTypeContext _localctx = new DeclTypeContext(_ctx, getState()); - enterRule(_localctx, 16, RULE_declType); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(153); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { - { - { - setState(150); - directive(); - } - } - setState(155); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(156); - type(); - setState(160); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { - { - { - setState(157); - directive(); - } - } - setState(162); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeNameContext extends ParserRuleContext { - public TypeContext type() { - return getRuleContext(TypeContext.class,0); - } - public TypeNameDeclaratorContext typeNameDeclarator() { - return getRuleContext(TypeNameDeclaratorContext.class,0); - } - public TypeNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeName; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeName(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeName(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeName(this); - else return visitor.visitChildren(this); - } - } - - public final TypeNameContext typeName() throws RecognitionException { - TypeNameContext _localctx = new TypeNameContext(_ctx, getState()); - enterRule(_localctx, 18, RULE_typeName); - try { - enterOuterAlt(_localctx, 1); - { - setState(163); - type(); - setState(164); - typeNameDeclarator(0); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeNameDeclaratorContext extends ParserRuleContext { - public TypeNameDeclaratorContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeNameDeclarator; } - - public TypeNameDeclaratorContext() { } - public void copyFrom(TypeNameDeclaratorContext ctx) { - super.copyFrom(ctx); - } - } - public static class TypeNameDeclaratorArrayContext extends TypeNameDeclaratorContext { - public TypeNameDeclaratorContext typeNameDeclarator() { - return getRuleContext(TypeNameDeclaratorContext.class,0); - } - public TerminalNode BRACKET_BEGIN() { return getToken(KickCParser.BRACKET_BEGIN, 0); } - public TerminalNode BRACKET_END() { return getToken(KickCParser.BRACKET_END, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TypeNameDeclaratorArrayContext(TypeNameDeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeNameDeclaratorArray(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeNameDeclaratorArray(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeNameDeclaratorArray(this); - else return visitor.visitChildren(this); - } - } - public static class TypeNameDeclaratorParContext extends TypeNameDeclaratorContext { - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TypeNameDeclaratorContext typeNameDeclarator() { - return getRuleContext(TypeNameDeclaratorContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public TypeNameDeclaratorParContext(TypeNameDeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeNameDeclaratorPar(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeNameDeclaratorPar(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeNameDeclaratorPar(this); - else return visitor.visitChildren(this); - } - } - public static class TypeNameDeclaratorNameContext extends TypeNameDeclaratorContext { - public TypeNameDeclaratorNameContext(TypeNameDeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeNameDeclaratorName(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeNameDeclaratorName(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeNameDeclaratorName(this); - else return visitor.visitChildren(this); - } - } - public static class TypeNameDeclaratorProcedureContext extends TypeNameDeclaratorContext { - public TypeNameDeclaratorContext typeNameDeclarator() { - return getRuleContext(TypeNameDeclaratorContext.class,0); - } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ParameterListDeclContext parameterListDecl() { - return getRuleContext(ParameterListDeclContext.class,0); - } - public TypeNameDeclaratorProcedureContext(TypeNameDeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeNameDeclaratorProcedure(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeNameDeclaratorProcedure(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeNameDeclaratorProcedure(this); - else return visitor.visitChildren(this); - } - } - public static class TypeNameDeclaratorPointerContext extends TypeNameDeclaratorContext { - public TerminalNode ASTERISK() { return getToken(KickCParser.ASTERISK, 0); } - public TypeNameDeclaratorContext typeNameDeclarator() { - return getRuleContext(TypeNameDeclaratorContext.class,0); - } - public List directive() { - return getRuleContexts(DirectiveContext.class); - } - public DirectiveContext directive(int i) { - return getRuleContext(DirectiveContext.class,i); - } - public TypeNameDeclaratorPointerContext(TypeNameDeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeNameDeclaratorPointer(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeNameDeclaratorPointer(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeNameDeclaratorPointer(this); - else return visitor.visitChildren(this); - } - } - - public final TypeNameDeclaratorContext typeNameDeclarator() throws RecognitionException { - return typeNameDeclarator(0); - } - - private TypeNameDeclaratorContext typeNameDeclarator(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - TypeNameDeclaratorContext _localctx = new TypeNameDeclaratorContext(_ctx, _parentState); - TypeNameDeclaratorContext _prevctx = _localctx; - int _startState = 20; - enterRecursionRule(_localctx, 20, RULE_typeNameDeclarator, _p); - int _la; - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(179); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,8,_ctx) ) { - case 1: - { - _localctx = new TypeNameDeclaratorNameContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - - } - break; - case 2: - { - _localctx = new TypeNameDeclaratorPointerContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(167); - match(ASTERISK); - setState(171); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,7,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(168); - directive(); - } - } - } - setState(173); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,7,_ctx); - } - setState(174); - typeNameDeclarator(2); - } - break; - case 3: - { - _localctx = new TypeNameDeclaratorParContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(175); - match(PAR_BEGIN); - setState(176); - typeNameDeclarator(0); - setState(177); - match(PAR_END); - } - break; - } - _ctx.stop = _input.LT(-1); - setState(195); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,12,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - setState(193); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,11,_ctx) ) { - case 1: - { - _localctx = new TypeNameDeclaratorProcedureContext(new TypeNameDeclaratorContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_typeNameDeclarator); - setState(181); - if (!(precpred(_ctx, 4))) throw new FailedPredicateException(this, "precpred(_ctx, 4)"); - setState(182); - match(PAR_BEGIN); - setState(184); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PARAM_LIST) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 70)) & ~0x3f) == 0 && ((1L << (_la - 70)) & ((1L << (STRUCT - 70)) | (1L << (UNION - 70)) | (1L << (ENUM - 70)) | (1L << (SIMPLETYPE - 70)))) != 0)) { - { - setState(183); - parameterListDecl(); - } - } - - setState(186); - match(PAR_END); - } - break; - case 2: - { - _localctx = new TypeNameDeclaratorArrayContext(new TypeNameDeclaratorContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_typeNameDeclarator); - setState(187); - if (!(precpred(_ctx, 3))) throw new FailedPredicateException(this, "precpred(_ctx, 3)"); - setState(188); - match(BRACKET_BEGIN); - setState(190); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { - { - setState(189); - expr(0); - } - } - - setState(192); - match(BRACKET_END); - } - break; - } - } - } - setState(197); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,12,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class DeclaratorContext extends ParserRuleContext { - public DeclaratorContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_declarator; } - - public DeclaratorContext() { } - public void copyFrom(DeclaratorContext ctx) { - super.copyFrom(ctx); - } - } - public static class DeclaratorPointerContext extends DeclaratorContext { - public TerminalNode ASTERISK() { return getToken(KickCParser.ASTERISK, 0); } - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public List directive() { - return getRuleContexts(DirectiveContext.class); - } - public DirectiveContext directive(int i) { - return getRuleContext(DirectiveContext.class,i); - } - public DeclaratorPointerContext(DeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclaratorPointer(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclaratorPointer(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclaratorPointer(this); - else return visitor.visitChildren(this); - } - } - public static class DeclaratorArrayContext extends DeclaratorContext { - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public TerminalNode BRACKET_BEGIN() { return getToken(KickCParser.BRACKET_BEGIN, 0); } - public TerminalNode BRACKET_END() { return getToken(KickCParser.BRACKET_END, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public DeclaratorArrayContext(DeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclaratorArray(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclaratorArray(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclaratorArray(this); - else return visitor.visitChildren(this); - } - } - public static class DeclaratorParContext extends DeclaratorContext { - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public DeclaratorParContext(DeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclaratorPar(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclaratorPar(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclaratorPar(this); - else return visitor.visitChildren(this); - } - } - public static class DeclaratorNameContext extends DeclaratorContext { - public Token NAME; - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public DeclaratorNameContext(DeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclaratorName(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclaratorName(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclaratorName(this); - else return visitor.visitChildren(this); - } - } - public static class DeclaratorProcedureContext extends DeclaratorContext { - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ParameterListDeclContext parameterListDecl() { - return getRuleContext(ParameterListDeclContext.class,0); - } - public DeclaratorProcedureContext(DeclaratorContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclaratorProcedure(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclaratorProcedure(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclaratorProcedure(this); - else return visitor.visitChildren(this); - } - } - - public final DeclaratorContext declarator() throws RecognitionException { - return declarator(0); - } - - private DeclaratorContext declarator(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - DeclaratorContext _localctx = new DeclaratorContext(_ctx, _parentState); - DeclaratorContext _prevctx = _localctx; - int _startState = 22; - enterRecursionRule(_localctx, 22, RULE_declarator, _p); - int _la; - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(213); - _errHandler.sync(this); - switch (_input.LA(1)) { - case NAME: - { - _localctx = new DeclaratorNameContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - - setState(199); - ((DeclaratorNameContext)_localctx).NAME = match(NAME); - if(isTypedef) { cParser.addTypedef((((DeclaratorNameContext)_localctx).NAME!=null?((DeclaratorNameContext)_localctx).NAME.getText():null)); isTypedef=false; } - } - break; - case ASTERISK: - { - _localctx = new DeclaratorPointerContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(201); - match(ASTERISK); - setState(205); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { - { - { - setState(202); - directive(); - } - } - setState(207); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(208); - declarator(2); - } - break; - case PAR_BEGIN: - { - _localctx = new DeclaratorParContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(209); - match(PAR_BEGIN); - setState(210); - declarator(0); - setState(211); - match(PAR_END); - } - break; - default: - throw new NoViableAltException(this); - } - _ctx.stop = _input.LT(-1); - setState(229); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,18,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - setState(227); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,17,_ctx) ) { - case 1: - { - _localctx = new DeclaratorProcedureContext(new DeclaratorContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_declarator); - setState(215); - if (!(precpred(_ctx, 4))) throw new FailedPredicateException(this, "precpred(_ctx, 4)"); - setState(216); - match(PAR_BEGIN); - setState(218); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PARAM_LIST) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 70)) & ~0x3f) == 0 && ((1L << (_la - 70)) & ((1L << (STRUCT - 70)) | (1L << (UNION - 70)) | (1L << (ENUM - 70)) | (1L << (SIMPLETYPE - 70)))) != 0)) { - { - setState(217); - parameterListDecl(); - } - } - - setState(220); - match(PAR_END); - } - break; - case 2: - { - _localctx = new DeclaratorArrayContext(new DeclaratorContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_declarator); - setState(221); - if (!(precpred(_ctx, 3))) throw new FailedPredicateException(this, "precpred(_ctx, 3)"); - setState(222); - match(BRACKET_BEGIN); - setState(224); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { - { - setState(223); - expr(0); - } - } - - setState(226); - match(BRACKET_END); - } - break; - } - } - } - setState(231); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,18,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class TypeContext extends ParserRuleContext { - public TypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_type; } - - public TypeContext() { } - public void copyFrom(TypeContext ctx) { - super.copyFrom(ctx); - } - } - public static class TypeStructRefContext extends TypeContext { - public StructRefContext structRef() { - return getRuleContext(StructRefContext.class,0); - } - public TypeStructRefContext(TypeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeStructRef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeStructRef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeStructRef(this); - else return visitor.visitChildren(this); - } - } - public static class TypeSimpleContext extends TypeContext { - public List SIMPLETYPE() { return getTokens(KickCParser.SIMPLETYPE); } - public TerminalNode SIMPLETYPE(int i) { - return getToken(KickCParser.SIMPLETYPE, i); - } - public TypeSimpleContext(TypeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeSimple(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeSimple(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeSimple(this); - else return visitor.visitChildren(this); - } - } - public static class TypeStructDefContext extends TypeContext { - public StructDefContext structDef() { - return getRuleContext(StructDefContext.class,0); - } - public TypeStructDefContext(TypeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeStructDef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeStructDef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeStructDef(this); - else return visitor.visitChildren(this); - } - } - public static class TypeNamedRefContext extends TypeContext { - public TerminalNode TYPEDEFNAME() { return getToken(KickCParser.TYPEDEFNAME, 0); } - public TypeNamedRefContext(TypeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeNamedRef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeNamedRef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeNamedRef(this); - else return visitor.visitChildren(this); - } - } - public static class TypeEnumRefContext extends TypeContext { - public EnumRefContext enumRef() { - return getRuleContext(EnumRefContext.class,0); - } - public TypeEnumRefContext(TypeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeEnumRef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeEnumRef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeEnumRef(this); - else return visitor.visitChildren(this); - } - } - public static class TypeEnumDefContext extends TypeContext { - public EnumDefContext enumDef() { - return getRuleContext(EnumDefContext.class,0); - } - public TypeEnumDefContext(TypeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterTypeEnumDef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitTypeEnumDef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitTypeEnumDef(this); - else return visitor.visitChildren(this); - } - } - - public final TypeContext type() throws RecognitionException { - TypeContext _localctx = new TypeContext(_ctx, getState()); - enterRule(_localctx, 24, RULE_type); - try { - int _alt; - setState(242); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,20,_ctx) ) { - case 1: - _localctx = new TypeSimpleContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(233); - _errHandler.sync(this); - _alt = 1; - do { - switch (_alt) { - case 1: - { - { - setState(232); - match(SIMPLETYPE); - } - } - break; - default: - throw new NoViableAltException(this); - } - setState(235); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,19,_ctx); - } while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ); - } - break; - case 2: - _localctx = new TypeStructDefContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(237); - structDef(); - } - break; - case 3: - _localctx = new TypeStructRefContext(_localctx); - enterOuterAlt(_localctx, 3); - { - setState(238); - structRef(); - } - break; - case 4: - _localctx = new TypeEnumDefContext(_localctx); - enterOuterAlt(_localctx, 4); - { - setState(239); - enumDef(); - } - break; - case 5: - _localctx = new TypeEnumRefContext(_localctx); - enterOuterAlt(_localctx, 5); - { - setState(240); - enumRef(); - } - break; - case 6: - _localctx = new TypeNamedRefContext(_localctx); - enterOuterAlt(_localctx, 6); - { - setState(241); - match(TYPEDEFNAME); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StructRefContext extends ParserRuleContext { - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public TerminalNode STRUCT() { return getToken(KickCParser.STRUCT, 0); } - public TerminalNode UNION() { return getToken(KickCParser.UNION, 0); } - public StructRefContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_structRef; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStructRef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStructRef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStructRef(this); - else return visitor.visitChildren(this); - } - } - - public final StructRefContext structRef() throws RecognitionException { - StructRefContext _localctx = new StructRefContext(_ctx, getState()); - enterRule(_localctx, 26, RULE_structRef); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(244); - _la = _input.LA(1); - if ( !(_la==STRUCT || _la==UNION) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(245); - match(NAME); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StructDefContext extends ParserRuleContext { - public TerminalNode CURLY_BEGIN() { return getToken(KickCParser.CURLY_BEGIN, 0); } - public TerminalNode CURLY_END() { return getToken(KickCParser.CURLY_END, 0); } - public TerminalNode STRUCT() { return getToken(KickCParser.STRUCT, 0); } - public TerminalNode UNION() { return getToken(KickCParser.UNION, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public List structMembers() { - return getRuleContexts(StructMembersContext.class); - } - public StructMembersContext structMembers(int i) { - return getRuleContext(StructMembersContext.class,i); - } - public StructDefContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_structDef; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStructDef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStructDef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStructDef(this); - else return visitor.visitChildren(this); - } - } - - public final StructDefContext structDef() throws RecognitionException { - StructDefContext _localctx = new StructDefContext(_ctx, getState()); - enterRule(_localctx, 28, RULE_structDef); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(247); - _la = _input.LA(1); - if ( !(_la==STRUCT || _la==UNION) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(249); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==NAME) { - { - setState(248); - match(NAME); - } - } - - setState(251); - match(CURLY_BEGIN); - setState(253); - _errHandler.sync(this); - _la = _input.LA(1); - do { - { - { - setState(252); - structMembers(); - } - } - setState(255); - _errHandler.sync(this); - _la = _input.LA(1); - } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 70)) & ~0x3f) == 0 && ((1L << (_la - 70)) & ((1L << (STRUCT - 70)) | (1L << (UNION - 70)) | (1L << (ENUM - 70)) | (1L << (SIMPLETYPE - 70)))) != 0) ); - setState(257); - match(CURLY_END); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StructMembersContext extends ParserRuleContext { - public DeclVariablesContext declVariables() { - return getRuleContext(DeclVariablesContext.class,0); - } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public StructMembersContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_structMembers; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStructMembers(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStructMembers(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStructMembers(this); - else return visitor.visitChildren(this); - } - } - - public final StructMembersContext structMembers() throws RecognitionException { - StructMembersContext _localctx = new StructMembersContext(_ctx, getState()); - enterRule(_localctx, 30, RULE_structMembers); - try { - enterOuterAlt(_localctx, 1); - { - setState(259); - declVariables(); - setState(260); - match(SEMICOLON); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumRefContext extends ParserRuleContext { - public TerminalNode ENUM() { return getToken(KickCParser.ENUM, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public EnumRefContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumRef; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterEnumRef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitEnumRef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitEnumRef(this); - else return visitor.visitChildren(this); - } - } - - public final EnumRefContext enumRef() throws RecognitionException { - EnumRefContext _localctx = new EnumRefContext(_ctx, getState()); - enterRule(_localctx, 32, RULE_enumRef); - try { - enterOuterAlt(_localctx, 1); - { - setState(262); - match(ENUM); - setState(263); - match(NAME); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumDefContext extends ParserRuleContext { - public TerminalNode ENUM() { return getToken(KickCParser.ENUM, 0); } - public TerminalNode CURLY_BEGIN() { return getToken(KickCParser.CURLY_BEGIN, 0); } - public EnumMemberListContext enumMemberList() { - return getRuleContext(EnumMemberListContext.class,0); - } - public TerminalNode CURLY_END() { return getToken(KickCParser.CURLY_END, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public EnumDefContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumDef; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterEnumDef(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitEnumDef(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitEnumDef(this); - else return visitor.visitChildren(this); - } - } - - public final EnumDefContext enumDef() throws RecognitionException { - EnumDefContext _localctx = new EnumDefContext(_ctx, getState()); - enterRule(_localctx, 34, RULE_enumDef); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(265); - match(ENUM); - setState(267); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==NAME) { - { - setState(266); - match(NAME); - } - } - - setState(269); - match(CURLY_BEGIN); - setState(270); - enumMemberList(0); - setState(271); - match(CURLY_END); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumMemberListContext extends ParserRuleContext { - public EnumMemberContext enumMember() { - return getRuleContext(EnumMemberContext.class,0); - } - public EnumMemberListContext enumMemberList() { - return getRuleContext(EnumMemberListContext.class,0); - } - public TerminalNode COMMA() { return getToken(KickCParser.COMMA, 0); } - public EnumMemberListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumMemberList; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterEnumMemberList(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitEnumMemberList(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitEnumMemberList(this); - else return visitor.visitChildren(this); - } - } - - public final EnumMemberListContext enumMemberList() throws RecognitionException { - return enumMemberList(0); - } - - private EnumMemberListContext enumMemberList(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - EnumMemberListContext _localctx = new EnumMemberListContext(_ctx, _parentState); - EnumMemberListContext _prevctx = _localctx; - int _startState = 36; - enterRecursionRule(_localctx, 36, RULE_enumMemberList, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(274); - enumMember(); - } - _ctx.stop = _input.LT(-1); - setState(281); - _errHandler.sync(this); - _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; - { - { - _localctx = new EnumMemberListContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_enumMemberList); - setState(276); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(277); - match(COMMA); - setState(278); - enumMember(); - } - } - } - setState(283); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,24,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class EnumMemberContext extends ParserRuleContext { - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public TerminalNode ASSIGN() { return getToken(KickCParser.ASSIGN, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public EnumMemberContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumMember; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterEnumMember(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitEnumMember(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitEnumMember(this); - else return visitor.visitChildren(this); - } - } - - public final EnumMemberContext enumMember() throws RecognitionException { - EnumMemberContext _localctx = new EnumMemberContext(_ctx, getState()); - enterRule(_localctx, 38, RULE_enumMember); - try { - enterOuterAlt(_localctx, 1); - { - setState(284); - match(NAME); - setState(287); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,25,_ctx) ) { - case 1: - { - setState(285); - match(ASSIGN); - setState(286); - expr(0); - } - break; - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DeclFunctionContext extends ParserRuleContext { - public DeclTypeContext declType() { - return getRuleContext(DeclTypeContext.class,0); - } - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public TerminalNode CURLY_BEGIN() { return getToken(KickCParser.CURLY_BEGIN, 0); } - public TerminalNode CURLY_END() { return getToken(KickCParser.CURLY_END, 0); } - public StmtSeqContext stmtSeq() { - return getRuleContext(StmtSeqContext.class,0); - } - public DeclFunctionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_declFunction; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDeclFunction(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDeclFunction(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDeclFunction(this); - else return visitor.visitChildren(this); - } - } - - public final DeclFunctionContext declFunction() throws RecognitionException { - DeclFunctionContext _localctx = new DeclFunctionContext(_ctx, getState()); - enterRule(_localctx, 40, RULE_declFunction); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(289); - declType(); - setState(290); - declarator(0); - setState(291); - match(CURLY_BEGIN); - setState(293); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (GOTO - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (UNION - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { - { - setState(292); - stmtSeq(); - } - } - - setState(295); - match(CURLY_END); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ParameterListDeclContext extends ParserRuleContext { - public List parameterDecl() { - return getRuleContexts(ParameterDeclContext.class); - } - public ParameterDeclContext parameterDecl(int i) { - return getRuleContext(ParameterDeclContext.class,i); - } - public List COMMA() { return getTokens(KickCParser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(KickCParser.COMMA, i); - } - public ParameterListDeclContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_parameterListDecl; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterParameterListDecl(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitParameterListDecl(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitParameterListDecl(this); - else return visitor.visitChildren(this); - } - } - - public final ParameterListDeclContext parameterListDecl() throws RecognitionException { - ParameterListDeclContext _localctx = new ParameterListDeclContext(_ctx, getState()); - enterRule(_localctx, 42, RULE_parameterListDecl); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(297); - parameterDecl(); - setState(302); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(298); - match(COMMA); - setState(299); - parameterDecl(); - } - } - setState(304); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ParameterDeclContext extends ParserRuleContext { - public ParameterDeclContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_parameterDecl; } - - public ParameterDeclContext() { } - public void copyFrom(ParameterDeclContext ctx) { - super.copyFrom(ctx); - } - } - public static class ParameterDeclListContext extends ParameterDeclContext { - public TerminalNode PARAM_LIST() { return getToken(KickCParser.PARAM_LIST, 0); } - public ParameterDeclListContext(ParameterDeclContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterParameterDeclList(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitParameterDeclList(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitParameterDeclList(this); - else return visitor.visitChildren(this); - } - } - public static class ParameterDeclTypeDeclaratorContext extends ParameterDeclContext { - public DeclTypeContext declType() { - return getRuleContext(DeclTypeContext.class,0); - } - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public ParameterDeclTypeDeclaratorContext(ParameterDeclContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterParameterDeclTypeDeclarator(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitParameterDeclTypeDeclarator(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitParameterDeclTypeDeclarator(this); - else return visitor.visitChildren(this); - } - } - public static class ParameterDeclTypeNameContext extends ParameterDeclContext { - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public ParameterDeclTypeNameContext(ParameterDeclContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterParameterDeclTypeName(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitParameterDeclTypeName(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitParameterDeclTypeName(this); - else return visitor.visitChildren(this); - } - } - - public final ParameterDeclContext parameterDecl() throws RecognitionException { - ParameterDeclContext _localctx = new ParameterDeclContext(_ctx, getState()); - enterRule(_localctx, 44, RULE_parameterDecl); - try { - setState(310); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,28,_ctx) ) { - case 1: - _localctx = new ParameterDeclTypeDeclaratorContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(305); - declType(); - setState(306); - declarator(0); - } - break; - case 2: - _localctx = new ParameterDeclTypeNameContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(308); - typeName(); - } - break; - case 3: - _localctx = new ParameterDeclListContext(_localctx); - enterOuterAlt(_localctx, 3); - { - setState(309); - match(PARAM_LIST); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PragmaContext extends ParserRuleContext { - public TerminalNode PRAGMA() { return getToken(KickCParser.PRAGMA, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public List pragmaParam() { - return getRuleContexts(PragmaParamContext.class); - } - public PragmaParamContext pragmaParam(int i) { - return getRuleContext(PragmaParamContext.class,i); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public List COMMA() { return getTokens(KickCParser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(KickCParser.COMMA, i); - } - public PragmaContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_pragma; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterPragma(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitPragma(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitPragma(this); - else return visitor.visitChildren(this); - } - } - - public final PragmaContext pragma() throws RecognitionException { - PragmaContext _localctx = new PragmaContext(_ctx, getState()); - enterRule(_localctx, 46, RULE_pragma); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(312); - match(PRAGMA); - setState(313); - match(NAME); - setState(314); - match(PAR_BEGIN); - setState(315); - pragmaParam(); - setState(320); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(316); - match(COMMA); - setState(317); - pragmaParam(); - } - } - setState(322); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(323); - match(PAR_END); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PragmaParamContext extends ParserRuleContext { - public PragmaParamContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_pragmaParam; } - - public PragmaParamContext() { } - public void copyFrom(PragmaParamContext ctx) { - super.copyFrom(ctx); - } - } - public static class PragmaParamNumberContext extends PragmaParamContext { - public TerminalNode NUMBER() { return getToken(KickCParser.NUMBER, 0); } - public PragmaParamNumberContext(PragmaParamContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterPragmaParamNumber(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitPragmaParamNumber(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitPragmaParamNumber(this); - else return visitor.visitChildren(this); - } - } - public static class PragmaParamStringContext extends PragmaParamContext { - public TerminalNode STRING() { return getToken(KickCParser.STRING, 0); } - public PragmaParamStringContext(PragmaParamContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterPragmaParamString(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitPragmaParamString(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitPragmaParamString(this); - else return visitor.visitChildren(this); - } - } - public static class PragmaParamNameContext extends PragmaParamContext { - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public PragmaParamNameContext(PragmaParamContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterPragmaParamName(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitPragmaParamName(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitPragmaParamName(this); - else return visitor.visitChildren(this); - } - } - public static class PragmaParamCallingConventionContext extends PragmaParamContext { - public TerminalNode CALLINGCONVENTION() { return getToken(KickCParser.CALLINGCONVENTION, 0); } - public PragmaParamCallingConventionContext(PragmaParamContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterPragmaParamCallingConvention(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitPragmaParamCallingConvention(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitPragmaParamCallingConvention(this); - else return visitor.visitChildren(this); - } - } - public static class PragmaParamRangeContext extends PragmaParamContext { - public List NUMBER() { return getTokens(KickCParser.NUMBER); } - public TerminalNode NUMBER(int i) { - return getToken(KickCParser.NUMBER, i); - } - public TerminalNode RANGE() { return getToken(KickCParser.RANGE, 0); } - public PragmaParamRangeContext(PragmaParamContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterPragmaParamRange(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitPragmaParamRange(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitPragmaParamRange(this); - else return visitor.visitChildren(this); - } - } - - public final PragmaParamContext pragmaParam() throws RecognitionException { - PragmaParamContext _localctx = new PragmaParamContext(_ctx, getState()); - enterRule(_localctx, 48, RULE_pragmaParam); - try { - setState(332); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,30,_ctx) ) { - case 1: - _localctx = new PragmaParamNumberContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(325); - match(NUMBER); - } - break; - case 2: - _localctx = new PragmaParamRangeContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(326); - match(NUMBER); - setState(327); - match(RANGE); - setState(328); - match(NUMBER); - } - break; - case 3: - _localctx = new PragmaParamNameContext(_localctx); - enterOuterAlt(_localctx, 3); - { - setState(329); - match(NAME); - } - break; - case 4: - _localctx = new PragmaParamStringContext(_localctx); - enterOuterAlt(_localctx, 4); - { - setState(330); - match(STRING); - } - break; - case 5: - _localctx = new PragmaParamCallingConventionContext(_localctx); - enterOuterAlt(_localctx, 5); - { - setState(331); - match(CALLINGCONVENTION); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DirectiveContext extends ParserRuleContext { - public DirectiveContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_directive; } - - public DirectiveContext() { } - public void copyFrom(DirectiveContext ctx) { - super.copyFrom(ctx); - } - } - public static class DirectiveStaticContext extends DirectiveContext { - public TerminalNode STATIC() { return getToken(KickCParser.STATIC, 0); } - public DirectiveStaticContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveStatic(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveStatic(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveStatic(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveMemoryAreaZpContext extends DirectiveContext { - public TerminalNode ADDRESS_ZEROPAGE() { return getToken(KickCParser.ADDRESS_ZEROPAGE, 0); } - public DirectiveMemoryAreaZpContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveMemoryAreaZp(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveMemoryAreaZp(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveMemoryAreaZp(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveMemoryAreaMainContext extends DirectiveContext { - public TerminalNode ADDRESS_MAINMEM() { return getToken(KickCParser.ADDRESS_MAINMEM, 0); } - public DirectiveMemoryAreaMainContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveMemoryAreaMain(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveMemoryAreaMain(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveMemoryAreaMain(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveConstContext extends DirectiveContext { - public TerminalNode CONST() { return getToken(KickCParser.CONST, 0); } - public DirectiveConstContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveConst(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveConst(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveConst(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveAlignContext extends DirectiveContext { - public TerminalNode ALIGN() { return getToken(KickCParser.ALIGN, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode NUMBER() { return getToken(KickCParser.NUMBER, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public DirectiveAlignContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveAlign(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveAlign(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveAlign(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveVolatileContext extends DirectiveContext { - public TerminalNode VOLATILE() { return getToken(KickCParser.VOLATILE, 0); } - public DirectiveVolatileContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveVolatile(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveVolatile(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveVolatile(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveFormMaContext extends DirectiveContext { - public TerminalNode FORM_MA() { return getToken(KickCParser.FORM_MA, 0); } - public DirectiveFormMaContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveFormMa(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveFormMa(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveFormMa(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveCallingConventionContext extends DirectiveContext { - public TerminalNode CALLINGCONVENTION() { return getToken(KickCParser.CALLINGCONVENTION, 0); } - public DirectiveCallingConventionContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveCallingConvention(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveCallingConvention(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveCallingConvention(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveInlineContext extends DirectiveContext { - public TerminalNode INLINE() { return getToken(KickCParser.INLINE, 0); } - public DirectiveInlineContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveInline(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveInline(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveInline(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveInterruptContext extends DirectiveContext { - public TerminalNode INTERRUPT() { return getToken(KickCParser.INTERRUPT, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public DirectiveInterruptContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveInterrupt(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveInterrupt(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveInterrupt(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveFormSsaContext extends DirectiveContext { - public TerminalNode FORM_SSA() { return getToken(KickCParser.FORM_SSA, 0); } - public DirectiveFormSsaContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveFormSsa(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveFormSsa(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveFormSsa(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveExportContext extends DirectiveContext { - public TerminalNode EXPORT() { return getToken(KickCParser.EXPORT, 0); } - public DirectiveExportContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveExport(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveExport(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveExport(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveIntrinsicContext extends DirectiveContext { - public TerminalNode INTRINSIC() { return getToken(KickCParser.INTRINSIC, 0); } - public DirectiveIntrinsicContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveIntrinsic(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveIntrinsic(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveIntrinsic(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveExternContext extends DirectiveContext { - public TerminalNode EXTERN() { return getToken(KickCParser.EXTERN, 0); } - public DirectiveExternContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveExtern(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveExtern(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveExtern(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveReserveZpContext extends DirectiveContext { - public TerminalNode LOCAL_RESERVE() { return getToken(KickCParser.LOCAL_RESERVE, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public List pragmaParam() { - return getRuleContexts(PragmaParamContext.class); - } - public PragmaParamContext pragmaParam(int i) { - return getRuleContext(PragmaParamContext.class,i); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public List COMMA() { return getTokens(KickCParser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(KickCParser.COMMA, i); - } - public DirectiveReserveZpContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveReserveZp(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveReserveZp(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveReserveZp(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveRegisterContext extends DirectiveContext { - public TerminalNode REGISTER() { return getToken(KickCParser.REGISTER, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public DirectiveRegisterContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveRegister(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveRegister(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveRegister(this); - else return visitor.visitChildren(this); - } - } - public static class DirectiveMemoryAreaAddressContext extends DirectiveContext { - public TerminalNode ADDRESS() { return getToken(KickCParser.ADDRESS, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public DirectiveMemoryAreaAddressContext(DirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterDirectiveMemoryAreaAddress(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitDirectiveMemoryAreaAddress(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitDirectiveMemoryAreaAddress(this); - else return visitor.visitChildren(this); - } - } - - public final DirectiveContext directive() throws RecognitionException { - DirectiveContext _localctx = new DirectiveContext(_ctx, getState()); - enterRule(_localctx, 50, RULE_directive); - int _la; - try { - setState(379); - _errHandler.sync(this); - switch (_input.LA(1)) { - case CONST: - _localctx = new DirectiveConstContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(334); - match(CONST); - } - break; - case ALIGN: - _localctx = new DirectiveAlignContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(335); - match(ALIGN); - setState(336); - match(PAR_BEGIN); - setState(337); - match(NUMBER); - setState(338); - match(PAR_END); - } - break; - case REGISTER: - _localctx = new DirectiveRegisterContext(_localctx); - enterOuterAlt(_localctx, 3); - { - setState(339); - match(REGISTER); - setState(343); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,31,_ctx) ) { - case 1: - { - setState(340); - match(PAR_BEGIN); - { - setState(341); - match(NAME); - } - setState(342); - match(PAR_END); - } - break; - } - } - break; - case ADDRESS_ZEROPAGE: - _localctx = new DirectiveMemoryAreaZpContext(_localctx); - enterOuterAlt(_localctx, 4); - { - setState(345); - match(ADDRESS_ZEROPAGE); - } - break; - case ADDRESS_MAINMEM: - _localctx = new DirectiveMemoryAreaMainContext(_localctx); - enterOuterAlt(_localctx, 5); - { - setState(346); - match(ADDRESS_MAINMEM); - } - break; - case ADDRESS: - _localctx = new DirectiveMemoryAreaAddressContext(_localctx); - enterOuterAlt(_localctx, 6); - { - setState(347); - match(ADDRESS); - setState(348); - match(PAR_BEGIN); - { - setState(349); - expr(0); - } - setState(350); - match(PAR_END); - } - break; - case VOLATILE: - _localctx = new DirectiveVolatileContext(_localctx); - enterOuterAlt(_localctx, 7); - { - setState(352); - match(VOLATILE); - } - break; - case STATIC: - _localctx = new DirectiveStaticContext(_localctx); - enterOuterAlt(_localctx, 8); - { - setState(353); - match(STATIC); - } - break; - case FORM_SSA: - _localctx = new DirectiveFormSsaContext(_localctx); - enterOuterAlt(_localctx, 9); - { - setState(354); - match(FORM_SSA); - } - break; - case FORM_MA: - _localctx = new DirectiveFormMaContext(_localctx); - enterOuterAlt(_localctx, 10); - { - setState(355); - match(FORM_MA); - } - break; - case EXTERN: - _localctx = new DirectiveExternContext(_localctx); - enterOuterAlt(_localctx, 11); - { - setState(356); - match(EXTERN); - } - break; - case EXPORT: - _localctx = new DirectiveExportContext(_localctx); - enterOuterAlt(_localctx, 12); - { - setState(357); - match(EXPORT); - } - break; - case INLINE: - _localctx = new DirectiveInlineContext(_localctx); - enterOuterAlt(_localctx, 13); - { - setState(358); - match(INLINE); - } - break; - case INTRINSIC: - _localctx = new DirectiveIntrinsicContext(_localctx); - enterOuterAlt(_localctx, 14); - { - setState(359); - match(INTRINSIC); - } - break; - case INTERRUPT: - _localctx = new DirectiveInterruptContext(_localctx); - enterOuterAlt(_localctx, 15); - { - setState(360); - match(INTERRUPT); - setState(364); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,32,_ctx) ) { - case 1: - { - setState(361); - match(PAR_BEGIN); - setState(362); - match(NAME); - setState(363); - match(PAR_END); - } - break; - } - } - break; - case LOCAL_RESERVE: - _localctx = new DirectiveReserveZpContext(_localctx); - enterOuterAlt(_localctx, 16); - { - setState(366); - match(LOCAL_RESERVE); - setState(367); - match(PAR_BEGIN); - setState(368); - pragmaParam(); - setState(373); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(369); - match(COMMA); - setState(370); - pragmaParam(); - } - } - setState(375); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(376); - match(PAR_END); - } - break; - case CALLINGCONVENTION: - _localctx = new DirectiveCallingConventionContext(_localctx); - enterOuterAlt(_localctx, 17); - { - setState(378); - match(CALLINGCONVENTION); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StmtSeqContext extends ParserRuleContext { - public List stmt() { - return getRuleContexts(StmtContext.class); - } - public StmtContext stmt(int i) { - return getRuleContext(StmtContext.class,i); - } - public StmtSeqContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_stmtSeq; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtSeq(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtSeq(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtSeq(this); - else return visitor.visitChildren(this); - } - } - - public final StmtSeqContext stmtSeq() throws RecognitionException { - StmtSeqContext _localctx = new StmtSeqContext(_ctx, getState()); - enterRule(_localctx, 52, RULE_stmtSeq); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(382); - _errHandler.sync(this); - _la = _input.LA(1); - do { - { - { - setState(381); - stmt(); - } - } - setState(384); - _errHandler.sync(this); - _la = _input.LA(1); - } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (GOTO - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (UNION - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0) ); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StmtContext extends ParserRuleContext { - public StmtContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_stmt; } - - public StmtContext() { } - public void copyFrom(StmtContext ctx) { - super.copyFrom(ctx); - } - } - public static class StmtDeclVarContext extends StmtContext { - public DeclVariablesContext declVariables() { - return getRuleContext(DeclVariablesContext.class,0); - } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public StmtDeclVarContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtDeclVar(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtDeclVar(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtDeclVar(this); - else return visitor.visitChildren(this); - } - } - public static class StmtBreakContext extends StmtContext { - public TerminalNode BREAK() { return getToken(KickCParser.BREAK, 0); } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public StmtBreakContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtBreak(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtBreak(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtBreak(this); - else return visitor.visitChildren(this); - } - } - public static class StmtDeclKasmContext extends StmtContext { - public KasmContentContext kasmContent() { - return getRuleContext(KasmContentContext.class,0); - } - public StmtDeclKasmContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtDeclKasm(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtDeclKasm(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtDeclKasm(this); - else return visitor.visitChildren(this); - } - } - public static class StmtExprContext extends StmtContext { - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public StmtExprContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtExpr(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtExpr(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtExpr(this); - else return visitor.visitChildren(this); - } - } - public static class StmtDoWhileContext extends StmtContext { - public TerminalNode DO() { return getToken(KickCParser.DO, 0); } - public StmtContext stmt() { - return getRuleContext(StmtContext.class,0); - } - public TerminalNode WHILE() { return getToken(KickCParser.WHILE, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public List directive() { - return getRuleContexts(DirectiveContext.class); - } - public DirectiveContext directive(int i) { - return getRuleContext(DirectiveContext.class,i); - } - public StmtDoWhileContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtDoWhile(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtDoWhile(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtDoWhile(this); - else return visitor.visitChildren(this); - } - } - public static class StmtAsmContext extends StmtContext { - public TerminalNode ASM() { return getToken(KickCParser.ASM, 0); } - public TerminalNode CURLY_BEGIN() { return getToken(KickCParser.CURLY_BEGIN, 0); } - public AsmLinesContext asmLines() { - return getRuleContext(AsmLinesContext.class,0); - } - public TerminalNode ASM_CURLY_END() { return getToken(KickCParser.ASM_CURLY_END, 0); } - public AsmDirectivesContext asmDirectives() { - return getRuleContext(AsmDirectivesContext.class,0); - } - public StmtAsmContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtAsm(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtAsm(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtAsm(this); - else return visitor.visitChildren(this); - } - } - public static class StmtContinueContext extends StmtContext { - public TerminalNode CONTINUE() { return getToken(KickCParser.CONTINUE, 0); } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public StmtContinueContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtContinue(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtContinue(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtContinue(this); - else return visitor.visitChildren(this); - } - } - public static class StmtSwitchContext extends StmtContext { - public TerminalNode SWITCH() { return getToken(KickCParser.SWITCH, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public TerminalNode CURLY_BEGIN() { return getToken(KickCParser.CURLY_BEGIN, 0); } - public SwitchCasesContext switchCases() { - return getRuleContext(SwitchCasesContext.class,0); - } - public TerminalNode CURLY_END() { return getToken(KickCParser.CURLY_END, 0); } - public StmtSwitchContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtSwitch(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtSwitch(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtSwitch(this); - else return visitor.visitChildren(this); - } - } - public static class StmtLabelContext extends StmtContext { - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public TerminalNode COLON() { return getToken(KickCParser.COLON, 0); } - public StmtLabelContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtLabel(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtLabel(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtLabel(this); - else return visitor.visitChildren(this); - } - } - public static class StmtBlockContext extends StmtContext { - public TerminalNode CURLY_BEGIN() { return getToken(KickCParser.CURLY_BEGIN, 0); } - public TerminalNode CURLY_END() { return getToken(KickCParser.CURLY_END, 0); } - public StmtSeqContext stmtSeq() { - return getRuleContext(StmtSeqContext.class,0); - } - public StmtBlockContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtBlock(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtBlock(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtBlock(this); - else return visitor.visitChildren(this); - } - } - public static class StmtWhileContext extends StmtContext { - public TerminalNode WHILE() { return getToken(KickCParser.WHILE, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public StmtContext stmt() { - return getRuleContext(StmtContext.class,0); - } - public List directive() { - return getRuleContexts(DirectiveContext.class); - } - public DirectiveContext directive(int i) { - return getRuleContext(DirectiveContext.class,i); - } - public StmtWhileContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtWhile(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtWhile(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtWhile(this); - else return visitor.visitChildren(this); - } - } - public static class StmtForContext extends StmtContext { - public TerminalNode FOR() { return getToken(KickCParser.FOR, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public ForLoopContext forLoop() { - return getRuleContext(ForLoopContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public StmtContext stmt() { - return getRuleContext(StmtContext.class,0); - } - public List directive() { - return getRuleContexts(DirectiveContext.class); - } - public DirectiveContext directive(int i) { - return getRuleContext(DirectiveContext.class,i); - } - public StmtForContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtFor(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtFor(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtFor(this); - else return visitor.visitChildren(this); - } - } - public static class StmtGotoContext extends StmtContext { - public TerminalNode GOTO() { return getToken(KickCParser.GOTO, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public StmtGotoContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtGoto(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtGoto(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtGoto(this); - else return visitor.visitChildren(this); - } - } - public static class StmtEmptyContext extends StmtContext { - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public StmtEmptyContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtEmpty(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtEmpty(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtEmpty(this); - else return visitor.visitChildren(this); - } - } - public static class StmtIfElseContext extends StmtContext { - public TerminalNode IF() { return getToken(KickCParser.IF, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public List stmt() { - return getRuleContexts(StmtContext.class); - } - public StmtContext stmt(int i) { - return getRuleContext(StmtContext.class,i); - } - public TerminalNode ELSE() { return getToken(KickCParser.ELSE, 0); } - public StmtIfElseContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtIfElse(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtIfElse(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtIfElse(this); - else return visitor.visitChildren(this); - } - } - public static class StmtReturnContext extends StmtContext { - public TerminalNode RETURN() { return getToken(KickCParser.RETURN, 0); } - public TerminalNode SEMICOLON() { return getToken(KickCParser.SEMICOLON, 0); } - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public StmtReturnContext(StmtContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterStmtReturn(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitStmtReturn(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitStmtReturn(this); - else return visitor.visitChildren(this); - } - } - - public final StmtContext stmt() throws RecognitionException { - StmtContext _localctx = new StmtContext(_ctx, getState()); - enterRule(_localctx, 54, RULE_stmt); - int _la; - try { - setState(476); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,43,_ctx) ) { - case 1: - _localctx = new StmtDeclVarContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(386); - declVariables(); - setState(387); - match(SEMICOLON); - } - break; - case 2: - _localctx = new StmtBlockContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(389); - match(CURLY_BEGIN); - setState(391); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (GOTO - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (UNION - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { - { - setState(390); - stmtSeq(); - } - } - - setState(393); - match(CURLY_END); - } - break; - case 3: - _localctx = new StmtExprContext(_localctx); - enterOuterAlt(_localctx, 3); - { - setState(394); - commaExpr(0); - setState(395); - match(SEMICOLON); - } - break; - case 4: - _localctx = new StmtIfElseContext(_localctx); - enterOuterAlt(_localctx, 4); - { - setState(397); - match(IF); - setState(398); - match(PAR_BEGIN); - setState(399); - commaExpr(0); - setState(400); - match(PAR_END); - setState(401); - stmt(); - setState(404); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,37,_ctx) ) { - case 1: - { - setState(402); - match(ELSE); - setState(403); - stmt(); - } - break; - } - } - break; - case 5: - _localctx = new StmtWhileContext(_localctx); - enterOuterAlt(_localctx, 5); - { - setState(409); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { - { - { - setState(406); - directive(); - } - } - setState(411); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(412); - match(WHILE); - setState(413); - match(PAR_BEGIN); - setState(414); - commaExpr(0); - setState(415); - match(PAR_END); - setState(416); - stmt(); - } - break; - case 6: - _localctx = new StmtDoWhileContext(_localctx); - enterOuterAlt(_localctx, 6); - { - setState(421); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { - { - { - setState(418); - directive(); - } - } - setState(423); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(424); - match(DO); - setState(425); - stmt(); - setState(426); - match(WHILE); - setState(427); - match(PAR_BEGIN); - setState(428); - commaExpr(0); - setState(429); - match(PAR_END); - setState(430); - match(SEMICOLON); - } - break; - case 7: - _localctx = new StmtForContext(_localctx); - enterOuterAlt(_localctx, 7); - { - setState(435); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { - { - { - setState(432); - directive(); - } - } - setState(437); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(438); - match(FOR); - setState(439); - match(PAR_BEGIN); - setState(440); - forLoop(); - setState(441); - match(PAR_END); - setState(442); - stmt(); - } - break; - case 8: - _localctx = new StmtSwitchContext(_localctx); - enterOuterAlt(_localctx, 8); - { - setState(444); - match(SWITCH); - setState(445); - match(PAR_BEGIN); - setState(446); - commaExpr(0); - setState(447); - match(PAR_END); - setState(448); - match(CURLY_BEGIN); - setState(449); - switchCases(); - setState(450); - match(CURLY_END); - } - break; - case 9: - _localctx = new StmtReturnContext(_localctx); - enterOuterAlt(_localctx, 9); - { - setState(452); - match(RETURN); - setState(454); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { - { - setState(453); - commaExpr(0); - } - } - - setState(456); - match(SEMICOLON); - } - break; - case 10: - _localctx = new StmtBreakContext(_localctx); - enterOuterAlt(_localctx, 10); - { - setState(457); - match(BREAK); - setState(458); - match(SEMICOLON); - } - break; - case 11: - _localctx = new StmtContinueContext(_localctx); - enterOuterAlt(_localctx, 11); - { - setState(459); - match(CONTINUE); - setState(460); - match(SEMICOLON); - } - break; - case 12: - _localctx = new StmtAsmContext(_localctx); - enterOuterAlt(_localctx, 12); - { - setState(461); - match(ASM); - setState(463); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==PAR_BEGIN) { - { - setState(462); - asmDirectives(); - } - } - - setState(465); - match(CURLY_BEGIN); - setState(466); - asmLines(); - setState(467); - match(ASM_CURLY_END); - } - break; - case 13: - _localctx = new StmtDeclKasmContext(_localctx); - enterOuterAlt(_localctx, 13); - { - setState(469); - kasmContent(); - } - break; - case 14: - _localctx = new StmtEmptyContext(_localctx); - enterOuterAlt(_localctx, 14); - { - setState(470); - match(SEMICOLON); - } - break; - case 15: - _localctx = new StmtLabelContext(_localctx); - enterOuterAlt(_localctx, 15); - { - setState(471); - match(NAME); - setState(472); - match(COLON); - } - break; - case 16: - _localctx = new StmtGotoContext(_localctx); - enterOuterAlt(_localctx, 16); - { - setState(473); - match(GOTO); - setState(474); - match(NAME); - setState(475); - match(SEMICOLON); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchCasesContext extends ParserRuleContext { - public List switchCase() { - return getRuleContexts(SwitchCaseContext.class); - } - public SwitchCaseContext switchCase(int i) { - return getRuleContext(SwitchCaseContext.class,i); - } - public TerminalNode DEFAULT() { return getToken(KickCParser.DEFAULT, 0); } - public TerminalNode COLON() { return getToken(KickCParser.COLON, 0); } - public StmtSeqContext stmtSeq() { - return getRuleContext(StmtSeqContext.class,0); - } - public SwitchCasesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchCases; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterSwitchCases(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitSwitchCases(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitSwitchCases(this); - else return visitor.visitChildren(this); - } - } - - public final SwitchCasesContext switchCases() throws RecognitionException { - SwitchCasesContext _localctx = new SwitchCasesContext(_ctx, getState()); - enterRule(_localctx, 56, RULE_switchCases); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(479); - _errHandler.sync(this); - _la = _input.LA(1); - do { - { - { - setState(478); - switchCase(); - } - } - setState(481); - _errHandler.sync(this); - _la = _input.LA(1); - } while ( _la==CASE ); - setState(488); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==DEFAULT) { - { - setState(483); - match(DEFAULT); - setState(484); - match(COLON); - setState(486); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (GOTO - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (UNION - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { - { - setState(485); - stmtSeq(); - } - } - - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchCaseContext extends ParserRuleContext { - public TerminalNode CASE() { return getToken(KickCParser.CASE, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TerminalNode COLON() { return getToken(KickCParser.COLON, 0); } - public StmtSeqContext stmtSeq() { - return getRuleContext(StmtSeqContext.class,0); - } - public SwitchCaseContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchCase; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterSwitchCase(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitSwitchCase(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitSwitchCase(this); - else return visitor.visitChildren(this); - } - } - - public final SwitchCaseContext switchCase() throws RecognitionException { - SwitchCaseContext _localctx = new SwitchCaseContext(_ctx, getState()); - enterRule(_localctx, 58, RULE_switchCase); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(490); - match(CASE); - setState(491); - expr(0); - setState(492); - match(COLON); - setState(494); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (GOTO - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (UNION - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { - { - setState(493); - stmtSeq(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ForLoopContext extends ParserRuleContext { - public ForLoopContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_forLoop; } - - public ForLoopContext() { } - public void copyFrom(ForLoopContext ctx) { - super.copyFrom(ctx); - } - } - public static class ForRangeContext extends ForLoopContext { - public DeclTypeContext declType() { - return getRuleContext(DeclTypeContext.class,0); - } - public DeclaratorContext declarator() { - return getRuleContext(DeclaratorContext.class,0); - } - public TerminalNode COLON() { return getToken(KickCParser.COLON, 0); } - public List expr() { - return getRuleContexts(ExprContext.class); - } - public ExprContext expr(int i) { - return getRuleContext(ExprContext.class,i); - } - public TerminalNode RANGE() { return getToken(KickCParser.RANGE, 0); } - public ForRangeContext(ForLoopContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterForRange(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitForRange(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitForRange(this); - else return visitor.visitChildren(this); - } - } - public static class ForClassicContext extends ForLoopContext { - public ForClassicInitContext forClassicInit() { - return getRuleContext(ForClassicInitContext.class,0); - } - public List SEMICOLON() { return getTokens(KickCParser.SEMICOLON); } - public TerminalNode SEMICOLON(int i) { - return getToken(KickCParser.SEMICOLON, i); - } - public ForClassicConditionContext forClassicCondition() { - return getRuleContext(ForClassicConditionContext.class,0); - } - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public ForClassicContext(ForLoopContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterForClassic(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitForClassic(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitForClassic(this); - else return visitor.visitChildren(this); - } - } - - public final ForLoopContext forLoop() throws RecognitionException { - ForLoopContext _localctx = new ForLoopContext(_ctx, getState()); - enterRule(_localctx, 60, RULE_forLoop); - int _la; - try { - setState(512); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,50,_ctx) ) { - case 1: - _localctx = new ForClassicContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(496); - forClassicInit(); - setState(497); - match(SEMICOLON); - setState(499); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { - { - setState(498); - forClassicCondition(); - } - } - - setState(501); - match(SEMICOLON); - setState(503); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { - { - setState(502); - commaExpr(0); - } - } - - } - break; - case 2: - _localctx = new ForRangeContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(505); - declType(); - setState(506); - declarator(0); - setState(507); - match(COLON); - setState(508); - expr(0); - setState(509); - match(RANGE); - setState(510); - expr(0); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ForClassicInitContext extends ParserRuleContext { - public ForClassicInitContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_forClassicInit; } - - public ForClassicInitContext() { } - public void copyFrom(ForClassicInitContext ctx) { - super.copyFrom(ctx); - } - } - public static class ForClassicInitDeclContext extends ForClassicInitContext { - public DeclVariablesContext declVariables() { - return getRuleContext(DeclVariablesContext.class,0); - } - public ForClassicInitDeclContext(ForClassicInitContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterForClassicInitDecl(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitForClassicInitDecl(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitForClassicInitDecl(this); - else return visitor.visitChildren(this); - } - } - public static class ForClassicInitExprContext extends ForClassicInitContext { - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public ForClassicInitExprContext(ForClassicInitContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterForClassicInitExpr(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitForClassicInitExpr(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitForClassicInitExpr(this); - else return visitor.visitChildren(this); - } - } - - public final ForClassicInitContext forClassicInit() throws RecognitionException { - ForClassicInitContext _localctx = new ForClassicInitContext(_ctx, getState()); - enterRule(_localctx, 62, RULE_forClassicInit); - int _la; - try { - setState(518); - _errHandler.sync(this); - switch (_input.LA(1)) { - case TYPEDEFNAME: - case SEMICOLON: - case CONST: - case EXTERN: - case EXPORT: - case ALIGN: - case INLINE: - case VOLATILE: - case STATIC: - case INTERRUPT: - case REGISTER: - case LOCAL_RESERVE: - case ADDRESS: - case ADDRESS_ZEROPAGE: - case ADDRESS_MAINMEM: - case FORM_SSA: - case FORM_MA: - case INTRINSIC: - case CALLINGCONVENTION: - case STRUCT: - case UNION: - case ENUM: - case SIMPLETYPE: - _localctx = new ForClassicInitDeclContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(515); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 70)) & ~0x3f) == 0 && ((1L << (_la - 70)) & ((1L << (STRUCT - 70)) | (1L << (UNION - 70)) | (1L << (ENUM - 70)) | (1L << (SIMPLETYPE - 70)))) != 0)) { - { - setState(514); - declVariables(); - } - } - - } - break; - case CURLY_BEGIN: - case PAR_BEGIN: - case PLUS: - case MINUS: - case ASTERISK: - case INC: - case DEC: - case AND: - case BIT_NOT: - case SIZEOF: - case TYPEID: - case DEFINED: - case LOGIC_NOT: - case BOOLEAN: - case NUMBER: - case NAME: - case STRING: - case CHAR: - _localctx = new ForClassicInitExprContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(517); - commaExpr(0); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ForClassicConditionContext extends ParserRuleContext { - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public ForClassicConditionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_forClassicCondition; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterForClassicCondition(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitForClassicCondition(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitForClassicCondition(this); - else return visitor.visitChildren(this); - } - } - - public final ForClassicConditionContext forClassicCondition() throws RecognitionException { - ForClassicConditionContext _localctx = new ForClassicConditionContext(_ctx, getState()); - enterRule(_localctx, 64, RULE_forClassicCondition); - try { - enterOuterAlt(_localctx, 1); - { - setState(520); - commaExpr(0); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class CommaExprContext extends ParserRuleContext { - public CommaExprContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_commaExpr; } - - public CommaExprContext() { } - public void copyFrom(CommaExprContext ctx) { - super.copyFrom(ctx); - } - } - public static class CommaNoneContext extends CommaExprContext { - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public CommaNoneContext(CommaExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterCommaNone(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitCommaNone(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitCommaNone(this); - else return visitor.visitChildren(this); - } - } - public static class CommaSimpleContext extends CommaExprContext { - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public TerminalNode COMMA() { return getToken(KickCParser.COMMA, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public CommaSimpleContext(CommaExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterCommaSimple(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitCommaSimple(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitCommaSimple(this); - else return visitor.visitChildren(this); - } - } - - public final CommaExprContext commaExpr() throws RecognitionException { - return commaExpr(0); - } - - private CommaExprContext commaExpr(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - CommaExprContext _localctx = new CommaExprContext(_ctx, _parentState); - CommaExprContext _prevctx = _localctx; - int _startState = 66; - enterRecursionRule(_localctx, 66, RULE_commaExpr, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - _localctx = new CommaNoneContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - - setState(523); - expr(0); - } - _ctx.stop = _input.LT(-1); - setState(530); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,53,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new CommaSimpleContext(new CommaExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_commaExpr); - setState(525); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(526); - match(COMMA); - setState(527); - expr(0); - } - } - } - setState(532); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,53,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class ExprContext extends ParserRuleContext { - public ExprContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_expr; } - - public ExprContext() { } - public void copyFrom(ExprContext ctx) { - super.copyFrom(ctx); - } - } - public static class ExprPtrContext extends ExprContext { - public TerminalNode ASTERISK() { return getToken(KickCParser.ASTERISK, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public ExprPtrContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprPtr(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprPtr(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprPtr(this); - else return visitor.visitChildren(this); - } - } - public static class ExprTypeIdContext extends ExprContext { - public TerminalNode TYPEID() { return getToken(KickCParser.TYPEID, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public ExprTypeIdContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprTypeId(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprTypeId(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprTypeId(this); - else return visitor.visitChildren(this); - } - } - public static class ExprPostModContext extends ExprContext { - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TerminalNode DEC() { return getToken(KickCParser.DEC, 0); } - public TerminalNode INC() { return getToken(KickCParser.INC, 0); } - public ExprPostModContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprPostMod(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprPostMod(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprPostMod(this); - else return visitor.visitChildren(this); - } - } - public static class ExprUnaryContext extends ExprContext { - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TerminalNode PLUS() { return getToken(KickCParser.PLUS, 0); } - public TerminalNode MINUS() { return getToken(KickCParser.MINUS, 0); } - public TerminalNode LOGIC_NOT() { return getToken(KickCParser.LOGIC_NOT, 0); } - public TerminalNode AND() { return getToken(KickCParser.AND, 0); } - public TerminalNode BIT_NOT() { return getToken(KickCParser.BIT_NOT, 0); } - public ExprUnaryContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprUnary(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprUnary(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprUnary(this); - else return visitor.visitChildren(this); - } - } - public static class ExprNumberContext extends ExprContext { - public TerminalNode NUMBER() { return getToken(KickCParser.NUMBER, 0); } - public ExprNumberContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprNumber(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprNumber(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprNumber(this); - else return visitor.visitChildren(this); - } - } - public static class ExprArrowContext extends ExprContext { - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TerminalNode ARROW() { return getToken(KickCParser.ARROW, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public ExprArrowContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprArrow(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprArrow(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprArrow(this); - else return visitor.visitChildren(this); - } - } - public static class ExprCastContext extends ExprContext { - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public ExprCastContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprCast(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprCast(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprCast(this); - else return visitor.visitChildren(this); - } - } - public static class ExprParContext extends ExprContext { - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ExprParContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprPar(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprPar(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprPar(this); - else return visitor.visitChildren(this); - } - } - public static class ExprIdContext extends ExprContext { - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public ExprIdContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprId(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprId(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprId(this); - else return visitor.visitChildren(this); - } - } - public static class ExprTernaryContext extends ExprContext { - public List expr() { - return getRuleContexts(ExprContext.class); - } - public ExprContext expr(int i) { - return getRuleContext(ExprContext.class,i); - } - public TerminalNode CONDITION() { return getToken(KickCParser.CONDITION, 0); } - public TerminalNode COLON() { return getToken(KickCParser.COLON, 0); } - public ExprTernaryContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprTernary(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprTernary(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprTernary(this); - else return visitor.visitChildren(this); - } - } - public static class ExprAssignmentContext extends ExprContext { - public List expr() { - return getRuleContexts(ExprContext.class); - } - public ExprContext expr(int i) { - return getRuleContext(ExprContext.class,i); - } - public TerminalNode ASSIGN() { return getToken(KickCParser.ASSIGN, 0); } - public ExprAssignmentContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprAssignment(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprAssignment(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprAssignment(this); - else return visitor.visitChildren(this); - } - } - public static class ExprPreModContext extends ExprContext { - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TerminalNode DEC() { return getToken(KickCParser.DEC, 0); } - public TerminalNode INC() { return getToken(KickCParser.INC, 0); } - public ExprPreModContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprPreMod(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprPreMod(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprPreMod(this); - else return visitor.visitChildren(this); - } - } - public static class ExprBinaryContext extends ExprContext { - public List expr() { - return getRuleContexts(ExprContext.class); - } - public ExprContext expr(int i) { - return getRuleContext(ExprContext.class,i); - } - public TerminalNode SHIFT_LEFT() { return getToken(KickCParser.SHIFT_LEFT, 0); } - public TerminalNode SHIFT_RIGHT() { return getToken(KickCParser.SHIFT_RIGHT, 0); } - public TerminalNode ASTERISK() { return getToken(KickCParser.ASTERISK, 0); } - public TerminalNode DIVIDE() { return getToken(KickCParser.DIVIDE, 0); } - public TerminalNode MODULO() { return getToken(KickCParser.MODULO, 0); } - public TerminalNode PLUS() { return getToken(KickCParser.PLUS, 0); } - public TerminalNode MINUS() { return getToken(KickCParser.MINUS, 0); } - public TerminalNode EQUAL() { return getToken(KickCParser.EQUAL, 0); } - public TerminalNode NOT_EQUAL() { return getToken(KickCParser.NOT_EQUAL, 0); } - public TerminalNode LESS_THAN() { return getToken(KickCParser.LESS_THAN, 0); } - public TerminalNode LESS_THAN_EQUAL() { return getToken(KickCParser.LESS_THAN_EQUAL, 0); } - public TerminalNode GREATER_THAN_EQUAL() { return getToken(KickCParser.GREATER_THAN_EQUAL, 0); } - public TerminalNode GREATER_THAN() { return getToken(KickCParser.GREATER_THAN, 0); } - public TerminalNode AND() { return getToken(KickCParser.AND, 0); } - public TerminalNode BIT_XOR() { return getToken(KickCParser.BIT_XOR, 0); } - public TerminalNode BIT_OR() { return getToken(KickCParser.BIT_OR, 0); } - public TerminalNode LOGIC_AND() { return getToken(KickCParser.LOGIC_AND, 0); } - public TerminalNode LOGIC_OR() { return getToken(KickCParser.LOGIC_OR, 0); } - public ExprBinaryContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprBinary(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprBinary(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprBinary(this); - else return visitor.visitChildren(this); - } - } - public static class ExprTypeIdTypeContext extends ExprContext { - public TerminalNode TYPEID() { return getToken(KickCParser.TYPEID, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ExprTypeIdTypeContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprTypeIdType(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprTypeIdType(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprTypeIdType(this); - else return visitor.visitChildren(this); - } - } - public static class ExprCharContext extends ExprContext { - public TerminalNode CHAR() { return getToken(KickCParser.CHAR, 0); } - public ExprCharContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprChar(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprChar(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprChar(this); - else return visitor.visitChildren(this); - } - } - public static class ExprDotContext extends ExprContext { - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TerminalNode DOT() { return getToken(KickCParser.DOT, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public ExprDotContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprDot(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprDot(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprDot(this); - else return visitor.visitChildren(this); - } - } - public static class ExprSizeOfTypeContext extends ExprContext { - public TerminalNode SIZEOF() { return getToken(KickCParser.SIZEOF, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ExprSizeOfTypeContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprSizeOfType(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprSizeOfType(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprSizeOfType(this); - else return visitor.visitChildren(this); - } - } - public static class InitListContext extends ExprContext { - public TerminalNode CURLY_BEGIN() { return getToken(KickCParser.CURLY_BEGIN, 0); } - public List expr() { - return getRuleContexts(ExprContext.class); - } - public ExprContext expr(int i) { - return getRuleContext(ExprContext.class,i); - } - public TerminalNode CURLY_END() { return getToken(KickCParser.CURLY_END, 0); } - public List COMMA() { return getTokens(KickCParser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(KickCParser.COMMA, i); - } - public InitListContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterInitList(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitInitList(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitInitList(this); - else return visitor.visitChildren(this); - } - } - public static class ExprCallContext extends ExprContext { - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ParameterListContext parameterList() { - return getRuleContext(ParameterListContext.class,0); - } - public ExprCallContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprCall(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprCall(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprCall(this); - else return visitor.visitChildren(this); - } - } - public static class ExprSizeOfContext extends ExprContext { - public TerminalNode SIZEOF() { return getToken(KickCParser.SIZEOF, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public ExprSizeOfContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprSizeOf(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprSizeOf(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprSizeOf(this); - else return visitor.visitChildren(this); - } - } - public static class ExprStringContext extends ExprContext { - public List STRING() { return getTokens(KickCParser.STRING); } - public TerminalNode STRING(int i) { - return getToken(KickCParser.STRING, i); - } - public ExprStringContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprString(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprString(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprString(this); - else return visitor.visitChildren(this); - } - } - public static class ExprAssignmentCompoundContext extends ExprContext { - public List expr() { - return getRuleContexts(ExprContext.class); - } - public ExprContext expr(int i) { - return getRuleContext(ExprContext.class,i); - } - public TerminalNode ASSIGN_COMPOUND() { return getToken(KickCParser.ASSIGN_COMPOUND, 0); } - public ExprAssignmentCompoundContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprAssignmentCompound(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprAssignmentCompound(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprAssignmentCompound(this); - else return visitor.visitChildren(this); - } - } - public static class ExprBoolContext extends ExprContext { - public TerminalNode BOOLEAN() { return getToken(KickCParser.BOOLEAN, 0); } - public ExprBoolContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprBool(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprBool(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprBool(this); - else return visitor.visitChildren(this); - } - } - public static class ExprDefinedContext extends ExprContext { - public TerminalNode DEFINED() { return getToken(KickCParser.DEFINED, 0); } - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public ExprDefinedContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprDefined(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprDefined(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprDefined(this); - else return visitor.visitChildren(this); - } - } - public static class ExprArrayContext extends ExprContext { - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public TerminalNode BRACKET_BEGIN() { return getToken(KickCParser.BRACKET_BEGIN, 0); } - public CommaExprContext commaExpr() { - return getRuleContext(CommaExprContext.class,0); - } - public TerminalNode BRACKET_END() { return getToken(KickCParser.BRACKET_END, 0); } - public ExprArrayContext(ExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterExprArray(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitExprArray(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitExprArray(this); - else return visitor.visitChildren(this); - } - } - - public final ExprContext expr() throws RecognitionException { - return expr(0); - } - - private ExprContext expr(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - ExprContext _localctx = new ExprContext(_ctx, _parentState); - ExprContext _prevctx = _localctx; - int _startState = 68; - enterRecursionRule(_localctx, 68, RULE_expr, _p); - int _la; - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(594); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,59,_ctx) ) { - case 1: - { - _localctx = new ExprParContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - - setState(534); - match(PAR_BEGIN); - setState(535); - commaExpr(0); - setState(536); - match(PAR_END); - } - break; - case 2: - { - _localctx = new ExprSizeOfTypeContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(538); - match(SIZEOF); - setState(539); - match(PAR_BEGIN); - setState(540); - typeName(); - setState(541); - match(PAR_END); - } - break; - case 3: - { - _localctx = new ExprSizeOfContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(543); - match(SIZEOF); - setState(544); - expr(28); - } - break; - case 4: - { - _localctx = new ExprTypeIdTypeContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(545); - match(TYPEID); - setState(546); - match(PAR_BEGIN); - setState(547); - typeName(); - setState(548); - match(PAR_END); - } - break; - case 5: - { - _localctx = new ExprTypeIdContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(550); - match(TYPEID); - setState(551); - expr(26); - } - break; - case 6: - { - _localctx = new ExprDefinedContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(552); - match(DEFINED); - setState(554); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==PAR_BEGIN) { - { - setState(553); - match(PAR_BEGIN); - } - } - - setState(556); - match(NAME); - setState(558); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,55,_ctx) ) { - case 1: - { - setState(557); - match(PAR_END); - } - break; - } - } - break; - case 7: - { - _localctx = new ExprCastContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(560); - match(PAR_BEGIN); - setState(561); - typeName(); - setState(562); - match(PAR_END); - setState(563); - expr(23); - } - break; - case 8: - { - _localctx = new ExprPreModContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(565); - _la = _input.LA(1); - if ( !(_la==INC || _la==DEC) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(566); - expr(22); - } - break; - case 9: - { - _localctx = new ExprPtrContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(567); - match(ASTERISK); - setState(568); - expr(20); - } - break; - case 10: - { - _localctx = new ExprUnaryContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(569); - _la = _input.LA(1); - if ( !(((((_la - 16)) & ~0x3f) == 0 && ((1L << (_la - 16)) & ((1L << (PLUS - 16)) | (1L << (MINUS - 16)) | (1L << (AND - 16)) | (1L << (BIT_NOT - 16)) | (1L << (LOGIC_NOT - 16)))) != 0)) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(570); - expr(19); - } - break; - case 11: - { - _localctx = new InitListContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(571); - match(CURLY_BEGIN); - setState(572); - expr(0); - setState(577); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,56,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(573); - match(COMMA); - setState(574); - expr(0); - } - } - } - setState(579); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,56,_ctx); - } - setState(581); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==COMMA) { - { - setState(580); - match(COMMA); - } - } - - setState(583); - match(CURLY_END); - } - break; - case 12: - { - _localctx = new ExprIdContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(585); - match(NAME); - } - break; - case 13: - { - _localctx = new ExprNumberContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(586); - match(NUMBER); - } - break; - case 14: - { - _localctx = new ExprStringContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(588); - _errHandler.sync(this); - _alt = 1; - do { - switch (_alt) { - case 1: - { - { - setState(587); - match(STRING); - } - } - break; - default: - throw new NoViableAltException(this); - } - setState(590); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,58,_ctx); - } while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ); - } - break; - case 15: - { - _localctx = new ExprCharContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(592); - match(CHAR); - } - break; - case 16: - { - _localctx = new ExprBoolContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(593); - match(BOOLEAN); - } - break; - } - _ctx.stop = _input.LT(-1); - setState(656); - _errHandler.sync(this); - _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(); - _prevctx = _localctx; - { - setState(654); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,61,_ctx) ) { - case 1: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(596); - if (!(precpred(_ctx, 18))) throw new FailedPredicateException(this, "precpred(_ctx, 18)"); - setState(597); - _la = _input.LA(1); - if ( !(_la==SHIFT_LEFT || _la==SHIFT_RIGHT) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(598); - expr(19); - } - break; - case 2: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(599); - if (!(precpred(_ctx, 17))) throw new FailedPredicateException(this, "precpred(_ctx, 17)"); - setState(600); - _la = _input.LA(1); - if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ASTERISK) | (1L << DIVIDE) | (1L << MODULO))) != 0)) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(601); - expr(18); - } - break; - case 3: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(602); - if (!(precpred(_ctx, 16))) throw new FailedPredicateException(this, "precpred(_ctx, 16)"); - setState(603); - _la = _input.LA(1); - if ( !(_la==PLUS || _la==MINUS) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(604); - expr(17); - } - break; - case 4: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(605); - if (!(precpred(_ctx, 15))) throw new FailedPredicateException(this, "precpred(_ctx, 15)"); - setState(606); - _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); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(607); - expr(16); - } - break; - case 5: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(608); - if (!(precpred(_ctx, 14))) throw new FailedPredicateException(this, "precpred(_ctx, 14)"); - { - setState(609); - match(AND); - } - setState(610); - expr(15); - } - break; - case 6: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(611); - if (!(precpred(_ctx, 13))) throw new FailedPredicateException(this, "precpred(_ctx, 13)"); - { - setState(612); - match(BIT_XOR); - } - setState(613); - expr(14); - } - break; - case 7: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(614); - if (!(precpred(_ctx, 12))) throw new FailedPredicateException(this, "precpred(_ctx, 12)"); - { - setState(615); - match(BIT_OR); - } - setState(616); - expr(13); - } - break; - case 8: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(617); - if (!(precpred(_ctx, 11))) throw new FailedPredicateException(this, "precpred(_ctx, 11)"); - { - setState(618); - match(LOGIC_AND); - } - setState(619); - expr(12); - } - break; - case 9: - { - _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(620); - if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); - { - setState(621); - match(LOGIC_OR); - } - setState(622); - expr(11); - } - break; - case 10: - { - _localctx = new ExprTernaryContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(623); - if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(624); - match(CONDITION); - setState(625); - expr(0); - setState(626); - match(COLON); - setState(627); - expr(10); - } - break; - case 11: - { - _localctx = new ExprAssignmentContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(629); - if (!(precpred(_ctx, 8))) throw new FailedPredicateException(this, "precpred(_ctx, 8)"); - setState(630); - match(ASSIGN); - setState(631); - expr(8); - } - break; - case 12: - { - _localctx = new ExprAssignmentCompoundContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(632); - if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(633); - match(ASSIGN_COMPOUND); - setState(634); - expr(7); - } - break; - case 13: - { - _localctx = new ExprDotContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(635); - if (!(precpred(_ctx, 32))) throw new FailedPredicateException(this, "precpred(_ctx, 32)"); - setState(636); - match(DOT); - setState(637); - match(NAME); - } - break; - case 14: - { - _localctx = new ExprArrowContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(638); - if (!(precpred(_ctx, 31))) throw new FailedPredicateException(this, "precpred(_ctx, 31)"); - setState(639); - match(ARROW); - setState(640); - match(NAME); - } - break; - case 15: - { - _localctx = new ExprCallContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(641); - if (!(precpred(_ctx, 30))) throw new FailedPredicateException(this, "precpred(_ctx, 30)"); - setState(642); - match(PAR_BEGIN); - setState(644); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT))) != 0) || ((((_la - 73)) & ~0x3f) == 0 && ((1L << (_la - 73)) & ((1L << (SIZEOF - 73)) | (1L << (TYPEID - 73)) | (1L << (DEFINED - 73)) | (1L << (LOGIC_NOT - 73)) | (1L << (BOOLEAN - 73)) | (1L << (NUMBER - 73)) | (1L << (NAME - 73)) | (1L << (STRING - 73)) | (1L << (CHAR - 73)))) != 0)) { - { - setState(643); - parameterList(); - } - } - - setState(646); - match(PAR_END); - } - break; - case 16: - { - _localctx = new ExprArrayContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(647); - if (!(precpred(_ctx, 24))) throw new FailedPredicateException(this, "precpred(_ctx, 24)"); - setState(648); - match(BRACKET_BEGIN); - setState(649); - commaExpr(0); - setState(650); - match(BRACKET_END); - } - break; - case 17: - { - _localctx = new ExprPostModContext(new ExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(652); - if (!(precpred(_ctx, 21))) throw new FailedPredicateException(this, "precpred(_ctx, 21)"); - setState(653); - _la = _input.LA(1); - if ( !(_la==INC || _la==DEC) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - } - break; - } - } - } - setState(658); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,62,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class ParameterListContext extends ParserRuleContext { - public List expr() { - return getRuleContexts(ExprContext.class); - } - public ExprContext expr(int i) { - return getRuleContext(ExprContext.class,i); - } - public List COMMA() { return getTokens(KickCParser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(KickCParser.COMMA, i); - } - public ParameterListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_parameterList; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterParameterList(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitParameterList(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitParameterList(this); - else return visitor.visitChildren(this); - } - } - - public final ParameterListContext parameterList() throws RecognitionException { - ParameterListContext _localctx = new ParameterListContext(_ctx, getState()); - enterRule(_localctx, 70, RULE_parameterList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(659); - expr(0); - setState(664); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(660); - match(COMMA); - setState(661); - expr(0); - } - } - setState(666); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class KasmContentContext extends ParserRuleContext { - public TerminalNode KICKASM() { return getToken(KickCParser.KICKASM, 0); } - public TerminalNode KICKASM_BODY() { return getToken(KickCParser.KICKASM_BODY, 0); } - public AsmDirectivesContext asmDirectives() { - return getRuleContext(AsmDirectivesContext.class,0); - } - public KasmContentContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_kasmContent; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterKasmContent(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitKasmContent(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitKasmContent(this); - else return visitor.visitChildren(this); - } - } - - public final KasmContentContext kasmContent() throws RecognitionException { - KasmContentContext _localctx = new KasmContentContext(_ctx, getState()); - enterRule(_localctx, 72, RULE_kasmContent); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(667); - match(KICKASM); - setState(669); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==PAR_BEGIN) { - { - setState(668); - asmDirectives(); - } - } - - setState(671); - match(KICKASM_BODY); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmDirectivesContext extends ParserRuleContext { - public TerminalNode PAR_BEGIN() { return getToken(KickCParser.PAR_BEGIN, 0); } - public List asmDirective() { - return getRuleContexts(AsmDirectiveContext.class); - } - public AsmDirectiveContext asmDirective(int i) { - return getRuleContext(AsmDirectiveContext.class,i); - } - public TerminalNode PAR_END() { return getToken(KickCParser.PAR_END, 0); } - public List COMMA() { return getTokens(KickCParser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(KickCParser.COMMA, i); - } - public AsmDirectivesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmDirectives; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmDirectives(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmDirectives(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmDirectives(this); - else return visitor.visitChildren(this); - } - } - - public final AsmDirectivesContext asmDirectives() throws RecognitionException { - AsmDirectivesContext _localctx = new AsmDirectivesContext(_ctx, getState()); - enterRule(_localctx, 74, RULE_asmDirectives); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(673); - match(PAR_BEGIN); - setState(674); - asmDirective(); - setState(679); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(675); - match(COMMA); - setState(676); - asmDirective(); - } - } - setState(681); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(682); - match(PAR_END); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmDirectiveContext extends ParserRuleContext { - public AsmDirectiveContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmDirective; } - - public AsmDirectiveContext() { } - public void copyFrom(AsmDirectiveContext ctx) { - super.copyFrom(ctx); - } - } - public static class AsmDirectiveStringContext extends AsmDirectiveContext { - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public TerminalNode STRING() { return getToken(KickCParser.STRING, 0); } - public AsmDirectiveStringContext(AsmDirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmDirectiveString(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmDirectiveString(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmDirectiveString(this); - else return visitor.visitChildren(this); - } - } - public static class AsmDirectiveNameContext extends AsmDirectiveContext { - public List NAME() { return getTokens(KickCParser.NAME); } - public TerminalNode NAME(int i) { - return getToken(KickCParser.NAME, i); - } - public AsmDirectiveNameContext(AsmDirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmDirectiveName(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmDirectiveName(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmDirectiveName(this); - else return visitor.visitChildren(this); - } - } - public static class AsmDirectiveExprContext extends AsmDirectiveContext { - public TerminalNode NAME() { return getToken(KickCParser.NAME, 0); } - public ExprContext expr() { - return getRuleContext(ExprContext.class,0); - } - public AsmDirectiveExprContext(AsmDirectiveContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmDirectiveExpr(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmDirectiveExpr(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmDirectiveExpr(this); - else return visitor.visitChildren(this); - } - } - - public final AsmDirectiveContext asmDirective() throws RecognitionException { - AsmDirectiveContext _localctx = new AsmDirectiveContext(_ctx, getState()); - enterRule(_localctx, 76, RULE_asmDirective); - try { - setState(690); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,66,_ctx) ) { - case 1: - _localctx = new AsmDirectiveStringContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(684); - match(NAME); - setState(685); - match(STRING); - } - break; - case 2: - _localctx = new AsmDirectiveNameContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(686); - match(NAME); - setState(687); - match(NAME); - } - break; - case 3: - _localctx = new AsmDirectiveExprContext(_localctx); - enterOuterAlt(_localctx, 3); - { - setState(688); - match(NAME); - setState(689); - expr(0); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmLinesContext extends ParserRuleContext { - public List asmLine() { - return getRuleContexts(AsmLineContext.class); - } - public AsmLineContext asmLine(int i) { - return getRuleContext(AsmLineContext.class,i); - } - public AsmLinesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmLines; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmLines(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmLines(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmLines(this); - else return visitor.visitChildren(this); - } - } - - public final AsmLinesContext asmLines() throws RecognitionException { - AsmLinesContext _localctx = new AsmLinesContext(_ctx, getState()); - enterRule(_localctx, 78, RULE_asmLines); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(695); - _errHandler.sync(this); - _la = _input.LA(1); - while (((((_la - 111)) & ~0x3f) == 0 && ((1L << (_la - 111)) & ((1L << (ASM_BYTE - 111)) | (1L << (ASM_MNEMONIC - 111)) | (1L << (ASM_CURLY_BEGIN - 111)) | (1L << (ASM_MULTI_NAME - 111)) | (1L << (ASM_NAME - 111)))) != 0)) { - { - { - setState(692); - asmLine(); - } - } - setState(697); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmLineContext extends ParserRuleContext { - public AsmLabelContext asmLabel() { - return getRuleContext(AsmLabelContext.class,0); - } - public AsmInstructionContext asmInstruction() { - return getRuleContext(AsmInstructionContext.class,0); - } - public AsmBytesContext asmBytes() { - return getRuleContext(AsmBytesContext.class,0); - } - public AsmLineContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmLine; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmLine(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmLine(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmLine(this); - else return visitor.visitChildren(this); - } - } - - public final AsmLineContext asmLine() throws RecognitionException { - AsmLineContext _localctx = new AsmLineContext(_ctx, getState()); - enterRule(_localctx, 80, RULE_asmLine); - try { - setState(701); - _errHandler.sync(this); - switch (_input.LA(1)) { - case ASM_CURLY_BEGIN: - case ASM_MULTI_NAME: - case ASM_NAME: - enterOuterAlt(_localctx, 1); - { - setState(698); - asmLabel(); - } - break; - case ASM_MNEMONIC: - enterOuterAlt(_localctx, 2); - { - setState(699); - asmInstruction(); - } - break; - case ASM_BYTE: - enterOuterAlt(_localctx, 3); - { - setState(700); - asmBytes(); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmLabelContext extends ParserRuleContext { - public AsmLabelContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmLabel; } - - public AsmLabelContext() { } - public void copyFrom(AsmLabelContext ctx) { - super.copyFrom(ctx); - } - } - public static class AsmLabelNameContext extends AsmLabelContext { - public TerminalNode ASM_NAME() { return getToken(KickCParser.ASM_NAME, 0); } - public TerminalNode ASM_COLON() { return getToken(KickCParser.ASM_COLON, 0); } - public List ASM_TAG() { return getTokens(KickCParser.ASM_TAG); } - public TerminalNode ASM_TAG(int i) { - return getToken(KickCParser.ASM_TAG, i); - } - public AsmLabelNameContext(AsmLabelContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmLabelName(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmLabelName(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmLabelName(this); - else return visitor.visitChildren(this); - } - } - public static class AsmLabelMultiContext extends AsmLabelContext { - public TerminalNode ASM_MULTI_NAME() { return getToken(KickCParser.ASM_MULTI_NAME, 0); } - public TerminalNode ASM_COLON() { return getToken(KickCParser.ASM_COLON, 0); } - public List ASM_TAG() { return getTokens(KickCParser.ASM_TAG); } - public TerminalNode ASM_TAG(int i) { - return getToken(KickCParser.ASM_TAG, i); - } - public AsmLabelMultiContext(AsmLabelContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmLabelMulti(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmLabelMulti(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmLabelMulti(this); - else return visitor.visitChildren(this); - } - } - public static class AsmLabelReplaceContext extends AsmLabelContext { - public TerminalNode ASM_CURLY_BEGIN() { return getToken(KickCParser.ASM_CURLY_BEGIN, 0); } - public TerminalNode ASM_NAME() { return getToken(KickCParser.ASM_NAME, 0); } - public TerminalNode ASM_CURLY_END() { return getToken(KickCParser.ASM_CURLY_END, 0); } - public TerminalNode ASM_COLON() { return getToken(KickCParser.ASM_COLON, 0); } - public List ASM_TAG() { return getTokens(KickCParser.ASM_TAG); } - public TerminalNode ASM_TAG(int i) { - return getToken(KickCParser.ASM_TAG, i); - } - public AsmLabelReplaceContext(AsmLabelContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmLabelReplace(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmLabelReplace(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmLabelReplace(this); - else return visitor.visitChildren(this); - } - } - - public final AsmLabelContext asmLabel() throws RecognitionException { - AsmLabelContext _localctx = new AsmLabelContext(_ctx, getState()); - enterRule(_localctx, 82, RULE_asmLabel); - int _la; - try { - setState(729); - _errHandler.sync(this); - switch (_input.LA(1)) { - case ASM_NAME: - _localctx = new AsmLabelNameContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(703); - match(ASM_NAME); - setState(704); - match(ASM_COLON); - setState(708); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==ASM_TAG) { - { - { - setState(705); - match(ASM_TAG); - } - } - setState(710); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - break; - case ASM_CURLY_BEGIN: - _localctx = new AsmLabelReplaceContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(711); - match(ASM_CURLY_BEGIN); - setState(712); - match(ASM_NAME); - setState(713); - match(ASM_CURLY_END); - setState(714); - match(ASM_COLON); - setState(718); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==ASM_TAG) { - { - { - setState(715); - match(ASM_TAG); - } - } - setState(720); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - break; - case ASM_MULTI_NAME: - _localctx = new AsmLabelMultiContext(_localctx); - enterOuterAlt(_localctx, 3); - { - setState(721); - match(ASM_MULTI_NAME); - setState(722); - match(ASM_COLON); - setState(726); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==ASM_TAG) { - { - { - setState(723); - match(ASM_TAG); - } - } - setState(728); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmInstructionContext extends ParserRuleContext { - public TerminalNode ASM_MNEMONIC() { return getToken(KickCParser.ASM_MNEMONIC, 0); } - public AsmParamModeContext asmParamMode() { - return getRuleContext(AsmParamModeContext.class,0); - } - public List ASM_TAG() { return getTokens(KickCParser.ASM_TAG); } - public TerminalNode ASM_TAG(int i) { - return getToken(KickCParser.ASM_TAG, i); - } - public AsmInstructionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmInstruction; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmInstruction(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmInstruction(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmInstruction(this); - else return visitor.visitChildren(this); - } - } - - public final AsmInstructionContext asmInstruction() throws RecognitionException { - AsmInstructionContext _localctx = new AsmInstructionContext(_ctx, getState()); - enterRule(_localctx, 84, RULE_asmInstruction); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(731); - match(ASM_MNEMONIC); - setState(733); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,73,_ctx) ) { - case 1: - { - setState(732); - asmParamMode(); - } - break; - } - setState(738); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==ASM_TAG) { - { - { - setState(735); - match(ASM_TAG); - } - } - setState(740); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmBytesContext extends ParserRuleContext { - public TerminalNode ASM_BYTE() { return getToken(KickCParser.ASM_BYTE, 0); } - public List asmExpr() { - return getRuleContexts(AsmExprContext.class); - } - public AsmExprContext asmExpr(int i) { - return getRuleContext(AsmExprContext.class,i); - } - public List ASM_COMMA() { return getTokens(KickCParser.ASM_COMMA); } - public TerminalNode ASM_COMMA(int i) { - return getToken(KickCParser.ASM_COMMA, i); - } - public List ASM_TAG() { return getTokens(KickCParser.ASM_TAG); } - public TerminalNode ASM_TAG(int i) { - return getToken(KickCParser.ASM_TAG, i); - } - public AsmBytesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmBytes; } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmBytes(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmBytes(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmBytes(this); - else return visitor.visitChildren(this); - } - } - - public final AsmBytesContext asmBytes() throws RecognitionException { - AsmBytesContext _localctx = new AsmBytesContext(_ctx, getState()); - enterRule(_localctx, 86, RULE_asmBytes); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(741); - match(ASM_BYTE); - setState(742); - asmExpr(0); - setState(747); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==ASM_COMMA) { - { - { - setState(743); - match(ASM_COMMA); - setState(744); - asmExpr(0); - } - } - setState(749); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(753); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==ASM_TAG) { - { - { - setState(750); - match(ASM_TAG); - } - } - setState(755); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmParamModeContext extends ParserRuleContext { - public AsmParamModeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmParamMode; } - - public AsmParamModeContext() { } - public void copyFrom(AsmParamModeContext ctx) { - super.copyFrom(ctx); - } - } - public static class AsmModeImmContext extends AsmParamModeContext { - public TerminalNode ASM_IMM() { return getToken(KickCParser.ASM_IMM, 0); } - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public AsmModeImmContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeImm(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeImm(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeImm(this); - else return visitor.visitChildren(this); - } - } - public static class AsmModeSPIndIdxContext extends AsmParamModeContext { - public TerminalNode ASM_PAR_BEGIN() { return getToken(KickCParser.ASM_PAR_BEGIN, 0); } - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public List ASM_COMMA() { return getTokens(KickCParser.ASM_COMMA); } - public TerminalNode ASM_COMMA(int i) { - return getToken(KickCParser.ASM_COMMA, i); - } - public List ASM_NAME() { return getTokens(KickCParser.ASM_NAME); } - public TerminalNode ASM_NAME(int i) { - return getToken(KickCParser.ASM_NAME, i); - } - public TerminalNode ASM_PAR_END() { return getToken(KickCParser.ASM_PAR_END, 0); } - public AsmModeSPIndIdxContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeSPIndIdx(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeSPIndIdx(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeSPIndIdx(this); - else return visitor.visitChildren(this); - } - } - public static class AsmModeIndLongContext extends AsmParamModeContext { - public List ASM_PAR_BEGIN() { return getTokens(KickCParser.ASM_PAR_BEGIN); } - public TerminalNode ASM_PAR_BEGIN(int i) { - return getToken(KickCParser.ASM_PAR_BEGIN, i); - } - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public List ASM_PAR_END() { return getTokens(KickCParser.ASM_PAR_END); } - public TerminalNode ASM_PAR_END(int i) { - return getToken(KickCParser.ASM_PAR_END, i); - } - public AsmModeIndLongContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeIndLong(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeIndLong(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeIndLong(this); - else return visitor.visitChildren(this); - } - } - public static class AsmModeAbsXYContext extends AsmParamModeContext { - public List asmExpr() { - return getRuleContexts(AsmExprContext.class); - } - public AsmExprContext asmExpr(int i) { - return getRuleContext(AsmExprContext.class,i); - } - public TerminalNode ASM_COMMA() { return getToken(KickCParser.ASM_COMMA, 0); } - public AsmModeAbsXYContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeAbsXY(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeAbsXY(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeAbsXY(this); - else return visitor.visitChildren(this); - } - } - public static class AsmModeIndLongIdxXYContext extends AsmParamModeContext { - public List ASM_PAR_BEGIN() { return getTokens(KickCParser.ASM_PAR_BEGIN); } - public TerminalNode ASM_PAR_BEGIN(int i) { - return getToken(KickCParser.ASM_PAR_BEGIN, i); - } - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public List ASM_PAR_END() { return getTokens(KickCParser.ASM_PAR_END); } - public TerminalNode ASM_PAR_END(int i) { - return getToken(KickCParser.ASM_PAR_END, i); - } - public TerminalNode ASM_COMMA() { return getToken(KickCParser.ASM_COMMA, 0); } - public TerminalNode ASM_NAME() { return getToken(KickCParser.ASM_NAME, 0); } - public AsmModeIndLongIdxXYContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeIndLongIdxXY(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeIndLongIdxXY(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeIndLongIdxXY(this); - else return visitor.visitChildren(this); - } - } - public static class AsmModeIdxIndXYContext extends AsmParamModeContext { - public TerminalNode ASM_PAR_BEGIN() { return getToken(KickCParser.ASM_PAR_BEGIN, 0); } - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public TerminalNode ASM_COMMA() { return getToken(KickCParser.ASM_COMMA, 0); } - public TerminalNode ASM_NAME() { return getToken(KickCParser.ASM_NAME, 0); } - public TerminalNode ASM_PAR_END() { return getToken(KickCParser.ASM_PAR_END, 0); } - public AsmModeIdxIndXYContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeIdxIndXY(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeIdxIndXY(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeIdxIndXY(this); - else return visitor.visitChildren(this); - } - } - public static class AsmModeIndContext extends AsmParamModeContext { - public TerminalNode ASM_PAR_BEGIN() { return getToken(KickCParser.ASM_PAR_BEGIN, 0); } - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public TerminalNode ASM_PAR_END() { return getToken(KickCParser.ASM_PAR_END, 0); } - public AsmModeIndContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeInd(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeInd(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeInd(this); - else return visitor.visitChildren(this); - } - } - public static class AsmModeAbsContext extends AsmParamModeContext { - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public AsmModeAbsContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeAbs(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeAbs(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeAbs(this); - else return visitor.visitChildren(this); - } - } - public static class AsmModeIndIdxXYContext extends AsmParamModeContext { - public TerminalNode ASM_PAR_BEGIN() { return getToken(KickCParser.ASM_PAR_BEGIN, 0); } - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public TerminalNode ASM_PAR_END() { return getToken(KickCParser.ASM_PAR_END, 0); } - public TerminalNode ASM_COMMA() { return getToken(KickCParser.ASM_COMMA, 0); } - public TerminalNode ASM_NAME() { return getToken(KickCParser.ASM_NAME, 0); } - public AsmModeIndIdxXYContext(AsmParamModeContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmModeIndIdxXY(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmModeIndIdxXY(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmModeIndIdxXY(this); - else return visitor.visitChildren(this); - } - } - - public final AsmParamModeContext asmParamMode() throws RecognitionException { - AsmParamModeContext _localctx = new AsmParamModeContext(_ctx, getState()); - enterRule(_localctx, 88, RULE_asmParamMode); - try { - setState(801); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,77,_ctx) ) { - case 1: - _localctx = new AsmModeAbsContext(_localctx); - enterOuterAlt(_localctx, 1); - { - setState(756); - asmExpr(0); - } - break; - case 2: - _localctx = new AsmModeImmContext(_localctx); - enterOuterAlt(_localctx, 2); - { - setState(757); - match(ASM_IMM); - setState(758); - asmExpr(0); - } - break; - case 3: - _localctx = new AsmModeAbsXYContext(_localctx); - enterOuterAlt(_localctx, 3); - { - setState(759); - asmExpr(0); - setState(760); - match(ASM_COMMA); - setState(761); - asmExpr(0); - } - break; - case 4: - _localctx = new AsmModeIndIdxXYContext(_localctx); - enterOuterAlt(_localctx, 4); - { - setState(763); - match(ASM_PAR_BEGIN); - setState(764); - asmExpr(0); - setState(765); - match(ASM_PAR_END); - setState(766); - match(ASM_COMMA); - setState(767); - match(ASM_NAME); - } - break; - case 5: - _localctx = new AsmModeIndLongIdxXYContext(_localctx); - enterOuterAlt(_localctx, 5); - { - setState(769); - match(ASM_PAR_BEGIN); - setState(770); - match(ASM_PAR_BEGIN); - setState(771); - asmExpr(0); - setState(772); - match(ASM_PAR_END); - setState(773); - match(ASM_PAR_END); - setState(774); - match(ASM_COMMA); - setState(775); - match(ASM_NAME); - } - break; - case 6: - _localctx = new AsmModeSPIndIdxContext(_localctx); - enterOuterAlt(_localctx, 6); - { - setState(777); - match(ASM_PAR_BEGIN); - setState(778); - asmExpr(0); - setState(779); - match(ASM_COMMA); - setState(780); - match(ASM_NAME); - setState(781); - match(ASM_PAR_END); - setState(782); - match(ASM_COMMA); - setState(783); - match(ASM_NAME); - } - break; - case 7: - _localctx = new AsmModeIdxIndXYContext(_localctx); - enterOuterAlt(_localctx, 7); - { - setState(785); - match(ASM_PAR_BEGIN); - setState(786); - asmExpr(0); - setState(787); - match(ASM_COMMA); - setState(788); - match(ASM_NAME); - setState(789); - match(ASM_PAR_END); - } - break; - case 8: - _localctx = new AsmModeIndContext(_localctx); - enterOuterAlt(_localctx, 8); - { - setState(791); - match(ASM_PAR_BEGIN); - setState(792); - asmExpr(0); - setState(793); - match(ASM_PAR_END); - } - break; - case 9: - _localctx = new AsmModeIndLongContext(_localctx); - enterOuterAlt(_localctx, 9); - { - setState(795); - match(ASM_PAR_BEGIN); - setState(796); - match(ASM_PAR_BEGIN); - setState(797); - asmExpr(0); - setState(798); - match(ASM_PAR_END); - setState(799); - match(ASM_PAR_END); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AsmExprContext extends ParserRuleContext { - public AsmExprContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_asmExpr; } - - public AsmExprContext() { } - public void copyFrom(AsmExprContext ctx) { - super.copyFrom(ctx); - } - } - public static class AsmExprReplaceContext extends AsmExprContext { - public TerminalNode ASM_CURLY_BEGIN() { return getToken(KickCParser.ASM_CURLY_BEGIN, 0); } - public TerminalNode ASM_NAME() { return getToken(KickCParser.ASM_NAME, 0); } - public TerminalNode ASM_CURLY_END() { return getToken(KickCParser.ASM_CURLY_END, 0); } - public AsmExprReplaceContext(AsmExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmExprReplace(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmExprReplace(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmExprReplace(this); - else return visitor.visitChildren(this); - } - } - public static class AsmExprLabelRelContext extends AsmExprContext { - public TerminalNode ASM_MULTI_REL() { return getToken(KickCParser.ASM_MULTI_REL, 0); } - public AsmExprLabelRelContext(AsmExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmExprLabelRel(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmExprLabelRel(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmExprLabelRel(this); - else return visitor.visitChildren(this); - } - } - public static class AsmExprParContext extends AsmExprContext { - public TerminalNode ASM_BRACKET_BEGIN() { return getToken(KickCParser.ASM_BRACKET_BEGIN, 0); } - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public TerminalNode ASM_BRACKET_END() { return getToken(KickCParser.ASM_BRACKET_END, 0); } - public AsmExprParContext(AsmExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmExprPar(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmExprPar(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmExprPar(this); - else return visitor.visitChildren(this); - } - } - public static class AsmExprBinaryContext extends AsmExprContext { - public List asmExpr() { - return getRuleContexts(AsmExprContext.class); - } - public AsmExprContext asmExpr(int i) { - return getRuleContext(AsmExprContext.class,i); - } - public TerminalNode ASM_DOT() { return getToken(KickCParser.ASM_DOT, 0); } - public TerminalNode ASM_SHIFT_LEFT() { return getToken(KickCParser.ASM_SHIFT_LEFT, 0); } - public TerminalNode ASM_SHIFT_RIGHT() { return getToken(KickCParser.ASM_SHIFT_RIGHT, 0); } - public TerminalNode ASM_MULTIPLY() { return getToken(KickCParser.ASM_MULTIPLY, 0); } - public TerminalNode ASM_DIVIDE() { return getToken(KickCParser.ASM_DIVIDE, 0); } - public TerminalNode ASM_PLUS() { return getToken(KickCParser.ASM_PLUS, 0); } - public TerminalNode ASM_MINUS() { return getToken(KickCParser.ASM_MINUS, 0); } - public AsmExprBinaryContext(AsmExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmExprBinary(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmExprBinary(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmExprBinary(this); - else return visitor.visitChildren(this); - } - } - public static class AsmExprLabelContext extends AsmExprContext { - public TerminalNode ASM_NAME() { return getToken(KickCParser.ASM_NAME, 0); } - public AsmExprLabelContext(AsmExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmExprLabel(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmExprLabel(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmExprLabel(this); - else return visitor.visitChildren(this); - } - } - public static class AsmExprIntContext extends AsmExprContext { - public TerminalNode ASM_NUMBER() { return getToken(KickCParser.ASM_NUMBER, 0); } - public AsmExprIntContext(AsmExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmExprInt(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmExprInt(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmExprInt(this); - else return visitor.visitChildren(this); - } - } - public static class AsmExprUnaryContext extends AsmExprContext { - public AsmExprContext asmExpr() { - return getRuleContext(AsmExprContext.class,0); - } - public TerminalNode ASM_PLUS() { return getToken(KickCParser.ASM_PLUS, 0); } - public TerminalNode ASM_MINUS() { return getToken(KickCParser.ASM_MINUS, 0); } - public TerminalNode ASM_LESS_THAN() { return getToken(KickCParser.ASM_LESS_THAN, 0); } - public TerminalNode ASM_GREATER_THAN() { return getToken(KickCParser.ASM_GREATER_THAN, 0); } - public AsmExprUnaryContext(AsmExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmExprUnary(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmExprUnary(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmExprUnary(this); - else return visitor.visitChildren(this); - } - } - public static class AsmExprCharContext extends AsmExprContext { - public TerminalNode ASM_CHAR() { return getToken(KickCParser.ASM_CHAR, 0); } - public AsmExprCharContext(AsmExprContext ctx) { copyFrom(ctx); } - @Override - public void enterRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).enterAsmExprChar(this); - } - @Override - public void exitRule(ParseTreeListener listener) { - if ( listener instanceof KickCParserListener ) ((KickCParserListener)listener).exitAsmExprChar(this); - } - @Override - public T accept(ParseTreeVisitor visitor) { - if ( visitor instanceof KickCParserVisitor ) return ((KickCParserVisitor)visitor).visitAsmExprChar(this); - else return visitor.visitChildren(this); - } - } - - public final AsmExprContext asmExpr() throws RecognitionException { - return asmExpr(0); - } - - private AsmExprContext asmExpr(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - AsmExprContext _localctx = new AsmExprContext(_ctx, _parentState); - AsmExprContext _prevctx = _localctx; - int _startState = 90; - enterRecursionRule(_localctx, 90, RULE_asmExpr, _p); - int _la; - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(817); - _errHandler.sync(this); - switch (_input.LA(1)) { - case ASM_BRACKET_BEGIN: - { - _localctx = new AsmExprParContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - - setState(804); - match(ASM_BRACKET_BEGIN); - setState(805); - asmExpr(0); - setState(806); - match(ASM_BRACKET_END); - } - break; - case ASM_PLUS: - case ASM_MINUS: - case ASM_LESS_THAN: - case ASM_GREATER_THAN: - { - _localctx = new AsmExprUnaryContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(808); - _la = _input.LA(1); - if ( !(((((_la - 123)) & ~0x3f) == 0 && ((1L << (_la - 123)) & ((1L << (ASM_PLUS - 123)) | (1L << (ASM_MINUS - 123)) | (1L << (ASM_LESS_THAN - 123)) | (1L << (ASM_GREATER_THAN - 123)))) != 0)) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(809); - asmExpr(8); - } - break; - case ASM_NAME: - { - _localctx = new AsmExprLabelContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(810); - match(ASM_NAME); - } - break; - case ASM_MULTI_REL: - { - _localctx = new AsmExprLabelRelContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(811); - match(ASM_MULTI_REL); - } - break; - case ASM_CURLY_BEGIN: - { - _localctx = new AsmExprReplaceContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(812); - match(ASM_CURLY_BEGIN); - setState(813); - match(ASM_NAME); - setState(814); - match(ASM_CURLY_END); - } - break; - case ASM_NUMBER: - { - _localctx = new AsmExprIntContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(815); - match(ASM_NUMBER); - } - break; - case ASM_CHAR: - { - _localctx = new AsmExprCharContext(_localctx); - _ctx = _localctx; - _prevctx = _localctx; - setState(816); - match(ASM_CHAR); - } - break; - default: - throw new NoViableAltException(this); - } - _ctx.stop = _input.LT(-1); - setState(833); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,80,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - setState(831); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,79,_ctx) ) { - case 1: - { - _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(819); - if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); - { - setState(820); - match(ASM_DOT); - } - setState(821); - asmExpr(11); - } - break; - case 2: - { - _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(822); - if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(823); - _la = _input.LA(1); - if ( !(_la==ASM_SHIFT_LEFT || _la==ASM_SHIFT_RIGHT) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(824); - asmExpr(10); - } - break; - case 3: - { - _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(825); - if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(826); - _la = _input.LA(1); - if ( !(_la==ASM_MULTIPLY || _la==ASM_DIVIDE) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(827); - asmExpr(8); - } - break; - case 4: - { - _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); - pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(828); - if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); - setState(829); - _la = _input.LA(1); - if ( !(_la==ASM_PLUS || _la==ASM_MINUS) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(830); - asmExpr(7); - } - break; - } - } - } - setState(835); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,80,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public boolean sempred(RuleContext _localctx, int ruleIndex, int predIndex) { - switch (ruleIndex) { - case 5: - return declaratorInitList_sempred((DeclaratorInitListContext)_localctx, predIndex); - case 10: - return typeNameDeclarator_sempred((TypeNameDeclaratorContext)_localctx, predIndex); - case 11: - return declarator_sempred((DeclaratorContext)_localctx, predIndex); - case 18: - return enumMemberList_sempred((EnumMemberListContext)_localctx, predIndex); - case 33: - return commaExpr_sempred((CommaExprContext)_localctx, predIndex); - case 34: - return expr_sempred((ExprContext)_localctx, predIndex); - case 45: - return asmExpr_sempred((AsmExprContext)_localctx, predIndex); - } - return true; - } - private boolean declaratorInitList_sempred(DeclaratorInitListContext _localctx, int predIndex) { - switch (predIndex) { - case 0: - return precpred(_ctx, 1); - } - return true; - } - private boolean typeNameDeclarator_sempred(TypeNameDeclaratorContext _localctx, int predIndex) { - switch (predIndex) { - case 1: - return precpred(_ctx, 4); - case 2: - return precpred(_ctx, 3); - } - return true; - } - private boolean declarator_sempred(DeclaratorContext _localctx, int predIndex) { - switch (predIndex) { - case 3: - return precpred(_ctx, 4); - case 4: - return precpred(_ctx, 3); - } - return true; - } - private boolean enumMemberList_sempred(EnumMemberListContext _localctx, int predIndex) { - switch (predIndex) { - case 5: - return precpred(_ctx, 1); - } - return true; - } - private boolean commaExpr_sempred(CommaExprContext _localctx, int predIndex) { - switch (predIndex) { - case 6: - return precpred(_ctx, 1); - } - return true; - } - private boolean expr_sempred(ExprContext _localctx, int predIndex) { - switch (predIndex) { - case 7: - return precpred(_ctx, 18); - case 8: - return precpred(_ctx, 17); - case 9: - return precpred(_ctx, 16); - case 10: - return precpred(_ctx, 15); - case 11: - return precpred(_ctx, 14); - case 12: - return precpred(_ctx, 13); - case 13: - return precpred(_ctx, 12); - case 14: - return precpred(_ctx, 11); - case 15: - return precpred(_ctx, 10); - case 16: - return precpred(_ctx, 9); - case 17: - return precpred(_ctx, 8); - case 18: - return precpred(_ctx, 7); - case 19: - return precpred(_ctx, 32); - case 20: - return precpred(_ctx, 31); - case 21: - return precpred(_ctx, 30); - case 22: - return precpred(_ctx, 24); - case 23: - return precpred(_ctx, 21); - } - return true; - } - private boolean asmExpr_sempred(AsmExprContext _localctx, int predIndex) { - switch (predIndex) { - case 24: - return precpred(_ctx, 10); - case 25: - return precpred(_ctx, 9); - case 26: - return precpred(_ctx, 7); - case 27: - return precpred(_ctx, 6); - } - return true; - } - - public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009a\u0347\4\2\t"+ - "\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13"+ - "\t\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ - "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ - "\4\32\t\32\4\33\t\33\4\34\t\34\4\35\t\35\4\36\t\36\4\37\t\37\4 \t \4!"+ - "\t!\4\"\t\"\4#\t#\4$\t$\4%\t%\4&\t&\4\'\t\'\4(\t(\4)\t)\4*\t*\4+\t+\4"+ - ",\t,\4-\t-\4.\t.\4/\t/\3\2\3\2\3\2\3\3\3\3\3\3\3\4\7\4f\n\4\f\4\16\4i"+ - "\13\4\3\5\3\5\3\5\3\5\3\5\3\5\3\5\3\5\3\5\3\5\3\5\3\5\3\5\3\5\5\5y\n\5"+ - "\3\6\3\6\3\6\3\7\3\7\3\7\3\7\3\7\3\7\7\7\u0084\n\7\f\7\16\7\u0087\13\7"+ - "\3\b\3\b\3\b\5\b\u008c\n\b\3\b\3\b\3\b\3\b\5\b\u0092\n\b\3\t\3\t\3\t\3"+ - "\t\3\t\3\n\7\n\u009a\n\n\f\n\16\n\u009d\13\n\3\n\3\n\7\n\u00a1\n\n\f\n"+ - "\16\n\u00a4\13\n\3\13\3\13\3\13\3\f\3\f\3\f\7\f\u00ac\n\f\f\f\16\f\u00af"+ - "\13\f\3\f\3\f\3\f\3\f\3\f\5\f\u00b6\n\f\3\f\3\f\3\f\5\f\u00bb\n\f\3\f"+ - "\3\f\3\f\3\f\5\f\u00c1\n\f\3\f\7\f\u00c4\n\f\f\f\16\f\u00c7\13\f\3\r\3"+ - "\r\3\r\3\r\3\r\7\r\u00ce\n\r\f\r\16\r\u00d1\13\r\3\r\3\r\3\r\3\r\3\r\5"+ - "\r\u00d8\n\r\3\r\3\r\3\r\5\r\u00dd\n\r\3\r\3\r\3\r\3\r\5\r\u00e3\n\r\3"+ - "\r\7\r\u00e6\n\r\f\r\16\r\u00e9\13\r\3\16\6\16\u00ec\n\16\r\16\16\16\u00ed"+ - "\3\16\3\16\3\16\3\16\3\16\5\16\u00f5\n\16\3\17\3\17\3\17\3\20\3\20\5\20"+ - "\u00fc\n\20\3\20\3\20\6\20\u0100\n\20\r\20\16\20\u0101\3\20\3\20\3\21"+ - "\3\21\3\21\3\22\3\22\3\22\3\23\3\23\5\23\u010e\n\23\3\23\3\23\3\23\3\23"+ - "\3\24\3\24\3\24\3\24\3\24\3\24\7\24\u011a\n\24\f\24\16\24\u011d\13\24"+ - "\3\25\3\25\3\25\5\25\u0122\n\25\3\26\3\26\3\26\3\26\5\26\u0128\n\26\3"+ - "\26\3\26\3\27\3\27\3\27\7\27\u012f\n\27\f\27\16\27\u0132\13\27\3\30\3"+ - "\30\3\30\3\30\3\30\5\30\u0139\n\30\3\31\3\31\3\31\3\31\3\31\3\31\7\31"+ - "\u0141\n\31\f\31\16\31\u0144\13\31\3\31\3\31\3\32\3\32\3\32\3\32\3\32"+ - "\3\32\3\32\5\32\u014f\n\32\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33\3\33"+ - "\5\33\u015a\n\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\5\33\u016f\n\33\3\33\3\33\3\33"+ - "\3\33\3\33\7\33\u0176\n\33\f\33\16\33\u0179\13\33\3\33\3\33\3\33\5\33"+ - "\u017e\n\33\3\34\6\34\u0181\n\34\r\34\16\34\u0182\3\35\3\35\3\35\3\35"+ - "\3\35\5\35\u018a\n\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35"+ - "\3\35\5\35\u0197\n\35\3\35\7\35\u019a\n\35\f\35\16\35\u019d\13\35\3\35"+ - "\3\35\3\35\3\35\3\35\3\35\3\35\7\35\u01a6\n\35\f\35\16\35\u01a9\13\35"+ - "\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\7\35\u01b4\n\35\f\35\16"+ - "\35\u01b7\13\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35"+ - "\3\35\3\35\3\35\3\35\3\35\5\35\u01c9\n\35\3\35\3\35\3\35\3\35\3\35\3\35"+ - "\3\35\5\35\u01d2\n\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35\3\35"+ - "\3\35\5\35\u01df\n\35\3\36\6\36\u01e2\n\36\r\36\16\36\u01e3\3\36\3\36"+ - "\3\36\5\36\u01e9\n\36\5\36\u01eb\n\36\3\37\3\37\3\37\3\37\5\37\u01f1\n"+ - "\37\3 \3 \3 \5 \u01f6\n \3 \3 \5 \u01fa\n \3 \3 \3 \3 \3 \3 \3 \5 \u0203"+ - "\n \3!\5!\u0206\n!\3!\5!\u0209\n!\3\"\3\"\3#\3#\3#\3#\3#\3#\7#\u0213\n"+ - "#\f#\16#\u0216\13#\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$\3$"+ - "\3$\3$\3$\3$\5$\u022d\n$\3$\3$\5$\u0231\n$\3$\3$\3$\3$\3$\3$\3$\3$\3$"+ - "\3$\3$\3$\3$\3$\3$\7$\u0242\n$\f$\16$\u0245\13$\3$\5$\u0248\n$\3$\3$\3"+ - "$\3$\3$\6$\u024f\n$\r$\16$\u0250\3$\3$\5$\u0255\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$\u0287\n$\3"+ - "$\3$\3$\3$\3$\3$\3$\3$\7$\u0291\n$\f$\16$\u0294\13$\3%\3%\3%\7%\u0299"+ - "\n%\f%\16%\u029c\13%\3&\3&\5&\u02a0\n&\3&\3&\3\'\3\'\3\'\3\'\7\'\u02a8"+ - "\n\'\f\'\16\'\u02ab\13\'\3\'\3\'\3(\3(\3(\3(\3(\3(\5(\u02b5\n(\3)\7)\u02b8"+ - "\n)\f)\16)\u02bb\13)\3*\3*\3*\5*\u02c0\n*\3+\3+\3+\7+\u02c5\n+\f+\16+"+ - "\u02c8\13+\3+\3+\3+\3+\3+\7+\u02cf\n+\f+\16+\u02d2\13+\3+\3+\3+\7+\u02d7"+ - "\n+\f+\16+\u02da\13+\5+\u02dc\n+\3,\3,\5,\u02e0\n,\3,\7,\u02e3\n,\f,\16"+ - ",\u02e6\13,\3-\3-\3-\3-\7-\u02ec\n-\f-\16-\u02ef\13-\3-\7-\u02f2\n-\f"+ - "-\16-\u02f5\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.\5.\u0324\n.\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\5/"+ - "\u0334\n/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\7/\u0342\n/\f/\16/\u0345"+ - "\13/\3/\2\t\f\26\30&DF\\\60\2\4\6\b\n\f\16\20\22\24\26\30\32\34\36 \""+ - "$&(*,.\60\62\64\668:<>@BDFHJLNPRTVXZ\\\2\r\3\2HI\3\2\27\30\5\2\22\23\31"+ - "\32OO\3\2\35\36\3\2\24\26\3\2\22\23\3\2\37$\3\2}\u0080\3\2{|\3\2\u0081"+ - "\u0082\3\2}~\2\u03c2\2^\3\2\2\2\4a\3\2\2\2\6g\3\2\2\2\bx\3\2\2\2\nz\3"+ - "\2\2\2\f}\3\2\2\2\16\u0091\3\2\2\2\20\u0093\3\2\2\2\22\u009b\3\2\2\2\24"+ - "\u00a5\3\2\2\2\26\u00b5\3\2\2\2\30\u00d7\3\2\2\2\32\u00f4\3\2\2\2\34\u00f6"+ - "\3\2\2\2\36\u00f9\3\2\2\2 \u0105\3\2\2\2\"\u0108\3\2\2\2$\u010b\3\2\2"+ - "\2&\u0113\3\2\2\2(\u011e\3\2\2\2*\u0123\3\2\2\2,\u012b\3\2\2\2.\u0138"+ - "\3\2\2\2\60\u013a\3\2\2\2\62\u014e\3\2\2\2\64\u017d\3\2\2\2\66\u0180\3"+ - "\2\2\28\u01de\3\2\2\2:\u01e1\3\2\2\2<\u01ec\3\2\2\2>\u0202\3\2\2\2@\u0208"+ - "\3\2\2\2B\u020a\3\2\2\2D\u020c\3\2\2\2F\u0254\3\2\2\2H\u0295\3\2\2\2J"+ - "\u029d\3\2\2\2L\u02a3\3\2\2\2N\u02b4\3\2\2\2P\u02b9\3\2\2\2R\u02bf\3\2"+ - "\2\2T\u02db\3\2\2\2V\u02dd\3\2\2\2X\u02e7\3\2\2\2Z\u0323\3\2\2\2\\\u0333"+ - "\3\2\2\2^_\5\6\4\2_`\7\2\2\3`\3\3\2\2\2ab\5P)\2bc\7\2\2\3c\5\3\2\2\2d"+ - "f\5\b\5\2ed\3\2\2\2fi\3\2\2\2ge\3\2\2\2gh\3\2\2\2h\7\3\2\2\2ig\3\2\2\2"+ - "jk\5\n\6\2kl\7\n\2\2ly\3\2\2\2my\5*\26\2no\5\36\20\2op\7\n\2\2py\3\2\2"+ - "\2qr\5$\23\2rs\7\n\2\2sy\3\2\2\2ty\5\60\31\2uv\5\20\t\2vw\7\n\2\2wy\3"+ - "\2\2\2xj\3\2\2\2xm\3\2\2\2xn\3\2\2\2xq\3\2\2\2xt\3\2\2\2xu\3\2\2\2y\t"+ - "\3\2\2\2z{\5\22\n\2{|\5\f\7\2|\13\3\2\2\2}~\b\7\1\2~\177\5\16\b\2\177"+ - "\u0085\3\2\2\2\u0080\u0081\f\3\2\2\u0081\u0082\7\f\2\2\u0082\u0084\5\16"+ - "\b\2\u0083\u0080\3\2\2\2\u0084\u0087\3\2\2\2\u0085\u0083\3\2\2\2\u0085"+ - "\u0086\3\2\2\2\u0086\r\3\2\2\2\u0087\u0085\3\2\2\2\u0088\u008b\5\30\r"+ - "\2\u0089\u008a\7\'\2\2\u008a\u008c\5F$\2\u008b\u0089\3\2\2\2\u008b\u008c"+ - "\3\2\2\2\u008c\u0092\3\2\2\2\u008d\u008e\5\30\r\2\u008e\u008f\7\'\2\2"+ - "\u008f\u0090\5J&\2\u0090\u0092\3\2\2\2\u0091\u0088\3\2\2\2\u0091\u008d"+ - "\3\2\2\2\u0092\17\3\2\2\2\u0093\u0094\7)\2\2\u0094\u0095\5\22\n\2\u0095"+ - "\u0096\b\t\1\2\u0096\u0097\5\30\r\2\u0097\21\3\2\2\2\u0098\u009a\5\64"+ - "\33\2\u0099\u0098\3\2\2\2\u009a\u009d\3\2\2\2\u009b\u0099\3\2\2\2\u009b"+ - "\u009c\3\2\2\2\u009c\u009e\3\2\2\2\u009d\u009b\3\2\2\2\u009e\u00a2\5\32"+ - "\16\2\u009f\u00a1\5\64\33\2\u00a0\u009f\3\2\2\2\u00a1\u00a4\3\2\2\2\u00a2"+ - "\u00a0\3\2\2\2\u00a2\u00a3\3\2\2\2\u00a3\23\3\2\2\2\u00a4\u00a2\3\2\2"+ - "\2\u00a5\u00a6\5\32\16\2\u00a6\u00a7\5\26\f\2\u00a7\25\3\2\2\2\u00a8\u00b6"+ - "\b\f\1\2\u00a9\u00ad\7\24\2\2\u00aa\u00ac\5\64\33\2\u00ab\u00aa\3\2\2"+ - "\2\u00ac\u00af\3\2\2\2\u00ad\u00ab\3\2\2\2\u00ad\u00ae\3\2\2\2\u00ae\u00b0"+ - "\3\2\2\2\u00af\u00ad\3\2\2\2\u00b0\u00b6\5\26\f\4\u00b1\u00b2\7\b\2\2"+ - "\u00b2\u00b3\5\26\f\2\u00b3\u00b4\7\t\2\2\u00b4\u00b6\3\2\2\2\u00b5\u00a8"+ - "\3\2\2\2\u00b5\u00a9\3\2\2\2\u00b5\u00b1\3\2\2\2\u00b6\u00c5\3\2\2\2\u00b7"+ - "\u00b8\f\6\2\2\u00b8\u00ba\7\b\2\2\u00b9\u00bb\5,\27\2\u00ba\u00b9\3\2"+ - "\2\2\u00ba\u00bb\3\2\2\2\u00bb\u00bc\3\2\2\2\u00bc\u00c4\7\t\2\2\u00bd"+ - "\u00be\f\5\2\2\u00be\u00c0\7\6\2\2\u00bf\u00c1\5F$\2\u00c0\u00bf\3\2\2"+ - "\2\u00c0\u00c1\3\2\2\2\u00c1\u00c2\3\2\2\2\u00c2\u00c4\7\7\2\2\u00c3\u00b7"+ - "\3\2\2\2\u00c3\u00bd\3\2\2\2\u00c4\u00c7\3\2\2\2\u00c5\u00c3\3\2\2\2\u00c5"+ - "\u00c6\3\2\2\2\u00c6\27\3\2\2\2\u00c7\u00c5\3\2\2\2\u00c8\u00c9\b\r\1"+ - "\2\u00c9\u00ca\7k\2\2\u00ca\u00d8\b\r\1\2\u00cb\u00cf\7\24\2\2\u00cc\u00ce"+ - "\5\64\33\2\u00cd\u00cc\3\2\2\2\u00ce\u00d1\3\2\2\2\u00cf\u00cd\3\2\2\2"+ - "\u00cf\u00d0\3\2\2\2\u00d0\u00d2\3\2\2\2\u00d1\u00cf\3\2\2\2\u00d2\u00d8"+ - "\5\30\r\4\u00d3\u00d4\7\b\2\2\u00d4\u00d5\5\30\r\2\u00d5\u00d6\7\t\2\2"+ - "\u00d6\u00d8\3\2\2\2\u00d7\u00c8\3\2\2\2\u00d7\u00cb\3\2\2\2\u00d7\u00d3"+ - "\3\2\2\2\u00d8\u00e7\3\2\2\2\u00d9\u00da\f\6\2\2\u00da\u00dc\7\b\2\2\u00db"+ - "\u00dd\5,\27\2\u00dc\u00db\3\2\2\2\u00dc\u00dd\3\2\2\2\u00dd\u00de\3\2"+ - "\2\2\u00de\u00e6\7\t\2\2\u00df\u00e0\f\5\2\2\u00e0\u00e2\7\6\2\2\u00e1"+ - "\u00e3\5F$\2\u00e2\u00e1\3\2\2\2\u00e2\u00e3\3\2\2\2\u00e3\u00e4\3\2\2"+ - "\2\u00e4\u00e6\7\7\2\2\u00e5\u00d9\3\2\2\2\u00e5\u00df\3\2\2\2\u00e6\u00e9"+ - "\3\2\2\2\u00e7\u00e5\3\2\2\2\u00e7\u00e8\3\2\2\2\u00e8\31\3\2\2\2\u00e9"+ - "\u00e7\3\2\2\2\u00ea\u00ec\7P\2\2\u00eb\u00ea\3\2\2\2\u00ec\u00ed\3\2"+ - "\2\2\u00ed\u00eb\3\2\2\2\u00ed\u00ee\3\2\2\2\u00ee\u00f5\3\2\2\2\u00ef"+ - "\u00f5\5\36\20\2\u00f0\u00f5\5\34\17\2\u00f1\u00f5\5$\23\2\u00f2\u00f5"+ - "\5\"\22\2\u00f3\u00f5\7\3\2\2\u00f4\u00eb\3\2\2\2\u00f4\u00ef\3\2\2\2"+ - "\u00f4\u00f0\3\2\2\2\u00f4\u00f1\3\2\2\2\u00f4\u00f2\3\2\2\2\u00f4\u00f3"+ - "\3\2\2\2\u00f5\33\3\2\2\2\u00f6\u00f7\t\2\2\2\u00f7\u00f8\7k\2\2\u00f8"+ - "\35\3\2\2\2\u00f9\u00fb\t\2\2\2\u00fa\u00fc\7k\2\2\u00fb\u00fa\3\2\2\2"+ - "\u00fb\u00fc\3\2\2\2\u00fc\u00fd\3\2\2\2\u00fd\u00ff\7\4\2\2\u00fe\u0100"+ - "\5 \21\2\u00ff\u00fe\3\2\2\2\u0100\u0101\3\2\2\2\u0101\u00ff\3\2\2\2\u0101"+ - "\u0102\3\2\2\2\u0102\u0103\3\2\2\2\u0103\u0104\7\5\2\2\u0104\37\3\2\2"+ - "\2\u0105\u0106\5\n\6\2\u0106\u0107\7\n\2\2\u0107!\3\2\2\2\u0108\u0109"+ - "\7J\2\2\u0109\u010a\7k\2\2\u010a#\3\2\2\2\u010b\u010d\7J\2\2\u010c\u010e"+ - "\7k\2\2\u010d\u010c\3\2\2\2\u010d\u010e\3\2\2\2\u010e\u010f\3\2\2\2\u010f"+ - "\u0110\7\4\2\2\u0110\u0111\5&\24\2\u0111\u0112\7\5\2\2\u0112%\3\2\2\2"+ - "\u0113\u0114\b\24\1\2\u0114\u0115\5(\25\2\u0115\u011b\3\2\2\2\u0116\u0117"+ - "\f\3\2\2\u0117\u0118\7\f\2\2\u0118\u011a\5(\25\2\u0119\u0116\3\2\2\2\u011a"+ - "\u011d\3\2\2\2\u011b\u0119\3\2\2\2\u011b\u011c\3\2\2\2\u011c\'\3\2\2\2"+ - "\u011d\u011b\3\2\2\2\u011e\u0121\7k\2\2\u011f\u0120\7\'\2\2\u0120\u0122"+ - "\5F$\2\u0121\u011f\3\2\2\2\u0121\u0122\3\2\2\2\u0122)\3\2\2\2\u0123\u0124"+ - "\5\22\n\2\u0124\u0125\5\30\r\2\u0125\u0127\7\4\2\2\u0126\u0128\5\66\34"+ - "\2\u0127\u0126\3\2\2\2\u0127\u0128\3\2\2\2\u0128\u0129\3\2\2\2\u0129\u012a"+ - "\7\5\2\2\u012a+\3\2\2\2\u012b\u0130\5.\30\2\u012c\u012d\7\f\2\2\u012d"+ - "\u012f\5.\30\2\u012e\u012c\3\2\2\2\u012f\u0132\3\2\2\2\u0130\u012e\3\2"+ - "\2\2\u0130\u0131\3\2\2\2\u0131-\3\2\2\2\u0132\u0130\3\2\2\2\u0133\u0134"+ - "\5\22\n\2\u0134\u0135\5\30\r\2\u0135\u0139\3\2\2\2\u0136\u0139\5\24\13"+ - "\2\u0137\u0139\7\16\2\2\u0138\u0133\3\2\2\2\u0138\u0136\3\2\2\2\u0138"+ - "\u0137\3\2\2\2\u0139/\3\2\2\2\u013a\u013b\7U\2\2\u013b\u013c\7k\2\2\u013c"+ - "\u013d\7\b\2\2\u013d\u0142\5\62\32\2\u013e\u013f\7\f\2\2\u013f\u0141\5"+ - "\62\32\2\u0140\u013e\3\2\2\2\u0141\u0144\3\2\2\2\u0142\u0140\3\2\2\2\u0142"+ - "\u0143\3\2\2\2\u0143\u0145\3\2\2\2\u0144\u0142\3\2\2\2\u0145\u0146\7\t"+ - "\2\2\u0146\61\3\2\2\2\u0147\u014f\7b\2\2\u0148\u0149\7b\2\2\u0149\u014a"+ - "\7\r\2\2\u014a\u014f\7b\2\2\u014b\u014f\7k\2\2\u014c\u014f\7l\2\2\u014d"+ - "\u014f\7:\2\2\u014e\u0147\3\2\2\2\u014e\u0148\3\2\2\2\u014e\u014b\3\2"+ - "\2\2\u014e\u014c\3\2\2\2\u014e\u014d\3\2\2\2\u014f\63\3\2\2\2\u0150\u017e"+ - "\7*\2\2\u0151\u0152\7-\2\2\u0152\u0153\7\b\2\2\u0153\u0154\7b\2\2\u0154"+ - "\u017e\7\t\2\2\u0155\u0159\7\62\2\2\u0156\u0157\7\b\2\2\u0157\u0158\7"+ - "k\2\2\u0158\u015a\7\t\2\2\u0159\u0156\3\2\2\2\u0159\u015a\3\2\2\2\u015a"+ - "\u017e\3\2\2\2\u015b\u017e\7\65\2\2\u015c\u017e\7\66\2\2\u015d\u015e\7"+ - "\64\2\2\u015e\u015f\7\b\2\2\u015f\u0160\5F$\2\u0160\u0161\7\t\2\2\u0161"+ - "\u017e\3\2\2\2\u0162\u017e\7/\2\2\u0163\u017e\7\60\2\2\u0164\u017e\7\67"+ - "\2\2\u0165\u017e\78\2\2\u0166\u017e\7+\2\2\u0167\u017e\7,\2\2\u0168\u017e"+ - "\7.\2\2\u0169\u017e\79\2\2\u016a\u016e\7\61\2\2\u016b\u016c\7\b\2\2\u016c"+ - "\u016d\7k\2\2\u016d\u016f\7\t\2\2\u016e\u016b\3\2\2\2\u016e\u016f\3\2"+ - "\2\2\u016f\u017e\3\2\2\2\u0170\u0171\7\63\2\2\u0171\u0172\7\b\2\2\u0172"+ - "\u0177\5\62\32\2\u0173\u0174\7\f\2\2\u0174\u0176\5\62\32\2\u0175\u0173"+ - "\3\2\2\2\u0176\u0179\3\2\2\2\u0177\u0175\3\2\2\2\u0177\u0178\3\2\2\2\u0178"+ - "\u017a\3\2\2\2\u0179\u0177\3\2\2\2\u017a\u017b\7\t\2\2\u017b\u017e\3\2"+ - "\2\2\u017c\u017e\7:\2\2\u017d\u0150\3\2\2\2\u017d\u0151\3\2\2\2\u017d"+ - "\u0155\3\2\2\2\u017d\u015b\3\2\2\2\u017d\u015c\3\2\2\2\u017d\u015d\3\2"+ - "\2\2\u017d\u0162\3\2\2\2\u017d\u0163\3\2\2\2\u017d\u0164\3\2\2\2\u017d"+ - "\u0165\3\2\2\2\u017d\u0166\3\2\2\2\u017d\u0167\3\2\2\2\u017d\u0168\3\2"+ - "\2\2\u017d\u0169\3\2\2\2\u017d\u016a\3\2\2\2\u017d\u0170\3\2\2\2\u017d"+ - "\u017c\3\2\2\2\u017e\65\3\2\2\2\u017f\u0181\58\35\2\u0180\u017f\3\2\2"+ - "\2\u0181\u0182\3\2\2\2\u0182\u0180\3\2\2\2\u0182\u0183\3\2\2\2\u0183\67"+ - "\3\2\2\2\u0184\u0185\5\n\6\2\u0185\u0186\7\n\2\2\u0186\u01df\3\2\2\2\u0187"+ - "\u0189\7\4\2\2\u0188\u018a\5\66\34\2\u0189\u0188\3\2\2\2\u0189\u018a\3"+ - "\2\2\2\u018a\u018b\3\2\2\2\u018b\u01df\7\5\2\2\u018c\u018d\5D#\2\u018d"+ - "\u018e\7\n\2\2\u018e\u01df\3\2\2\2\u018f\u0190\7;\2\2\u0190\u0191\7\b"+ - "\2\2\u0191\u0192\5D#\2\u0192\u0193\7\t\2\2\u0193\u0196\58\35\2\u0194\u0195"+ - "\7<\2\2\u0195\u0197\58\35\2\u0196\u0194\3\2\2\2\u0196\u0197\3\2\2\2\u0197"+ - "\u01df\3\2\2\2\u0198\u019a\5\64\33\2\u0199\u0198\3\2\2\2\u019a\u019d\3"+ - "\2\2\2\u019b\u0199\3\2\2\2\u019b\u019c\3\2\2\2\u019c\u019e\3\2\2\2\u019d"+ - "\u019b\3\2\2\2\u019e\u019f\7=\2\2\u019f\u01a0\7\b\2\2\u01a0\u01a1\5D#"+ - "\2\u01a1\u01a2\7\t\2\2\u01a2\u01a3\58\35\2\u01a3\u01df\3\2\2\2\u01a4\u01a6"+ - "\5\64\33\2\u01a5\u01a4\3\2\2\2\u01a6\u01a9\3\2\2\2\u01a7\u01a5\3\2\2\2"+ - "\u01a7\u01a8\3\2\2\2\u01a8\u01aa\3\2\2\2\u01a9\u01a7\3\2\2\2\u01aa\u01ab"+ - "\7>\2\2\u01ab\u01ac\58\35\2\u01ac\u01ad\7=\2\2\u01ad\u01ae\7\b\2\2\u01ae"+ - "\u01af\5D#\2\u01af\u01b0\7\t\2\2\u01b0\u01b1\7\n\2\2\u01b1\u01df\3\2\2"+ - "\2\u01b2\u01b4\5\64\33\2\u01b3\u01b2\3\2\2\2\u01b4\u01b7\3\2\2\2\u01b5"+ - "\u01b3\3\2\2\2\u01b5\u01b6\3\2\2\2\u01b6\u01b8\3\2\2\2\u01b7\u01b5\3\2"+ - "\2\2\u01b8\u01b9\7?\2\2\u01b9\u01ba\7\b\2\2\u01ba\u01bb\5> \2\u01bb\u01bc"+ - "\7\t\2\2\u01bc\u01bd\58\35\2\u01bd\u01df\3\2\2\2\u01be\u01bf\7@\2\2\u01bf"+ - "\u01c0\7\b\2\2\u01c0\u01c1\5D#\2\u01c1\u01c2\7\t\2\2\u01c2\u01c3\7\4\2"+ - "\2\u01c3\u01c4\5:\36\2\u01c4\u01c5\7\5\2\2\u01c5\u01df\3\2\2\2\u01c6\u01c8"+ - "\7A\2\2\u01c7\u01c9\5D#\2\u01c8\u01c7\3\2\2\2\u01c8\u01c9\3\2\2\2\u01c9"+ - "\u01ca\3\2\2\2\u01ca\u01df\7\n\2\2\u01cb\u01cc\7B\2\2\u01cc\u01df\7\n"+ - "\2\2\u01cd\u01ce\7C\2\2\u01ce\u01df\7\n\2\2\u01cf\u01d1\7E\2\2\u01d0\u01d2"+ - "\5L\'\2\u01d1\u01d0\3\2\2\2\u01d1\u01d2\3\2\2\2\u01d2\u01d3\3\2\2\2\u01d3"+ - "\u01d4\7\4\2\2\u01d4\u01d5\5P)\2\u01d5\u01d6\7\u0084\2\2\u01d6\u01df\3"+ - "\2\2\2\u01d7\u01df\5J&\2\u01d8\u01df\7\n\2\2\u01d9\u01da\7k\2\2\u01da"+ - "\u01df\7\13\2\2\u01db\u01dc\7D\2\2\u01dc\u01dd\7k\2\2\u01dd\u01df\7\n"+ - "\2\2\u01de\u0184\3\2\2\2\u01de\u0187\3\2\2\2\u01de\u018c\3\2\2\2\u01de"+ - "\u018f\3\2\2\2\u01de\u019b\3\2\2\2\u01de\u01a7\3\2\2\2\u01de\u01b5\3\2"+ - "\2\2\u01de\u01be\3\2\2\2\u01de\u01c6\3\2\2\2\u01de\u01cb\3\2\2\2\u01de"+ - "\u01cd\3\2\2\2\u01de\u01cf\3\2\2\2\u01de\u01d7\3\2\2\2\u01de\u01d8\3\2"+ - "\2\2\u01de\u01d9\3\2\2\2\u01de\u01db\3\2\2\2\u01df9\3\2\2\2\u01e0\u01e2"+ - "\5<\37\2\u01e1\u01e0\3\2\2\2\u01e2\u01e3\3\2\2\2\u01e3\u01e1\3\2\2\2\u01e3"+ - "\u01e4\3\2\2\2\u01e4\u01ea\3\2\2\2\u01e5\u01e6\7F\2\2\u01e6\u01e8\7\13"+ - "\2\2\u01e7\u01e9\5\66\34\2\u01e8\u01e7\3\2\2\2\u01e8\u01e9\3\2\2\2\u01e9"+ - "\u01eb\3\2\2\2\u01ea\u01e5\3\2\2\2\u01ea\u01eb\3\2\2\2\u01eb;\3\2\2\2"+ - "\u01ec\u01ed\7G\2\2\u01ed\u01ee\5F$\2\u01ee\u01f0\7\13\2\2\u01ef\u01f1"+ - "\5\66\34\2\u01f0\u01ef\3\2\2\2\u01f0\u01f1\3\2\2\2\u01f1=\3\2\2\2\u01f2"+ - "\u01f3\5@!\2\u01f3\u01f5\7\n\2\2\u01f4\u01f6\5B\"\2\u01f5\u01f4\3\2\2"+ - "\2\u01f5\u01f6\3\2\2\2\u01f6\u01f7\3\2\2\2\u01f7\u01f9\7\n\2\2\u01f8\u01fa"+ - "\5D#\2\u01f9\u01f8\3\2\2\2\u01f9\u01fa\3\2\2\2\u01fa\u0203\3\2\2\2\u01fb"+ - "\u01fc\5\22\n\2\u01fc\u01fd\5\30\r\2\u01fd\u01fe\7\13\2\2\u01fe\u01ff"+ - "\5F$\2\u01ff\u0200\7\r\2\2\u0200\u0201\5F$\2\u0201\u0203\3\2\2\2\u0202"+ - "\u01f2\3\2\2\2\u0202\u01fb\3\2\2\2\u0203?\3\2\2\2\u0204\u0206\5\n\6\2"+ - "\u0205\u0204\3\2\2\2\u0205\u0206\3\2\2\2\u0206\u0209\3\2\2\2\u0207\u0209"+ - "\5D#\2\u0208\u0205\3\2\2\2\u0208\u0207\3\2\2\2\u0209A\3\2\2\2\u020a\u020b"+ - "\5D#\2\u020bC\3\2\2\2\u020c\u020d\b#\1\2\u020d\u020e\5F$\2\u020e\u0214"+ - "\3\2\2\2\u020f\u0210\f\3\2\2\u0210\u0211\7\f\2\2\u0211\u0213\5F$\2\u0212"+ - "\u020f\3\2\2\2\u0213\u0216\3\2\2\2\u0214\u0212\3\2\2\2\u0214\u0215\3\2"+ - "\2\2\u0215E\3\2\2\2\u0216\u0214\3\2\2\2\u0217\u0218\b$\1\2\u0218\u0219"+ - "\7\b\2\2\u0219\u021a\5D#\2\u021a\u021b\7\t\2\2\u021b\u0255\3\2\2\2\u021c"+ - "\u021d\7K\2\2\u021d\u021e\7\b\2\2\u021e\u021f\5\24\13\2\u021f\u0220\7"+ - "\t\2\2\u0220\u0255\3\2\2\2\u0221\u0222\7K\2\2\u0222\u0255\5F$\36\u0223"+ - "\u0224\7L\2\2\u0224\u0225\7\b\2\2\u0225\u0226\5\24\13\2\u0226\u0227\7"+ - "\t\2\2\u0227\u0255\3\2\2\2\u0228\u0229\7L\2\2\u0229\u0255\5F$\34\u022a"+ - "\u022c\7M\2\2\u022b\u022d\7\b\2\2\u022c\u022b\3\2\2\2\u022c\u022d\3\2"+ - "\2\2\u022d\u022e\3\2\2\2\u022e\u0230\7k\2\2\u022f\u0231\7\t\2\2\u0230"+ - "\u022f\3\2\2\2\u0230\u0231\3\2\2\2\u0231\u0255\3\2\2\2\u0232\u0233\7\b"+ - "\2\2\u0233\u0234\5\24\13\2\u0234\u0235\7\t\2\2\u0235\u0236\5F$\31\u0236"+ - "\u0255\3\2\2\2\u0237\u0238\t\3\2\2\u0238\u0255\5F$\30\u0239\u023a\7\24"+ - "\2\2\u023a\u0255\5F$\26\u023b\u023c\t\4\2\2\u023c\u0255\5F$\25\u023d\u023e"+ - "\7\4\2\2\u023e\u0243\5F$\2\u023f\u0240\7\f\2\2\u0240\u0242\5F$\2\u0241"+ - "\u023f\3\2\2\2\u0242\u0245\3\2\2\2\u0243\u0241\3\2\2\2\u0243\u0244\3\2"+ - "\2\2\u0244\u0247\3\2\2\2\u0245\u0243\3\2\2\2\u0246\u0248\7\f\2\2\u0247"+ - "\u0246\3\2\2\2\u0247\u0248\3\2\2\2\u0248\u0249\3\2\2\2\u0249\u024a\7\5"+ - "\2\2\u024a\u0255\3\2\2\2\u024b\u0255\7k\2\2\u024c\u0255\7b\2\2\u024d\u024f"+ - "\7l\2\2\u024e\u024d\3\2\2\2\u024f\u0250\3\2\2\2\u0250\u024e\3\2\2\2\u0250"+ - "\u0251\3\2\2\2\u0251\u0255\3\2\2\2\u0252\u0255\7m\2\2\u0253\u0255\7Q\2"+ - "\2\u0254\u0217\3\2\2\2\u0254\u021c\3\2\2\2\u0254\u0221\3\2\2\2\u0254\u0223"+ - "\3\2\2\2\u0254\u0228\3\2\2\2\u0254\u022a\3\2\2\2\u0254\u0232\3\2\2\2\u0254"+ - "\u0237\3\2\2\2\u0254\u0239\3\2\2\2\u0254\u023b\3\2\2\2\u0254\u023d\3\2"+ - "\2\2\u0254\u024b\3\2\2\2\u0254\u024c\3\2\2\2\u0254\u024e\3\2\2\2\u0254"+ - "\u0252\3\2\2\2\u0254\u0253\3\2\2\2\u0255\u0292\3\2\2\2\u0256\u0257\f\24"+ - "\2\2\u0257\u0258\t\5\2\2\u0258\u0291\5F$\25\u0259\u025a\f\23\2\2\u025a"+ - "\u025b\t\6\2\2\u025b\u0291\5F$\24\u025c\u025d\f\22\2\2\u025d\u025e\t\7"+ - "\2\2\u025e\u0291\5F$\23\u025f\u0260\f\21\2\2\u0260\u0261\t\b\2\2\u0261"+ - "\u0291\5F$\22\u0262\u0263\f\20\2\2\u0263\u0264\7\31\2\2\u0264\u0291\5"+ - "F$\21\u0265\u0266\f\17\2\2\u0266\u0267\7\33\2\2\u0267\u0291\5F$\20\u0268"+ - "\u0269\f\16\2\2\u0269\u026a\7\34\2\2\u026a\u0291\5F$\17\u026b\u026c\f"+ - "\r\2\2\u026c\u026d\7%\2\2\u026d\u0291\5F$\16\u026e\u026f\f\f\2\2\u026f"+ - "\u0270\7&\2\2\u0270\u0291\5F$\r\u0271\u0272\f\13\2\2\u0272\u0273\7\17"+ - "\2\2\u0273\u0274\5F$\2\u0274\u0275\7\13\2\2\u0275\u0276\5F$\f\u0276\u0291"+ - "\3\2\2\2\u0277\u0278\f\n\2\2\u0278\u0279\7\'\2\2\u0279\u0291\5F$\n\u027a"+ - "\u027b\f\t\2\2\u027b\u027c\7(\2\2\u027c\u0291\5F$\t\u027d\u027e\f\"\2"+ - "\2\u027e\u027f\7\20\2\2\u027f\u0291\7k\2\2\u0280\u0281\f!\2\2\u0281\u0282"+ - "\7\21\2\2\u0282\u0291\7k\2\2\u0283\u0284\f \2\2\u0284\u0286\7\b\2\2\u0285"+ - "\u0287\5H%\2\u0286\u0285\3\2\2\2\u0286\u0287\3\2\2\2\u0287\u0288\3\2\2"+ - "\2\u0288\u0291\7\t\2\2\u0289\u028a\f\32\2\2\u028a\u028b\7\6\2\2\u028b"+ - "\u028c\5D#\2\u028c\u028d\7\7\2\2\u028d\u0291\3\2\2\2\u028e\u028f\f\27"+ - "\2\2\u028f\u0291\t\3\2\2\u0290\u0256\3\2\2\2\u0290\u0259\3\2\2\2\u0290"+ - "\u025c\3\2\2\2\u0290\u025f\3\2\2\2\u0290\u0262\3\2\2\2\u0290\u0265\3\2"+ - "\2\2\u0290\u0268\3\2\2\2\u0290\u026b\3\2\2\2\u0290\u026e\3\2\2\2\u0290"+ - "\u0271\3\2\2\2\u0290\u0277\3\2\2\2\u0290\u027a\3\2\2\2\u0290\u027d\3\2"+ - "\2\2\u0290\u0280\3\2\2\2\u0290\u0283\3\2\2\2\u0290\u0289\3\2\2\2\u0290"+ - "\u028e\3\2\2\2\u0291\u0294\3\2\2\2\u0292\u0290\3\2\2\2\u0292\u0293\3\2"+ - "\2\2\u0293G\3\2\2\2\u0294\u0292\3\2\2\2\u0295\u029a\5F$\2\u0296\u0297"+ - "\7\f\2\2\u0297\u0299\5F$\2\u0298\u0296\3\2\2\2\u0299\u029c\3\2\2\2\u029a"+ - "\u0298\3\2\2\2\u029a\u029b\3\2\2\2\u029bI\3\2\2\2\u029c\u029a\3\2\2\2"+ - "\u029d\u029f\7N\2\2\u029e\u02a0\5L\'\2\u029f\u029e\3\2\2\2\u029f\u02a0"+ - "\3\2\2\2\u02a0\u02a1\3\2\2\2\u02a1\u02a2\7R\2\2\u02a2K\3\2\2\2\u02a3\u02a4"+ - "\7\b\2\2\u02a4\u02a9\5N(\2\u02a5\u02a6\7\f\2\2\u02a6\u02a8\5N(\2\u02a7"+ - "\u02a5\3\2\2\2\u02a8\u02ab\3\2\2\2\u02a9\u02a7\3\2\2\2\u02a9\u02aa\3\2"+ - "\2\2\u02aa\u02ac\3\2\2\2\u02ab\u02a9\3\2\2\2\u02ac\u02ad\7\t\2\2\u02ad"+ - "M\3\2\2\2\u02ae\u02af\7k\2\2\u02af\u02b5\7l\2\2\u02b0\u02b1\7k\2\2\u02b1"+ - "\u02b5\7k\2\2\u02b2\u02b3\7k\2\2\u02b3\u02b5\5F$\2\u02b4\u02ae\3\2\2\2"+ - "\u02b4\u02b0\3\2\2\2\u02b4\u02b2\3\2\2\2\u02b5O\3\2\2\2\u02b6\u02b8\5"+ - "R*\2\u02b7\u02b6\3\2\2\2\u02b8\u02bb\3\2\2\2\u02b9\u02b7\3\2\2\2\u02b9"+ - "\u02ba\3\2\2\2\u02baQ\3\2\2\2\u02bb\u02b9\3\2\2\2\u02bc\u02c0\5T+\2\u02bd"+ - "\u02c0\5V,\2\u02be\u02c0\5X-\2\u02bf\u02bc\3\2\2\2\u02bf\u02bd\3\2\2\2"+ - "\u02bf\u02be\3\2\2\2\u02c0S\3\2\2\2\u02c1\u02c2\7\u0091\2\2\u02c2\u02c6"+ - "\7t\2\2\u02c3\u02c5\7\u0092\2\2\u02c4\u02c3\3\2\2\2\u02c5\u02c8\3\2\2"+ - "\2\u02c6\u02c4\3\2\2\2\u02c6\u02c7\3\2\2\2\u02c7\u02dc\3\2\2\2\u02c8\u02c6"+ - "\3\2\2\2\u02c9\u02ca\7\u0083\2\2\u02ca\u02cb\7\u0091\2\2\u02cb\u02cc\7"+ - "\u0084\2\2\u02cc\u02d0\7t\2\2\u02cd\u02cf\7\u0092\2\2\u02ce\u02cd\3\2"+ - "\2\2\u02cf\u02d2\3\2\2\2\u02d0\u02ce\3\2\2\2\u02d0\u02d1\3\2\2\2\u02d1"+ - "\u02dc\3\2\2\2\u02d2\u02d0\3\2\2\2\u02d3\u02d4\7\u0090\2\2\u02d4\u02d8"+ - "\7t\2\2\u02d5\u02d7\7\u0092\2\2\u02d6\u02d5\3\2\2\2\u02d7\u02da\3\2\2"+ - "\2\u02d8\u02d6\3\2\2\2\u02d8\u02d9\3\2\2\2\u02d9\u02dc\3\2\2\2\u02da\u02d8"+ - "\3\2\2\2\u02db\u02c1\3\2\2\2\u02db\u02c9\3\2\2\2\u02db\u02d3\3\2\2\2\u02dc"+ - "U\3\2\2\2\u02dd\u02df\7r\2\2\u02de\u02e0\5Z.\2\u02df\u02de\3\2\2\2\u02df"+ - "\u02e0\3\2\2\2\u02e0\u02e4\3\2\2\2\u02e1\u02e3\7\u0092\2\2\u02e2\u02e1"+ - "\3\2\2\2\u02e3\u02e6\3\2\2\2\u02e4\u02e2\3\2\2\2\u02e4\u02e5\3\2\2\2\u02e5"+ - "W\3\2\2\2\u02e6\u02e4\3\2\2\2\u02e7\u02e8\7q\2\2\u02e8\u02ed\5\\/\2\u02e9"+ - "\u02ea\7u\2\2\u02ea\u02ec\5\\/\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\u02ee\u02f3\3\2\2\2\u02ef\u02ed"+ - "\3\2\2\2\u02f0\u02f2\7\u0092\2\2\u02f1\u02f0\3\2\2\2\u02f2\u02f5\3\2\2"+ - "\2\u02f3\u02f1\3\2\2\2\u02f3\u02f4\3\2\2\2\u02f4Y\3\2\2\2\u02f5\u02f3"+ - "\3\2\2\2\u02f6\u0324\5\\/\2\u02f7\u02f8\7s\2\2\u02f8\u0324\5\\/\2\u02f9"+ - "\u02fa\5\\/\2\u02fa\u02fb\7u\2\2\u02fb\u02fc\5\\/\2\u02fc\u0324\3\2\2"+ - "\2\u02fd\u02fe\7v\2\2\u02fe\u02ff\5\\/\2\u02ff\u0300\7w\2\2\u0300\u0301"+ - "\7u\2\2\u0301\u0302\7\u0091\2\2\u0302\u0324\3\2\2\2\u0303\u0304\7v\2\2"+ - "\u0304\u0305\7v\2\2\u0305\u0306\5\\/\2\u0306\u0307\7w\2\2\u0307\u0308"+ - "\7w\2\2\u0308\u0309\7u\2\2\u0309\u030a\7\u0091\2\2\u030a\u0324\3\2\2\2"+ - "\u030b\u030c\7v\2\2\u030c\u030d\5\\/\2\u030d\u030e\7u\2\2\u030e\u030f"+ - "\7\u0091\2\2\u030f\u0310\7w\2\2\u0310\u0311\7u\2\2\u0311\u0312\7\u0091"+ - "\2\2\u0312\u0324\3\2\2\2\u0313\u0314\7v\2\2\u0314\u0315\5\\/\2\u0315\u0316"+ - "\7u\2\2\u0316\u0317\7\u0091\2\2\u0317\u0318\7w\2\2\u0318\u0324\3\2\2\2"+ - "\u0319\u031a\7v\2\2\u031a\u031b\5\\/\2\u031b\u031c\7w\2\2\u031c\u0324"+ - "\3\2\2\2\u031d\u031e\7v\2\2\u031e\u031f\7v\2\2\u031f\u0320\5\\/\2\u0320"+ - "\u0321\7w\2\2\u0321\u0322\7w\2\2\u0322\u0324\3\2\2\2\u0323\u02f6\3\2\2"+ - "\2\u0323\u02f7\3\2\2\2\u0323\u02f9\3\2\2\2\u0323\u02fd\3\2\2\2\u0323\u0303"+ - "\3\2\2\2\u0323\u030b\3\2\2\2\u0323\u0313\3\2\2\2\u0323\u0319\3\2\2\2\u0323"+ - "\u031d\3\2\2\2\u0324[\3\2\2\2\u0325\u0326\b/\1\2\u0326\u0327\7x\2\2\u0327"+ - "\u0328\5\\/\2\u0328\u0329\7y\2\2\u0329\u0334\3\2\2\2\u032a\u032b\t\t\2"+ - "\2\u032b\u0334\5\\/\n\u032c\u0334\7\u0091\2\2\u032d\u0334\7\u008f\2\2"+ - "\u032e\u032f\7\u0083\2\2\u032f\u0330\7\u0091\2\2\u0330\u0334\7\u0084\2"+ - "\2\u0331\u0334\7\u0085\2\2\u0332\u0334\7\u008e\2\2\u0333\u0325\3\2\2\2"+ - "\u0333\u032a\3\2\2\2\u0333\u032c\3\2\2\2\u0333\u032d\3\2\2\2\u0333\u032e"+ - "\3\2\2\2\u0333\u0331\3\2\2\2\u0333\u0332\3\2\2\2\u0334\u0343\3\2\2\2\u0335"+ - "\u0336\f\f\2\2\u0336\u0337\7z\2\2\u0337\u0342\5\\/\r\u0338\u0339\f\13"+ - "\2\2\u0339\u033a\t\n\2\2\u033a\u0342\5\\/\f\u033b\u033c\f\t\2\2\u033c"+ - "\u033d\t\13\2\2\u033d\u0342\5\\/\n\u033e\u033f\f\b\2\2\u033f\u0340\t\f"+ - "\2\2\u0340\u0342\5\\/\t\u0341\u0335\3\2\2\2\u0341\u0338\3\2\2\2\u0341"+ - "\u033b\3\2\2\2\u0341\u033e\3\2\2\2\u0342\u0345\3\2\2\2\u0343\u0341\3\2"+ - "\2\2\u0343\u0344\3\2\2\2\u0344]\3\2\2\2\u0345\u0343\3\2\2\2Sgx\u0085\u008b"+ - "\u0091\u009b\u00a2\u00ad\u00b5\u00ba\u00c0\u00c3\u00c5\u00cf\u00d7\u00dc"+ - "\u00e2\u00e5\u00e7\u00ed\u00f4\u00fb\u0101\u010d\u011b\u0121\u0127\u0130"+ - "\u0138\u0142\u014e\u0159\u016e\u0177\u017d\u0182\u0189\u0196\u019b\u01a7"+ - "\u01b5\u01c8\u01d1\u01de\u01e3\u01e8\u01ea\u01f0\u01f5\u01f9\u0202\u0205"+ - "\u0208\u0214\u022c\u0230\u0243\u0247\u0250\u0254\u0286\u0290\u0292\u029a"+ - "\u029f\u02a9\u02b4\u02b9\u02bf\u02c6\u02d0\u02d8\u02db\u02df\u02e4\u02ed"+ - "\u02f3\u0323\u0333\u0341\u0343"; - public static final ATN _ATN = - new ATNDeserializer().deserialize(_serializedATN.toCharArray()); - static { - _decisionToDFA = new DFA[_ATN.getNumberOfDecisions()]; - for (int i = 0; i < _ATN.getNumberOfDecisions(); i++) { - _decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i); - } - } -} \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.tokens b/src/main/java/dk/camelot64/kickc/parser/KickCParser.tokens deleted file mode 100644 index a8765e5ba..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.tokens +++ /dev/null @@ -1,223 +0,0 @@ -TYPEDEFNAME=1 -CURLY_BEGIN=2 -CURLY_END=3 -BRACKET_BEGIN=4 -BRACKET_END=5 -PAR_BEGIN=6 -PAR_END=7 -SEMICOLON=8 -COLON=9 -COMMA=10 -RANGE=11 -PARAM_LIST=12 -CONDITION=13 -DOT=14 -ARROW=15 -PLUS=16 -MINUS=17 -ASTERISK=18 -DIVIDE=19 -MODULO=20 -INC=21 -DEC=22 -AND=23 -BIT_NOT=24 -BIT_XOR=25 -BIT_OR=26 -SHIFT_LEFT=27 -SHIFT_RIGHT=28 -EQUAL=29 -NOT_EQUAL=30 -LESS_THAN=31 -LESS_THAN_EQUAL=32 -GREATER_THAN_EQUAL=33 -GREATER_THAN=34 -LOGIC_AND=35 -LOGIC_OR=36 -ASSIGN=37 -ASSIGN_COMPOUND=38 -TYPEDEF=39 -CONST=40 -EXTERN=41 -EXPORT=42 -ALIGN=43 -INLINE=44 -VOLATILE=45 -STATIC=46 -INTERRUPT=47 -REGISTER=48 -LOCAL_RESERVE=49 -ADDRESS=50 -ADDRESS_ZEROPAGE=51 -ADDRESS_MAINMEM=52 -FORM_SSA=53 -FORM_MA=54 -INTRINSIC=55 -CALLINGCONVENTION=56 -IF=57 -ELSE=58 -WHILE=59 -DO=60 -FOR=61 -SWITCH=62 -RETURN=63 -BREAK=64 -CONTINUE=65 -GOTO=66 -ASM=67 -DEFAULT=68 -CASE=69 -STRUCT=70 -UNION=71 -ENUM=72 -SIZEOF=73 -TYPEID=74 -DEFINED=75 -KICKASM=76 -LOGIC_NOT=77 -SIMPLETYPE=78 -BOOLEAN=79 -KICKASM_BODY=80 -IMPORT=81 -INCLUDE=82 -PRAGMA=83 -DEFINE=84 -DEFINE_CONTINUE=85 -UNDEF=86 -IFDEF=87 -IFNDEF=88 -IFIF=89 -ELIF=90 -IFELSE=91 -ENDIF=92 -ERROR=93 -TOKEN_STRINGIZE=94 -TOKEN_MERGE=95 -NUMBER=96 -NUMFLOAT=97 -BINFLOAT=98 -DECFLOAT=99 -HEXFLOAT=100 -NUMINT=101 -BININTEGER=102 -DECINTEGER=103 -HEXINTEGER=104 -NAME=105 -STRING=106 -CHAR=107 -WS=108 -COMMENT_LINE=109 -COMMENT_BLOCK=110 -ASM_BYTE=111 -ASM_MNEMONIC=112 -ASM_IMM=113 -ASM_COLON=114 -ASM_COMMA=115 -ASM_PAR_BEGIN=116 -ASM_PAR_END=117 -ASM_BRACKET_BEGIN=118 -ASM_BRACKET_END=119 -ASM_DOT=120 -ASM_SHIFT_LEFT=121 -ASM_SHIFT_RIGHT=122 -ASM_PLUS=123 -ASM_MINUS=124 -ASM_LESS_THAN=125 -ASM_GREATER_THAN=126 -ASM_MULTIPLY=127 -ASM_DIVIDE=128 -ASM_CURLY_BEGIN=129 -ASM_CURLY_END=130 -ASM_NUMBER=131 -ASM_NUMFLOAT=132 -ASM_BINFLOAT=133 -ASM_DECFLOAT=134 -ASM_HEXFLOAT=135 -ASM_NUMINT=136 -ASM_BININTEGER=137 -ASM_DECINTEGER=138 -ASM_HEXINTEGER=139 -ASM_CHAR=140 -ASM_MULTI_REL=141 -ASM_MULTI_NAME=142 -ASM_NAME=143 -ASM_TAG=144 -ASM_WS=145 -ASM_COMMENT_LINE=146 -ASM_COMMENT_BLOCK=147 -IMPORT_SYSTEMFILE=148 -IMPORT_LOCALFILE=149 -IMPORT_WS=150 -IMPORT_COMMENT_LINE=151 -IMPORT_COMMENT_BLOCK=152 -';'=8 -'..'=11 -'...'=12 -'?'=13 -'->'=15 -'%'=20 -'++'=21 -'--'=22 -'&'=23 -'~'=24 -'^'=25 -'|'=26 -'=='=29 -'!='=30 -'<='=32 -'>='=33 -'&&'=35 -'||'=36 -'='=37 -'typedef'=39 -'const'=40 -'extern'=41 -'__export'=42 -'__align'=43 -'inline'=44 -'volatile'=45 -'static'=46 -'__interrupt'=47 -'register'=48 -'__zp_reserve'=49 -'__address'=50 -'__zp'=51 -'__mem'=52 -'__ssa'=53 -'__ma'=54 -'__intrinsic'=55 -'if'=57 -'else'=58 -'while'=59 -'do'=60 -'for'=61 -'switch'=62 -'return'=63 -'break'=64 -'continue'=65 -'goto'=66 -'asm'=67 -'default'=68 -'case'=69 -'struct'=70 -'union'=71 -'enum'=72 -'sizeof'=73 -'typeid'=74 -'defined'=75 -'kickasm'=76 -'!'=77 -'#import'=81 -'#include'=82 -'#pragma'=83 -'#define'=84 -'#undef'=86 -'#ifdef'=87 -'#ifndef'=88 -'#if'=89 -'#elif'=90 -'#else'=91 -'#endif'=92 -'#error'=93 -'.byte'=111 -'#'=113 diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java deleted file mode 100644 index 42d82afed..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseListener.java +++ /dev/null @@ -1,1757 +0,0 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.9.1 -package dk.camelot64.kickc.parser; - - - -import org.antlr.v4.runtime.ParserRuleContext; -import org.antlr.v4.runtime.tree.ErrorNode; -import org.antlr.v4.runtime.tree.TerminalNode; - -/** - * This class provides an empty implementation of {@link KickCParserListener}, - * which can be extended to create a listener which only needs to handle a subset - * of the available methods. - */ -public class KickCParserBaseListener implements KickCParserListener { - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterFile(KickCParser.FileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitFile(KickCParser.FileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmFile(KickCParser.AsmFileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmFile(KickCParser.AsmFileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclSeq(KickCParser.DeclSeqContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclSeq(KickCParser.DeclSeqContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDecl(KickCParser.DeclContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDecl(KickCParser.DeclContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclVariables(KickCParser.DeclVariablesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclVariables(KickCParser.DeclVariablesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclaratorInitList(KickCParser.DeclaratorInitListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclaratorInitList(KickCParser.DeclaratorInitListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclVariableInitExpr(KickCParser.DeclVariableInitExprContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclVariableInitExpr(KickCParser.DeclVariableInitExprContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclVariableInitKasm(KickCParser.DeclVariableInitKasmContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclVariableInitKasm(KickCParser.DeclVariableInitKasmContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeDef(KickCParser.TypeDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeDef(KickCParser.TypeDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclType(KickCParser.DeclTypeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclType(KickCParser.DeclTypeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeName(KickCParser.TypeNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeName(KickCParser.TypeNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeNameDeclaratorArray(KickCParser.TypeNameDeclaratorArrayContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeNameDeclaratorArray(KickCParser.TypeNameDeclaratorArrayContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeNameDeclaratorPar(KickCParser.TypeNameDeclaratorParContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeNameDeclaratorPar(KickCParser.TypeNameDeclaratorParContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeNameDeclaratorName(KickCParser.TypeNameDeclaratorNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeNameDeclaratorName(KickCParser.TypeNameDeclaratorNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeNameDeclaratorProcedure(KickCParser.TypeNameDeclaratorProcedureContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeNameDeclaratorProcedure(KickCParser.TypeNameDeclaratorProcedureContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeNameDeclaratorPointer(KickCParser.TypeNameDeclaratorPointerContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeNameDeclaratorPointer(KickCParser.TypeNameDeclaratorPointerContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclaratorPointer(KickCParser.DeclaratorPointerContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclaratorPointer(KickCParser.DeclaratorPointerContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclaratorArray(KickCParser.DeclaratorArrayContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclaratorArray(KickCParser.DeclaratorArrayContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclaratorPar(KickCParser.DeclaratorParContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclaratorPar(KickCParser.DeclaratorParContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclaratorName(KickCParser.DeclaratorNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclaratorName(KickCParser.DeclaratorNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclaratorProcedure(KickCParser.DeclaratorProcedureContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclaratorProcedure(KickCParser.DeclaratorProcedureContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeSimple(KickCParser.TypeSimpleContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeSimple(KickCParser.TypeSimpleContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeStructDef(KickCParser.TypeStructDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeStructDef(KickCParser.TypeStructDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeStructRef(KickCParser.TypeStructRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeStructRef(KickCParser.TypeStructRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeEnumDef(KickCParser.TypeEnumDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeEnumDef(KickCParser.TypeEnumDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeEnumRef(KickCParser.TypeEnumRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeEnumRef(KickCParser.TypeEnumRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterTypeNamedRef(KickCParser.TypeNamedRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitTypeNamedRef(KickCParser.TypeNamedRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStructRef(KickCParser.StructRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStructRef(KickCParser.StructRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStructDef(KickCParser.StructDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStructDef(KickCParser.StructDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStructMembers(KickCParser.StructMembersContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStructMembers(KickCParser.StructMembersContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterEnumRef(KickCParser.EnumRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitEnumRef(KickCParser.EnumRefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterEnumDef(KickCParser.EnumDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitEnumDef(KickCParser.EnumDefContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterEnumMemberList(KickCParser.EnumMemberListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitEnumMemberList(KickCParser.EnumMemberListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterEnumMember(KickCParser.EnumMemberContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitEnumMember(KickCParser.EnumMemberContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDeclFunction(KickCParser.DeclFunctionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDeclFunction(KickCParser.DeclFunctionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterParameterListDecl(KickCParser.ParameterListDeclContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitParameterListDecl(KickCParser.ParameterListDeclContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterParameterDeclTypeDeclarator(KickCParser.ParameterDeclTypeDeclaratorContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitParameterDeclTypeDeclarator(KickCParser.ParameterDeclTypeDeclaratorContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterParameterDeclTypeName(KickCParser.ParameterDeclTypeNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitParameterDeclTypeName(KickCParser.ParameterDeclTypeNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterParameterDeclList(KickCParser.ParameterDeclListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitParameterDeclList(KickCParser.ParameterDeclListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterPragma(KickCParser.PragmaContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitPragma(KickCParser.PragmaContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterPragmaParamNumber(KickCParser.PragmaParamNumberContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitPragmaParamNumber(KickCParser.PragmaParamNumberContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterPragmaParamRange(KickCParser.PragmaParamRangeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitPragmaParamRange(KickCParser.PragmaParamRangeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterPragmaParamName(KickCParser.PragmaParamNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitPragmaParamName(KickCParser.PragmaParamNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterPragmaParamString(KickCParser.PragmaParamStringContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitPragmaParamString(KickCParser.PragmaParamStringContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterPragmaParamCallingConvention(KickCParser.PragmaParamCallingConventionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitPragmaParamCallingConvention(KickCParser.PragmaParamCallingConventionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveConst(KickCParser.DirectiveConstContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveConst(KickCParser.DirectiveConstContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveAlign(KickCParser.DirectiveAlignContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveAlign(KickCParser.DirectiveAlignContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveRegister(KickCParser.DirectiveRegisterContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveRegister(KickCParser.DirectiveRegisterContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveMemoryAreaZp(KickCParser.DirectiveMemoryAreaZpContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveMemoryAreaZp(KickCParser.DirectiveMemoryAreaZpContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveMemoryAreaMain(KickCParser.DirectiveMemoryAreaMainContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveMemoryAreaMain(KickCParser.DirectiveMemoryAreaMainContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveMemoryAreaAddress(KickCParser.DirectiveMemoryAreaAddressContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveMemoryAreaAddress(KickCParser.DirectiveMemoryAreaAddressContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveVolatile(KickCParser.DirectiveVolatileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveVolatile(KickCParser.DirectiveVolatileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveStatic(KickCParser.DirectiveStaticContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveStatic(KickCParser.DirectiveStaticContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveFormSsa(KickCParser.DirectiveFormSsaContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveFormSsa(KickCParser.DirectiveFormSsaContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveFormMa(KickCParser.DirectiveFormMaContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveFormMa(KickCParser.DirectiveFormMaContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveExtern(KickCParser.DirectiveExternContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveExtern(KickCParser.DirectiveExternContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveExport(KickCParser.DirectiveExportContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveExport(KickCParser.DirectiveExportContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveInline(KickCParser.DirectiveInlineContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveInline(KickCParser.DirectiveInlineContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveIntrinsic(KickCParser.DirectiveIntrinsicContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveIntrinsic(KickCParser.DirectiveIntrinsicContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveInterrupt(KickCParser.DirectiveInterruptContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveInterrupt(KickCParser.DirectiveInterruptContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveReserveZp(KickCParser.DirectiveReserveZpContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveReserveZp(KickCParser.DirectiveReserveZpContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterDirectiveCallingConvention(KickCParser.DirectiveCallingConventionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitDirectiveCallingConvention(KickCParser.DirectiveCallingConventionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtSeq(KickCParser.StmtSeqContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtSeq(KickCParser.StmtSeqContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtDeclVar(KickCParser.StmtDeclVarContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtDeclVar(KickCParser.StmtDeclVarContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtBlock(KickCParser.StmtBlockContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtBlock(KickCParser.StmtBlockContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtExpr(KickCParser.StmtExprContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtExpr(KickCParser.StmtExprContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtIfElse(KickCParser.StmtIfElseContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtIfElse(KickCParser.StmtIfElseContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtWhile(KickCParser.StmtWhileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtWhile(KickCParser.StmtWhileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtDoWhile(KickCParser.StmtDoWhileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtDoWhile(KickCParser.StmtDoWhileContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtFor(KickCParser.StmtForContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtFor(KickCParser.StmtForContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtSwitch(KickCParser.StmtSwitchContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtSwitch(KickCParser.StmtSwitchContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtReturn(KickCParser.StmtReturnContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtReturn(KickCParser.StmtReturnContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtBreak(KickCParser.StmtBreakContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtBreak(KickCParser.StmtBreakContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtContinue(KickCParser.StmtContinueContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtContinue(KickCParser.StmtContinueContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtAsm(KickCParser.StmtAsmContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtAsm(KickCParser.StmtAsmContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtDeclKasm(KickCParser.StmtDeclKasmContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtDeclKasm(KickCParser.StmtDeclKasmContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtEmpty(KickCParser.StmtEmptyContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtEmpty(KickCParser.StmtEmptyContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtLabel(KickCParser.StmtLabelContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtLabel(KickCParser.StmtLabelContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterStmtGoto(KickCParser.StmtGotoContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitStmtGoto(KickCParser.StmtGotoContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterSwitchCases(KickCParser.SwitchCasesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitSwitchCases(KickCParser.SwitchCasesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterSwitchCase(KickCParser.SwitchCaseContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitSwitchCase(KickCParser.SwitchCaseContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterForClassic(KickCParser.ForClassicContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitForClassic(KickCParser.ForClassicContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterForRange(KickCParser.ForRangeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitForRange(KickCParser.ForRangeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterForClassicInitDecl(KickCParser.ForClassicInitDeclContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitForClassicInitDecl(KickCParser.ForClassicInitDeclContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterForClassicInitExpr(KickCParser.ForClassicInitExprContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

- */ - @Override public void exitForClassicCondition(KickCParser.ForClassicConditionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterCommaNone(KickCParser.CommaNoneContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitCommaNone(KickCParser.CommaNoneContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterCommaSimple(KickCParser.CommaSimpleContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitCommaSimple(KickCParser.CommaSimpleContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprPtr(KickCParser.ExprPtrContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprPtr(KickCParser.ExprPtrContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprTypeId(KickCParser.ExprTypeIdContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprTypeId(KickCParser.ExprTypeIdContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprPostMod(KickCParser.ExprPostModContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprPostMod(KickCParser.ExprPostModContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprUnary(KickCParser.ExprUnaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprUnary(KickCParser.ExprUnaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprNumber(KickCParser.ExprNumberContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprNumber(KickCParser.ExprNumberContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprArrow(KickCParser.ExprArrowContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprArrow(KickCParser.ExprArrowContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprCast(KickCParser.ExprCastContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprCast(KickCParser.ExprCastContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprPar(KickCParser.ExprParContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprPar(KickCParser.ExprParContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprId(KickCParser.ExprIdContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprId(KickCParser.ExprIdContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprTernary(KickCParser.ExprTernaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprTernary(KickCParser.ExprTernaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprAssignment(KickCParser.ExprAssignmentContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprAssignment(KickCParser.ExprAssignmentContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprPreMod(KickCParser.ExprPreModContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprPreMod(KickCParser.ExprPreModContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprBinary(KickCParser.ExprBinaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprBinary(KickCParser.ExprBinaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprTypeIdType(KickCParser.ExprTypeIdTypeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprTypeIdType(KickCParser.ExprTypeIdTypeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprChar(KickCParser.ExprCharContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprChar(KickCParser.ExprCharContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprDot(KickCParser.ExprDotContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprDot(KickCParser.ExprDotContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprSizeOfType(KickCParser.ExprSizeOfTypeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprSizeOfType(KickCParser.ExprSizeOfTypeContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterInitList(KickCParser.InitListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitInitList(KickCParser.InitListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprCall(KickCParser.ExprCallContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprCall(KickCParser.ExprCallContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprSizeOf(KickCParser.ExprSizeOfContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprSizeOf(KickCParser.ExprSizeOfContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprString(KickCParser.ExprStringContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprString(KickCParser.ExprStringContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprAssignmentCompound(KickCParser.ExprAssignmentCompoundContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprAssignmentCompound(KickCParser.ExprAssignmentCompoundContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprBool(KickCParser.ExprBoolContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprBool(KickCParser.ExprBoolContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprDefined(KickCParser.ExprDefinedContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprDefined(KickCParser.ExprDefinedContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterExprArray(KickCParser.ExprArrayContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitExprArray(KickCParser.ExprArrayContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterParameterList(KickCParser.ParameterListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitParameterList(KickCParser.ParameterListContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterKasmContent(KickCParser.KasmContentContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitKasmContent(KickCParser.KasmContentContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmDirectives(KickCParser.AsmDirectivesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmDirectives(KickCParser.AsmDirectivesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmDirectiveString(KickCParser.AsmDirectiveStringContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmDirectiveString(KickCParser.AsmDirectiveStringContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmDirectiveName(KickCParser.AsmDirectiveNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmDirectiveName(KickCParser.AsmDirectiveNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmDirectiveExpr(KickCParser.AsmDirectiveExprContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmDirectiveExpr(KickCParser.AsmDirectiveExprContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmLines(KickCParser.AsmLinesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmLines(KickCParser.AsmLinesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmLine(KickCParser.AsmLineContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmLine(KickCParser.AsmLineContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmLabelName(KickCParser.AsmLabelNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmLabelName(KickCParser.AsmLabelNameContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmLabelReplace(KickCParser.AsmLabelReplaceContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmLabelReplace(KickCParser.AsmLabelReplaceContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmLabelMulti(KickCParser.AsmLabelMultiContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmLabelMulti(KickCParser.AsmLabelMultiContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmInstruction(KickCParser.AsmInstructionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmInstruction(KickCParser.AsmInstructionContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmBytes(KickCParser.AsmBytesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmBytes(KickCParser.AsmBytesContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeAbs(KickCParser.AsmModeAbsContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeAbs(KickCParser.AsmModeAbsContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeImm(KickCParser.AsmModeImmContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeImm(KickCParser.AsmModeImmContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeAbsXY(KickCParser.AsmModeAbsXYContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeAbsXY(KickCParser.AsmModeAbsXYContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeIndIdxXY(KickCParser.AsmModeIndIdxXYContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeIndIdxXY(KickCParser.AsmModeIndIdxXYContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeIndLongIdxXY(KickCParser.AsmModeIndLongIdxXYContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeIndLongIdxXY(KickCParser.AsmModeIndLongIdxXYContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeSPIndIdx(KickCParser.AsmModeSPIndIdxContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeSPIndIdx(KickCParser.AsmModeSPIndIdxContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeIdxIndXY(KickCParser.AsmModeIdxIndXYContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeIdxIndXY(KickCParser.AsmModeIdxIndXYContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeInd(KickCParser.AsmModeIndContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeInd(KickCParser.AsmModeIndContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmModeIndLong(KickCParser.AsmModeIndLongContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmModeIndLong(KickCParser.AsmModeIndLongContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmExprReplace(KickCParser.AsmExprReplaceContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmExprReplace(KickCParser.AsmExprReplaceContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmExprLabelRel(KickCParser.AsmExprLabelRelContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmExprLabelRel(KickCParser.AsmExprLabelRelContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmExprPar(KickCParser.AsmExprParContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmExprPar(KickCParser.AsmExprParContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmExprBinary(KickCParser.AsmExprBinaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmExprBinary(KickCParser.AsmExprBinaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmExprLabel(KickCParser.AsmExprLabelContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmExprLabel(KickCParser.AsmExprLabelContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmExprInt(KickCParser.AsmExprIntContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmExprInt(KickCParser.AsmExprIntContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmExprUnary(KickCParser.AsmExprUnaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmExprUnary(KickCParser.AsmExprUnaryContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterAsmExprChar(KickCParser.AsmExprCharContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitAsmExprChar(KickCParser.AsmExprCharContext ctx) { } - - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void enterEveryRule(ParserRuleContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void exitEveryRule(ParserRuleContext ctx) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void visitTerminal(TerminalNode node) { } - /** - * {@inheritDoc} - * - *

The default implementation does nothing.

- */ - @Override public void visitErrorNode(ErrorNode node) { } -} \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java deleted file mode 100644 index 98689a814..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserBaseVisitor.java +++ /dev/null @@ -1,1017 +0,0 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.9.1 -package dk.camelot64.kickc.parser; - - -import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor; - -/** - * This class provides an empty implementation of {@link KickCParserVisitor}, - * which can be extended to create a visitor which only needs to handle a subset - * of the available methods. - * - * @param The return type of the visit operation. Use {@link Void} for - * operations with no return type. - */ -public class KickCParserBaseVisitor extends AbstractParseTreeVisitor implements KickCParserVisitor { - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitFile(KickCParser.FileContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmFile(KickCParser.AsmFileContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclSeq(KickCParser.DeclSeqContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDecl(KickCParser.DeclContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclVariables(KickCParser.DeclVariablesContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclaratorInitList(KickCParser.DeclaratorInitListContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclVariableInitExpr(KickCParser.DeclVariableInitExprContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclVariableInitKasm(KickCParser.DeclVariableInitKasmContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeDef(KickCParser.TypeDefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclType(KickCParser.DeclTypeContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeName(KickCParser.TypeNameContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeNameDeclaratorArray(KickCParser.TypeNameDeclaratorArrayContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeNameDeclaratorPar(KickCParser.TypeNameDeclaratorParContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeNameDeclaratorName(KickCParser.TypeNameDeclaratorNameContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeNameDeclaratorProcedure(KickCParser.TypeNameDeclaratorProcedureContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeNameDeclaratorPointer(KickCParser.TypeNameDeclaratorPointerContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclaratorPointer(KickCParser.DeclaratorPointerContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclaratorArray(KickCParser.DeclaratorArrayContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclaratorPar(KickCParser.DeclaratorParContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclaratorName(KickCParser.DeclaratorNameContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclaratorProcedure(KickCParser.DeclaratorProcedureContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeSimple(KickCParser.TypeSimpleContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeStructDef(KickCParser.TypeStructDefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeStructRef(KickCParser.TypeStructRefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeEnumDef(KickCParser.TypeEnumDefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeEnumRef(KickCParser.TypeEnumRefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitTypeNamedRef(KickCParser.TypeNamedRefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStructRef(KickCParser.StructRefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStructDef(KickCParser.StructDefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStructMembers(KickCParser.StructMembersContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitEnumRef(KickCParser.EnumRefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitEnumDef(KickCParser.EnumDefContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitEnumMemberList(KickCParser.EnumMemberListContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitEnumMember(KickCParser.EnumMemberContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDeclFunction(KickCParser.DeclFunctionContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitParameterListDecl(KickCParser.ParameterListDeclContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitParameterDeclTypeDeclarator(KickCParser.ParameterDeclTypeDeclaratorContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitParameterDeclTypeName(KickCParser.ParameterDeclTypeNameContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitParameterDeclList(KickCParser.ParameterDeclListContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitPragma(KickCParser.PragmaContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitPragmaParamNumber(KickCParser.PragmaParamNumberContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitPragmaParamRange(KickCParser.PragmaParamRangeContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitPragmaParamName(KickCParser.PragmaParamNameContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitPragmaParamString(KickCParser.PragmaParamStringContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitPragmaParamCallingConvention(KickCParser.PragmaParamCallingConventionContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveConst(KickCParser.DirectiveConstContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveAlign(KickCParser.DirectiveAlignContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveRegister(KickCParser.DirectiveRegisterContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveMemoryAreaZp(KickCParser.DirectiveMemoryAreaZpContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveMemoryAreaMain(KickCParser.DirectiveMemoryAreaMainContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveMemoryAreaAddress(KickCParser.DirectiveMemoryAreaAddressContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveVolatile(KickCParser.DirectiveVolatileContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveStatic(KickCParser.DirectiveStaticContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveFormSsa(KickCParser.DirectiveFormSsaContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveFormMa(KickCParser.DirectiveFormMaContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveExtern(KickCParser.DirectiveExternContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveExport(KickCParser.DirectiveExportContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveInline(KickCParser.DirectiveInlineContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveIntrinsic(KickCParser.DirectiveIntrinsicContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveInterrupt(KickCParser.DirectiveInterruptContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveReserveZp(KickCParser.DirectiveReserveZpContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitDirectiveCallingConvention(KickCParser.DirectiveCallingConventionContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtSeq(KickCParser.StmtSeqContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtDeclVar(KickCParser.StmtDeclVarContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtBlock(KickCParser.StmtBlockContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtExpr(KickCParser.StmtExprContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtIfElse(KickCParser.StmtIfElseContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtWhile(KickCParser.StmtWhileContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtDoWhile(KickCParser.StmtDoWhileContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtFor(KickCParser.StmtForContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtSwitch(KickCParser.StmtSwitchContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtReturn(KickCParser.StmtReturnContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtBreak(KickCParser.StmtBreakContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtContinue(KickCParser.StmtContinueContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtAsm(KickCParser.StmtAsmContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtDeclKasm(KickCParser.StmtDeclKasmContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtEmpty(KickCParser.StmtEmptyContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtLabel(KickCParser.StmtLabelContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitStmtGoto(KickCParser.StmtGotoContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitSwitchCases(KickCParser.SwitchCasesContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitSwitchCase(KickCParser.SwitchCaseContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitForClassic(KickCParser.ForClassicContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitForRange(KickCParser.ForRangeContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitForClassicInitDecl(KickCParser.ForClassicInitDeclContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

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

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

- */ - @Override public T visitForClassicCondition(KickCParser.ForClassicConditionContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitCommaNone(KickCParser.CommaNoneContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitCommaSimple(KickCParser.CommaSimpleContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprPtr(KickCParser.ExprPtrContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprTypeId(KickCParser.ExprTypeIdContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprPostMod(KickCParser.ExprPostModContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprUnary(KickCParser.ExprUnaryContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprNumber(KickCParser.ExprNumberContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprArrow(KickCParser.ExprArrowContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprCast(KickCParser.ExprCastContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprPar(KickCParser.ExprParContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprId(KickCParser.ExprIdContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprTernary(KickCParser.ExprTernaryContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprAssignment(KickCParser.ExprAssignmentContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprPreMod(KickCParser.ExprPreModContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprBinary(KickCParser.ExprBinaryContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprTypeIdType(KickCParser.ExprTypeIdTypeContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprChar(KickCParser.ExprCharContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprDot(KickCParser.ExprDotContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprSizeOfType(KickCParser.ExprSizeOfTypeContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitInitList(KickCParser.InitListContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprCall(KickCParser.ExprCallContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprSizeOf(KickCParser.ExprSizeOfContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprString(KickCParser.ExprStringContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprAssignmentCompound(KickCParser.ExprAssignmentCompoundContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprBool(KickCParser.ExprBoolContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprDefined(KickCParser.ExprDefinedContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitExprArray(KickCParser.ExprArrayContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitParameterList(KickCParser.ParameterListContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitKasmContent(KickCParser.KasmContentContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmDirectives(KickCParser.AsmDirectivesContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmDirectiveString(KickCParser.AsmDirectiveStringContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmDirectiveName(KickCParser.AsmDirectiveNameContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmDirectiveExpr(KickCParser.AsmDirectiveExprContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmLines(KickCParser.AsmLinesContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmLine(KickCParser.AsmLineContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmLabelName(KickCParser.AsmLabelNameContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmLabelReplace(KickCParser.AsmLabelReplaceContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmLabelMulti(KickCParser.AsmLabelMultiContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmInstruction(KickCParser.AsmInstructionContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmBytes(KickCParser.AsmBytesContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeAbs(KickCParser.AsmModeAbsContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeImm(KickCParser.AsmModeImmContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeAbsXY(KickCParser.AsmModeAbsXYContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeIndIdxXY(KickCParser.AsmModeIndIdxXYContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeIndLongIdxXY(KickCParser.AsmModeIndLongIdxXYContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeSPIndIdx(KickCParser.AsmModeSPIndIdxContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeIdxIndXY(KickCParser.AsmModeIdxIndXYContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeInd(KickCParser.AsmModeIndContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmModeIndLong(KickCParser.AsmModeIndLongContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmExprReplace(KickCParser.AsmExprReplaceContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmExprLabelRel(KickCParser.AsmExprLabelRelContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmExprPar(KickCParser.AsmExprParContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmExprBinary(KickCParser.AsmExprBinaryContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmExprLabel(KickCParser.AsmExprLabelContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmExprInt(KickCParser.AsmExprIntContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmExprUnary(KickCParser.AsmExprUnaryContext ctx) { return visitChildren(ctx); } - /** - * {@inheritDoc} - * - *

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

- */ - @Override public T visitAsmExprChar(KickCParser.AsmExprCharContext ctx) { return visitChildren(ctx); } -} \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java deleted file mode 100644 index 4af340f20..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserListener.java +++ /dev/null @@ -1,1668 +0,0 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.9.1 -package dk.camelot64.kickc.parser; - - -import org.antlr.v4.runtime.tree.ParseTreeListener; - -/** - * This interface defines a complete listener for a parse tree produced by - * {@link KickCParser}. - */ -public interface KickCParserListener extends ParseTreeListener { - /** - * Enter a parse tree produced by {@link KickCParser#file}. - * @param ctx the parse tree - */ - void enterFile(KickCParser.FileContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#file}. - * @param ctx the parse tree - */ - void exitFile(KickCParser.FileContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#asmFile}. - * @param ctx the parse tree - */ - void enterAsmFile(KickCParser.AsmFileContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#asmFile}. - * @param ctx the parse tree - */ - void exitAsmFile(KickCParser.AsmFileContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#declSeq}. - * @param ctx the parse tree - */ - void enterDeclSeq(KickCParser.DeclSeqContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#declSeq}. - * @param ctx the parse tree - */ - void exitDeclSeq(KickCParser.DeclSeqContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#decl}. - * @param ctx the parse tree - */ - void enterDecl(KickCParser.DeclContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#decl}. - * @param ctx the parse tree - */ - void exitDecl(KickCParser.DeclContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#declVariables}. - * @param ctx the parse tree - */ - void enterDeclVariables(KickCParser.DeclVariablesContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#declVariables}. - * @param ctx the parse tree - */ - void exitDeclVariables(KickCParser.DeclVariablesContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#declaratorInitList}. - * @param ctx the parse tree - */ - void enterDeclaratorInitList(KickCParser.DeclaratorInitListContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#declaratorInitList}. - * @param ctx the parse tree - */ - void exitDeclaratorInitList(KickCParser.DeclaratorInitListContext ctx); - /** - * Enter a parse tree produced by the {@code declVariableInitExpr} - * labeled alternative in {@link KickCParser#declaratorInit}. - * @param ctx the parse tree - */ - void enterDeclVariableInitExpr(KickCParser.DeclVariableInitExprContext ctx); - /** - * Exit a parse tree produced by the {@code declVariableInitExpr} - * labeled alternative in {@link KickCParser#declaratorInit}. - * @param ctx the parse tree - */ - void exitDeclVariableInitExpr(KickCParser.DeclVariableInitExprContext ctx); - /** - * Enter a parse tree produced by the {@code declVariableInitKasm} - * labeled alternative in {@link KickCParser#declaratorInit}. - * @param ctx the parse tree - */ - void enterDeclVariableInitKasm(KickCParser.DeclVariableInitKasmContext ctx); - /** - * Exit a parse tree produced by the {@code declVariableInitKasm} - * labeled alternative in {@link KickCParser#declaratorInit}. - * @param ctx the parse tree - */ - void exitDeclVariableInitKasm(KickCParser.DeclVariableInitKasmContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#typeDef}. - * @param ctx the parse tree - */ - void enterTypeDef(KickCParser.TypeDefContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#typeDef}. - * @param ctx the parse tree - */ - void exitTypeDef(KickCParser.TypeDefContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#declType}. - * @param ctx the parse tree - */ - void enterDeclType(KickCParser.DeclTypeContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#declType}. - * @param ctx the parse tree - */ - void exitDeclType(KickCParser.DeclTypeContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#typeName}. - * @param ctx the parse tree - */ - void enterTypeName(KickCParser.TypeNameContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#typeName}. - * @param ctx the parse tree - */ - void exitTypeName(KickCParser.TypeNameContext ctx); - /** - * Enter a parse tree produced by the {@code typeNameDeclaratorArray} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void enterTypeNameDeclaratorArray(KickCParser.TypeNameDeclaratorArrayContext ctx); - /** - * Exit a parse tree produced by the {@code typeNameDeclaratorArray} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void exitTypeNameDeclaratorArray(KickCParser.TypeNameDeclaratorArrayContext ctx); - /** - * Enter a parse tree produced by the {@code typeNameDeclaratorPar} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void enterTypeNameDeclaratorPar(KickCParser.TypeNameDeclaratorParContext ctx); - /** - * Exit a parse tree produced by the {@code typeNameDeclaratorPar} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void exitTypeNameDeclaratorPar(KickCParser.TypeNameDeclaratorParContext ctx); - /** - * Enter a parse tree produced by the {@code typeNameDeclaratorName} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void enterTypeNameDeclaratorName(KickCParser.TypeNameDeclaratorNameContext ctx); - /** - * Exit a parse tree produced by the {@code typeNameDeclaratorName} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void exitTypeNameDeclaratorName(KickCParser.TypeNameDeclaratorNameContext ctx); - /** - * Enter a parse tree produced by the {@code typeNameDeclaratorProcedure} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void enterTypeNameDeclaratorProcedure(KickCParser.TypeNameDeclaratorProcedureContext ctx); - /** - * Exit a parse tree produced by the {@code typeNameDeclaratorProcedure} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void exitTypeNameDeclaratorProcedure(KickCParser.TypeNameDeclaratorProcedureContext ctx); - /** - * Enter a parse tree produced by the {@code typeNameDeclaratorPointer} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void enterTypeNameDeclaratorPointer(KickCParser.TypeNameDeclaratorPointerContext ctx); - /** - * Exit a parse tree produced by the {@code typeNameDeclaratorPointer} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - */ - void exitTypeNameDeclaratorPointer(KickCParser.TypeNameDeclaratorPointerContext ctx); - /** - * Enter a parse tree produced by the {@code declaratorPointer} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void enterDeclaratorPointer(KickCParser.DeclaratorPointerContext ctx); - /** - * Exit a parse tree produced by the {@code declaratorPointer} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void exitDeclaratorPointer(KickCParser.DeclaratorPointerContext ctx); - /** - * Enter a parse tree produced by the {@code declaratorArray} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void enterDeclaratorArray(KickCParser.DeclaratorArrayContext ctx); - /** - * Exit a parse tree produced by the {@code declaratorArray} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void exitDeclaratorArray(KickCParser.DeclaratorArrayContext ctx); - /** - * Enter a parse tree produced by the {@code declaratorPar} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void enterDeclaratorPar(KickCParser.DeclaratorParContext ctx); - /** - * Exit a parse tree produced by the {@code declaratorPar} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void exitDeclaratorPar(KickCParser.DeclaratorParContext ctx); - /** - * Enter a parse tree produced by the {@code declaratorName} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void enterDeclaratorName(KickCParser.DeclaratorNameContext ctx); - /** - * Exit a parse tree produced by the {@code declaratorName} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void exitDeclaratorName(KickCParser.DeclaratorNameContext ctx); - /** - * Enter a parse tree produced by the {@code declaratorProcedure} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void enterDeclaratorProcedure(KickCParser.DeclaratorProcedureContext ctx); - /** - * Exit a parse tree produced by the {@code declaratorProcedure} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - */ - void exitDeclaratorProcedure(KickCParser.DeclaratorProcedureContext ctx); - /** - * Enter a parse tree produced by the {@code typeSimple} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void enterTypeSimple(KickCParser.TypeSimpleContext ctx); - /** - * Exit a parse tree produced by the {@code typeSimple} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void exitTypeSimple(KickCParser.TypeSimpleContext ctx); - /** - * Enter a parse tree produced by the {@code typeStructDef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void enterTypeStructDef(KickCParser.TypeStructDefContext ctx); - /** - * Exit a parse tree produced by the {@code typeStructDef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void exitTypeStructDef(KickCParser.TypeStructDefContext ctx); - /** - * Enter a parse tree produced by the {@code typeStructRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void enterTypeStructRef(KickCParser.TypeStructRefContext ctx); - /** - * Exit a parse tree produced by the {@code typeStructRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void exitTypeStructRef(KickCParser.TypeStructRefContext ctx); - /** - * Enter a parse tree produced by the {@code typeEnumDef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void enterTypeEnumDef(KickCParser.TypeEnumDefContext ctx); - /** - * Exit a parse tree produced by the {@code typeEnumDef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void exitTypeEnumDef(KickCParser.TypeEnumDefContext ctx); - /** - * Enter a parse tree produced by the {@code typeEnumRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void enterTypeEnumRef(KickCParser.TypeEnumRefContext ctx); - /** - * Exit a parse tree produced by the {@code typeEnumRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void exitTypeEnumRef(KickCParser.TypeEnumRefContext ctx); - /** - * Enter a parse tree produced by the {@code typeNamedRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void enterTypeNamedRef(KickCParser.TypeNamedRefContext ctx); - /** - * Exit a parse tree produced by the {@code typeNamedRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - */ - void exitTypeNamedRef(KickCParser.TypeNamedRefContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#structRef}. - * @param ctx the parse tree - */ - void enterStructRef(KickCParser.StructRefContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#structRef}. - * @param ctx the parse tree - */ - void exitStructRef(KickCParser.StructRefContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#structDef}. - * @param ctx the parse tree - */ - void enterStructDef(KickCParser.StructDefContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#structDef}. - * @param ctx the parse tree - */ - void exitStructDef(KickCParser.StructDefContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#structMembers}. - * @param ctx the parse tree - */ - void enterStructMembers(KickCParser.StructMembersContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#structMembers}. - * @param ctx the parse tree - */ - void exitStructMembers(KickCParser.StructMembersContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#enumRef}. - * @param ctx the parse tree - */ - void enterEnumRef(KickCParser.EnumRefContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#enumRef}. - * @param ctx the parse tree - */ - void exitEnumRef(KickCParser.EnumRefContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#enumDef}. - * @param ctx the parse tree - */ - void enterEnumDef(KickCParser.EnumDefContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#enumDef}. - * @param ctx the parse tree - */ - void exitEnumDef(KickCParser.EnumDefContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#enumMemberList}. - * @param ctx the parse tree - */ - void enterEnumMemberList(KickCParser.EnumMemberListContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#enumMemberList}. - * @param ctx the parse tree - */ - void exitEnumMemberList(KickCParser.EnumMemberListContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#enumMember}. - * @param ctx the parse tree - */ - void enterEnumMember(KickCParser.EnumMemberContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#enumMember}. - * @param ctx the parse tree - */ - void exitEnumMember(KickCParser.EnumMemberContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#declFunction}. - * @param ctx the parse tree - */ - void enterDeclFunction(KickCParser.DeclFunctionContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#declFunction}. - * @param ctx the parse tree - */ - void exitDeclFunction(KickCParser.DeclFunctionContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#parameterListDecl}. - * @param ctx the parse tree - */ - void enterParameterListDecl(KickCParser.ParameterListDeclContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#parameterListDecl}. - * @param ctx the parse tree - */ - void exitParameterListDecl(KickCParser.ParameterListDeclContext ctx); - /** - * Enter a parse tree produced by the {@code parameterDeclTypeDeclarator} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - */ - void enterParameterDeclTypeDeclarator(KickCParser.ParameterDeclTypeDeclaratorContext ctx); - /** - * Exit a parse tree produced by the {@code parameterDeclTypeDeclarator} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - */ - void exitParameterDeclTypeDeclarator(KickCParser.ParameterDeclTypeDeclaratorContext ctx); - /** - * Enter a parse tree produced by the {@code parameterDeclTypeName} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - */ - void enterParameterDeclTypeName(KickCParser.ParameterDeclTypeNameContext ctx); - /** - * Exit a parse tree produced by the {@code parameterDeclTypeName} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - */ - void exitParameterDeclTypeName(KickCParser.ParameterDeclTypeNameContext ctx); - /** - * Enter a parse tree produced by the {@code parameterDeclList} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - */ - void enterParameterDeclList(KickCParser.ParameterDeclListContext ctx); - /** - * Exit a parse tree produced by the {@code parameterDeclList} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - */ - void exitParameterDeclList(KickCParser.ParameterDeclListContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#pragma}. - * @param ctx the parse tree - */ - void enterPragma(KickCParser.PragmaContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#pragma}. - * @param ctx the parse tree - */ - void exitPragma(KickCParser.PragmaContext ctx); - /** - * Enter a parse tree produced by the {@code pragmaParamNumber} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void enterPragmaParamNumber(KickCParser.PragmaParamNumberContext ctx); - /** - * Exit a parse tree produced by the {@code pragmaParamNumber} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void exitPragmaParamNumber(KickCParser.PragmaParamNumberContext ctx); - /** - * Enter a parse tree produced by the {@code pragmaParamRange} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void enterPragmaParamRange(KickCParser.PragmaParamRangeContext ctx); - /** - * Exit a parse tree produced by the {@code pragmaParamRange} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void exitPragmaParamRange(KickCParser.PragmaParamRangeContext ctx); - /** - * Enter a parse tree produced by the {@code pragmaParamName} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void enterPragmaParamName(KickCParser.PragmaParamNameContext ctx); - /** - * Exit a parse tree produced by the {@code pragmaParamName} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void exitPragmaParamName(KickCParser.PragmaParamNameContext ctx); - /** - * Enter a parse tree produced by the {@code pragmaParamString} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void enterPragmaParamString(KickCParser.PragmaParamStringContext ctx); - /** - * Exit a parse tree produced by the {@code pragmaParamString} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void exitPragmaParamString(KickCParser.PragmaParamStringContext ctx); - /** - * Enter a parse tree produced by the {@code pragmaParamCallingConvention} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void enterPragmaParamCallingConvention(KickCParser.PragmaParamCallingConventionContext ctx); - /** - * Exit a parse tree produced by the {@code pragmaParamCallingConvention} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - */ - void exitPragmaParamCallingConvention(KickCParser.PragmaParamCallingConventionContext ctx); - /** - * Enter a parse tree produced by the {@code directiveConst} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveConst(KickCParser.DirectiveConstContext ctx); - /** - * Exit a parse tree produced by the {@code directiveConst} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveConst(KickCParser.DirectiveConstContext ctx); - /** - * Enter a parse tree produced by the {@code directiveAlign} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveAlign(KickCParser.DirectiveAlignContext ctx); - /** - * Exit a parse tree produced by the {@code directiveAlign} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveAlign(KickCParser.DirectiveAlignContext ctx); - /** - * Enter a parse tree produced by the {@code directiveRegister} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveRegister(KickCParser.DirectiveRegisterContext ctx); - /** - * Exit a parse tree produced by the {@code directiveRegister} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveRegister(KickCParser.DirectiveRegisterContext ctx); - /** - * Enter a parse tree produced by the {@code directiveMemoryAreaZp} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveMemoryAreaZp(KickCParser.DirectiveMemoryAreaZpContext ctx); - /** - * Exit a parse tree produced by the {@code directiveMemoryAreaZp} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveMemoryAreaZp(KickCParser.DirectiveMemoryAreaZpContext ctx); - /** - * Enter a parse tree produced by the {@code directiveMemoryAreaMain} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveMemoryAreaMain(KickCParser.DirectiveMemoryAreaMainContext ctx); - /** - * Exit a parse tree produced by the {@code directiveMemoryAreaMain} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveMemoryAreaMain(KickCParser.DirectiveMemoryAreaMainContext ctx); - /** - * Enter a parse tree produced by the {@code directiveMemoryAreaAddress} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveMemoryAreaAddress(KickCParser.DirectiveMemoryAreaAddressContext ctx); - /** - * Exit a parse tree produced by the {@code directiveMemoryAreaAddress} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveMemoryAreaAddress(KickCParser.DirectiveMemoryAreaAddressContext ctx); - /** - * Enter a parse tree produced by the {@code directiveVolatile} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveVolatile(KickCParser.DirectiveVolatileContext ctx); - /** - * Exit a parse tree produced by the {@code directiveVolatile} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveVolatile(KickCParser.DirectiveVolatileContext ctx); - /** - * Enter a parse tree produced by the {@code directiveStatic} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveStatic(KickCParser.DirectiveStaticContext ctx); - /** - * Exit a parse tree produced by the {@code directiveStatic} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveStatic(KickCParser.DirectiveStaticContext ctx); - /** - * Enter a parse tree produced by the {@code directiveFormSsa} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveFormSsa(KickCParser.DirectiveFormSsaContext ctx); - /** - * Exit a parse tree produced by the {@code directiveFormSsa} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveFormSsa(KickCParser.DirectiveFormSsaContext ctx); - /** - * Enter a parse tree produced by the {@code directiveFormMa} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveFormMa(KickCParser.DirectiveFormMaContext ctx); - /** - * Exit a parse tree produced by the {@code directiveFormMa} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveFormMa(KickCParser.DirectiveFormMaContext ctx); - /** - * Enter a parse tree produced by the {@code directiveExtern} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveExtern(KickCParser.DirectiveExternContext ctx); - /** - * Exit a parse tree produced by the {@code directiveExtern} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveExtern(KickCParser.DirectiveExternContext ctx); - /** - * Enter a parse tree produced by the {@code directiveExport} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveExport(KickCParser.DirectiveExportContext ctx); - /** - * Exit a parse tree produced by the {@code directiveExport} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveExport(KickCParser.DirectiveExportContext ctx); - /** - * Enter a parse tree produced by the {@code directiveInline} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveInline(KickCParser.DirectiveInlineContext ctx); - /** - * Exit a parse tree produced by the {@code directiveInline} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveInline(KickCParser.DirectiveInlineContext ctx); - /** - * Enter a parse tree produced by the {@code directiveIntrinsic} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveIntrinsic(KickCParser.DirectiveIntrinsicContext ctx); - /** - * Exit a parse tree produced by the {@code directiveIntrinsic} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveIntrinsic(KickCParser.DirectiveIntrinsicContext ctx); - /** - * Enter a parse tree produced by the {@code directiveInterrupt} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveInterrupt(KickCParser.DirectiveInterruptContext ctx); - /** - * Exit a parse tree produced by the {@code directiveInterrupt} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveInterrupt(KickCParser.DirectiveInterruptContext ctx); - /** - * Enter a parse tree produced by the {@code directiveReserveZp} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveReserveZp(KickCParser.DirectiveReserveZpContext ctx); - /** - * Exit a parse tree produced by the {@code directiveReserveZp} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveReserveZp(KickCParser.DirectiveReserveZpContext ctx); - /** - * Enter a parse tree produced by the {@code directiveCallingConvention} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void enterDirectiveCallingConvention(KickCParser.DirectiveCallingConventionContext ctx); - /** - * Exit a parse tree produced by the {@code directiveCallingConvention} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - */ - void exitDirectiveCallingConvention(KickCParser.DirectiveCallingConventionContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#stmtSeq}. - * @param ctx the parse tree - */ - void enterStmtSeq(KickCParser.StmtSeqContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#stmtSeq}. - * @param ctx the parse tree - */ - void exitStmtSeq(KickCParser.StmtSeqContext ctx); - /** - * Enter a parse tree produced by the {@code stmtDeclVar} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtDeclVar(KickCParser.StmtDeclVarContext ctx); - /** - * Exit a parse tree produced by the {@code stmtDeclVar} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtDeclVar(KickCParser.StmtDeclVarContext ctx); - /** - * Enter a parse tree produced by the {@code stmtBlock} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtBlock(KickCParser.StmtBlockContext ctx); - /** - * Exit a parse tree produced by the {@code stmtBlock} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtBlock(KickCParser.StmtBlockContext ctx); - /** - * Enter a parse tree produced by the {@code stmtExpr} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtExpr(KickCParser.StmtExprContext ctx); - /** - * Exit a parse tree produced by the {@code stmtExpr} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtExpr(KickCParser.StmtExprContext ctx); - /** - * Enter a parse tree produced by the {@code stmtIfElse} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtIfElse(KickCParser.StmtIfElseContext ctx); - /** - * Exit a parse tree produced by the {@code stmtIfElse} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtIfElse(KickCParser.StmtIfElseContext ctx); - /** - * Enter a parse tree produced by the {@code stmtWhile} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtWhile(KickCParser.StmtWhileContext ctx); - /** - * Exit a parse tree produced by the {@code stmtWhile} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtWhile(KickCParser.StmtWhileContext ctx); - /** - * Enter a parse tree produced by the {@code stmtDoWhile} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtDoWhile(KickCParser.StmtDoWhileContext ctx); - /** - * Exit a parse tree produced by the {@code stmtDoWhile} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtDoWhile(KickCParser.StmtDoWhileContext ctx); - /** - * Enter a parse tree produced by the {@code stmtFor} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtFor(KickCParser.StmtForContext ctx); - /** - * Exit a parse tree produced by the {@code stmtFor} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtFor(KickCParser.StmtForContext ctx); - /** - * Enter a parse tree produced by the {@code stmtSwitch} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtSwitch(KickCParser.StmtSwitchContext ctx); - /** - * Exit a parse tree produced by the {@code stmtSwitch} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtSwitch(KickCParser.StmtSwitchContext ctx); - /** - * Enter a parse tree produced by the {@code stmtReturn} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtReturn(KickCParser.StmtReturnContext ctx); - /** - * Exit a parse tree produced by the {@code stmtReturn} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtReturn(KickCParser.StmtReturnContext ctx); - /** - * Enter a parse tree produced by the {@code stmtBreak} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtBreak(KickCParser.StmtBreakContext ctx); - /** - * Exit a parse tree produced by the {@code stmtBreak} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtBreak(KickCParser.StmtBreakContext ctx); - /** - * Enter a parse tree produced by the {@code stmtContinue} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtContinue(KickCParser.StmtContinueContext ctx); - /** - * Exit a parse tree produced by the {@code stmtContinue} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtContinue(KickCParser.StmtContinueContext ctx); - /** - * Enter a parse tree produced by the {@code stmtAsm} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtAsm(KickCParser.StmtAsmContext ctx); - /** - * Exit a parse tree produced by the {@code stmtAsm} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtAsm(KickCParser.StmtAsmContext ctx); - /** - * Enter a parse tree produced by the {@code stmtDeclKasm} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtDeclKasm(KickCParser.StmtDeclKasmContext ctx); - /** - * Exit a parse tree produced by the {@code stmtDeclKasm} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtDeclKasm(KickCParser.StmtDeclKasmContext ctx); - /** - * Enter a parse tree produced by the {@code stmtEmpty} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtEmpty(KickCParser.StmtEmptyContext ctx); - /** - * Exit a parse tree produced by the {@code stmtEmpty} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtEmpty(KickCParser.StmtEmptyContext ctx); - /** - * Enter a parse tree produced by the {@code stmtLabel} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtLabel(KickCParser.StmtLabelContext ctx); - /** - * Exit a parse tree produced by the {@code stmtLabel} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtLabel(KickCParser.StmtLabelContext ctx); - /** - * Enter a parse tree produced by the {@code stmtGoto} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void enterStmtGoto(KickCParser.StmtGotoContext ctx); - /** - * Exit a parse tree produced by the {@code stmtGoto} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - */ - void exitStmtGoto(KickCParser.StmtGotoContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#switchCases}. - * @param ctx the parse tree - */ - void enterSwitchCases(KickCParser.SwitchCasesContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#switchCases}. - * @param ctx the parse tree - */ - void exitSwitchCases(KickCParser.SwitchCasesContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#switchCase}. - * @param ctx the parse tree - */ - void enterSwitchCase(KickCParser.SwitchCaseContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#switchCase}. - * @param ctx the parse tree - */ - void exitSwitchCase(KickCParser.SwitchCaseContext ctx); - /** - * Enter a parse tree produced by the {@code forClassic} - * labeled alternative in {@link KickCParser#forLoop}. - * @param ctx the parse tree - */ - void enterForClassic(KickCParser.ForClassicContext ctx); - /** - * Exit a parse tree produced by the {@code forClassic} - * labeled alternative in {@link KickCParser#forLoop}. - * @param ctx the parse tree - */ - void exitForClassic(KickCParser.ForClassicContext ctx); - /** - * Enter a parse tree produced by the {@code forRange} - * labeled alternative in {@link KickCParser#forLoop}. - * @param ctx the parse tree - */ - void enterForRange(KickCParser.ForRangeContext ctx); - /** - * Exit a parse tree produced by the {@code forRange} - * labeled alternative in {@link KickCParser#forLoop}. - * @param ctx the parse tree - */ - void exitForRange(KickCParser.ForRangeContext ctx); - /** - * Enter a parse tree produced by the {@code forClassicInitDecl} - * labeled alternative in {@link KickCParser#forClassicInit}. - * @param ctx the parse tree - */ - void enterForClassicInitDecl(KickCParser.ForClassicInitDeclContext ctx); - /** - * Exit a parse tree produced by the {@code forClassicInitDecl} - * labeled alternative in {@link KickCParser#forClassicInit}. - * @param ctx the parse tree - */ - void exitForClassicInitDecl(KickCParser.ForClassicInitDeclContext ctx); - /** - * Enter a parse tree produced by the {@code forClassicInitExpr} - * labeled alternative in {@link KickCParser#forClassicInit}. - * @param ctx the parse tree - */ - void enterForClassicInitExpr(KickCParser.ForClassicInitExprContext ctx); - /** - * Exit a parse tree produced by the {@code forClassicInitExpr} - * labeled alternative in {@link KickCParser#forClassicInit}. - * @param ctx the parse tree - */ - void exitForClassicInitExpr(KickCParser.ForClassicInitExprContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#forClassicCondition}. - * @param ctx the parse tree - */ - void enterForClassicCondition(KickCParser.ForClassicConditionContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#forClassicCondition}. - * @param ctx the parse tree - */ - void exitForClassicCondition(KickCParser.ForClassicConditionContext ctx); - /** - * Enter a parse tree produced by the {@code commaNone} - * labeled alternative in {@link KickCParser#commaExpr}. - * @param ctx the parse tree - */ - void enterCommaNone(KickCParser.CommaNoneContext ctx); - /** - * Exit a parse tree produced by the {@code commaNone} - * labeled alternative in {@link KickCParser#commaExpr}. - * @param ctx the parse tree - */ - void exitCommaNone(KickCParser.CommaNoneContext ctx); - /** - * Enter a parse tree produced by the {@code commaSimple} - * labeled alternative in {@link KickCParser#commaExpr}. - * @param ctx the parse tree - */ - void enterCommaSimple(KickCParser.CommaSimpleContext ctx); - /** - * Exit a parse tree produced by the {@code commaSimple} - * labeled alternative in {@link KickCParser#commaExpr}. - * @param ctx the parse tree - */ - void exitCommaSimple(KickCParser.CommaSimpleContext ctx); - /** - * Enter a parse tree produced by the {@code exprPtr} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprPtr(KickCParser.ExprPtrContext ctx); - /** - * Exit a parse tree produced by the {@code exprPtr} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprPtr(KickCParser.ExprPtrContext ctx); - /** - * Enter a parse tree produced by the {@code exprTypeId} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprTypeId(KickCParser.ExprTypeIdContext ctx); - /** - * Exit a parse tree produced by the {@code exprTypeId} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprTypeId(KickCParser.ExprTypeIdContext ctx); - /** - * Enter a parse tree produced by the {@code exprPostMod} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprPostMod(KickCParser.ExprPostModContext ctx); - /** - * Exit a parse tree produced by the {@code exprPostMod} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprPostMod(KickCParser.ExprPostModContext ctx); - /** - * Enter a parse tree produced by the {@code exprUnary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprUnary(KickCParser.ExprUnaryContext ctx); - /** - * Exit a parse tree produced by the {@code exprUnary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprUnary(KickCParser.ExprUnaryContext ctx); - /** - * Enter a parse tree produced by the {@code exprNumber} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprNumber(KickCParser.ExprNumberContext ctx); - /** - * Exit a parse tree produced by the {@code exprNumber} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprNumber(KickCParser.ExprNumberContext ctx); - /** - * Enter a parse tree produced by the {@code exprArrow} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprArrow(KickCParser.ExprArrowContext ctx); - /** - * Exit a parse tree produced by the {@code exprArrow} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprArrow(KickCParser.ExprArrowContext ctx); - /** - * Enter a parse tree produced by the {@code exprCast} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprCast(KickCParser.ExprCastContext ctx); - /** - * Exit a parse tree produced by the {@code exprCast} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprCast(KickCParser.ExprCastContext ctx); - /** - * Enter a parse tree produced by the {@code exprPar} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprPar(KickCParser.ExprParContext ctx); - /** - * Exit a parse tree produced by the {@code exprPar} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprPar(KickCParser.ExprParContext ctx); - /** - * Enter a parse tree produced by the {@code exprId} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprId(KickCParser.ExprIdContext ctx); - /** - * Exit a parse tree produced by the {@code exprId} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprId(KickCParser.ExprIdContext ctx); - /** - * Enter a parse tree produced by the {@code exprTernary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprTernary(KickCParser.ExprTernaryContext ctx); - /** - * Exit a parse tree produced by the {@code exprTernary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprTernary(KickCParser.ExprTernaryContext ctx); - /** - * Enter a parse tree produced by the {@code exprAssignment} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprAssignment(KickCParser.ExprAssignmentContext ctx); - /** - * Exit a parse tree produced by the {@code exprAssignment} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprAssignment(KickCParser.ExprAssignmentContext ctx); - /** - * Enter a parse tree produced by the {@code exprPreMod} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprPreMod(KickCParser.ExprPreModContext ctx); - /** - * Exit a parse tree produced by the {@code exprPreMod} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprPreMod(KickCParser.ExprPreModContext ctx); - /** - * Enter a parse tree produced by the {@code exprBinary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprBinary(KickCParser.ExprBinaryContext ctx); - /** - * Exit a parse tree produced by the {@code exprBinary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprBinary(KickCParser.ExprBinaryContext ctx); - /** - * Enter a parse tree produced by the {@code exprTypeIdType} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprTypeIdType(KickCParser.ExprTypeIdTypeContext ctx); - /** - * Exit a parse tree produced by the {@code exprTypeIdType} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprTypeIdType(KickCParser.ExprTypeIdTypeContext ctx); - /** - * Enter a parse tree produced by the {@code exprChar} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprChar(KickCParser.ExprCharContext ctx); - /** - * Exit a parse tree produced by the {@code exprChar} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprChar(KickCParser.ExprCharContext ctx); - /** - * Enter a parse tree produced by the {@code exprDot} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprDot(KickCParser.ExprDotContext ctx); - /** - * Exit a parse tree produced by the {@code exprDot} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprDot(KickCParser.ExprDotContext ctx); - /** - * Enter a parse tree produced by the {@code exprSizeOfType} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprSizeOfType(KickCParser.ExprSizeOfTypeContext ctx); - /** - * Exit a parse tree produced by the {@code exprSizeOfType} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprSizeOfType(KickCParser.ExprSizeOfTypeContext ctx); - /** - * Enter a parse tree produced by the {@code initList} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterInitList(KickCParser.InitListContext ctx); - /** - * Exit a parse tree produced by the {@code initList} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitInitList(KickCParser.InitListContext ctx); - /** - * Enter a parse tree produced by the {@code exprCall} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprCall(KickCParser.ExprCallContext ctx); - /** - * Exit a parse tree produced by the {@code exprCall} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprCall(KickCParser.ExprCallContext ctx); - /** - * Enter a parse tree produced by the {@code exprSizeOf} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprSizeOf(KickCParser.ExprSizeOfContext ctx); - /** - * Exit a parse tree produced by the {@code exprSizeOf} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprSizeOf(KickCParser.ExprSizeOfContext ctx); - /** - * Enter a parse tree produced by the {@code exprString} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprString(KickCParser.ExprStringContext ctx); - /** - * Exit a parse tree produced by the {@code exprString} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprString(KickCParser.ExprStringContext ctx); - /** - * Enter a parse tree produced by the {@code exprAssignmentCompound} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprAssignmentCompound(KickCParser.ExprAssignmentCompoundContext ctx); - /** - * Exit a parse tree produced by the {@code exprAssignmentCompound} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprAssignmentCompound(KickCParser.ExprAssignmentCompoundContext ctx); - /** - * Enter a parse tree produced by the {@code exprBool} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprBool(KickCParser.ExprBoolContext ctx); - /** - * Exit a parse tree produced by the {@code exprBool} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprBool(KickCParser.ExprBoolContext ctx); - /** - * Enter a parse tree produced by the {@code exprDefined} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprDefined(KickCParser.ExprDefinedContext ctx); - /** - * Exit a parse tree produced by the {@code exprDefined} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprDefined(KickCParser.ExprDefinedContext ctx); - /** - * Enter a parse tree produced by the {@code exprArray} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void enterExprArray(KickCParser.ExprArrayContext ctx); - /** - * Exit a parse tree produced by the {@code exprArray} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - */ - void exitExprArray(KickCParser.ExprArrayContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#parameterList}. - * @param ctx the parse tree - */ - void enterParameterList(KickCParser.ParameterListContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#parameterList}. - * @param ctx the parse tree - */ - void exitParameterList(KickCParser.ParameterListContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#kasmContent}. - * @param ctx the parse tree - */ - void enterKasmContent(KickCParser.KasmContentContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#kasmContent}. - * @param ctx the parse tree - */ - void exitKasmContent(KickCParser.KasmContentContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#asmDirectives}. - * @param ctx the parse tree - */ - void enterAsmDirectives(KickCParser.AsmDirectivesContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#asmDirectives}. - * @param ctx the parse tree - */ - void exitAsmDirectives(KickCParser.AsmDirectivesContext ctx); - /** - * Enter a parse tree produced by the {@code asmDirectiveString} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - */ - void enterAsmDirectiveString(KickCParser.AsmDirectiveStringContext ctx); - /** - * Exit a parse tree produced by the {@code asmDirectiveString} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - */ - void exitAsmDirectiveString(KickCParser.AsmDirectiveStringContext ctx); - /** - * Enter a parse tree produced by the {@code asmDirectiveName} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - */ - void enterAsmDirectiveName(KickCParser.AsmDirectiveNameContext ctx); - /** - * Exit a parse tree produced by the {@code asmDirectiveName} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - */ - void exitAsmDirectiveName(KickCParser.AsmDirectiveNameContext ctx); - /** - * Enter a parse tree produced by the {@code asmDirectiveExpr} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - */ - void enterAsmDirectiveExpr(KickCParser.AsmDirectiveExprContext ctx); - /** - * Exit a parse tree produced by the {@code asmDirectiveExpr} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - */ - void exitAsmDirectiveExpr(KickCParser.AsmDirectiveExprContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#asmLines}. - * @param ctx the parse tree - */ - void enterAsmLines(KickCParser.AsmLinesContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#asmLines}. - * @param ctx the parse tree - */ - void exitAsmLines(KickCParser.AsmLinesContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#asmLine}. - * @param ctx the parse tree - */ - void enterAsmLine(KickCParser.AsmLineContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#asmLine}. - * @param ctx the parse tree - */ - void exitAsmLine(KickCParser.AsmLineContext ctx); - /** - * Enter a parse tree produced by the {@code asmLabelName} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - */ - void enterAsmLabelName(KickCParser.AsmLabelNameContext ctx); - /** - * Exit a parse tree produced by the {@code asmLabelName} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - */ - void exitAsmLabelName(KickCParser.AsmLabelNameContext ctx); - /** - * Enter a parse tree produced by the {@code asmLabelReplace} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - */ - void enterAsmLabelReplace(KickCParser.AsmLabelReplaceContext ctx); - /** - * Exit a parse tree produced by the {@code asmLabelReplace} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - */ - void exitAsmLabelReplace(KickCParser.AsmLabelReplaceContext ctx); - /** - * Enter a parse tree produced by the {@code asmLabelMulti} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - */ - void enterAsmLabelMulti(KickCParser.AsmLabelMultiContext ctx); - /** - * Exit a parse tree produced by the {@code asmLabelMulti} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - */ - void exitAsmLabelMulti(KickCParser.AsmLabelMultiContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#asmInstruction}. - * @param ctx the parse tree - */ - void enterAsmInstruction(KickCParser.AsmInstructionContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#asmInstruction}. - * @param ctx the parse tree - */ - void exitAsmInstruction(KickCParser.AsmInstructionContext ctx); - /** - * Enter a parse tree produced by {@link KickCParser#asmBytes}. - * @param ctx the parse tree - */ - void enterAsmBytes(KickCParser.AsmBytesContext ctx); - /** - * Exit a parse tree produced by {@link KickCParser#asmBytes}. - * @param ctx the parse tree - */ - void exitAsmBytes(KickCParser.AsmBytesContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeAbs} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeAbs(KickCParser.AsmModeAbsContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeAbs} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeAbs(KickCParser.AsmModeAbsContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeImm} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeImm(KickCParser.AsmModeImmContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeImm} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeImm(KickCParser.AsmModeImmContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeAbsXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeAbsXY(KickCParser.AsmModeAbsXYContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeAbsXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeAbsXY(KickCParser.AsmModeAbsXYContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeIndIdxXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeIndIdxXY(KickCParser.AsmModeIndIdxXYContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeIndIdxXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeIndIdxXY(KickCParser.AsmModeIndIdxXYContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeIndLongIdxXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeIndLongIdxXY(KickCParser.AsmModeIndLongIdxXYContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeIndLongIdxXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeIndLongIdxXY(KickCParser.AsmModeIndLongIdxXYContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeSPIndIdx} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeSPIndIdx(KickCParser.AsmModeSPIndIdxContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeSPIndIdx} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeSPIndIdx(KickCParser.AsmModeSPIndIdxContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeIdxIndXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeIdxIndXY(KickCParser.AsmModeIdxIndXYContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeIdxIndXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeIdxIndXY(KickCParser.AsmModeIdxIndXYContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeInd} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeInd(KickCParser.AsmModeIndContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeInd} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeInd(KickCParser.AsmModeIndContext ctx); - /** - * Enter a parse tree produced by the {@code asmModeIndLong} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void enterAsmModeIndLong(KickCParser.AsmModeIndLongContext ctx); - /** - * Exit a parse tree produced by the {@code asmModeIndLong} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - */ - void exitAsmModeIndLong(KickCParser.AsmModeIndLongContext ctx); - /** - * Enter a parse tree produced by the {@code asmExprReplace} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void enterAsmExprReplace(KickCParser.AsmExprReplaceContext ctx); - /** - * Exit a parse tree produced by the {@code asmExprReplace} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void exitAsmExprReplace(KickCParser.AsmExprReplaceContext ctx); - /** - * Enter a parse tree produced by the {@code asmExprLabelRel} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void enterAsmExprLabelRel(KickCParser.AsmExprLabelRelContext ctx); - /** - * Exit a parse tree produced by the {@code asmExprLabelRel} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void exitAsmExprLabelRel(KickCParser.AsmExprLabelRelContext ctx); - /** - * Enter a parse tree produced by the {@code asmExprPar} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void enterAsmExprPar(KickCParser.AsmExprParContext ctx); - /** - * Exit a parse tree produced by the {@code asmExprPar} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void exitAsmExprPar(KickCParser.AsmExprParContext ctx); - /** - * Enter a parse tree produced by the {@code asmExprBinary} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void enterAsmExprBinary(KickCParser.AsmExprBinaryContext ctx); - /** - * Exit a parse tree produced by the {@code asmExprBinary} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void exitAsmExprBinary(KickCParser.AsmExprBinaryContext ctx); - /** - * Enter a parse tree produced by the {@code asmExprLabel} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void enterAsmExprLabel(KickCParser.AsmExprLabelContext ctx); - /** - * Exit a parse tree produced by the {@code asmExprLabel} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void exitAsmExprLabel(KickCParser.AsmExprLabelContext ctx); - /** - * Enter a parse tree produced by the {@code asmExprInt} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void enterAsmExprInt(KickCParser.AsmExprIntContext ctx); - /** - * Exit a parse tree produced by the {@code asmExprInt} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void exitAsmExprInt(KickCParser.AsmExprIntContext ctx); - /** - * Enter a parse tree produced by the {@code asmExprUnary} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void enterAsmExprUnary(KickCParser.AsmExprUnaryContext ctx); - /** - * Exit a parse tree produced by the {@code asmExprUnary} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void exitAsmExprUnary(KickCParser.AsmExprUnaryContext ctx); - /** - * Enter a parse tree produced by the {@code asmExprChar} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void enterAsmExprChar(KickCParser.AsmExprCharContext ctx); - /** - * Exit a parse tree produced by the {@code asmExprChar} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - */ - void exitAsmExprChar(KickCParser.AsmExprCharContext ctx); -} \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java b/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java deleted file mode 100644 index 181e8f8a5..000000000 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParserVisitor.java +++ /dev/null @@ -1,986 +0,0 @@ -// Generated from /Users/jespergravgaard/c64/kickc/src/main/java/dk/camelot64/kickc/parser/KickCParser.g4 by ANTLR 4.9.1 -package dk.camelot64.kickc.parser; - - -import org.antlr.v4.runtime.tree.ParseTreeVisitor; - -/** - * This interface defines a complete generic visitor for a parse tree produced - * by {@link KickCParser}. - * - * @param The return type of the visit operation. Use {@link Void} for - * operations with no return type. - */ -public interface KickCParserVisitor extends ParseTreeVisitor { - /** - * Visit a parse tree produced by {@link KickCParser#file}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitFile(KickCParser.FileContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#asmFile}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmFile(KickCParser.AsmFileContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#declSeq}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclSeq(KickCParser.DeclSeqContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#decl}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDecl(KickCParser.DeclContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#declVariables}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclVariables(KickCParser.DeclVariablesContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#declaratorInitList}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclaratorInitList(KickCParser.DeclaratorInitListContext ctx); - /** - * Visit a parse tree produced by the {@code declVariableInitExpr} - * labeled alternative in {@link KickCParser#declaratorInit}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclVariableInitExpr(KickCParser.DeclVariableInitExprContext ctx); - /** - * Visit a parse tree produced by the {@code declVariableInitKasm} - * labeled alternative in {@link KickCParser#declaratorInit}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclVariableInitKasm(KickCParser.DeclVariableInitKasmContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#typeDef}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeDef(KickCParser.TypeDefContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#declType}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclType(KickCParser.DeclTypeContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#typeName}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeName(KickCParser.TypeNameContext ctx); - /** - * Visit a parse tree produced by the {@code typeNameDeclaratorArray} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeNameDeclaratorArray(KickCParser.TypeNameDeclaratorArrayContext ctx); - /** - * Visit a parse tree produced by the {@code typeNameDeclaratorPar} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeNameDeclaratorPar(KickCParser.TypeNameDeclaratorParContext ctx); - /** - * Visit a parse tree produced by the {@code typeNameDeclaratorName} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeNameDeclaratorName(KickCParser.TypeNameDeclaratorNameContext ctx); - /** - * Visit a parse tree produced by the {@code typeNameDeclaratorProcedure} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeNameDeclaratorProcedure(KickCParser.TypeNameDeclaratorProcedureContext ctx); - /** - * Visit a parse tree produced by the {@code typeNameDeclaratorPointer} - * labeled alternative in {@link KickCParser#typeNameDeclarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeNameDeclaratorPointer(KickCParser.TypeNameDeclaratorPointerContext ctx); - /** - * Visit a parse tree produced by the {@code declaratorPointer} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclaratorPointer(KickCParser.DeclaratorPointerContext ctx); - /** - * Visit a parse tree produced by the {@code declaratorArray} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclaratorArray(KickCParser.DeclaratorArrayContext ctx); - /** - * Visit a parse tree produced by the {@code declaratorPar} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclaratorPar(KickCParser.DeclaratorParContext ctx); - /** - * Visit a parse tree produced by the {@code declaratorName} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclaratorName(KickCParser.DeclaratorNameContext ctx); - /** - * Visit a parse tree produced by the {@code declaratorProcedure} - * labeled alternative in {@link KickCParser#declarator}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclaratorProcedure(KickCParser.DeclaratorProcedureContext ctx); - /** - * Visit a parse tree produced by the {@code typeSimple} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeSimple(KickCParser.TypeSimpleContext ctx); - /** - * Visit a parse tree produced by the {@code typeStructDef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeStructDef(KickCParser.TypeStructDefContext ctx); - /** - * Visit a parse tree produced by the {@code typeStructRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeStructRef(KickCParser.TypeStructRefContext ctx); - /** - * Visit a parse tree produced by the {@code typeEnumDef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeEnumDef(KickCParser.TypeEnumDefContext ctx); - /** - * Visit a parse tree produced by the {@code typeEnumRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeEnumRef(KickCParser.TypeEnumRefContext ctx); - /** - * Visit a parse tree produced by the {@code typeNamedRef} - * labeled alternative in {@link KickCParser#type}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitTypeNamedRef(KickCParser.TypeNamedRefContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#structRef}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStructRef(KickCParser.StructRefContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#structDef}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStructDef(KickCParser.StructDefContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#structMembers}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStructMembers(KickCParser.StructMembersContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#enumRef}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitEnumRef(KickCParser.EnumRefContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#enumDef}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitEnumDef(KickCParser.EnumDefContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#enumMemberList}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitEnumMemberList(KickCParser.EnumMemberListContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#enumMember}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitEnumMember(KickCParser.EnumMemberContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#declFunction}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDeclFunction(KickCParser.DeclFunctionContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#parameterListDecl}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitParameterListDecl(KickCParser.ParameterListDeclContext ctx); - /** - * Visit a parse tree produced by the {@code parameterDeclTypeDeclarator} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitParameterDeclTypeDeclarator(KickCParser.ParameterDeclTypeDeclaratorContext ctx); - /** - * Visit a parse tree produced by the {@code parameterDeclTypeName} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitParameterDeclTypeName(KickCParser.ParameterDeclTypeNameContext ctx); - /** - * Visit a parse tree produced by the {@code parameterDeclList} - * labeled alternative in {@link KickCParser#parameterDecl}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitParameterDeclList(KickCParser.ParameterDeclListContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#pragma}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitPragma(KickCParser.PragmaContext ctx); - /** - * Visit a parse tree produced by the {@code pragmaParamNumber} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitPragmaParamNumber(KickCParser.PragmaParamNumberContext ctx); - /** - * Visit a parse tree produced by the {@code pragmaParamRange} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitPragmaParamRange(KickCParser.PragmaParamRangeContext ctx); - /** - * Visit a parse tree produced by the {@code pragmaParamName} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitPragmaParamName(KickCParser.PragmaParamNameContext ctx); - /** - * Visit a parse tree produced by the {@code pragmaParamString} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitPragmaParamString(KickCParser.PragmaParamStringContext ctx); - /** - * Visit a parse tree produced by the {@code pragmaParamCallingConvention} - * labeled alternative in {@link KickCParser#pragmaParam}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitPragmaParamCallingConvention(KickCParser.PragmaParamCallingConventionContext ctx); - /** - * Visit a parse tree produced by the {@code directiveConst} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveConst(KickCParser.DirectiveConstContext ctx); - /** - * Visit a parse tree produced by the {@code directiveAlign} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveAlign(KickCParser.DirectiveAlignContext ctx); - /** - * Visit a parse tree produced by the {@code directiveRegister} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveRegister(KickCParser.DirectiveRegisterContext ctx); - /** - * Visit a parse tree produced by the {@code directiveMemoryAreaZp} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveMemoryAreaZp(KickCParser.DirectiveMemoryAreaZpContext ctx); - /** - * Visit a parse tree produced by the {@code directiveMemoryAreaMain} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveMemoryAreaMain(KickCParser.DirectiveMemoryAreaMainContext ctx); - /** - * Visit a parse tree produced by the {@code directiveMemoryAreaAddress} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveMemoryAreaAddress(KickCParser.DirectiveMemoryAreaAddressContext ctx); - /** - * Visit a parse tree produced by the {@code directiveVolatile} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveVolatile(KickCParser.DirectiveVolatileContext ctx); - /** - * Visit a parse tree produced by the {@code directiveStatic} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveStatic(KickCParser.DirectiveStaticContext ctx); - /** - * Visit a parse tree produced by the {@code directiveFormSsa} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveFormSsa(KickCParser.DirectiveFormSsaContext ctx); - /** - * Visit a parse tree produced by the {@code directiveFormMa} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveFormMa(KickCParser.DirectiveFormMaContext ctx); - /** - * Visit a parse tree produced by the {@code directiveExtern} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveExtern(KickCParser.DirectiveExternContext ctx); - /** - * Visit a parse tree produced by the {@code directiveExport} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveExport(KickCParser.DirectiveExportContext ctx); - /** - * Visit a parse tree produced by the {@code directiveInline} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveInline(KickCParser.DirectiveInlineContext ctx); - /** - * Visit a parse tree produced by the {@code directiveIntrinsic} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveIntrinsic(KickCParser.DirectiveIntrinsicContext ctx); - /** - * Visit a parse tree produced by the {@code directiveInterrupt} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveInterrupt(KickCParser.DirectiveInterruptContext ctx); - /** - * Visit a parse tree produced by the {@code directiveReserveZp} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveReserveZp(KickCParser.DirectiveReserveZpContext ctx); - /** - * Visit a parse tree produced by the {@code directiveCallingConvention} - * labeled alternative in {@link KickCParser#directive}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitDirectiveCallingConvention(KickCParser.DirectiveCallingConventionContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#stmtSeq}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtSeq(KickCParser.StmtSeqContext ctx); - /** - * Visit a parse tree produced by the {@code stmtDeclVar} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtDeclVar(KickCParser.StmtDeclVarContext ctx); - /** - * Visit a parse tree produced by the {@code stmtBlock} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtBlock(KickCParser.StmtBlockContext ctx); - /** - * Visit a parse tree produced by the {@code stmtExpr} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtExpr(KickCParser.StmtExprContext ctx); - /** - * Visit a parse tree produced by the {@code stmtIfElse} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtIfElse(KickCParser.StmtIfElseContext ctx); - /** - * Visit a parse tree produced by the {@code stmtWhile} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtWhile(KickCParser.StmtWhileContext ctx); - /** - * Visit a parse tree produced by the {@code stmtDoWhile} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtDoWhile(KickCParser.StmtDoWhileContext ctx); - /** - * Visit a parse tree produced by the {@code stmtFor} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtFor(KickCParser.StmtForContext ctx); - /** - * Visit a parse tree produced by the {@code stmtSwitch} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtSwitch(KickCParser.StmtSwitchContext ctx); - /** - * Visit a parse tree produced by the {@code stmtReturn} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtReturn(KickCParser.StmtReturnContext ctx); - /** - * Visit a parse tree produced by the {@code stmtBreak} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtBreak(KickCParser.StmtBreakContext ctx); - /** - * Visit a parse tree produced by the {@code stmtContinue} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtContinue(KickCParser.StmtContinueContext ctx); - /** - * Visit a parse tree produced by the {@code stmtAsm} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtAsm(KickCParser.StmtAsmContext ctx); - /** - * Visit a parse tree produced by the {@code stmtDeclKasm} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtDeclKasm(KickCParser.StmtDeclKasmContext ctx); - /** - * Visit a parse tree produced by the {@code stmtEmpty} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtEmpty(KickCParser.StmtEmptyContext ctx); - /** - * Visit a parse tree produced by the {@code stmtLabel} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtLabel(KickCParser.StmtLabelContext ctx); - /** - * Visit a parse tree produced by the {@code stmtGoto} - * labeled alternative in {@link KickCParser#stmt}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitStmtGoto(KickCParser.StmtGotoContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#switchCases}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitSwitchCases(KickCParser.SwitchCasesContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#switchCase}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitSwitchCase(KickCParser.SwitchCaseContext ctx); - /** - * Visit a parse tree produced by the {@code forClassic} - * labeled alternative in {@link KickCParser#forLoop}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitForClassic(KickCParser.ForClassicContext ctx); - /** - * Visit a parse tree produced by the {@code forRange} - * labeled alternative in {@link KickCParser#forLoop}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitForRange(KickCParser.ForRangeContext ctx); - /** - * Visit a parse tree produced by the {@code forClassicInitDecl} - * labeled alternative in {@link KickCParser#forClassicInit}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitForClassicInitDecl(KickCParser.ForClassicInitDeclContext ctx); - /** - * Visit a parse tree produced by the {@code forClassicInitExpr} - * labeled alternative in {@link KickCParser#forClassicInit}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitForClassicInitExpr(KickCParser.ForClassicInitExprContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#forClassicCondition}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitForClassicCondition(KickCParser.ForClassicConditionContext ctx); - /** - * Visit a parse tree produced by the {@code commaNone} - * labeled alternative in {@link KickCParser#commaExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitCommaNone(KickCParser.CommaNoneContext ctx); - /** - * Visit a parse tree produced by the {@code commaSimple} - * labeled alternative in {@link KickCParser#commaExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitCommaSimple(KickCParser.CommaSimpleContext ctx); - /** - * Visit a parse tree produced by the {@code exprPtr} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprPtr(KickCParser.ExprPtrContext ctx); - /** - * Visit a parse tree produced by the {@code exprTypeId} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprTypeId(KickCParser.ExprTypeIdContext ctx); - /** - * Visit a parse tree produced by the {@code exprPostMod} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprPostMod(KickCParser.ExprPostModContext ctx); - /** - * Visit a parse tree produced by the {@code exprUnary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprUnary(KickCParser.ExprUnaryContext ctx); - /** - * Visit a parse tree produced by the {@code exprNumber} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprNumber(KickCParser.ExprNumberContext ctx); - /** - * Visit a parse tree produced by the {@code exprArrow} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprArrow(KickCParser.ExprArrowContext ctx); - /** - * Visit a parse tree produced by the {@code exprCast} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprCast(KickCParser.ExprCastContext ctx); - /** - * Visit a parse tree produced by the {@code exprPar} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprPar(KickCParser.ExprParContext ctx); - /** - * Visit a parse tree produced by the {@code exprId} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprId(KickCParser.ExprIdContext ctx); - /** - * Visit a parse tree produced by the {@code exprTernary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprTernary(KickCParser.ExprTernaryContext ctx); - /** - * Visit a parse tree produced by the {@code exprAssignment} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprAssignment(KickCParser.ExprAssignmentContext ctx); - /** - * Visit a parse tree produced by the {@code exprPreMod} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprPreMod(KickCParser.ExprPreModContext ctx); - /** - * Visit a parse tree produced by the {@code exprBinary} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprBinary(KickCParser.ExprBinaryContext ctx); - /** - * Visit a parse tree produced by the {@code exprTypeIdType} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprTypeIdType(KickCParser.ExprTypeIdTypeContext ctx); - /** - * Visit a parse tree produced by the {@code exprChar} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprChar(KickCParser.ExprCharContext ctx); - /** - * Visit a parse tree produced by the {@code exprDot} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprDot(KickCParser.ExprDotContext ctx); - /** - * Visit a parse tree produced by the {@code exprSizeOfType} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprSizeOfType(KickCParser.ExprSizeOfTypeContext ctx); - /** - * Visit a parse tree produced by the {@code initList} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitInitList(KickCParser.InitListContext ctx); - /** - * Visit a parse tree produced by the {@code exprCall} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprCall(KickCParser.ExprCallContext ctx); - /** - * Visit a parse tree produced by the {@code exprSizeOf} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprSizeOf(KickCParser.ExprSizeOfContext ctx); - /** - * Visit a parse tree produced by the {@code exprString} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprString(KickCParser.ExprStringContext ctx); - /** - * Visit a parse tree produced by the {@code exprAssignmentCompound} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprAssignmentCompound(KickCParser.ExprAssignmentCompoundContext ctx); - /** - * Visit a parse tree produced by the {@code exprBool} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprBool(KickCParser.ExprBoolContext ctx); - /** - * Visit a parse tree produced by the {@code exprDefined} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprDefined(KickCParser.ExprDefinedContext ctx); - /** - * Visit a parse tree produced by the {@code exprArray} - * labeled alternative in {@link KickCParser#expr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitExprArray(KickCParser.ExprArrayContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#parameterList}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitParameterList(KickCParser.ParameterListContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#kasmContent}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitKasmContent(KickCParser.KasmContentContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#asmDirectives}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmDirectives(KickCParser.AsmDirectivesContext ctx); - /** - * Visit a parse tree produced by the {@code asmDirectiveString} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmDirectiveString(KickCParser.AsmDirectiveStringContext ctx); - /** - * Visit a parse tree produced by the {@code asmDirectiveName} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmDirectiveName(KickCParser.AsmDirectiveNameContext ctx); - /** - * Visit a parse tree produced by the {@code asmDirectiveExpr} - * labeled alternative in {@link KickCParser#asmDirective}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmDirectiveExpr(KickCParser.AsmDirectiveExprContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#asmLines}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmLines(KickCParser.AsmLinesContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#asmLine}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmLine(KickCParser.AsmLineContext ctx); - /** - * Visit a parse tree produced by the {@code asmLabelName} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmLabelName(KickCParser.AsmLabelNameContext ctx); - /** - * Visit a parse tree produced by the {@code asmLabelReplace} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmLabelReplace(KickCParser.AsmLabelReplaceContext ctx); - /** - * Visit a parse tree produced by the {@code asmLabelMulti} - * labeled alternative in {@link KickCParser#asmLabel}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmLabelMulti(KickCParser.AsmLabelMultiContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#asmInstruction}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmInstruction(KickCParser.AsmInstructionContext ctx); - /** - * Visit a parse tree produced by {@link KickCParser#asmBytes}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmBytes(KickCParser.AsmBytesContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeAbs} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeAbs(KickCParser.AsmModeAbsContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeImm} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeImm(KickCParser.AsmModeImmContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeAbsXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeAbsXY(KickCParser.AsmModeAbsXYContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeIndIdxXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeIndIdxXY(KickCParser.AsmModeIndIdxXYContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeIndLongIdxXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeIndLongIdxXY(KickCParser.AsmModeIndLongIdxXYContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeSPIndIdx} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeSPIndIdx(KickCParser.AsmModeSPIndIdxContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeIdxIndXY} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeIdxIndXY(KickCParser.AsmModeIdxIndXYContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeInd} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeInd(KickCParser.AsmModeIndContext ctx); - /** - * Visit a parse tree produced by the {@code asmModeIndLong} - * labeled alternative in {@link KickCParser#asmParamMode}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmModeIndLong(KickCParser.AsmModeIndLongContext ctx); - /** - * Visit a parse tree produced by the {@code asmExprReplace} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmExprReplace(KickCParser.AsmExprReplaceContext ctx); - /** - * Visit a parse tree produced by the {@code asmExprLabelRel} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmExprLabelRel(KickCParser.AsmExprLabelRelContext ctx); - /** - * Visit a parse tree produced by the {@code asmExprPar} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmExprPar(KickCParser.AsmExprParContext ctx); - /** - * Visit a parse tree produced by the {@code asmExprBinary} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmExprBinary(KickCParser.AsmExprBinaryContext ctx); - /** - * Visit a parse tree produced by the {@code asmExprLabel} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmExprLabel(KickCParser.AsmExprLabelContext ctx); - /** - * Visit a parse tree produced by the {@code asmExprInt} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmExprInt(KickCParser.AsmExprIntContext ctx); - /** - * Visit a parse tree produced by the {@code asmExprUnary} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmExprUnary(KickCParser.AsmExprUnaryContext ctx); - /** - * Visit a parse tree produced by the {@code asmExprChar} - * labeled alternative in {@link KickCParser#asmExpr}. - * @param ctx the parse tree - * @return the visitor result - */ - T visitAsmExprChar(KickCParser.AsmExprCharContext ctx); -} \ No newline at end of file