bitmark-grammar
Version:
871 lines • 385 kB
JavaScript
"use strict";
// Generated from ./antlr/bitmarkLexer.g4 by ANTLR 4.9.0-SNAPSHOT
Object.defineProperty(exports, "__esModule", { value: true });
exports.bitmarkLexer = void 0;
const ATNDeserializer_1 = require("antlr4ts/atn/ATNDeserializer");
const Lexer_1 = require("antlr4ts/Lexer");
const LexerATNSimulator_1 = require("antlr4ts/atn/LexerATNSimulator");
const VocabularyImpl_1 = require("antlr4ts/VocabularyImpl");
const Utils = require("antlr4ts/misc/Utils");
class bitmarkLexer extends Lexer_1.Lexer {
// tslint:enable:no-trailing-whitespace
constructor(input) {
super(input);
this._interp = new LexerATNSimulator_1.LexerATNSimulator(bitmarkLexer._ATN, this);
}
// @Override
// @NotNull
get vocabulary() {
return bitmarkLexer.VOCABULARY;
}
// @Override
get grammarFileName() { return "bitmarkLexer.g4"; }
// @Override
get ruleNames() { return bitmarkLexer.ruleNames; }
// @Override
get serializedATN() { return bitmarkLexer._serializedATN; }
// @Override
get channelNames() { return bitmarkLexer.channelNames; }
// @Override
get modeNames() { return bitmarkLexer.modeNames; }
static get _ATN() {
if (!bitmarkLexer.__ATN) {
bitmarkLexer.__ATN = new ATNDeserializer_1.ATNDeserializer().deserialize(Utils.toCharArray(bitmarkLexer._serializedATN));
}
return bitmarkLexer.__ATN;
}
}
exports.bitmarkLexer = bitmarkLexer;
bitmarkLexer.OPDOT = 1;
bitmarkLexer.S = 2;
bitmarkLexer.BitBook = 3;
bitmarkLexer.BitChapter = 4;
bitmarkLexer.BitToc = 5;
bitmarkLexer.BitSummary = 6;
bitmarkLexer.BitIntlink = 7;
bitmarkLexer.BitIntRef = 8;
bitmarkLexer.BitAlias = 9;
bitmarkLexer.BitGroups = 10;
bitmarkLexer.BitGroupt = 11;
bitmarkLexer.BitPlaceholder = 12;
bitmarkLexer.BitStatement = 13;
bitmarkLexer.BitDetails = 14;
bitmarkLexer.BitSampleSolution = 15;
bitmarkLexer.BitTakeAudio = 16;
bitmarkLexer.CLOZE = 17;
bitmarkLexer.MATCH = 18;
bitmarkLexer.BitArticle = 19;
bitmarkLexer.BitPage = 20;
bitmarkLexer.BitEssay = 21;
bitmarkLexer.BitMessage = 22;
bitmarkLexer.BitCorrection = 23;
bitmarkLexer.BitMark = 24;
bitmarkLexer.BitTakepic = 25;
bitmarkLexer.BitRecaud = 26;
bitmarkLexer.BitPrepnote = 27;
bitmarkLexer.BitAssign = 28;
bitmarkLexer.BitBotint = 29;
bitmarkLexer.BitSelfassess = 30;
bitmarkLexer.BitRating = 31;
bitmarkLexer.BitSurvey = 32;
bitmarkLexer.BitSurvey1 = 33;
bitmarkLexer.BitSurveyanon = 34;
bitmarkLexer.BitSurveyanon1 = 35;
bitmarkLexer.BitNote = 36;
bitmarkLexer.BitInfo = 37;
bitmarkLexer.BitWarning = 38;
bitmarkLexer.BitRemark = 39;
bitmarkLexer.BitHint = 40;
bitmarkLexer.BitHelp = 41;
bitmarkLexer.BitDanger = 42;
bitmarkLexer.BitBug = 43;
bitmarkLexer.BitSidenote = 44;
bitmarkLexer.BitStickynote = 45;
bitmarkLexer.BitQuote = 46;
bitmarkLexer.BitFootnote = 47;
bitmarkLexer.BitExample = 48;
bitmarkLexer.BitButtonCopytext = 49;
bitmarkLexer.BitWbtContinue = 50;
bitmarkLexer.BitLearningPathDetails = 51;
bitmarkLexer.BitAiPrompt = 52;
bitmarkLexer.BitNoteAi = 53;
bitmarkLexer.BitSummayAi = 54;
bitmarkLexer.BitArticleAi = 55;
bitmarkLexer.BitLearningPathLti = 56;
bitmarkLexer.BitLearningPathStep = 57;
bitmarkLexer.BitLearningPathBook = 58;
bitmarkLexer.BitLearningPathSign = 59;
bitmarkLexer.BitLearningPathVideoCall = 60;
bitmarkLexer.BitLearningPathLearningGoal = 61;
bitmarkLexer.BitLearningPathClosing = 62;
bitmarkLexer.BitLearningPathFeedback = 63;
bitmarkLexer.BitLearningPathBotTraining = 64;
bitmarkLexer.BitLearningPathExternalLink = 65;
bitmarkLexer.BitLearningPathClassroomTraining = 66;
bitmarkLexer.BitLearningPathClassroomEvent = 67;
bitmarkLexer.BitBotActionSend = 68;
bitmarkLexer.BitBotActionAnnounce = 69;
bitmarkLexer.BitBotActionSave = 70;
bitmarkLexer.BitBotActionRemind = 71;
bitmarkLexer.BitVendorPadletEmbed = 72;
bitmarkLexer.BitScorm = 73;
bitmarkLexer.BitImage = 74;
bitmarkLexer.BitImageLink = 75;
bitmarkLexer.BitImageZoom = 76;
bitmarkLexer.BitImagePrototype = 77;
bitmarkLexer.BitImageSuperWide = 78;
bitmarkLexer.BitAudio = 79;
bitmarkLexer.BitAudioLink = 80;
bitmarkLexer.BitAudioEmbed = 81;
bitmarkLexer.BitVideo = 82;
bitmarkLexer.BitVideoLink = 83;
bitmarkLexer.BitVideoEmbed = 84;
bitmarkLexer.BitVideoPortrait = 85;
bitmarkLexer.BitVideoLandscape = 86;
bitmarkLexer.BitStillImageFilm = 87;
bitmarkLexer.BitStillImageFilmLink = 88;
bitmarkLexer.BitStillImageFilmEmbed = 89;
bitmarkLexer.BitWebsiteLink = 90;
bitmarkLexer.BitDocument = 91;
bitmarkLexer.BitDocumentLink = 92;
bitmarkLexer.BitDocumentEmbed = 93;
bitmarkLexer.BitDocumentDownload = 94;
bitmarkLexer.BitAppLink = 95;
bitmarkLexer.BitEditorial = 96;
bitmarkLexer.BitBookFrontispiece = 97;
bitmarkLexer.BitBookTitle = 98;
bitmarkLexer.BitBookCopyright = 99;
bitmarkLexer.BitBookDedication = 100;
bitmarkLexer.BitBookForword = 101;
bitmarkLexer.BitBookPreface = 102;
bitmarkLexer.BitBookPrologue = 103;
bitmarkLexer.BitBookEpilogue = 104;
bitmarkLexer.BitBookIntroduction = 105;
bitmarkLexer.BitBookIncitingIncident = 106;
bitmarkLexer.BitBookConclusion = 107;
bitmarkLexer.BitBookAfterword = 108;
bitmarkLexer.BitBookPostscript = 109;
bitmarkLexer.BitBookappendix = 110;
bitmarkLexer.BitBookAddendum = 111;
bitmarkLexer.BitBookAcknowledgments = 112;
bitmarkLexer.BitBookListOfContributors = 113;
bitmarkLexer.BitBookBibliography = 114;
bitmarkLexer.BitBookReferenceList = 115;
bitmarkLexer.BitBookEndnotes = 116;
bitmarkLexer.BitBookNotes = 117;
bitmarkLexer.BitBookCopyrightPermissions = 118;
bitmarkLexer.BitBookTeaser = 119;
bitmarkLexer.BitBookAutherBio = 120;
bitmarkLexer.BitBookRequestForABookReview = 121;
bitmarkLexer.BitBookComingSoon = 122;
bitmarkLexer.BitBookReadMore = 123;
bitmarkLexer.BitBookSummary = 124;
bitmarkLexer.BitBookEpigraph = 125;
bitmarkLexer.BitCode = 126;
bitmarkLexer.BitCard1 = 127;
bitmarkLexer.BitQuestion1 = 128;
bitmarkLexer.BitScreenshot = 129;
bitmarkLexer.BitFocusImage = 130;
bitmarkLexer.BitPhoto = 131;
bitmarkLexer.BitBrowserImage = 132;
bitmarkLexer.BitBotActionResponse = 133;
bitmarkLexer.BitBotActionTrueFalse = 134;
bitmarkLexer.BitBotActionRatingNumber = 135;
bitmarkLexer.BitBotActionRatingStars = 136;
bitmarkLexer.BitChapterSubjectMatter = 137;
bitmarkLexer.BitReleaseNote = 138;
bitmarkLexer.BitConclusion = 139;
bitmarkLexer.BitVendorAmcharts5Chart = 140;
bitmarkLexer.BitFeatured = 141;
bitmarkLexer.BitNewspaperArticle = 142;
bitmarkLexer.BitBlogArticle = 143;
bitmarkLexer.BitBookArticle = 144;
bitmarkLexer.BitNotebookArticle = 145;
bitmarkLexer.BitWorkbookArticle = 146;
bitmarkLexer.BitReleaseNotesSummary = 147;
bitmarkLexer.BitCookPreparation = 148;
bitmarkLexer.BitCookStep = 149;
bitmarkLexer.BitCookIngredients = 150;
bitmarkLexer.BitCookRremark = 151;
bitmarkLexer.BitCookVariation = 152;
bitmarkLexer.BitCookInsert = 153;
bitmarkLexer.BitCookArrangement = 154;
bitmarkLexer.BitCookPracticeAdvise = 155;
bitmarkLexer.BitCookPlate = 156;
bitmarkLexer.BitCookRecommendation = 157;
bitmarkLexer.BitCookPersonalRecommendation = 158;
bitmarkLexer.BitCookSideDrink = 159;
bitmarkLexer.BitCookSideDish = 160;
bitmarkLexer.BitCookTimer = 161;
bitmarkLexer.BitLangLearningOutcomes = 162;
bitmarkLexer.BitLangEnablingLanguageSkills = 163;
bitmarkLexer.BitLangLifeSkills = 164;
bitmarkLexer.BitLangEnglishAroundWorld = 165;
bitmarkLexer.BitLangGoodtoknow = 166;
bitmarkLexer.BitLangLearningStrategy = 167;
bitmarkLexer.BitLangLikeAlocal = 168;
bitmarkLexer.BitLangUsefulPhrases = 169;
bitmarkLexer.BitLangLevelDown = 170;
bitmarkLexer.BitLangLevelUp = 171;
bitmarkLexer.BitLangExtraActivity = 172;
bitmarkLexer.BitLangVideoScript = 173;
bitmarkLexer.BitLangAudioScript = 174;
bitmarkLexer.BitLangVocabulary = 175;
bitmarkLexer.BitLangHomework = 176;
bitmarkLexer.BitLangTeacherNote = 177;
bitmarkLexer.BitReviewNote = 178;
bitmarkLexer.BitReviewAuthorNote = 179;
bitmarkLexer.BitReviewReviewerNote = 180;
bitmarkLexer.BitReviewRequestForReviewNote = 181;
bitmarkLexer.BitReviewApprovedNote = 182;
bitmarkLexer.BitChecklist = 183;
bitmarkLexer.BitVideoTranscript = 184;
bitmarkLexer.BitAudioTranscript = 185;
bitmarkLexer.BitImagePortrait = 186;
bitmarkLexer.BitImageLandscape = 187;
bitmarkLexer.BitImageOnDevice = 188;
bitmarkLexer.BitBitmarkExample = 189;
bitmarkLexer.BitAppAiPrompt = 190;
bitmarkLexer.BitBookLink = 191;
bitmarkLexer.BitBookLinkNext = 192;
bitmarkLexer.BitBookLinkPrev = 193;
bitmarkLexer.BitFigure = 194;
bitmarkLexer.BitVideoLinkLandscape = 195;
bitmarkLexer.BitVideoLinkPortrait = 196;
bitmarkLexer.BitImageMood = 197;
bitmarkLexer.BitImageFigure = 198;
bitmarkLexer.BitImageBanner = 199;
bitmarkLexer.BitImageStyled = 200;
bitmarkLexer.BitImageScreenshot = 201;
bitmarkLexer.BitAppGetScreenshot = 202;
bitmarkLexer.BitAppCreateBitsFromImage = 203;
bitmarkLexer.BitLifeSkillSticker = 204;
bitmarkLexer.BitDetailsImage = 205;
bitmarkLexer.BitImagesLogoGrave = 206;
bitmarkLexer.BitPageBanner = 207;
bitmarkLexer.BitPageBuyButton = 208;
bitmarkLexer.BitVendorJsfiddle = 209;
bitmarkLexer.BitVendorJsfiddleEmbed = 210;
bitmarkLexer.BitImageRenderSvg = 211;
bitmarkLexer.BitAppCodeEditor = 212;
bitmarkLexer.BitAppCodeIde = 213;
bitmarkLexer.BitCodeRuntime = 214;
bitmarkLexer.BitOutput = 215;
bitmarkLexer.BitConsoleLog = 216;
bitmarkLexer.BitVenderJupyterCellCode = 217;
bitmarkLexer.BitVenderJupyterCellRaw = 218;
bitmarkLexer.BitVenderJupyterOutput = 219;
bitmarkLexer.BitVenderJupyterCellMarkdown = 220;
bitmarkLexer.BitVenderJupyterIpynb = 221;
bitmarkLexer.BitAppCodeCell = 222;
bitmarkLexer.BitStdout = 223;
bitmarkLexer.BitAppBitmarkFromJavascript = 224;
bitmarkLexer.BitAppBitmarkFromEditor = 225;
bitmarkLexer.BitBookAlias = 226;
bitmarkLexer.BitTocChapter = 227;
bitmarkLexer.BitHandInAudio = 228;
bitmarkLexer.BitHandInvoice = 229;
bitmarkLexer.BitHandInVideo = 230;
bitmarkLexer.BitHandInLocation = 231;
bitmarkLexer.BitHandInPhoto = 232;
bitmarkLexer.BitHandInScan = 233;
bitmarkLexer.BitHandInDocument = 234;
bitmarkLexer.BitHandInContact = 235;
bitmarkLexer.OPDOLL = 236;
bitmarkLexer.OPBUL = 237;
bitmarkLexer.OPRANGLES = 238;
bitmarkLexer.OPRANGLEL = 239;
bitmarkLexer.OPDANGLE = 240;
bitmarkLexer.OPU = 241;
bitmarkLexer.OPB = 242;
bitmarkLexer.OPQ = 243;
bitmarkLexer.OPA = 244;
bitmarkLexer.OPP = 245;
bitmarkLexer.OPM = 246;
bitmarkLexer.OPS = 247;
bitmarkLexer.OPR = 248;
bitmarkLexer.OPHASH = 249;
bitmarkLexer.OPC = 250;
bitmarkLexer.OPITEM = 251;
bitmarkLexer.OPLEAD = 252;
bitmarkLexer.OPPAGENUMBER = 253;
bitmarkLexer.OPMARGINNUMBER = 254;
bitmarkLexer.CL = 255;
bitmarkLexer.COLON = 256;
bitmarkLexer.AMP = 257;
bitmarkLexer.DBLCOLON = 258;
bitmarkLexer.PLUS = 259;
bitmarkLexer.DotAt = 260;
bitmarkLexer.Greater = 261;
bitmarkLexer.Less = 262;
bitmarkLexer.RightAngle = 263;
bitmarkLexer.RightArrow = 264;
bitmarkLexer.DBLEQ = 265;
bitmarkLexer.HSPL = 266;
bitmarkLexer.HSPL2 = 267;
bitmarkLexer.SSPL = 268;
bitmarkLexer.SSPL2 = 269;
bitmarkLexer.QUOTE_INDEX = 270;
bitmarkLexer.COMMENT = 271;
bitmarkLexer.DCANY = 272;
bitmarkLexer.Image_type = 273;
bitmarkLexer.Audio_type = 274;
bitmarkLexer.Video_type = 275;
bitmarkLexer.ArticleText = 276;
bitmarkLexer.NOTCL = 277;
bitmarkLexer.NUMERIC = 278;
bitmarkLexer.STRING = 279;
bitmarkLexer.NL = 280;
bitmarkLexer.NOTBITMARK = 281;
bitmarkLexer.ELIPSIS = 282;
bitmarkLexer.SENTENCE = 283;
bitmarkLexer.BARSTRING = 284;
bitmarkLexer.OPAT = 285;
bitmarkLexer.AtProgress = 286;
bitmarkLexer.AtReference = 287;
bitmarkLexer.AtWidth = 288;
bitmarkLexer.AtHeight = 289;
bitmarkLexer.AtProgressPoints = 290;
bitmarkLexer.AtShortanswer = 291;
bitmarkLexer.AtLonganswer = 292;
bitmarkLexer.AtExampleWithStr = 293;
bitmarkLexer.AtExamplecol = 294;
bitmarkLexer.AtExamplecl = 295;
bitmarkLexer.AtSampleSolution = 296;
bitmarkLexer.AtPartialAnswerS = 297;
bitmarkLexer.AtPartialAnswer = 298;
bitmarkLexer.AtLabeltrue = 299;
bitmarkLexer.AtLabelfalse = 300;
bitmarkLexer.AtPoints = 301;
bitmarkLexer.AtSrc = 302;
bitmarkLexer.AtPartner = 303;
bitmarkLexer.OPATALT = 304;
bitmarkLexer.OPAMARK = 305;
bitmarkLexer.ShowInIndex = 306;
bitmarkLexer.OpAtCaption = 307;
bitmarkLexer.OpAtLicense = 308;
bitmarkLexer.OpAtCopyright = 309;
bitmarkLexer.OpAtSearch = 310;
bitmarkLexer.OpAtIsTracked = 311;
bitmarkLexer.OpAtIsInfoOnly = 312;
bitmarkLexer.AtDate = 313;
bitmarkLexer.Http = 314;
bitmarkLexer.Https = 315;
bitmarkLexer.AmpAudio = 316;
bitmarkLexer.AmpImage = 317;
bitmarkLexer.AmpImageZoom = 318;
bitmarkLexer.AmpVideo = 319;
bitmarkLexer.AmpArticle = 320;
bitmarkLexer.AmpDocument = 321;
bitmarkLexer.AmpApp = 322;
bitmarkLexer.AmpWebsite = 323;
bitmarkLexer.AmpStillImageFilm = 324;
bitmarkLexer.AmpPdf = 325;
bitmarkLexer.OpAmpAudio = 326;
bitmarkLexer.OpAmpImage = 327;
bitmarkLexer.OpAmpImageZoom = 328;
bitmarkLexer.OpAmpVideo = 329;
bitmarkLexer.OpAmpArticle = 330;
bitmarkLexer.OpAmpArticleAtt = 331;
bitmarkLexer.OpAmpDocument = 332;
bitmarkLexer.OpAmpApp = 333;
bitmarkLexer.OpAmpWebsite = 334;
bitmarkLexer.OpAmpStillImageFilm = 335;
bitmarkLexer.BracEnclose = 336;
bitmarkLexer.AmpAudioLink = 337;
bitmarkLexer.AmpImageLink = 338;
bitmarkLexer.AmpVideoLink = 339;
bitmarkLexer.AmpArticleLink = 340;
bitmarkLexer.AmpDocumentLink = 341;
bitmarkLexer.AmpDocumentDownload = 342;
bitmarkLexer.AmpAppLink = 343;
bitmarkLexer.AmpWebsiteLink = 344;
bitmarkLexer.AmpStillImageFilmLink = 345;
bitmarkLexer.OpAmpAudioLink = 346;
bitmarkLexer.OpAmpImageLink = 347;
bitmarkLexer.OpAmpVideoLink = 348;
bitmarkLexer.OpAmpArticleLink = 349;
bitmarkLexer.OpAmpDocumentLink = 350;
bitmarkLexer.OpAmpDocumentDownload = 351;
bitmarkLexer.OpAmpAppLink = 352;
bitmarkLexer.OpAmpWebsiteLink = 353;
bitmarkLexer.OpAmpStillImageFilmLink = 354;
bitmarkLexer.AmpImageEmbed = 355;
bitmarkLexer.AmpVideoEmbed = 356;
bitmarkLexer.AmpAudioEmbed = 357;
bitmarkLexer.AmpDocumentEmbed = 358;
bitmarkLexer.AmpStillImageFilmEmbed = 359;
bitmarkLexer.OpAmpImageEmbed = 360;
bitmarkLexer.OpAmpVideoEmbed = 361;
bitmarkLexer.OpAmpAudioEmbed = 362;
bitmarkLexer.OpAmpDocumentEmbed = 363;
bitmarkLexer.OpAmpStillImageFilmEmbed = 364;
bitmarkLexer.BitmarkMinus = 365;
bitmarkLexer.BitmarkPlus = 366;
bitmarkLexer.ColonText = 367;
bitmarkLexer.ColonJson = 368;
bitmarkLexer.Prosemirror = 369;
bitmarkLexer.Placeholder = 370;
bitmarkLexer.BASIC = 371;
bitmarkLexer.JPG = 372;
bitmarkLexer.PNG = 373;
bitmarkLexer.GIF = 374;
bitmarkLexer.SVG = 375;
bitmarkLexer.MP2 = 376;
bitmarkLexer.MP3 = 377;
bitmarkLexer.MP4 = 378;
bitmarkLexer.FLV = 379;
bitmarkLexer.WMV = 380;
bitmarkLexer.MPEG = 381;
bitmarkLexer.MPG = 382;
bitmarkLexer.TEL = 383;
bitmarkLexer.DotArticleAtt = 384;
bitmarkLexer.STAR = 385;
bitmarkLexer.URL = 386;
bitmarkLexer.LIST_LINE = 387;
bitmarkLexer.ENCLBARS = 388;
// tslint:disable:no-trailing-whitespace
bitmarkLexer.channelNames = [
"DEFAULT_TOKEN_CHANNEL", "HIDDEN",
];
// tslint:disable:no-trailing-whitespace
bitmarkLexer.modeNames = [
"DEFAULT_MODE",
];
bitmarkLexer.ruleNames = [
"OPDOT", "S", "BitBook", "BitChapter", "BitToc", "BitSummary", "BitIntlink",
"BitIntRef", "BitAlias", "BitGroups", "BitGroupt", "BitPlaceholder", "BitStatement",
"BitDetails", "BitSampleSolution", "BitTakeAudio", "CLOZE", "MATCH", "BitArticle",
"BitPage", "BitEssay", "BitMessage", "BitCorrection", "BitMark", "BitTakepic",
"BitRecaud", "BitPrepnote", "BitAssign", "BitBotint", "BitSelfassess",
"BitRating", "BitSurvey", "BitSurvey1", "BitSurveyanon", "BitSurveyanon1",
"BitNote", "BitInfo", "BitWarning", "BitRemark", "BitHint", "BitHelp",
"BitDanger", "BitBug", "BitSidenote", "BitStickynote", "BitQuote", "BitFootnote",
"BitExample", "BitButtonCopytext", "BitWbtContinue", "BitLearningPathDetails",
"BitAiPrompt", "BitNoteAi", "BitSummayAi", "BitArticleAi", "BitLearningPathLti",
"BitLearningPathStep", "BitLearningPathBook", "BitLearningPathSign", "BitLearningPathVideoCall",
"BitLearningPathLearningGoal", "BitLearningPathClosing", "BitLearningPathFeedback",
"BitLearningPathBotTraining", "BitLearningPathExternalLink", "BitLearningPathClassroomTraining",
"BitLearningPathClassroomEvent", "BitBotActionSend", "BitBotActionAnnounce",
"BitBotActionSave", "BitBotActionRemind", "BitVendorPadletEmbed", "BitScorm",
"BitImage", "BitImageLink", "BitImageZoom", "BitImagePrototype", "BitImageSuperWide",
"BitAudio", "BitAudioLink", "BitAudioEmbed", "BitVideo", "BitVideoLink",
"BitVideoEmbed", "BitVideoPortrait", "BitVideoLandscape", "BitStillImageFilm",
"BitStillImageFilmLink", "BitStillImageFilmEmbed", "BitWebsiteLink", "BitDocument",
"BitDocumentLink", "BitDocumentEmbed", "BitDocumentDownload", "BitAppLink",
"BitEditorial", "BitBookFrontispiece", "BitBookTitle", "BitBookCopyright",
"BitBookDedication", "BitBookForword", "BitBookPreface", "BitBookPrologue",
"BitBookEpilogue", "BitBookIntroduction", "BitBookIncitingIncident", "BitBookConclusion",
"BitBookAfterword", "BitBookPostscript", "BitBookappendix", "BitBookAddendum",
"BitBookAcknowledgments", "BitBookListOfContributors", "BitBookBibliography",
"BitBookReferenceList", "BitBookEndnotes", "BitBookNotes", "BitBookCopyrightPermissions",
"BitBookTeaser", "BitBookAutherBio", "BitBookRequestForABookReview", "BitBookComingSoon",
"BitBookReadMore", "BitBookSummary", "BitBookEpigraph", "BitCode", "BitCard1",
"BitQuestion1", "BitScreenshot", "BitFocusImage", "BitPhoto", "BitBrowserImage",
"BitBotActionResponse", "BitBotActionTrueFalse", "BitBotActionRatingNumber",
"BitBotActionRatingStars", "BitChapterSubjectMatter", "BitReleaseNote",
"BitConclusion", "BitVendorAmcharts5Chart", "BitFeatured", "BitNewspaperArticle",
"BitBlogArticle", "BitBookArticle", "BitNotebookArticle", "BitWorkbookArticle",
"BitReleaseNotesSummary", "BitCookPreparation", "BitCookStep", "BitCookIngredients",
"BitCookRremark", "BitCookVariation", "BitCookInsert", "BitCookArrangement",
"BitCookPracticeAdvise", "BitCookPlate", "BitCookRecommendation", "BitCookPersonalRecommendation",
"BitCookSideDrink", "BitCookSideDish", "BitCookTimer", "BitLangLearningOutcomes",
"BitLangEnablingLanguageSkills", "BitLangLifeSkills", "BitLangEnglishAroundWorld",
"BitLangGoodtoknow", "BitLangLearningStrategy", "BitLangLikeAlocal", "BitLangUsefulPhrases",
"BitLangLevelDown", "BitLangLevelUp", "BitLangExtraActivity", "BitLangVideoScript",
"BitLangAudioScript", "BitLangVocabulary", "BitLangHomework", "BitLangTeacherNote",
"BitReviewNote", "BitReviewAuthorNote", "BitReviewReviewerNote", "BitReviewRequestForReviewNote",
"BitReviewApprovedNote", "BitChecklist", "BitVideoTranscript", "BitAudioTranscript",
"BitImagePortrait", "BitImageLandscape", "BitImageOnDevice", "BitBitmarkExample",
"BitAppAiPrompt", "BitBookLink", "BitBookLinkNext", "BitBookLinkPrev",
"BitFigure", "BitVideoLinkLandscape", "BitVideoLinkPortrait", "BitImageMood",
"BitImageFigure", "BitImageBanner", "BitImageStyled", "BitImageScreenshot",
"BitAppGetScreenshot", "BitAppCreateBitsFromImage", "BitLifeSkillSticker",
"BitDetailsImage", "BitImagesLogoGrave", "BitPageBanner", "BitPageBuyButton",
"BitVendorJsfiddle", "BitVendorJsfiddleEmbed", "BitImageRenderSvg", "BitAppCodeEditor",
"BitAppCodeIde", "BitCodeRuntime", "BitOutput", "BitConsoleLog", "BitVenderJupyterCellCode",
"BitVenderJupyterCellRaw", "BitVenderJupyterOutput", "BitVenderJupyterCellMarkdown",
"BitVenderJupyterIpynb", "BitAppCodeCell", "BitStdout", "BitAppBitmarkFromJavascript",
"BitAppBitmarkFromEditor", "BitBookAlias", "BitTocChapter", "BitHandInAudio",
"BitHandInvoice", "BitHandInVideo", "BitHandInLocation", "BitHandInPhoto",
"BitHandInScan", "BitHandInDocument", "BitHandInContact", "OPDOLL", "OPBUL",
"OPRANGLES", "OPRANGLEL", "OPDANGLE", "OPU", "OPB", "OPQ", "OPA", "OPP",
"OPM", "OPS", "OPR", "OPHASH", "OPC", "OPITEM", "OPLEAD", "OPPAGENUMBER",
"OPMARGINNUMBER", "CL", "COLON", "AMP", "DBLCOLON", "PLUS", "DotAt", "Greater",
"Less", "RightAngle", "RightArrow", "DBLEQ", "HSPL", "HSPL2", "SSPL",
"SSPL2", "QUOTE_INDEX", "COMMENT", "DCANY", "Image_type", "Audio_type",
"Video_type", "ArticleText", "NOTCL", "NUMERIC", "STRING", "NL", "NOTBITMARK",
"ELIPSIS", "EM0", "EM2", "VS0", "SS0", "LEA", "LEB", "GAL", "GALC", "PHON",
"ROMANIA", "GERMAN", "POLISH", "TRANSL", "EURO", "IPA", "JAPANESE", "HANGUL",
"STR_SP", "STR_SPX", "STR", "SENTENCE", "BARSTRING", "UTF8", "OPAT", "AtProgress",
"AtReference", "AtWidth", "AtHeight", "AtProgressPoints", "AtShortanswer",
"AtLonganswer", "AtExampleWithStr", "AtExamplecol", "AtExamplecl", "AtSampleSolution",
"AtPartialAnswerS", "AtPartialAnswer", "AtLabeltrue", "AtLabelfalse",
"AtPoints", "AtSrc", "AtPartner", "OPATALT", "OPAMARK", "ShowInIndex",
"OpAtCaption", "OpAtLicense", "OpAtCopyright", "OpAtSearch", "OpAtIsTracked",
"OpAtIsInfoOnly", "AtDate", "Http", "Https", "AmpAudio", "AmpImage", "AmpImageZoom",
"AmpVideo", "AmpArticle", "AmpDocument", "AmpApp", "AmpWebsite", "AmpStillImageFilm",
"AmpPdf", "OpAmpAudio", "OpAmpImage", "OpAmpImageZoom", "OpAmpVideo",
"OpAmpArticle", "OpAmpArticleAtt", "OpAmpDocument", "OpAmpApp", "OpAmpWebsite",
"OpAmpStillImageFilm", "BracEnclose", "AmpAudioLink", "AmpImageLink",
"AmpVideoLink", "AmpArticleLink", "AmpDocumentLink", "AmpDocumentDownload",
"AmpAppLink", "AmpWebsiteLink", "AmpStillImageFilmLink", "OpAmpAudioLink",
"OpAmpImageLink", "OpAmpVideoLink", "OpAmpArticleLink", "OpAmpDocumentLink",
"OpAmpDocumentDownload", "OpAmpAppLink", "OpAmpWebsiteLink", "OpAmpStillImageFilmLink",
"AmpImageEmbed", "AmpVideoEmbed", "AmpAudioEmbed", "AmpDocumentEmbed",
"AmpStillImageFilmEmbed", "OpAmpImageEmbed", "OpAmpVideoEmbed", "OpAmpAudioEmbed",
"OpAmpDocumentEmbed", "OpAmpStillImageFilmEmbed", "BitmarkMinus", "BitmarkPlus",
"ColonText", "ColonJson", "Prosemirror", "Placeholder", "BASIC", "JPG",
"PNG", "GIF", "SVG", "MP2", "MP3", "MP4", "FLV", "WMV", "MPEG", "MPG",
"TEL", "DotArticleAtt", "STAR", "URL", "LIST_LINE", "ENCLBARS",
];
bitmarkLexer._LITERAL_NAMES = [
undefined, "'[.'", undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, "'CLOZE'", "'MATCH'", undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, "':'", "'&'", "'::'", "'+'",
"'.@'", "'>'", "'<'", "'\u25BA'", "'\u2192'", "'=='", undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, "'[@'", undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, undefined, undefined, "'http://'", "'https://'",
"'&audio'", "'&image'", "'&image-zoom'", "'&video'", "'&article'", "'&document'",
"'&app'", "'&website'", "'&still-image-film'", "'&pdf'", undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined, "'&audio-link'", "'&image-link'", "'&video-link'",
"'&article-link'", "'&document-link'", "'&document-download'", "'&app-link'",
"'&website-link'", "'&still-image-film-link'", undefined, undefined, undefined,
undefined, undefined, undefined, undefined, undefined, undefined, "'&image-embed'",
"'&video-embed'", "'&daudio-embed'", "'&document-embed'", "'&still-image-film-embed'",
undefined, undefined, undefined, undefined, undefined, "':bitmark--'",
"':bitmark++'", "':text'", "':json'", "':prosemirror'", "':placeholder'",
"':basic'", "':jpg'", "':png'", "':gif'", "':svg'", "':mp2'", "':mp3'",
"':mp4'", "':flv'", "':wmv'", "':mpeg'", "':mpg'", "'tel:'", "'.article-attachment'",
"'*'",
];
bitmarkLexer._SYMBOLIC_NAMES = [
undefined, "OPDOT", "S", "BitBook", "BitChapter", "BitToc", "BitSummary",
"BitIntlink", "BitIntRef", "BitAlias", "BitGroups", "BitGroupt", "BitPlaceholder",
"BitStatement", "BitDetails", "BitSampleSolution", "BitTakeAudio", "CLOZE",
"MATCH", "BitArticle", "BitPage", "BitEssay", "BitMessage", "BitCorrection",
"BitMark", "BitTakepic", "BitRecaud", "BitPrepnote", "BitAssign", "BitBotint",
"BitSelfassess", "BitRating", "BitSurvey", "BitSurvey1", "BitSurveyanon",
"BitSurveyanon1", "BitNote", "BitInfo", "BitWarning", "BitRemark", "BitHint",
"BitHelp", "BitDanger", "BitBug", "BitSidenote", "BitStickynote", "BitQuote",
"BitFootnote", "BitExample", "BitButtonCopytext", "BitWbtContinue", "BitLearningPathDetails",
"BitAiPrompt", "BitNoteAi", "BitSummayAi", "BitArticleAi", "BitLearningPathLti",
"BitLearningPathStep", "BitLearningPathBook", "BitLearningPathSign", "BitLearningPathVideoCall",
"BitLearningPathLearningGoal", "BitLearningPathClosing", "BitLearningPathFeedback",
"BitLearningPathBotTraining", "BitLearningPathExternalLink", "BitLearningPathClassroomTraining",
"BitLearningPathClassroomEvent", "BitBotActionSend", "BitBotActionAnnounce",
"BitBotActionSave", "BitBotActionRemind", "BitVendorPadletEmbed", "BitScorm",
"BitImage", "BitImageLink", "BitImageZoom", "BitImagePrototype", "BitImageSuperWide",
"BitAudio", "BitAudioLink", "BitAudioEmbed", "BitVideo", "BitVideoLink",
"BitVideoEmbed", "BitVideoPortrait", "BitVideoLandscape", "BitStillImageFilm",
"BitStillImageFilmLink", "BitStillImageFilmEmbed", "BitWebsiteLink", "BitDocument",
"BitDocumentLink", "BitDocumentEmbed", "BitDocumentDownload", "BitAppLink",
"BitEditorial", "BitBookFrontispiece", "BitBookTitle", "BitBookCopyright",
"BitBookDedication", "BitBookForword", "BitBookPreface", "BitBookPrologue",
"BitBookEpilogue", "BitBookIntroduction", "BitBookIncitingIncident", "BitBookConclusion",
"BitBookAfterword", "BitBookPostscript", "BitBookappendix", "BitBookAddendum",
"BitBookAcknowledgments", "BitBookListOfContributors", "BitBookBibliography",
"BitBookReferenceList", "BitBookEndnotes", "BitBookNotes", "BitBookCopyrightPermissions",
"BitBookTeaser", "BitBookAutherBio", "BitBookRequestForABookReview", "BitBookComingSoon",
"BitBookReadMore", "BitBookSummary", "BitBookEpigraph", "BitCode", "BitCard1",
"BitQuestion1", "BitScreenshot", "BitFocusImage", "BitPhoto", "BitBrowserImage",
"BitBotActionResponse", "BitBotActionTrueFalse", "BitBotActionRatingNumber",
"BitBotActionRatingStars", "BitChapterSubjectMatter", "BitReleaseNote",
"BitConclusion", "BitVendorAmcharts5Chart", "BitFeatured", "BitNewspaperArticle",
"BitBlogArticle", "BitBookArticle", "BitNotebookArticle", "BitWorkbookArticle",
"BitReleaseNotesSummary", "BitCookPreparation", "BitCookStep", "BitCookIngredients",
"BitCookRremark", "BitCookVariation", "BitCookInsert", "BitCookArrangement",
"BitCookPracticeAdvise", "BitCookPlate", "BitCookRecommendation", "BitCookPersonalRecommendation",
"BitCookSideDrink", "BitCookSideDish", "BitCookTimer", "BitLangLearningOutcomes",
"BitLangEnablingLanguageSkills", "BitLangLifeSkills", "BitLangEnglishAroundWorld",
"BitLangGoodtoknow", "BitLangLearningStrategy", "BitLangLikeAlocal", "BitLangUsefulPhrases",
"BitLangLevelDown", "BitLangLevelUp", "BitLangExtraActivity", "BitLangVideoScript",
"BitLangAudioScript", "BitLangVocabulary", "BitLangHomework", "BitLangTeacherNote",
"BitReviewNote", "BitReviewAuthorNote", "BitReviewReviewerNote", "BitReviewRequestForReviewNote",
"BitReviewApprovedNote", "BitChecklist", "BitVideoTranscript", "BitAudioTranscript",
"BitImagePortrait", "BitImageLandscape", "BitImageOnDevice", "BitBitmarkExample",
"BitAppAiPrompt", "BitBookLink", "BitBookLinkNext", "BitBookLinkPrev",
"BitFigure", "BitVideoLinkLandscape", "BitVideoLinkPortrait", "BitImageMood",
"BitImageFigure", "BitImageBanner", "BitImageStyled", "BitImageScreenshot",
"BitAppGetScreenshot", "BitAppCreateBitsFromImage", "BitLifeSkillSticker",
"BitDetailsImage", "BitImagesLogoGrave", "BitPageBanner", "BitPageBuyButton",
"BitVendorJsfiddle", "BitVendorJsfiddleEmbed", "BitImageRenderSvg", "BitAppCodeEditor",
"BitAppCodeIde", "BitCodeRuntime", "BitOutput", "BitConsoleLog", "BitVenderJupyterCellCode",
"BitVenderJupyterCellRaw", "BitVenderJupyterOutput", "BitVenderJupyterCellMarkdown",
"BitVenderJupyterIpynb", "BitAppCodeCell", "BitStdout", "BitAppBitmarkFromJavascript",
"BitAppBitmarkFromEditor", "BitBookAlias", "BitTocChapter", "BitHandInAudio",
"BitHandInvoice", "BitHandInVideo", "BitHandInLocation", "BitHandInPhoto",
"BitHandInScan", "BitHandInDocument", "BitHandInContact", "OPDOLL", "OPBUL",
"OPRANGLES", "OPRANGLEL", "OPDANGLE", "OPU", "OPB", "OPQ", "OPA", "OPP",
"OPM", "OPS", "OPR", "OPHASH", "OPC", "OPITEM", "OPLEAD", "OPPAGENUMBER",
"OPMARGINNUMBER", "CL", "COLON", "AMP", "DBLCOLON", "PLUS", "DotAt", "Greater",
"Less", "RightAngle", "RightArrow", "DBLEQ", "HSPL", "HSPL2", "SSPL",
"SSPL2", "QUOTE_INDEX", "COMMENT", "DCANY", "Image_type", "Audio_type",
"Video_type", "ArticleText", "NOTCL", "NUMERIC", "STRING", "NL", "NOTBITMARK",
"ELIPSIS", "SENTENCE", "BARSTRING", "OPAT", "AtProgress", "AtReference",
"AtWidth", "AtHeight", "AtProgressPoints", "AtShortanswer", "AtLonganswer",
"AtExampleWithStr", "AtExamplecol", "AtExamplecl", "AtSampleSolution",
"AtPartialAnswerS", "AtPartialAnswer", "AtLabeltrue", "AtLabelfalse",
"AtPoints", "AtSrc", "AtPartner", "OPATALT", "OPAMARK", "ShowInIndex",
"OpAtCaption", "OpAtLicense", "OpAtCopyright", "OpAtSearch", "OpAtIsTracked",
"OpAtIsInfoOnly", "AtDate", "Http", "Https", "AmpAudio", "AmpImage", "AmpImageZoom",
"AmpVideo", "AmpArticle", "AmpDocument", "AmpApp", "AmpWebsite", "AmpStillImageFilm",
"AmpPdf", "OpAmpAudio", "OpAmpImage", "OpAmpImageZoom", "OpAmpVideo",
"OpAmpArticle", "OpAmpArticleAtt", "OpAmpDocument", "OpAmpApp", "OpAmpWebsite",
"OpAmpStillImageFilm", "BracEnclose", "AmpAudioLink", "AmpImageLink",
"AmpVideoLink", "AmpArticleLink", "AmpDocumentLink", "AmpDocumentDownload",
"AmpAppLink", "AmpWebsiteLink", "AmpStillImageFilmLink", "OpAmpAudioLink",
"OpAmpImageLink", "OpAmpVideoLink", "OpAmpArticleLink", "OpAmpDocumentLink",
"OpAmpDocumentDownload", "OpAmpAppLink", "OpAmpWebsiteLink", "OpAmpStillImageFilmLink",
"AmpImageEmbed", "AmpVideoEmbed", "AmpAudioEmbed", "AmpDocumentEmbed",
"AmpStillImageFilmEmbed", "OpAmpImageEmbed", "OpAmpVideoEmbed", "OpAmpAudioEmbed",
"OpAmpDocumentEmbed", "OpAmpStillImageFilmEmbed", "BitmarkMinus", "BitmarkPlus",
"ColonText", "ColonJson", "Prosemirror", "Placeholder", "BASIC", "JPG",
"PNG", "GIF", "SVG", "MP2", "MP3", "MP4", "FLV", "WMV", "MPEG", "MPG",
"TEL", "DotArticleAtt", "STAR", "URL", "LIST_LINE", "ENCLBARS",
];
bitmarkLexer.VOCABULARY = new VocabularyImpl_1.VocabularyImpl(bitmarkLexer._LITERAL_NAMES, bitmarkLexer._SYMBOLIC_NAMES, []);
bitmarkLexer._serializedATNSegments = 15;
bitmarkLexer._serializedATNSegment0 = "\x03\uC91D\uCABA\u058D\uAFBA\u4F53\u0607\uEA8B\uC241\x02\u0186\u2080\b" +
"\x01\x04\x02\t\x02\x04\x03\t\x03\x04\x04\t\x04\x04\x05\t\x05\x04\x06\t" +
"\x06\x04\x07\t\x07\x04\b\t\b\x04\t\t\t\x04\n\t\n\x04\v\t\v\x04\f\t\f\x04" +
"\r\t\r\x04\x0E\t\x0E\x04\x0F\t\x0F\x04\x10\t\x10\x04\x11\t\x11\x04\x12" +
"\t\x12\x04\x13\t\x13\x04\x14\t\x14\x04\x15\t\x15\x04\x16\t\x16\x04\x17" +
"\t\x17\x04\x18\t\x18\x04\x19\t\x19\x04\x1A\t\x1A\x04\x1B\t\x1B\x04\x1C" +
"\t\x1C\x04\x1D\t\x1D\x04\x1E\t\x1E\x04\x1F\t\x1F\x04 \t \x04!\t!\x04\"" +
"\t\"\x04#\t#\x04$\t$\x04%\t%\x04&\t&\x04\'\t\'\x04(\t(\x04)\t)\x04*\t" +
"*\x04+\t+\x04,\t,\x04-\t-\x04.\t.\x04/\t/\x040\t0\x041\t1\x042\t2\x04" +
"3\t3\x044\t4\x045\t5\x046\t6\x047\t7\x048\t8\x049\t9\x04:\t:\x04;\t;\x04" +
"<\t<\x04=\t=\x04>\t>\x04?\t?\x04@\t@\x04A\tA\x04B\tB\x04C\tC\x04D\tD\x04" +
"E\tE\x04F\tF\x04G\tG\x04H\tH\x04I\tI\x04J\tJ\x04K\tK\x04L\tL\x04M\tM\x04" +
"N\tN\x04O\tO\x04P\tP\x04Q\tQ\x04R\tR\x04S\tS\x04T\tT\x04U\tU\x04V\tV\x04" +
"W\tW\x04X\tX\x04Y\tY\x04Z\tZ\x04[\t[\x04\\\t\\\x04]\t]\x04^\t^\x04_\t" +
"_\x04`\t`\x04a\ta\x04b\tb\x04c\tc\x04d\td\x04e\te\x04f\tf\x04g\tg\x04" +
"h\th\x04i\ti\x04j\tj\x04k\tk\x04l\tl\x04m\tm\x04n\tn\x04o\to\x04p\tp\x04" +
"q\tq\x04r\tr\x04s\ts\x04t\tt\x04u\tu\x04v\tv\x04w\tw\x04x\tx\x04y\ty\x04" +
"z\tz\x04{\t{\x04|\t|\x04}\t}\x04~\t~\x04\x7F\t\x7F\x04\x80\t\x80\x04\x81" +
"\t\x81\x04\x82\t\x82\x04\x83\t\x83\x04\x84\t\x84\x04\x85\t\x85\x04\x86" +
"\t\x86\x04\x87\t\x87\x04\x88\t\x88\x04\x89\t\x89\x04\x8A\t\x8A\x04\x8B" +
"\t\x8B\x04\x8C\t\x8C\x04\x8D\t\x8D\x04\x8E\t\x8E\x04\x8F\t\x8F\x04\x90" +
"\t\x90\x04\x91\t\x91\x04\x92\t\x92\x04\x93\t\x93\x04\x94\t\x94\x04\x95" +
"\t\x95\x04\x96\t\x96\x04\x97\t\x97\x04\x98\t\x98\x04\x99\t\x99\x04\x9A" +
"\t\x9A\x04\x9B\t\x9B\x04\x9C\t\x9C\x04\x9D\t\x9D\x04\x9E\t\x9E\x04\x9F" +
"\t\x9F\x04\xA0\t\xA0\x04\xA1\t\xA1\x04\xA2\t\xA2\x04\xA3\t\xA3\x04\xA4" +
"\t\xA4\x04\xA5\t\xA5\x04\xA6\t\xA6\x04\xA7\t\xA7\x04\xA8\t\xA8\x04\xA9" +
"\t\xA9\x04\xAA\t\xAA\x04\xAB\t\xAB\x04\xAC\t\xAC\x04\xAD\t\xAD\x04\xAE" +
"\t\xAE\x04\xAF\t\xAF\x04\xB0\t\xB0\x04\xB1\t\xB1\x04\xB2\t\xB2\x04\xB3" +
"\t\xB3\x04\xB4\t\xB4\x04\xB5\t\xB5\x04\xB6\t\xB6\x04\xB7\t\xB7\x04\xB8" +
"\t\xB8\x04\xB9\t\xB9\x04\xBA\t\xBA\x04\xBB\t\xBB\x04\xBC\t\xBC\x04\xBD" +
"\t\xBD\x04\xBE\t\xBE\x04\xBF\t\xBF\x04\xC0\t\xC0\x04\xC1\t\xC1\x04\xC2" +
"\t\xC2\x04\xC3\t\xC3\x04\xC4\t\xC4\x04\xC5\t\xC5\x04\xC6\t\xC6\x04\xC7" +
"\t\xC7\x04\xC8\t\xC8\x04\xC9\t\xC9\x04\xCA\t\xCA\x04\xCB\t\xCB\x04\xCC" +
"\t\xCC\x04\xCD\t\xCD\x04\xCE\t\xCE\x04\xCF\t\xCF\x04\xD0\t\xD0\x04\xD1" +
"\t\xD1\x04\xD2\t\xD2\x04\xD3\t\xD3\x04\xD4\t\xD4\x04\xD5\t\xD5\x04\xD6" +
"\t\xD6\x04\xD7\t\xD7\x04\xD8\t\xD8\x04\xD9\t\xD9\x04\xDA\t\xDA\x04\xDB" +
"\t\xDB\x04\xDC\t\xDC\x04\xDD\t\xDD\x04\xDE\t\xDE\x04\xDF\t\xDF\x04\xE0" +
"\t\xE0\x04\xE1\t\xE1\x04\xE2\t\xE2\x04\xE3\t\xE3\x04\xE4\t\xE4\x04\xE5" +
"\t\xE5\x04\xE6\t\xE6\x04\xE7\t\xE7\x04\xE8\t\xE8\x04\xE9\t\xE9\x04\xEA" +
"\t\xEA\x04\xEB\t\xEB\x04\xEC\t\xEC\x04\xED\t\xED\x04\xEE\t\xEE\x04\xEF" +
"\t\xEF\x04\xF0\t\xF0\x04\xF1\t\xF1\x04\xF2\t\xF2\x04\xF3\t\xF3\x04\xF4" +
"\t\xF4\x04\xF5\t\xF5\x04\xF6\t\xF6\x04\xF7\t\xF7\x04\xF8\t\xF8\x04\xF9" +
"\t\xF9\x04\xFA\t\xFA\x04\xFB\t\xFB\x04\xFC\t\xFC\x04\xFD\t\xFD\x04\xFE" +
"\t\xFE\x04\xFF\t\xFF\x04\u0100\t\u0100\x04\u0101\t\u0101\x04\u0102\t\u0102" +
"\x04\u0103\t\u0103\x04\u0104\t\u0104\x04\u0105\t\u0105\x04\u0106\t\u0106" +
"\x04\u0107\t\u0107\x04\u0108\t\u0108\x04\u0109\t\u0109\x04\u010A\t\u010A" +
"\x04\u010B\t\u010B\x04\u010C\t\u010C\x04\u010D\t\u010D\x04\u010E\t\u010E" +
"\x04\u010F\t\u010F\x04\u0110\t\u0110\x04\u0111\t\u0111\x04\u0112\t\u0112" +
"\x04\u0113\t\u0113\x04\u0114\t\u0114\x04\u0115\t\u0115\x04\u0116\t\u0116" +
"\x04\u0117\t\u0117\x04\u0118\t\u0118\x04\u0119\t\u0119\x04\u011A\t\u011A" +
"\x04\u011B\t\u011B\x04\u011C\t\u011C\x04\u011D\t\u011D\x04\u011E\t\u011E" +
"\x04\u011F\t\u011F\x04\u0120\t\u0120\x04\u0121\t\u0121\x04\u0122\t\u0122" +
"\x04\u0123\t\u0123\x04\u0124\t\u0124\x04\u0125\t\u0125\x04\u0126\t\u0126" +
"\x04\u0127\t\u0127\x04\u0128\t\u0128\x04\u0129\t\u0129\x04\u012A\t\u012A" +
"\x04\u012B\t\u012B\x04\u012C\t\u012C\x04\u012D\t\u012D\x04\u012E\t\u012E" +
"\x04\u012F\t\u012F\x04\u0130\t\u0130\x04\u0131\t\u0131\x04\u0132\t\u0132" +
"\x04\u0133\t\u0133\x04\u0134\t\u0134\x04\u0135\t\u0135\x04\u0136\t\u0136" +
"\x04\u0137\t\u0137\x04\u0138\t\u0138\x04\u0139\t\u0139\x04\u013A\t\u013A" +
"\x04\u013B\t\u013B\x04\u013C\t\u013C\x04\u013D\t\u013D\x04\u013E\t\u013E" +
"\x04\u013F\t\u013F\x04\u0140\t\u0140\x04\u0141\t\u0141\x04\u0142\t\u0142" +
"\x04\u0143\t\u0143\x04\u0144\t\u0144\x04\u0145\t\u0145\x04\u0146\t\u0146" +
"\x04\u0147\t\u0147\x04\u0148\t\u0148\x04\u0149\t\u0149\x04\u014A\t\u014A" +
"\x04\u014B\t\u014B\x04\u014C\t\u014C\x04\u014D\t\u014D\x04\u014E\t\u014E" +
"\x04\u014F\t\u014F\x04\u0150\t\u0150\x04\u0151\t\u0151\x04\u0152\t\u0152" +
"\x04\u0153\t\u0153\x04\u0154\t\u0154\x04\u0155\t\u0155\x04\u0156\t\u0156" +
"\x04\u0157\t\u0157\x04\u0158\t\u0158\x04\u0159\t\u0159\x04\u015A\t\u015A" +
"\x04\u015B\t\u015B\x04\u015C\t\u015C\x04\u015D\t\u015D\x04\u015E\t\u015E" +
"\x04\u015F\t\u015F\x04\u0160\t\u0160\x04\u0161\t\u0161\x04\u0162\t\u0162" +
"\x04\u0163\t\u0163\x04\u0164\t\u0164\x04\u0165\t\u0165\x04\u0166\t\u0166" +
"\x04\u0167\t\u0167\x04\u0168\t\u0168\x04\u0169\t\u0169\x04\u016A\t\u016A" +
"\x04\u016B\t\u016B\x04\u016C\t\u016C\x04\u016D\t\u016D\x04\u016E\t\u016E" +
"\x04\u016F\t\u016F\x04\u0170\t\u0170\x04\u0171\t\u0171\x04\u0172\t\u0172" +
"\x04\u0173\t\u0173\x04\u0174\t\u0174\x04\u0175\t\u0175\x04\u0176\t\u0176" +
"\x04\u0177\t\u0177\x04\u0178\t\u0178\x04\u0179\t\u0179\x04\u017A\t\u017A" +
"\x04\u017B\t\u017B\x04\u017C\t\u017C\x04\u017D\t\u017D\x04\u017E\t\u017E" +
"\x04\u017F\t\u017F\x04\u0180\t\u0180\x04\u0181\t\u0181\x04\u0182\t\u0182" +
"\x04\u0183\t\u0183\x04\u0184\t\u0184\x04\u0185\t\u0185\x04\u0186\t\u0186" +
"\x04\u0187\t\u0187\x04\u0188\t\u0188\x04\u0189\t\u0189\x04\u018A\t\u018A" +
"\x04\u018B\t\u018B\x04\u018C\t\u018C\x04\u018D\t\u018D\x04\u018E\t\u018E" +
"\x04\u018F\t\u018F\x04\u0190\t\u0190\x04\u0191\t\u0191\x04\u0192\t\u0192" +
"\x04\u0193\t\u0193\x04\u0194\t\u0194\x04\u0195\t\u0195\x04\u0196\t\u0196" +
"\x04\u0197\t\u0197\x04\u0198\t\u0198\x04\u0199\t\u0199\x04\u019A\t\u019A" +
"\x03\x02\x03\x02\x03\x02\x03\x03\x03\x03\x03\x04\x03\x04\x03\x04\x07\x04" +
"\u033E\n\x04\f\x04\x0E\x04\u0341\v\x04\x03\x04\x03\x04\x03\x04\x03\x04" +
"\x03\x04\x03\x05\x03\x05\x03\x05\x07\x05\u034B\n\x05\f\x05\x0E\x05\u034E" +
"\v\x05\x03\x05\x03\x05\x03\x05\x03\x05\x03\x05\x03\x05\x03\x05\x03\x05" +
"\x03\x06\x03\x06\x03\x06\x07\x06\u035B\n\x06\f\x06\x0E\x06\u035E\v\x06" +
"\x03\x06\x03\x06\x03\x06\x03\x06\x03\x07\x03\x07\x03\x07\x07\x07\u0367" +
"\n\x07\f\x07\x0E\x07\u036A\v\x07\x03\x07\x03\x07\x03\x07\x03\x07\x03\x07" +
"\x03\x07\x03\x07\x03\x07\x03\b\x03\b\x03\b\x07\b\u0377\n\b\f\b\x0E\b\u037A" +
"\v\b\x03\b\x03\b\x03\b\x03\b\x03\b\x03\b\x03\b\x03\b\x03\b\x03\b\x03\b" +
"\x03\b\x03\b\x03\b\x03\t\x03\t\x03\t\x07\t\u038D\n\t\f\t\x0E\t\u0390\v" +
"\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03" +
"\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\t\x03\n\x03\n\x03\n\x07\n\u03A8" +
"\n\n\f\n\x0E\n\u03AB\v\n\x03\n\x03\n\x03\n\x03\n\x03\n\x03\n\x03\n\x03" +
"\n\x03\n\x03\n\x03\v\x03\v\x03\v\x07\v\u03BA\n\v\f\v\x0E\v\u03BD\v\v\x03" +
"\v\x03\v\x03\v\x03\v\x03\v\x03\v\x03\v\x03\f\x03\f\x03\f\x07\f\u03C9\n" +
"\f\f\f\x0E\f\u03CC\v\f\x03\f\x03\f\x03\f\x03\f\x03\f\x03\f\x03\f\x03\r" +
"\x03\r\x03\r\x07\r\u03D8\n\r\f\r\x0E\r\u03DB\v\r\x03\r\x03\r\x03\r\x03" +
"\r\x03\r\x03\r\x03\r\x03\r\x03\r\x03\r\x03\r\x03\r\x03\x0E\x03\x0E\x03" +
"\x0E\x07\x0E\u03EC\n\x0E\f\x0E\x0E\x0E\u03EF\v\x0E\x03\x0E\x03\x0E\x03" +
"\x0E\x03\x0E\x03\x0E\x03\x0E\x03\x0E\x03\x0E\x03\x0E\x03\x0E\x03\x0F\x03" +
"\x0F\x03\x0F\x07\x0F\u03FE\n\x0F\f\x0F\x0E\x0F\u0401\v\x0F\x03\x0F\x03" +
"\x0F\x03\x0F\x03\x0F\x03\x0F\x03\x0F\x03\x0F\x03\x0F\x03\x0F\x03\x0F\x03" +
"\x10\x03\x10\x03\x10\x07\x10\u0410\n\x10\f\x10\x0E\x10\u0413\v\x10\x03" +
"\x10\x03\x10\x03\x10\x03\x10\x03\x10\x03\x10\x03\x10\x03\x10\x03\x10\x03" +
"\x10\x03\x10\x03\x10\x03\x10\x03\x10\x03\x10\x03\x10\x03\x11\x03\x11\x03" +
"\x11\x07\x11\u0428\n\x11\f\x11\x0E\x11\u042B\v\x11\x03\x11\x03\x11\x03" +
"\x11\x03\x11\x03\x11\x03\x11\x03\x11\x03\x11\x03\x11\x03\x11\x03\x11\x03" +
"\x12\x03\x12\x03\x12\x03\x12\x03\x12\x03\x12\x03\x13\x03\x13\x03\x13\x03" +
"\x13\x03\x13\x03\x13\x03\x14\x03\x14\x03\x14\x07\x14\u0447\n\x14\f\x14" +
"\x0E\x14\u044A\v\x14\x03\x14\x03\x14\x03\x14\x03\x14\x03\x14\x03\x14\x03" +
"\x14\x03\x14\x03\x15\x03\x15\x03\x15\x07\x15\u0457\n\x15\f\x15\x0E\x15" +
"\u045A\v\x15\x03\x15\x03\x15\x03\x15\x03\x15\x03\x15\x03\x16\x03\x16\x03" +
"\x16\x07\x16\u0464\n\x16\f\x16\x0E\x16\u0467\v\x16\x03\x16\x03\x16\x03" +
"\x16\x03\x16\x03\x16\x03\x16\x03\x17\x03\x17\x03\x17\x07\x17\u0472\n\x17" +
"\f\x17\x0E\x17\u0475\v\x17\x03\x17\x03\x17\x03\x17\x03\x17\x03\x17\x03" +
"\x17\x03\x17\x03\x17\x03\x18\x03\x18\x03\x18\x07\x18\u0482\n\x18\f\x18" +
"\x0E\x18\u0485\v\x18\x03\x18\x03\x18\x03\x18\x03\x18\x03\x18\x03\x18\x03" +
"\x18\x03\x18\x03\x18\x03\x18\x03\x18\x03\x19\x03\x19\x03\x19\x07\x19\u0495" +
"\n\x19\f\x19\x0E\x19\u0498\v\x19\x03\x19\x03\x19\x03\x19\x03\x19\x03\x19" +
"\x03\x1A\x03\x1A\x03\x1A\x07\x1A\u04A2\n\x1A\f\x1A\x0E\x1A\u04A5\v\x1A" +
"\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03\x1A" +
"\x03\x1A\x03\x1A\x03\x1A\x03\x1A\x03\x1B\x03\x1B\x03\x1B\x07\x1B\u04B7" +
"\n\x1B\f\x1B\x0E\x1B\u04BA\v\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B" +
"\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1B\x03\x1C" +
"\x03\x1C\x03\x1C\x07\x1C\u04CC\n\x1C\f\x1C\x0E\x1C\u04CF\v\x1C\x03\x1C" +
"\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1C" +
"\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1C\x03\x1D\x03\x1D" +
"\x03\x1D\x07\x1D\u04E5\n\x1D\f\x1D\x0E\x1D\u04E8\v\x1D\x03\x1D\x03\x1D" +
"\x03\x1D\x03\x1D\x03\x1D\x03\x1D\x03\x1D\x03\x1D\x03\x1D\x03\x1D\x03\x1D" +
"\x03\x1E\x03\x1E\x03\x1E\x07\x1E\u04F8\n\x1E\f\x1E\x0E\x1E\u04FB\v\x1E" +
"\x03\x1E\x03\x1E\x03\x1E\x03\x1E\x03\x1E\x03\x1E\x03\x1E\x03\x1E\x03\x1E" +
"\x03\x1E\x03\x1E\x03\x1E\x03\x1E\x03\x1E\x03\x1F\x03\x1F\x03\x1F\x07\x1F" +
"\u050E\n\x1F\f\x1F\x0E\x1F\u0511\v\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F" +
"\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F\x03\x1F" +
"\x03\x1F\x03\x1F\x03\x1F\x03 \x03 \x03 \x07 \u0526\n \f \x0E \u0529\v" +
" \x03 \x03 \x03 \x03 \x03 \x03 \x03 \x03!\x03!\x03!\x07!\u0535\n!\f!\x0E" +
"!\u0538\v!\x03!\x03!\x03!\x03!\x03!\x03!\x03!\x03\"\x03\"\x03\"\x07\"" +
"\u0544\n\"\f\"\x0E\"\u0547\v\"\x03\"\x03\"\x03\"\x03\"\x03\"\x03\"\x03" +
"\"\x03\"\x03\"\x03#\x03#\x03#\x07#\u0555\n#\f#\x0E#\u0558\v#\x03#\x03" +
"#\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03#\x03" +
"#\x03#\x03$\x03$\x03$\x07$\u056E\n$\f$\x0E$\u0571\v$\x03$\x03$\x03$\x03" +
"$\x03$\x03$\x03$\x03$\x03$\x03$\x03$\x03$\x03$\x03$\x03$\x03$\x03$\x03" +
"$\x03$\x03%\x03%\x03%\x07%\u0589\n%\f%\x0E%\u058C\v%\x03%\x03%\x03%\x03" +
"%\x03%\x03&\x03&\x03&\x07&\u0596\n&\f&\x0E&\u0599\v&\x03&\x03&\x03&\x03" +
"&\x03&\x03\'\x03\'\x03\'\x07\'\u05A3\n\'\f\'\x0E\'\u05A6\v\'\x03\'\x03" +
"\'\x03\'\x03\'\x03\'\x03\'\x03\'\x03\'\x03(\x03(\x03(\x07(\u05B3\n(\f" +
"(\x0E(\u05B6\v(\x03(\x03(\x03(\x03(\x03(\x03(\x03(\x03)\x03)\x03)\x07" +
")\u05C2\n)\f)\x0E)\u05C5\v)\x03)\x03)\x03)\x03)\x03)\x03*\x03*\x03*\x07" +
"*\u05CF\n*\f*\x0E*\u05D2\v*\x03*\x03*\x03*\x03*\x03*\x03+\x03+\x03+\x07" +
"+\u05DC\n+\f+\x0E+\u05DF\v+\x03+\x03+\x03+\x03+\x03+\x03+\x03+\x03,\x03" +
",\x03,\x07,\u05EB\n,\f,\x0E,\u05EE\v,\x03,\x03,\x03,\x03,\x03-\x03-\x03" +
"-\x07-\u05F7\n-\f-\x0E-\u05FA\v-\x03-\x03-\x03-\x03-\x03-\x03-\x03-\x03" +
"-\x03-\x03-\x03.\x03.\x03.\x07.\u0609\n.\f.\x0E.\u060C\v.\x03.\x03.\x03" +
".\x03.\x03.\x03.\x03.\x03.\x03.\x03.\x03.\x03.\x03/\x03/\x03/\x07/\u061D" +
"\n/\f/\x0E/\u0620\v/\x03/\x03/\x03/\x03/\x03/\x03/\x030\x030\x030\x07" +
"0\u062B\n0\f0\x0E0\u062E\v0\x030\x030\x030\x030\x030\x030\x030\x030\x03" +
"0\x030\x031\x031\x031\x071\u063D\n1\f1\x0E1\u0640\v1\x031\x031\x031\x03" +
"1\x031\x031\x031\x031\x032\x032\x032\x072\u064D\n2\f2\x0E2\u0650\v2\x03" +
"2\x032\x032\x032\x032\x032\x032\x032\x032\x032\x032\x032\x032\x032\x03" +
"2\x032\x032\x033\x033\x033\x073\u0666\n3\f3\x0E3\u0669\v3\x033\x033\x03" +
"3\x033\x033\x033\x033\x033\x033\x033\x033\x033\x033\x034\x034\x034\x07" +
"4\u067B\n4\f4\x0E4\u067E\v4\x034\x034\x034\x034\x034\x034\x034\x034\x03" +
"4\x034\x034\x034\x034\x034\x034\x034\x034\x034\x034\x034\x034\x034\x03" +
"5\x035\x035\x075\u0699\n5\f5\x0E5\u069C\v5\x035\x035\x035\x035\x035\x03" +
"5\x035\x035\x035\x035\x036\x036\x036\x076\u06AB\n6\f6\x0E6\u06AE\v6\x03" +
"6\x036\x036\x036\x036\x036\x036\x036\x037\x037\x037\x077\u06BB\n7\f7\x0E" +
"7\u06BE\v7\x037\x037\x037\x037\x037\x037\x037\x037\x037\x037\x037\x03" +
"8\x038\x038\x078\u06CE\n8\f8\x0E8\u06D1\v8\x038\x038\x038\x038\x038\x03" +
"8\x038\x038\x038\x038\x038\x039\x039\x039\x079\u06E1\n9\f9\x0E9\u06E4" +
"\v9\x039\x039\x039\x039\x039\x039\x039\x039\x039\x039\x039\x039\x039\x03" +
"9\x039\x039\x039\x039\x03:\x03:\x03:\x07:\u06FB\n:\f:\x0E:\u06FE\v:\x03" +
":\x03:\x03:\x03:\x03:\x03:\x03:\x03:\x03:\x03:\x03:\x03:\x03:\x03:\x03" +
":\x03:\x03:\x03:\x03:\x03;\x03;\x03;\x07;\u0716\n;\f;\x0E;\u0719\v;\x03" +
";\x03;\x03;\x03;\x03;\x03;\x03;\x03;\x03;\x03;\x03;\x03;\x03;\x03;\x03" +
";\x03;\x03;\x03;\x03;\x03<\x03<\x03<\x07<\u0731\n<\f<\x0E<\u0734\v<\x03" +
"<\x03<\x03<\x03<\x03<\x03<\x03<\x03<\x03<\x03<\x03<\x03<\x03<\x03<\x03" +
"<\x03<\x03<\x03<\x03<\x03=\x03=\x03=\x07=\u074C\n=\f=\x0E=\u074F\v=\x03" +
"=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03" +
"=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03=\x03>\x03>\x03>\x07" +
">\u076D\n>\f>\x0E>\u0770\v>\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03" +
">\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03>\x03" +
">\x03>\x03>\x03>\x03>\x03>\x03?\x03?\x03?\x07?\u0791\n?\f?\x0E?\u0794" +
"\v?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03" +
"?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03?\x03@\x03@\x03@\x07@\u07AF\n" +
"@\f@\x0E@\u07B2\v@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03" +
"@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03@\x03A\x03" +
"A\x03A\x07A\u07CE\nA\fA\x0EA\u07D1\vA\x03A\x03A\x03A\x03A\x03A\x03A\x03" +
"A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03A\x03" +
"A\x03A\x03A\x03A\x03A\x03A\x03A\x03B\x03B\x03B\x07B\u07F1\nB\fB\x0EB\u07F4" +
"\vB\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03" +
"B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03B\x03" +
"B\x03C\x03C\x03C\x07C\u0815\nC\fC\x0EC\u0818\vC\x03C\x03C\x03C\x03C\x03" +
"C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03" +
"C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03C\x03" +
"C\x03D\x03D\x03D\x07D\u083E\nD\fD\x0ED\u0841\vD\x03D\x03D\x03D\x03D\x03" +
"D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03" +
"D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03D\x03E\x03E\x03" +
"E\x07E\u0864\nE\fE\x0EE\u0867\vE\x03E\x03E\x03E\x03E\x03E\x03E\x03E\x03" +
"E\x03E\x03E\x03E\x03E\x03E\x03E\x03E\x03E\x03F\x03F\x03F\x07F\u087C\n" +
"F\fF\x0EF\u087F\vF\x03F\x03F\x03F\x03F\x03F\x03F\x03F\x03F\x03F\x03F\x03" +
"F\x03F\x03F\x03F\x03F\x03F\x03F\x03F\x03F\x03F\x03G\x03G\x03G\x07G\u089