rlparse.cpp 215 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934
  1. /* Automatically generated by Kelbt from "rlparse.kl".
  2. *
  3. * Parts of this file are copied from Kelbt source covered by the GNU
  4. * GPL. As a special exception, you may use the parts of this file copied
  5. * from Kelbt source without restriction. The remainder is derived from
  6. * "rlparse.kl" and inherits the copyright status of that file.
  7. */
  8. #line 1 "rlparse.kl"
  9. /*
  10. * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
  11. */
  12. /* This file is part of Ragel.
  13. *
  14. * Ragel is free software; you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License as published by
  16. * the Free Software Foundation; either version 2 of the License, or
  17. * (at your option) any later version.
  18. *
  19. * Ragel is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with Ragel; if not, write to the Free Software
  26. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  27. */
  28. #include "rlparse.h"
  29. #include "ragel.h"
  30. #include <iostream>
  31. #include <errno.h>
  32. #include <stdlib.h>
  33. using std::cout;
  34. using std::cerr;
  35. using std::endl;
  36. #line 102 "rlparse.kh"
  37. #line 105 "rlparse.kh"
  38. #line 140 "rlparse.kh"
  39. #line 1444 "rlparse.kl"
  40. #line 48 "rlparse.cpp"
  41. struct Parser_Lel_action_ref
  42. {
  43. #line 755 "rlparse.kl"
  44. Action *action;
  45. #line 54 "rlparse.cpp"
  46. };
  47. struct Parser_Lel_aug_type
  48. {
  49. #line 546 "rlparse.kl"
  50. InputLoc loc;
  51. AugType augType;
  52. #line 65 "rlparse.cpp"
  53. };
  54. struct Parser_Lel_expression
  55. {
  56. #line 338 "rlparse.kl"
  57. Expression *expression;
  58. #line 75 "rlparse.cpp"
  59. };
  60. struct Parser_Lel_factor
  61. {
  62. #line 975 "rlparse.kl"
  63. Factor *factor;
  64. #line 85 "rlparse.cpp"
  65. };
  66. struct Parser_Lel_factor_rep_num
  67. {
  68. #line 929 "rlparse.kl"
  69. int rep;
  70. #line 95 "rlparse.cpp"
  71. };
  72. struct Parser_Lel_factor_with_aug
  73. {
  74. #line 452 "rlparse.kl"
  75. FactorWithAug *factorWithAug;
  76. #line 105 "rlparse.cpp"
  77. };
  78. struct Parser_Lel_factor_with_ep
  79. {
  80. #line 436 "rlparse.kl"
  81. FactorWithAug *factorWithAug;
  82. #line 115 "rlparse.cpp"
  83. };
  84. struct Parser_Lel_factor_with_label
  85. {
  86. #line 420 "rlparse.kl"
  87. FactorWithAug *factorWithAug;
  88. #line 125 "rlparse.cpp"
  89. };
  90. struct Parser_Lel_factor_with_neg
  91. {
  92. #line 939 "rlparse.kl"
  93. FactorWithNeg *factorWithNeg;
  94. #line 135 "rlparse.cpp"
  95. };
  96. struct Parser_Lel_factor_with_rep
  97. {
  98. #line 868 "rlparse.kl"
  99. FactorWithRep *factorWithRep;
  100. #line 145 "rlparse.cpp"
  101. };
  102. struct Parser_Lel_inline_item
  103. {
  104. #line 1234 "rlparse.kl"
  105. InlineItem *inlineItem;
  106. #line 155 "rlparse.cpp"
  107. };
  108. struct Parser_Lel_inline_list
  109. {
  110. #line 1213 "rlparse.kl"
  111. InlineList *inlineList;
  112. #line 165 "rlparse.cpp"
  113. };
  114. struct Parser_Lel_join
  115. {
  116. #line 321 "rlparse.kl"
  117. Join *join;
  118. #line 175 "rlparse.cpp"
  119. };
  120. struct Parser_Lel_join_or_lm
  121. {
  122. #line 229 "rlparse.kl"
  123. MachineDef *machineDef;
  124. #line 185 "rlparse.cpp"
  125. };
  126. struct Parser_Lel_lm_part_list
  127. {
  128. #line 253 "rlparse.kl"
  129. LmPartList *lmPartList;
  130. #line 195 "rlparse.cpp"
  131. };
  132. struct Parser_Lel_local_err_name
  133. {
  134. #line 856 "rlparse.kl"
  135. int error_name;
  136. #line 205 "rlparse.cpp"
  137. };
  138. struct Parser_Lel_longest_match_part
  139. {
  140. #line 277 "rlparse.kl"
  141. LongestMatchPart *lmPart;
  142. #line 215 "rlparse.cpp"
  143. };
  144. struct Parser_Lel_opt_export
  145. {
  146. #line 95 "rlparse.kl"
  147. bool isSet;
  148. #line 225 "rlparse.cpp"
  149. };
  150. struct Parser_Lel_opt_lm_part_action
  151. {
  152. #line 294 "rlparse.kl"
  153. Action *action;
  154. #line 235 "rlparse.cpp"
  155. };
  156. struct Parser_Lel_priority_aug
  157. {
  158. #line 803 "rlparse.kl"
  159. int priorityNum;
  160. #line 245 "rlparse.cpp"
  161. };
  162. struct Parser_Lel_priority_name
  163. {
  164. #line 788 "rlparse.kl"
  165. int priorityName;
  166. #line 255 "rlparse.cpp"
  167. };
  168. struct Parser_Lel_range_lit
  169. {
  170. #line 1042 "rlparse.kl"
  171. Literal *literal;
  172. #line 265 "rlparse.cpp"
  173. };
  174. struct Parser_Lel_regular_expr
  175. {
  176. #line 1079 "rlparse.kl"
  177. RegExpr *regExpr;
  178. #line 275 "rlparse.cpp"
  179. };
  180. struct Parser_Lel_regular_expr_char
  181. {
  182. #line 1131 "rlparse.kl"
  183. ReItem *reItem;
  184. #line 285 "rlparse.cpp"
  185. };
  186. struct Parser_Lel_regular_expr_item
  187. {
  188. #line 1114 "rlparse.kl"
  189. ReItem *reItem;
  190. #line 295 "rlparse.cpp"
  191. };
  192. struct Parser_Lel_regular_expr_or_char
  193. {
  194. #line 1188 "rlparse.kl"
  195. ReOrItem *reOrItem;
  196. #line 305 "rlparse.cpp"
  197. };
  198. struct Parser_Lel_regular_expr_or_data
  199. {
  200. #line 1155 "rlparse.kl"
  201. ReOrBlock *reOrBlock;
  202. #line 315 "rlparse.cpp"
  203. };
  204. struct Parser_Lel_term
  205. {
  206. #line 389 "rlparse.kl"
  207. Term *term;
  208. #line 325 "rlparse.cpp"
  209. };
  210. struct Parser_Lel_term_short
  211. {
  212. #line 368 "rlparse.kl"
  213. Term *term;
  214. #line 335 "rlparse.cpp"
  215. };
  216. struct Parser_Lel_token_type
  217. {
  218. #line 146 "rlparse.kl"
  219. Token token;
  220. #line 345 "rlparse.cpp"
  221. };
  222. union Parser_UserData
  223. {
  224. struct Parser_Lel_action_ref action_ref;
  225. struct Parser_Lel_aug_type aug_type;
  226. struct Parser_Lel_expression expression;
  227. struct Parser_Lel_factor factor;
  228. struct Parser_Lel_factor_rep_num factor_rep_num;
  229. struct Parser_Lel_factor_with_aug factor_with_aug;
  230. struct Parser_Lel_factor_with_ep factor_with_ep;
  231. struct Parser_Lel_factor_with_label factor_with_label;
  232. struct Parser_Lel_factor_with_neg factor_with_neg;
  233. struct Parser_Lel_factor_with_rep factor_with_rep;
  234. struct Parser_Lel_inline_item inline_item;
  235. struct Parser_Lel_inline_list inline_list;
  236. struct Parser_Lel_join join;
  237. struct Parser_Lel_join_or_lm join_or_lm;
  238. struct Parser_Lel_lm_part_list lm_part_list;
  239. struct Parser_Lel_local_err_name local_err_name;
  240. struct Parser_Lel_longest_match_part longest_match_part;
  241. struct Parser_Lel_opt_export opt_export;
  242. struct Parser_Lel_opt_lm_part_action opt_lm_part_action;
  243. struct Parser_Lel_priority_aug priority_aug;
  244. struct Parser_Lel_priority_name priority_name;
  245. struct Parser_Lel_range_lit range_lit;
  246. struct Parser_Lel_regular_expr regular_expr;
  247. struct Parser_Lel_regular_expr_char regular_expr_char;
  248. struct Parser_Lel_regular_expr_item regular_expr_item;
  249. struct Parser_Lel_regular_expr_or_char regular_expr_or_char;
  250. struct Parser_Lel_regular_expr_or_data regular_expr_or_data;
  251. struct Parser_Lel_term term;
  252. struct Parser_Lel_term_short term_short;
  253. struct Parser_Lel_token_type token_type;
  254. struct Token token;
  255. };
  256. struct Parser_LangEl
  257. {
  258. char *file;
  259. int line;
  260. int type;
  261. int reduction;
  262. int state;
  263. int causeReduce;
  264. union Parser_UserData user;
  265. unsigned int retry;
  266. struct Parser_LangEl *next, *child, *prev;
  267. };
  268. struct Parser_Block
  269. {
  270. struct Parser_LangEl data[8128];
  271. struct Parser_Block *next;
  272. };
  273. #line 404 "rlparse.cpp"
  274. unsigned int Parser_startState = 0;
  275. short Parser_indicies[] = {
  276. 152, -1, -1, 152, -1, -1, -1, -1,
  277. -1, -1, -1, -1, -1, -1, -1, -1,
  278. -1, -1, -1, -1, -1, -1, -1, -1,
  279. -1, -1, -1, -1, -1, -1, -1, -1,
  280. -1, -1, -1, -1, -1, -1, -1, -1,
  281. -1, -1, -1, -1, -1, -1, -1, -1,
  282. -1, -1, -1, -1, -1, -1, -1, -1,
  283. -1, -1, -1, -1, -1, -1, -1, -1,
  284. -1, -1, -1, 152, 152, 152, 152, -1,
  285. -1, -1, -1, -1, -1, -1, -1, 152,
  286. 152, 152, 152, -1, -1, -1, -1, -1,
  287. -1, -1, -1, -1, -1, -1, -1, 152,
  288. 152, 152, 1, 0, 404, 154, -1, -1,
  289. 154, -1, -1, -1, -1, -1, -1, -1,
  290. -1, -1, -1, -1, -1, -1, -1, -1,
  291. -1, -1, -1, -1, -1, -1, -1, -1,
  292. -1, -1, -1, -1, -1, -1, -1, -1,
  293. -1, -1, -1, -1, -1, -1, -1, -1,
  294. -1, -1, -1, -1, -1, -1, -1, -1,
  295. -1, -1, -1, -1, -1, -1, -1, -1,
  296. -1, -1, -1, -1, -1, -1, -1, -1,
  297. 154, 154, 154, 154, -1, -1, -1, -1,
  298. -1, -1, -1, -1, 154, 154, 154, 154,
  299. -1, -1, -1, -1, -1, -1, -1, -1,
  300. -1, -1, -1, -1, 154, 154, 150, -1,
  301. -1, 2, 161, -1, -1, 151, -1, -1,
  302. -1, -1, -1, -1, -1, -1, -1, -1,
  303. -1, -1, -1, -1, -1, -1, -1, -1,
  304. -1, -1, -1, -1, -1, -1, -1, -1,
  305. -1, -1, -1, -1, -1, -1, -1, -1,
  306. -1, -1, -1, -1, -1, -1, -1, -1,
  307. -1, -1, -1, -1, -1, -1, -1, -1,
  308. -1, -1, -1, -1, -1, -1, -1, -1,
  309. -1, -1, -1, -1, -1, 4, 5, 6,
  310. 7, -1, -1, -1, -1, -1, -1, -1,
  311. -1, 158, 11, 12, 13, -1, -1, -1,
  312. -1, -1, -1, -1, -1, -1, -1, -1,
  313. -1, 9, 8, -1, -1, -1, -1, 153,
  314. 392, 393, 394, 395, 396, 397, 398, 399,
  315. 400, 401, 402, 403, -1, 10, 3, 165,
  316. -1, -1, -1, -1, -1, -1, -1, -1,
  317. -1, -1, -1, -1, -1, -1, -1, -1,
  318. -1, -1, -1, -1, -1, -1, -1, -1,
  319. -1, -1, -1, -1, -1, -1, -1, -1,
  320. -1, -1, -1, -1, -1, -1, -1, -1,
  321. -1, -1, -1, -1, -1, -1, -1, -1,
  322. -1, -1, -1, -1, -1, -1, -1, -1,
  323. -1, -1, -1, -1, -1, -1, -1, -1,
  324. -1, -1, -1, -1, -1, -1, -1, -1,
  325. -1, -1, -1, -1, -1, -1, -1, -1,
  326. -1, -1, -1, -1, -1, -1, -1, -1,
  327. -1, -1, -1, -1, -1, -1, -1, -1,
  328. -1, -1, -1, -1, -1, -1, -1, -1,
  329. -1, -1, -1, -1, -1, -1, -1, -1,
  330. -1, -1, -1, -1, 26, 14, 15, 17,
  331. -1, -1, -1, -1, -1, -1, -1, -1,
  332. -1, -1, -1, -1, -1, -1, -1, -1,
  333. -1, -1, -1, -1, -1, -1, -1, -1,
  334. -1, -1, -1, -1, -1, -1, -1, -1,
  335. -1, -1, -1, -1, -1, -1, -1, -1,
  336. -1, -1, -1, -1, -1, -1, -1, -1,
  337. -1, -1, -1, -1, -1, -1, -1, -1,
  338. -1, -1, -1, -1, -1, -1, -1, -1,
  339. -1, -1, -1, -1, -1, -1, -1, -1,
  340. -1, -1, -1, -1, -1, -1, -1, -1,
  341. -1, -1, -1, -1, -1, -1, 326, 328,
  342. -1, -1, -1, -1, -1, -1, -1, -1,
  343. -1, -1, -1, -1, -1, -1, -1, -1,
  344. -1, -1, -1, -1, -1, -1, -1, -1,
  345. -1, -1, -1, -1, -1, -1, -1, -1,
  346. -1, -1, -1, -1, -1, -1, -1, -1,
  347. -1, -1, -1, -1, -1, -1, -1, -1,
  348. -1, -1, -1, -1, -1, -1, -1, -1,
  349. -1, -1, -1, -1, -1, -1, -1, -1,
  350. -1, -1, -1, -1, -1, -1, -1, -1,
  351. -1, -1, -1, -1, -1, -1, -1, -1,
  352. -1, -1, -1, -1, -1, -1, -1, -1,
  353. -1, -1, -1, -1, -1, -1, -1, -1,
  354. -1, -1, -1, -1, -1, -1, -1, -1,
  355. -1, -1, -1, -1, -1, -1, -1, -1,
  356. -1, -1, 16, 364, 364, 364, -1, 364,
  357. -1, -1, -1, -1, -1, -1, -1, -1,
  358. -1, -1, -1, -1, -1, -1, 364, -1,
  359. -1, -1, -1, -1, -1, -1, -1, -1,
  360. -1, -1, -1, -1, -1, -1, -1, -1,
  361. -1, -1, -1, -1, -1, -1, -1, -1,
  362. -1, -1, -1, -1, -1, -1, -1, -1,
  363. -1, -1, -1, -1, -1, -1, -1, -1,
  364. -1, -1, -1, -1, -1, -1, -1, -1,
  365. -1, -1, -1, -1, -1, -1, -1, -1,
  366. -1, -1, -1, -1, -1, -1, -1, -1,
  367. -1, -1, -1, 364, -1, -1, -1, 364,
  368. 364, -1, -1, -1, -1, -1, -1, -1,
  369. -1, 364, -1, -1, -1, -1, -1, -1,
  370. -1, -1, -1, -1, -1, -1, -1, -1,
  371. -1, -1, -1, -1, -1, -1, -1, -1,
  372. -1, -1, -1, -1, -1, -1, -1, -1,
  373. -1, -1, -1, -1, -1, -1, -1, -1,
  374. -1, -1, -1, -1, -1, -1, 364, 364,
  375. 364, 364, -1, -1, -1, -1, -1, -1,
  376. -1, -1, -1, -1, -1, -1, -1, -1,
  377. -1, -1, -1, -1, -1, -1, -1, -1,
  378. -1, 364, 364, -1, -1, -1, 364, 364,
  379. 364, -1, -1, -1, -1, -1, -1, -1,
  380. -1, -1, -1, -1, -1, -1, -1, -1,
  381. -1, -1, -1, -1, -1, -1, -1, -1,
  382. -1, -1, -1, -1, 19, 364, 364, 364,
  383. -1, 364, -1, -1, -1, -1, -1, -1,
  384. -1, -1, -1, -1, -1, -1, -1, -1,
  385. 364, -1, -1, -1, -1, -1, -1, -1,
  386. -1, -1, -1, -1, -1, -1, -1, -1,
  387. -1, -1, -1, -1, -1, -1, -1, -1,
  388. -1, -1, -1, -1, -1, -1, -1, -1,
  389. -1, -1, -1, -1, -1, -1, -1, -1,
  390. -1, -1, -1, -1, -1, -1, -1, -1,
  391. -1, -1, -1, -1, -1, -1, -1, -1,
  392. -1, -1, -1, -1, -1, -1, -1, -1,
  393. -1, -1, -1, -1, -1, 364, -1, -1,
  394. -1, 364, 364, -1, -1, -1, -1, -1,
  395. -1, -1, -1, 364, -1, -1, -1, -1,
  396. -1, -1, -1, -1, -1, -1, -1, -1,
  397. -1, -1, -1, -1, -1, -1, -1, -1,
  398. -1, -1, -1, -1, -1, -1, -1, -1,
  399. -1, -1, -1, -1, -1, -1, -1, -1,
  400. -1, -1, -1, -1, -1, -1, -1, -1,
  401. 364, 364, 364, 364, -1, -1, -1, -1,
  402. -1, -1, -1, -1, -1, -1, -1, -1,
  403. -1, -1, -1, -1, -1, -1, -1, -1,
  404. -1, -1, -1, 364, 364, -1, -1, -1,
  405. 364, 364, 364, -1, -1, -1, -1, -1,
  406. -1, -1, -1, -1, -1, -1, -1, -1,
  407. -1, -1, -1, -1, -1, -1, -1, -1,
  408. -1, -1, -1, -1, -1, -1, 24, 174,
  409. -1, -1, -1, -1, -1, -1, -1, -1,
  410. -1, -1, -1, -1, -1, -1, -1, -1,
  411. -1, -1, -1, -1, -1, -1, -1, -1,
  412. -1, -1, -1, -1, -1, -1, -1, -1,
  413. -1, -1, -1, -1, -1, -1, -1, -1,
  414. -1, -1, -1, -1, -1, -1, -1, -1,
  415. -1, -1, -1, -1, -1, -1, -1, -1,
  416. -1, -1, 174, -1, -1, -1, -1, -1,
  417. -1, -1, -1, -1, -1, -1, -1, -1,
  418. -1, -1, -1, -1, -1, -1, -1, -1,
  419. -1, -1, -1, -1, -1, -1, -1, -1,
  420. -1, -1, -1, -1, -1, -1, -1, -1,
  421. -1, -1, -1, -1, -1, -1, -1, -1,
  422. -1, -1, -1, -1, -1, -1, -1, -1,
  423. -1, -1, -1, -1, -1, -1, -1, -1,
  424. -1, 23, 25, -1, -1, -1, -1, 159,
  425. 20, 21, 22, 27, 168, -1, -1, -1,
  426. -1, -1, -1, -1, -1, -1, -1, -1,
  427. -1, -1, -1, -1, -1, -1, -1, -1,
  428. -1, -1, -1, -1, -1, -1, -1, -1,
  429. -1, -1, -1, -1, -1, -1, -1, -1,
  430. -1, -1, -1, -1, -1, -1, -1, -1,
  431. -1, -1, -1, -1, -1, -1, -1, -1,
  432. -1, -1, -1, -1, -1, -1, -1, -1,
  433. -1, -1, -1, -1, -1, -1, -1, -1,
  434. -1, 28, 17, -1, -1, -1, -1, -1,
  435. -1, -1, -1, -1, -1, -1, -1, -1,
  436. -1, -1, -1, -1, -1, -1, -1, -1,
  437. -1, -1, -1, -1, -1, -1, -1, -1,
  438. -1, -1, -1, -1, -1, -1, -1, -1,
  439. -1, -1, -1, -1, -1, -1, -1, -1,
  440. -1, -1, -1, -1, -1, -1, -1, -1,
  441. -1, -1, -1, -1, -1, -1, -1, -1,
  442. -1, -1, -1, -1, -1, -1, -1, -1,
  443. -1, -1, -1, -1, -1, -1, -1, -1,
  444. -1, -1, -1, -1, -1, -1, -1, -1,
  445. -1, 326, 328, -1, -1, -1, -1, -1,
  446. -1, -1, -1, -1, -1, -1, -1, -1,
  447. -1, -1, -1, -1, -1, -1, -1, -1,
  448. -1, -1, -1, -1, -1, -1, -1, -1,
  449. -1, -1, -1, -1, -1, -1, -1, -1,
  450. -1, -1, -1, -1, -1, -1, -1, -1,
  451. -1, -1, -1, -1, -1, -1, -1, -1,
  452. -1, -1, -1, -1, -1, -1, -1, -1,
  453. -1, -1, -1, -1, -1, -1, -1, -1,
  454. -1, -1, -1, -1, -1, -1, -1, -1,
  455. -1, -1, -1, -1, -1, -1, -1, -1,
  456. -1, -1, -1, -1, -1, -1, -1, -1,
  457. -1, -1, -1, -1, -1, -1, -1, -1,
  458. -1, -1, -1, -1, -1, -1, -1, -1,
  459. -1, -1, -1, -1, -1, 29, 327, 376,
  460. 377, 378, -1, 375, -1, -1, -1, -1,
  461. -1, -1, -1, -1, -1, -1, -1, -1,
  462. -1, -1, 170, -1, -1, -1, -1, -1,
  463. -1, -1, -1, -1, -1, -1, -1, -1,
  464. -1, -1, -1, -1, -1, -1, -1, -1,
  465. -1, -1, -1, -1, -1, -1, -1, -1,
  466. -1, -1, -1, -1, -1, -1, -1, -1,
  467. -1, -1, -1, -1, -1, -1, -1, -1,
  468. -1, -1, -1, -1, -1, -1, -1, -1,
  469. -1, -1, -1, -1, -1, -1, -1, -1,
  470. -1, -1, -1, -1, -1, -1, -1, 374,
  471. -1, -1, -1, 372, 373, -1, -1, -1,
  472. -1, -1, -1, -1, -1, 379, -1, -1,
  473. -1, -1, -1, -1, -1, -1, -1, -1,
  474. -1, -1, -1, -1, -1, -1, -1, -1,
  475. -1, -1, -1, -1, -1, -1, -1, -1,
  476. -1, -1, -1, -1, -1, -1, -1, -1,
  477. -1, -1, -1, -1, -1, -1, -1, -1,
  478. -1, -1, 368, 369, 370, 371, -1, -1,
  479. -1, -1, -1, -1, -1, -1, -1, -1,
  480. -1, -1, -1, -1, -1, -1, -1, -1,
  481. -1, -1, -1, -1, -1, 380, 381, -1,
  482. -1, -1, 382, 383, 30, -1, -1, -1,
  483. -1, -1, -1, -1, -1, -1, -1, -1,
  484. -1, -1, -1, -1, -1, -1, -1, -1,
  485. -1, -1, -1, -1, -1, -1, -1, -1,
  486. -1, -1, -1, -1, -1, -1, -1, -1,
  487. -1, -1, -1, -1, -1, -1, -1, -1,
  488. -1, -1, -1, -1, -1, -1, -1, -1,
  489. -1, -1, -1, -1, -1, -1, -1, -1,
  490. -1, -1, -1, -1, -1, -1, 365, -1,
  491. 367, -1, 363, 366, 342, 342, 342, -1,
  492. 342, -1, -1, -1, -1, -1, -1, -1,
  493. -1, -1, -1, -1, -1, -1, -1, 342,
  494. -1, -1, -1, -1, -1, -1, -1, -1,
  495. -1, -1, -1, -1, -1, -1, -1, -1,
  496. -1, -1, -1, -1, -1, -1, -1, -1,
  497. -1, -1, -1, -1, -1, -1, -1, -1,
  498. -1, -1, -1, -1, -1, -1, -1, -1,
  499. -1, -1, -1, -1, -1, -1, -1, -1,
  500. -1, -1, -1, -1, -1, -1, -1, -1,
  501. -1, -1, -1, -1, -1, -1, -1, -1,
  502. -1, 342, -1, -1, 342, -1, -1, -1,
  503. 342, 342, -1, -1, -1, -1, -1, -1,
  504. -1, -1, 342, -1, -1, -1, -1, -1,
  505. -1, -1, -1, -1, -1, -1, -1, -1,
  506. -1, -1, -1, -1, -1, -1, -1, -1,
  507. -1, -1, -1, -1, -1, -1, -1, -1,
  508. -1, -1, -1, -1, -1, -1, -1, -1,
  509. -1, -1, -1, -1, -1, -1, -1, 342,
  510. 342, 342, 342, -1, -1, -1, -1, -1,
  511. -1, -1, -1, -1, -1, -1, -1, -1,
  512. -1, -1, -1, -1, -1, -1, -1, 342,
  513. 342, 342, 342, 342, 342, 342, 342, 342,
  514. 342, 342, 342, -1, -1, -1, -1, -1,
  515. -1, -1, -1, -1, -1, -1, -1, -1,
  516. -1, -1, -1, -1, -1, -1, 31, 342,
  517. 342, 342, -1, 342, -1, -1, -1, -1,
  518. -1, -1, -1, -1, -1, -1, -1, -1,
  519. -1, -1, 342, -1, -1, -1, -1, -1,
  520. -1, -1, -1, -1, -1, -1, -1, -1,
  521. -1, -1, -1, -1, -1, -1, -1, -1,
  522. -1, -1, -1, -1, -1, -1, -1, -1,
  523. -1, -1, -1, -1, -1, -1, -1, -1,
  524. -1, -1, -1, -1, -1, -1, -1, -1,
  525. -1, -1, -1, -1, -1, -1, -1, -1,
  526. -1, -1, -1, -1, -1, -1, -1, -1,
  527. -1, -1, -1, -1, 342, -1, -1, 342,
  528. -1, -1, -1, 342, 342, -1, -1, -1,
  529. -1, -1, -1, -1, -1, 342, -1, -1,
  530. -1, -1, -1, -1, -1, -1, -1, -1,
  531. -1, -1, -1, -1, -1, -1, -1, -1,
  532. -1, -1, -1, -1, -1, -1, -1, -1,
  533. -1, -1, -1, -1, -1, -1, -1, -1,
  534. -1, -1, -1, -1, -1, -1, -1, -1,
  535. -1, -1, 342, 342, 342, 342, -1, -1,
  536. -1, -1, -1, -1, -1, -1, -1, -1,
  537. -1, -1, -1, -1, -1, -1, -1, -1,
  538. -1, -1, 342, 342, 342, 342, 342, 342,
  539. 342, 342, 342, 342, 342, 342, -1, -1,
  540. -1, -1, -1, -1, -1, -1, -1, -1,
  541. -1, -1, -1, -1, -1, -1, -1, -1,
  542. -1, 32, 155, 33, -1, -1, -1, -1,
  543. -1, -1, -1, -1, -1, -1, -1, -1,
  544. -1, -1, -1, -1, -1, -1, -1, -1,
  545. -1, -1, -1, -1, -1, -1, -1, -1,
  546. -1, -1, -1, -1, -1, -1, -1, -1,
  547. -1, -1, -1, -1, -1, -1, -1, -1,
  548. -1, -1, -1, -1, -1, -1, -1, -1,
  549. -1, -1, -1, -1, -1, -1, 173, 376,
  550. 377, 378, -1, 375, -1, -1, -1, -1,
  551. -1, -1, -1, -1, -1, -1, -1, -1,
  552. -1, -1, 171, -1, -1, -1, -1, -1,
  553. -1, -1, -1, -1, -1, -1, -1, -1,
  554. -1, -1, -1, -1, -1, -1, -1, -1,
  555. -1, -1, -1, -1, -1, -1, -1, -1,
  556. -1, -1, -1, -1, -1, -1, -1, -1,
  557. -1, -1, -1, -1, -1, -1, -1, -1,
  558. -1, -1, -1, -1, -1, -1, -1, -1,
  559. -1, -1, -1, -1, -1, -1, -1, -1,
  560. -1, -1, -1, -1, -1, -1, -1, 374,
  561. -1, -1, -1, 372, 373, -1, -1, -1,
  562. -1, -1, -1, -1, -1, 379, -1, -1,
  563. -1, -1, -1, -1, -1, -1, -1, -1,
  564. -1, -1, -1, -1, -1, -1, -1, -1,
  565. -1, -1, -1, -1, -1, -1, -1, -1,
  566. -1, -1, -1, -1, -1, -1, -1, -1,
  567. -1, -1, -1, -1, -1, -1, -1, -1,
  568. -1, -1, 368, 369, 370, 371, -1, -1,
  569. -1, -1, -1, -1, -1, -1, -1, -1,
  570. -1, -1, -1, -1, -1, -1, -1, -1,
  571. -1, -1, -1, -1, -1, 380, 381, -1,
  572. -1, -1, 382, 383, 30, -1, -1, -1,
  573. -1, -1, -1, -1, -1, -1, -1, -1,
  574. -1, -1, -1, -1, -1, -1, -1, -1,
  575. -1, -1, -1, -1, -1, -1, -1, -1,
  576. -1, -1, -1, -1, -1, -1, -1, -1,
  577. -1, -1, -1, -1, -1, -1, -1, -1,
  578. -1, -1, -1, -1, -1, -1, -1, -1,
  579. -1, -1, -1, -1, -1, -1, -1, -1,
  580. -1, -1, -1, -1, -1, -1, 365, -1,
  581. 367, -1, 363, 366, 154, -1, -1, 154,
  582. -1, -1, -1, -1, -1, -1, -1, -1,
  583. -1, -1, -1, -1, -1, -1, -1, -1,
  584. -1, -1, -1, -1, -1, -1, -1, -1,
  585. -1, -1, -1, -1, -1, -1, -1, -1,
  586. -1, -1, -1, -1, -1, -1, -1, -1,
  587. -1, -1, -1, -1, -1, -1, -1, -1,
  588. -1, -1, -1, -1, -1, -1, -1, -1,
  589. -1, -1, -1, -1, -1, -1, -1, -1,
  590. -1, -1, 154, 154, 154, 154, -1, -1,
  591. -1, -1, -1, -1, -1, -1, 154, 154,
  592. 154, 154, -1, -1, -1, -1, -1, -1,
  593. -1, -1, -1, -1, -1, -1, 154, 154,
  594. -1, -1, -1, 34, 35, -1, -1, -1,
  595. -1, -1, -1, -1, -1, -1, -1, -1,
  596. -1, -1, -1, -1, -1, -1, -1, -1,
  597. -1, -1, -1, -1, -1, -1, -1, -1,
  598. -1, -1, -1, -1, -1, -1, -1, -1,
  599. -1, -1, -1, -1, -1, -1, -1, -1,
  600. -1, -1, -1, -1, -1, -1, -1, -1,
  601. -1, -1, -1, -1, -1, -1, -1, -1,
  602. -1, -1, -1, -1, -1, -1, -1, -1,
  603. -1, -1, -1, -1, -1, -1, -1, -1,
  604. -1, -1, -1, -1, 36, 342, 342, 342,
  605. -1, 342, -1, -1, -1, -1, -1, -1,
  606. -1, -1, -1, -1, -1, -1, -1, -1,
  607. 342, -1, -1, -1, -1, -1, -1, -1,
  608. -1, -1, -1, -1, -1, -1, -1, -1,
  609. -1, -1, -1, -1, -1, -1, -1, -1,
  610. -1, -1, -1, -1, -1, -1, -1, -1,
  611. -1, -1, -1, -1, -1, -1, -1, -1,
  612. -1, -1, -1, -1, -1, -1, -1, -1,
  613. -1, -1, -1, -1, -1, -1, -1, -1,
  614. -1, -1, -1, -1, -1, -1, -1, -1,
  615. -1, -1, 342, -1, -1, 342, -1, -1,
  616. -1, 342, 342, -1, -1, -1, -1, -1,
  617. -1, -1, -1, 342, -1, -1, -1, -1,
  618. -1, -1, -1, -1, -1, -1, -1, -1,
  619. -1, -1, -1, -1, -1, -1, -1, -1,
  620. -1, -1, -1, -1, -1, -1, -1, -1,
  621. -1, -1, -1, -1, -1, -1, -1, -1,
  622. -1, -1, -1, -1, -1, -1, -1, -1,
  623. 342, 342, 342, 342, -1, -1, -1, -1,
  624. -1, -1, -1, -1, -1, -1, -1, -1,
  625. -1, -1, -1, -1, -1, -1, -1, -1,
  626. 342, 342, 342, 342, 342, 342, 342, 342,
  627. 342, 342, 342, 342, -1, -1, -1, -1,
  628. -1, -1, -1, -1, -1, -1, -1, -1,
  629. -1, -1, -1, -1, -1, -1, -1, 37,
  630. 167, 169, 38, 348, 349, 350, -1, 346,
  631. -1, -1, -1, -1, -1, -1, -1, -1,
  632. -1, -1, -1, -1, -1, -1, 347, -1,
  633. -1, -1, -1, -1, -1, -1, -1, -1,
  634. -1, -1, -1, -1, -1, -1, -1, -1,
  635. -1, -1, -1, -1, -1, -1, -1, -1,
  636. -1, -1, -1, -1, -1, -1, -1, -1,
  637. -1, -1, -1, -1, -1, -1, -1, -1,
  638. -1, -1, -1, -1, -1, -1, -1, -1,
  639. -1, -1, -1, -1, -1, -1, -1, -1,
  640. -1, -1, -1, -1, -1, -1, -1, -1,
  641. 156, -1, -1, 374, -1, -1, -1, 372,
  642. 373, -1, -1, -1, -1, -1, -1, -1,
  643. -1, 351, -1, -1, -1, -1, -1, -1,
  644. -1, -1, -1, -1, -1, -1, -1, -1,
  645. -1, -1, -1, -1, -1, -1, -1, -1,
  646. -1, -1, -1, -1, -1, -1, -1, -1,
  647. -1, -1, -1, -1, -1, -1, -1, -1,
  648. -1, -1, -1, -1, -1, -1, 368, 369,
  649. 370, 371, -1, -1, -1, -1, -1, -1,
  650. -1, -1, -1, -1, -1, -1, -1, -1,
  651. -1, -1, -1, -1, -1, -1, 45, 40,
  652. 39, 380, 381, 41, 43, 44, 382, 383,
  653. 30, 42, -1, -1, -1, -1, -1, -1,
  654. -1, -1, -1, -1, -1, -1, -1, -1,
  655. -1, -1, -1, -1, -1, -1, -1, -1,
  656. -1, -1, -1, -1, -1, -1, -1, -1,
  657. -1, -1, -1, -1, -1, -1, -1, -1,
  658. -1, -1, -1, -1, -1, -1, -1, -1,
  659. -1, -1, -1, -1, -1, -1, -1, -1,
  660. -1, -1, -1, -1, -1, -1, -1, -1,
  661. 341, 345, 343, 344, 352, 348, 349, 350,
  662. -1, 346, -1, -1, -1, -1, -1, -1,
  663. -1, -1, -1, -1, -1, -1, -1, -1,
  664. 347, -1, -1, -1, -1, -1, -1, -1,
  665. -1, -1, -1, -1, -1, -1, -1, -1,
  666. -1, -1, -1, -1, -1, -1, -1, -1,
  667. -1, -1, -1, -1, -1, -1, -1, -1,
  668. -1, -1, -1, -1, -1, -1, -1, -1,
  669. -1, -1, -1, -1, -1, -1, -1, -1,
  670. -1, -1, -1, -1, -1, -1, -1, -1,
  671. -1, -1, -1, -1, -1, -1, -1, -1,
  672. -1, -1, 157, -1, -1, 374, -1, -1,
  673. -1, 372, 373, -1, -1, -1, -1, -1,
  674. -1, -1, -1, 351, -1, -1, -1, -1,
  675. -1, -1, -1, -1, -1, -1, -1, -1,
  676. -1, -1, -1, -1, -1, -1, -1, -1,
  677. -1, -1, -1, -1, -1, -1, -1, -1,
  678. -1, -1, -1, -1, -1, -1, -1, -1,
  679. -1, -1, -1, -1, -1, -1, -1, -1,
  680. 368, 369, 370, 371, -1, -1, -1, -1,
  681. -1, -1, -1, -1, -1, -1, -1, -1,
  682. -1, -1, -1, -1, -1, -1, -1, -1,
  683. 45, 40, 39, 380, 381, 41, 43, 44,
  684. 382, 383, 30, 42, -1, -1, -1, -1,
  685. -1, -1, -1, -1, -1, -1, -1, -1,
  686. -1, -1, -1, -1, -1, -1, -1, -1,
  687. -1, -1, -1, -1, -1, -1, -1, -1,
  688. -1, -1, -1, -1, -1, -1, -1, -1,
  689. -1, -1, -1, -1, -1, -1, -1, -1,
  690. -1, -1, -1, -1, -1, -1, -1, -1,
  691. -1, -1, -1, -1, -1, -1, -1, -1,
  692. -1, -1, 341, 345, 343, 344, 352, 364,
  693. 364, 364, -1, 364, -1, -1, -1, -1,
  694. -1, -1, -1, -1, -1, -1, -1, -1,
  695. -1, -1, 364, -1, -1, -1, -1, -1,
  696. -1, -1, -1, -1, -1, -1, -1, -1,
  697. -1, -1, -1, -1, -1, -1, -1, -1,
  698. -1, -1, -1, -1, -1, -1, -1, -1,
  699. -1, -1, -1, -1, -1, -1, -1, -1,
  700. -1, -1, -1, -1, -1, -1, -1, -1,
  701. -1, -1, -1, -1, -1, -1, -1, -1,
  702. -1, -1, -1, -1, -1, -1, -1, -1,
  703. -1, -1, -1, -1, -1, -1, -1, 364,
  704. -1, -1, -1, 364, 364, -1, -1, -1,
  705. -1, -1, -1, -1, -1, 364, -1, -1,
  706. -1, -1, -1, -1, -1, -1, -1, -1,
  707. -1, -1, -1, -1, -1, -1, -1, -1,
  708. -1, -1, -1, -1, -1, -1, -1, -1,
  709. -1, -1, -1, -1, -1, -1, -1, -1,
  710. -1, -1, -1, -1, -1, -1, -1, -1,
  711. -1, -1, 364, 364, 364, 364, -1, -1,
  712. -1, -1, -1, -1, -1, -1, -1, -1,
  713. -1, -1, -1, -1, -1, -1, -1, -1,
  714. -1, -1, -1, -1, -1, 364, 364, -1,
  715. -1, -1, 364, 364, 364, -1, -1, -1,
  716. -1, -1, -1, -1, -1, -1, -1, -1,
  717. -1, -1, -1, -1, -1, -1, -1, -1,
  718. -1, -1, -1, -1, -1, -1, -1, -1,
  719. 46, 162, -1, -1, 161, -1, -1, -1,
  720. -1, -1, -1, -1, -1, -1, -1, -1,
  721. -1, -1, -1, -1, -1, -1, -1, -1,
  722. -1, -1, -1, -1, -1, -1, -1, -1,
  723. -1, -1, -1, -1, -1, -1, -1, -1,
  724. -1, -1, -1, -1, -1, -1, -1, -1,
  725. -1, -1, -1, -1, -1, -1, -1, -1,
  726. -1, -1, -1, -1, -1, -1, -1, -1,
  727. -1, -1, -1, -1, -1, -1, -1, 4,
  728. 5, 6, 7, -1, -1, -1, -1, -1,
  729. -1, -1, -1, 158, 11, 12, 13, -1,
  730. -1, -1, -1, -1, -1, -1, -1, -1,
  731. -1, -1, -1, 9, 8, -1, -1, -1,
  732. -1, 153, 392, 393, 394, 395, 396, 397,
  733. 398, 399, 400, 401, 402, 403, -1, 10,
  734. 3, 55, -1, -1, -1, -1, -1, -1,
  735. 63, -1, -1, -1, -1, 17, -1, -1,
  736. -1, -1, -1, -1, -1, -1, -1, -1,
  737. -1, -1, -1, -1, -1, -1, -1, -1,
  738. -1, -1, -1, -1, -1, -1, -1, -1,
  739. -1, -1, -1, -1, -1, -1, -1, -1,
  740. -1, -1, -1, -1, -1, -1, -1, -1,
  741. -1, -1, -1, -1, -1, -1, 56, -1,
  742. -1, -1, -1, -1, -1, -1, -1, -1,
  743. -1, -1, -1, -1, -1, -1, -1, -1,
  744. -1, -1, -1, -1, -1, -1, -1, -1,
  745. -1, -1, -1, -1, -1, -1, -1, -1,
  746. 50, 57, -1, -1, 326, 328, -1, -1,
  747. -1, -1, -1, -1, -1, -1, -1, -1,
  748. -1, -1, -1, -1, -1, -1, -1, -1,
  749. -1, -1, -1, -1, -1, -1, -1, -1,
  750. -1, -1, -1, -1, -1, -1, -1, -1,
  751. -1, -1, -1, -1, -1, -1, -1, -1,
  752. -1, -1, -1, 61, 59, 60, -1, -1,
  753. -1, -1, -1, -1, -1, -1, -1, -1,
  754. -1, -1, -1, -1, -1, -1, -1, -1,
  755. -1, -1, -1, -1, -1, -1, -1, -1,
  756. -1, -1, -1, -1, -1, -1, -1, -1,
  757. -1, -1, -1, -1, -1, -1, -1, -1,
  758. -1, -1, -1, -1, -1, -1, -1, -1,
  759. -1, -1, -1, -1, -1, -1, -1, -1,
  760. -1, -1, -1, -1, -1, -1, 47, -1,
  761. 58, -1, -1, -1, -1, -1, -1, -1,
  762. 48, 191, 49, 198, 52, -1, 53, -1,
  763. -1, -1, -1, -1, -1, -1, -1, -1,
  764. -1, 54, -1, -1, -1, 308, 312, -1,
  765. -1, 62, 55, -1, -1, -1, -1, -1,
  766. -1, 63, -1, -1, -1, -1, 17, -1,
  767. -1, -1, -1, -1, -1, -1, -1, -1,
  768. -1, -1, -1, -1, -1, -1, -1, -1,
  769. -1, -1, -1, -1, -1, -1, -1, -1,
  770. -1, -1, -1, -1, -1, -1, -1, -1,
  771. -1, -1, -1, -1, -1, -1, -1, -1,
  772. -1, -1, -1, -1, -1, -1, -1, 56,
  773. -1, -1, -1, -1, -1, -1, -1, -1,
  774. -1, -1, -1, -1, -1, -1, -1, -1,
  775. -1, -1, -1, -1, -1, -1, -1, -1,
  776. -1, -1, -1, -1, -1, -1, -1, -1,
  777. -1, 50, 57, -1, -1, 326, 328, -1,
  778. -1, -1, -1, -1, -1, -1, -1, -1,
  779. 66, -1, -1, -1, -1, -1, -1, -1,
  780. -1, -1, -1, -1, -1, -1, -1, -1,
  781. -1, -1, -1, -1, -1, -1, -1, -1,
  782. -1, -1, -1, -1, -1, -1, -1, -1,
  783. -1, -1, -1, -1, 61, 59, 60, -1,
  784. -1, -1, -1, -1, -1, -1, -1, -1,
  785. -1, -1, -1, -1, -1, -1, -1, -1,
  786. -1, -1, -1, -1, -1, -1, -1, -1,
  787. -1, -1, -1, -1, -1, -1, -1, -1,
  788. -1, -1, -1, -1, -1, -1, -1, -1,
  789. -1, -1, -1, -1, -1, -1, -1, -1,
  790. -1, -1, -1, -1, -1, -1, -1, -1,
  791. -1, -1, -1, -1, -1, -1, -1, 65,
  792. 64, 58, -1, -1, -1, -1, -1, -1,
  793. -1, 48, 191, 49, 198, 52, -1, 53,
  794. -1, -1, -1, -1, -1, -1, -1, -1,
  795. -1, -1, 54, -1, -1, -1, 308, 312,
  796. -1, -1, 62, 348, 349, 350, -1, 346,
  797. -1, -1, -1, -1, -1, -1, -1, -1,
  798. -1, -1, -1, -1, -1, -1, 347, -1,
  799. -1, -1, -1, -1, -1, -1, -1, -1,
  800. -1, -1, -1, -1, -1, -1, -1, -1,
  801. -1, -1, -1, -1, -1, -1, -1, -1,
  802. -1, -1, -1, -1, -1, -1, -1, -1,
  803. -1, -1, -1, -1, -1, -1, -1, -1,
  804. -1, -1, -1, -1, -1, -1, -1, -1,
  805. -1, -1, -1, -1, -1, -1, -1, -1,
  806. -1, -1, -1, -1, -1, -1, -1, -1,
  807. 166, -1, -1, 374, -1, -1, -1, 372,
  808. 373, -1, -1, -1, -1, -1, -1, -1,
  809. -1, 351, -1, -1, -1, -1, -1, -1,
  810. -1, -1, -1, -1, -1, -1, -1, -1,
  811. -1, -1, -1, -1, -1, -1, -1, -1,
  812. -1, -1, -1, -1, -1, -1, -1, -1,
  813. -1, -1, -1, -1, -1, -1, -1, -1,
  814. -1, -1, -1, -1, -1, -1, 368, 369,
  815. 370, 371, -1, -1, -1, -1, -1, -1,
  816. -1, -1, -1, -1, -1, -1, -1, -1,
  817. -1, -1, -1, -1, -1, -1, 45, 40,
  818. 39, 380, 381, 41, 43, 44, 382, 383,
  819. 30, 42, -1, -1, -1, -1, -1, -1,
  820. -1, -1, -1, -1, -1, -1, -1, -1,
  821. -1, -1, -1, -1, -1, -1, -1, -1,
  822. -1, -1, -1, -1, -1, -1, -1, -1,
  823. -1, -1, -1, -1, -1, -1, -1, -1,
  824. -1, -1, -1, -1, -1, -1, -1, -1,
  825. -1, -1, -1, -1, -1, -1, -1, -1,
  826. -1, -1, -1, -1, -1, -1, -1, -1,
  827. 341, 345, 343, 344, 352, 389, -1, -1,
  828. -1, -1, -1, -1, -1, -1, -1, -1,
  829. -1, -1, -1, 388, -1, -1, -1, -1,
  830. -1, -1, -1, -1, -1, -1, -1, -1,
  831. -1, -1, -1, -1, -1, -1, -1, -1,
  832. -1, -1, -1, -1, -1, -1, -1, -1,
  833. -1, -1, -1, -1, -1, -1, -1, -1,
  834. -1, -1, -1, -1, -1, -1, -1, -1,
  835. -1, -1, -1, -1, -1, -1, -1, -1,
  836. -1, -1, -1, -1, -1, -1, -1, -1,
  837. -1, -1, -1, -1, -1, -1, -1, -1,
  838. -1, -1, -1, -1, -1, -1, -1, -1,
  839. -1, -1, -1, -1, -1, -1, -1, -1,
  840. -1, -1, -1, -1, -1, -1, -1, -1,
  841. -1, -1, -1, -1, -1, -1, -1, -1,
  842. -1, -1, -1, -1, -1, -1, -1, -1,
  843. -1, -1, -1, -1, -1, -1, -1, -1,
  844. -1, -1, -1, -1, -1, -1, -1, -1,
  845. -1, -1, -1, -1, -1, -1, -1, -1,
  846. -1, -1, -1, -1, -1, -1, -1, -1,
  847. -1, -1, -1, -1, -1, -1, -1, 67,
  848. -1, -1, -1, -1, 68, 353, 364, 364,
  849. 364, -1, 364, -1, -1, -1, -1, -1,
  850. -1, -1, -1, -1, -1, -1, -1, -1,
  851. -1, 364, -1, -1, -1, -1, -1, -1,
  852. -1, -1, -1, -1, -1, -1, -1, -1,
  853. -1, -1, -1, -1, -1, -1, -1, -1,
  854. -1, -1, -1, -1, -1, -1, -1, -1,
  855. -1, -1, -1, -1, -1, -1, -1, -1,
  856. -1, -1, -1, -1, -1, -1, -1, -1,
  857. -1, -1, -1, -1, -1, -1, -1, -1,
  858. -1, -1, -1, -1, -1, -1, -1, -1,
  859. -1, -1, -1, -1, -1, -1, 364, -1,
  860. -1, -1, 364, 364, -1, -1, -1, -1,
  861. -1, -1, -1, -1, 364, -1, -1, -1,
  862. -1, -1, -1, -1, -1, -1, -1, -1,
  863. -1, -1, -1, -1, -1, -1, -1, -1,
  864. -1, -1, -1, -1, -1, -1, -1, -1,
  865. -1, -1, -1, -1, -1, -1, -1, -1,
  866. -1, -1, -1, -1, -1, -1, -1, -1,
  867. -1, 364, 364, 364, 364, -1, -1, -1,
  868. -1, -1, -1, -1, -1, -1, -1, -1,
  869. -1, -1, -1, -1, -1, -1, -1, -1,
  870. -1, -1, -1, -1, 364, 364, -1, -1,
  871. -1, 364, 364, 364, -1, -1, -1, -1,
  872. -1, -1, -1, -1, -1, -1, -1, -1,
  873. -1, -1, -1, -1, -1, -1, -1, -1,
  874. -1, -1, -1, -1, -1, -1, -1, 69,
  875. 71, -1, -1, -1, -1, -1, -1, -1,
  876. -1, -1, -1, -1, -1, -1, -1, -1,
  877. -1, -1, -1, -1, -1, -1, -1, -1,
  878. -1, -1, -1, -1, -1, -1, -1, -1,
  879. -1, -1, -1, -1, -1, -1, -1, -1,
  880. -1, -1, -1, -1, -1, -1, -1, -1,
  881. -1, -1, -1, -1, -1, -1, -1, -1,
  882. -1, -1, -1, -1, -1, -1, -1, -1,
  883. -1, -1, -1, -1, -1, -1, -1, -1,
  884. -1, -1, -1, -1, -1, -1, -1, -1,
  885. -1, -1, -1, -1, -1, -1, 389, -1,
  886. -1, -1, -1, -1, -1, -1, -1, -1,
  887. -1, -1, -1, -1, 388, -1, -1, -1,
  888. -1, -1, -1, -1, -1, -1, -1, -1,
  889. -1, -1, -1, -1, -1, -1, -1, -1,
  890. -1, -1, -1, -1, -1, -1, -1, -1,
  891. -1, -1, -1, -1, -1, -1, -1, -1,
  892. -1, -1, -1, -1, -1, -1, -1, -1,
  893. -1, -1, -1, -1, -1, -1, -1, -1,
  894. -1, -1, -1, -1, -1, -1, -1, -1,
  895. -1, -1, -1, -1, -1, -1, -1, -1,
  896. -1, -1, -1, -1, -1, -1, -1, -1,
  897. -1, -1, -1, -1, -1, -1, -1, -1,
  898. -1, -1, -1, -1, -1, -1, -1, -1,
  899. -1, -1, -1, -1, -1, -1, -1, -1,
  900. -1, -1, -1, -1, -1, -1, -1, -1,
  901. -1, -1, -1, -1, -1, -1, -1, -1,
  902. -1, -1, -1, -1, -1, -1, -1, -1,
  903. -1, -1, -1, -1, -1, -1, -1, -1,
  904. -1, -1, -1, -1, -1, -1, -1, -1,
  905. -1, -1, -1, -1, -1, -1, -1, -1,
  906. 70, -1, -1, -1, -1, 68, 75, -1,
  907. -1, -1, -1, -1, -1, -1, -1, -1,
  908. -1, -1, -1, -1, -1, -1, -1, -1,
  909. -1, -1, -1, -1, -1, -1, -1, -1,
  910. -1, -1, -1, -1, -1, -1, -1, -1,
  911. -1, -1, -1, -1, -1, -1, -1, -1,
  912. -1, -1, -1, -1, -1, -1, -1, -1,
  913. -1, -1, -1, -1, -1, -1, -1, -1,
  914. -1, -1, -1, -1, -1, -1, -1, -1,
  915. -1, -1, -1, -1, -1, -1, -1, -1,
  916. -1, -1, -1, -1, -1, -1, -1, -1,
  917. -1, -1, -1, -1, 389, -1, -1, -1,
  918. -1, -1, -1, -1, -1, -1, -1, -1,
  919. -1, -1, 388, -1, -1, -1, -1, -1,
  920. -1, -1, -1, -1, -1, -1, -1, -1,
  921. -1, -1, -1, -1, -1, -1, -1, -1,
  922. -1, -1, -1, -1, -1, -1, -1, -1,
  923. -1, -1, -1, -1, -1, -1, -1, -1,
  924. -1, -1, -1, -1, -1, -1, -1, -1,
  925. -1, -1, -1, -1, -1, -1, -1, -1,
  926. -1, -1, -1, -1, -1, -1, -1, -1,
  927. -1, -1, -1, -1, -1, -1, -1, -1,
  928. -1, -1, -1, -1, -1, -1, -1, -1,
  929. -1, -1, -1, -1, -1, -1, -1, -1,
  930. -1, -1, -1, -1, -1, -1, -1, -1,
  931. -1, -1, -1, -1, -1, -1, -1, -1,
  932. -1, -1, -1, -1, -1, -1, -1, -1,
  933. -1, -1, -1, -1, -1, -1, -1, -1,
  934. -1, -1, -1, -1, -1, -1, -1, -1,
  935. -1, -1, -1, -1, -1, -1, -1, -1,
  936. -1, -1, -1, -1, -1, -1, -1, -1,
  937. -1, -1, -1, -1, -1, -1, 74, -1,
  938. -1, -1, -1, 68, 73, -1, -1, -1,
  939. -1, -1, -1, -1, -1, -1, -1, -1,
  940. -1, -1, -1, -1, -1, -1, -1, -1,
  941. -1, -1, -1, -1, -1, -1, -1, -1,
  942. -1, -1, -1, -1, -1, -1, -1, -1,
  943. -1, -1, -1, -1, -1, -1, -1, -1,
  944. -1, -1, -1, -1, -1, -1, -1, -1,
  945. -1, -1, -1, -1, -1, -1, -1, -1,
  946. -1, -1, -1, -1, -1, -1, -1, -1,
  947. -1, -1, -1, -1, -1, -1, -1, -1,
  948. -1, -1, -1, -1, -1, -1, -1, -1,
  949. -1, -1, 389, -1, -1, -1, -1, -1,
  950. -1, -1, -1, -1, -1, -1, -1, -1,
  951. 388, -1, -1, -1, -1, -1, -1, -1,
  952. -1, -1, -1, -1, -1, -1, -1, -1,
  953. -1, -1, -1, -1, -1, -1, -1, -1,
  954. -1, -1, -1, -1, -1, -1, -1, -1,
  955. -1, -1, -1, -1, -1, -1, -1, -1,
  956. -1, -1, -1, -1, -1, -1, -1, -1,
  957. -1, -1, -1, -1, -1, -1, -1, -1,
  958. -1, -1, -1, -1, -1, -1, -1, -1,
  959. -1, -1, -1, -1, -1, -1, -1, -1,
  960. -1, -1, -1, -1, -1, -1, -1, -1,
  961. -1, -1, -1, -1, -1, -1, -1, -1,
  962. -1, -1, -1, -1, -1, -1, -1, -1,
  963. -1, -1, -1, -1, -1, -1, -1, -1,
  964. -1, -1, -1, -1, -1, -1, -1, -1,
  965. -1, -1, -1, -1, -1, -1, -1, -1,
  966. -1, -1, -1, -1, -1, -1, -1, -1,
  967. -1, -1, -1, -1, -1, -1, -1, -1,
  968. -1, -1, -1, -1, -1, -1, -1, -1,
  969. -1, -1, -1, -1, 72, -1, -1, -1,
  970. -1, 68, 361, 362, 376, 377, 378, -1,
  971. 375, -1, -1, -1, -1, -1, -1, -1,
  972. -1, -1, -1, -1, -1, -1, -1, 172,
  973. -1, -1, -1, -1, -1, -1, -1, -1,
  974. -1, -1, -1, -1, -1, -1, -1, -1,
  975. -1, -1, -1, -1, -1, -1, -1, -1,
  976. -1, -1, -1, -1, -1, -1, -1, -1,
  977. -1, -1, -1, -1, -1, -1, -1, -1,
  978. -1, -1, -1, -1, -1, -1, -1, -1,
  979. -1, -1, -1, -1, -1, -1, -1, -1,
  980. -1, -1, -1, -1, -1, -1, -1, -1,
  981. -1, -1, -1, -1, 374, -1, -1, -1,
  982. 372, 373, -1, -1, -1, -1, -1, -1,
  983. -1, -1, 379, -1, -1, -1, -1, -1,
  984. -1, -1, -1, -1, -1, -1, -1, -1,
  985. -1, -1, -1, -1, -1, -1, -1, -1,
  986. -1, -1, -1, -1, -1, -1, -1, -1,
  987. -1, -1, -1, -1, -1, -1, -1, -1,
  988. -1, -1, -1, -1, -1, -1, -1, 368,
  989. 369, 370, 371, -1, -1, -1, -1, -1,
  990. -1, -1, -1, -1, -1, -1, -1, -1,
  991. -1, -1, -1, -1, -1, -1, -1, -1,
  992. -1, -1, 380, 381, -1, -1, -1, 382,
  993. 383, 30, -1, -1, -1, -1, -1, -1,
  994. -1, -1, -1, -1, -1, -1, -1, -1,
  995. -1, -1, -1, -1, -1, -1, -1, -1,
  996. -1, -1, -1, -1, -1, -1, -1, -1,
  997. -1, -1, -1, -1, -1, -1, -1, -1,
  998. -1, -1, -1, -1, -1, -1, -1, -1,
  999. -1, -1, -1, -1, -1, -1, -1, -1,
  1000. -1, -1, -1, -1, -1, -1, -1, -1,
  1001. -1, -1, -1, 365, -1, 367, -1, 363,
  1002. 366, 81, -1, -1, -1, -1, -1, -1,
  1003. -1, -1, -1, -1, -1, -1, -1, -1,
  1004. 163, 83, -1, -1, 186, -1, -1, 186,
  1005. 84, -1, -1, -1, -1, -1, -1, -1,
  1006. -1, -1, -1, -1, -1, -1, 186, -1,
  1007. -1, -1, -1, -1, -1, -1, -1, -1,
  1008. -1, -1, -1, -1, -1, -1, -1, -1,
  1009. -1, -1, -1, -1, -1, -1, -1, -1,
  1010. -1, -1, -1, -1, -1, -1, -1, -1,
  1011. -1, -1, -1, -1, -1, -1, -1, -1,
  1012. -1, -1, -1, -1, -1, -1, -1, -1,
  1013. -1, -1, -1, -1, -1, -1, -1, -1,
  1014. -1, -1, -1, -1, -1, -1, 186, 82,
  1015. -1, -1, -1, -1, -1, -1, -1, -1,
  1016. -1, -1, -1, -1, -1, -1, 186, -1,
  1017. -1, -1, -1, 85, 55, -1, -1, -1,
  1018. -1, 192, -1, 63, 192, -1, -1, 192,
  1019. 18, 86, -1, -1, -1, -1, -1, -1,
  1020. -1, -1, -1, -1, -1, -1, 192, -1,
  1021. -1, -1, -1, -1, -1, -1, -1, -1,
  1022. -1, -1, -1, -1, -1, -1, -1, -1,
  1023. -1, -1, -1, -1, -1, -1, -1, -1,
  1024. -1, -1, -1, -1, -1, -1, -1, -1,
  1025. -1, 56, -1, -1, -1, -1, -1, -1,
  1026. -1, -1, -1, -1, -1, -1, -1, -1,
  1027. -1, -1, -1, -1, -1, -1, -1, -1,
  1028. -1, -1, -1, -1, -1, -1, 192, 192,
  1029. -1, -1, -1, 50, 57, -1, -1, 326,
  1030. 328, -1, 87, 88, 89, -1, 192, -1,
  1031. -1, -1, -1, 192, -1, -1, -1, -1,
  1032. -1, -1, -1, -1, -1, -1, -1, -1,
  1033. -1, -1, -1, -1, -1, -1, -1, -1,
  1034. -1, -1, -1, -1, -1, -1, -1, -1,
  1035. -1, -1, -1, -1, -1, -1, 61, 59,
  1036. 60, -1, -1, -1, -1, -1, -1, -1,
  1037. -1, -1, -1, -1, -1, -1, -1, -1,
  1038. -1, -1, -1, -1, -1, -1, -1, -1,
  1039. -1, -1, -1, -1, -1, -1, -1, -1,
  1040. -1, -1, -1, -1, -1, -1, -1, -1,
  1041. -1, -1, -1, -1, -1, -1, -1, -1,
  1042. -1, -1, -1, -1, -1, -1, -1, -1,
  1043. -1, -1, -1, -1, -1, -1, -1, -1,
  1044. -1, -1, -1, 58, -1, -1, -1, -1,
  1045. -1, -1, -1, -1, -1, -1, 193, 52,
  1046. -1, 53, -1, -1, -1, -1, -1, -1,
  1047. -1, -1, -1, -1, 54, -1, -1, -1,
  1048. 308, 312, -1, -1, 62, 315, -1, -1,
  1049. 315, 315, 315, -1, 315, 315, 315, 315,
  1050. 315, 315, 315, -1, -1, -1, -1, -1,
  1051. -1, -1, -1, -1, -1, -1, 77, 315,
  1052. 315, -1, 315, 315, 315, -1, -1, -1,
  1053. -1, -1, -1, -1, -1, -1, -1, -1,
  1054. -1, -1, -1, -1, -1, -1, -1, -1,
  1055. -1, -1, -1, -1, -1, -1, -1, -1,
  1056. -1, -1, 315, -1, -1, -1, -1, -1,
  1057. -1, -1, -1, -1, -1, -1, -1, -1,
  1058. -1, -1, -1, -1, -1, -1, -1, -1,
  1059. -1, -1, -1, -1, -1, -1, -1, 315,
  1060. 315, -1, -1, -1, 315, 315, -1, -1,
  1061. 315, 315, -1, 315, 315, 315, 315, 315,
  1062. 315, -1, -1, -1, 315, 315, 315, 315,
  1063. 315, 315, 315, 315, 315, 315, 315, 315,
  1064. 315, 315, 315, 315, 315, 315, 315, 315,
  1065. 315, 315, 315, 315, 315, 315, 315, 315,
  1066. 315, 315, 315, 315, 315, 315, 315, 315,
  1067. 315, 315, -1, -1, -1, -1, -1, -1,
  1068. -1, -1, -1, -1, -1, -1, -1, -1,
  1069. -1, -1, -1, 315, 315, 315, 200, -1,
  1070. -1, -1, -1, 200, -1, 200, 200, -1,
  1071. -1, 200, 200, 200, -1, -1, -1, -1,
  1072. -1, -1, -1, -1, -1, -1, -1, -1,
  1073. 200, -1, -1, -1, -1, -1, -1, -1,
  1074. -1, -1, -1, -1, -1, -1, -1, -1,
  1075. -1, -1, -1, -1, -1, -1, -1, -1,
  1076. -1, -1, -1, -1, -1, -1, -1, -1,
  1077. -1, -1, -1, 200, -1, -1, -1, -1,
  1078. -1, -1, -1, -1, -1, -1, -1, -1,
  1079. -1, -1, -1, -1, -1, -1, -1, -1,
  1080. -1, -1, -1, -1, -1, -1, -1, -1,
  1081. 200, 200, -1, -1, -1, 200, 200, -1,
  1082. -1, 200, 200, -1, 200, 200, 200, 90,
  1083. 200, -1, -1, -1, -1, 200, -1, -1,
  1084. -1, -1, -1, -1, -1, -1, -1, -1,
  1085. -1, -1, -1, -1, -1, -1, -1, -1,
  1086. -1, -1, -1, -1, -1, -1, -1, -1,
  1087. -1, -1, -1, -1, -1, -1, -1, -1,
  1088. 200, 200, 200, 202, -1, -1, 100, 99,
  1089. 202, -1, 202, 202, -1, -1, 202, 202,
  1090. 202, -1, -1, -1, -1, -1, -1, -1,
  1091. -1, -1, -1, -1, -1, 202, 102, -1,
  1092. 101, -1, 98, -1, -1, -1, -1, -1,
  1093. -1, -1, -1, -1, -1, -1, -1, -1,
  1094. -1, -1, -1, -1, -1, -1, -1, -1,
  1095. -1, -1, -1, -1, -1, -1, -1, -1,
  1096. 202, -1, -1, -1, -1, -1, -1, -1,
  1097. -1, -1, -1, -1, -1, -1, -1, -1,
  1098. -1, -1, -1, -1, -1, -1, -1, -1,
  1099. -1, -1, -1, -1, -1, 202, 202, -1,
  1100. -1, -1, 202, 202, -1, -1, 202, 202,
  1101. -1, 202, 202, 202, 202, 202, -1, -1,
  1102. -1, -1, 202, 219, 221, 223, 103, 264,
  1103. 268, 270, 272, 266, 274, 276, 280, 282,
  1104. 284, 278, 286, 252, 256, 258, 260, 254,
  1105. 262, 228, 232, 234, 236, 230, 238, 240,
  1106. 244, 246, 248, 242, 250, 202, 202, 202,
  1107. -1, -1, -1, -1, -1, -1, -1, -1,
  1108. -1, -1, -1, -1, -1, -1, -1, -1,
  1109. -1, 226, 225, 227, -1, -1, -1, -1,
  1110. -1, -1, -1, -1, -1, -1, -1, -1,
  1111. -1, -1, -1, -1, -1, -1, -1, -1,
  1112. -1, -1, -1, -1, -1, -1, -1, -1,
  1113. -1, -1, -1, -1, -1, -1, -1, -1,
  1114. -1, -1, -1, -1, -1, -1, -1, -1,
  1115. -1, -1, -1, -1, -1, -1, -1, -1,
  1116. -1, -1, -1, -1, -1, -1, -1, -1,
  1117. -1, 91, -1, -1, 92, 93, 94, 95,
  1118. 96, 97, 214, -1, -1, 214, 214, 214,
  1119. -1, 214, 214, 300, 303, 214, 214, 214,
  1120. -1, -1, -1, -1, -1, -1, -1, -1,
  1121. -1, -1, -1, -1, 214, 214, -1, 214,
  1122. 302, 214, -1, -1, -1, -1, -1, -1,
  1123. -1, -1, -1, -1, -1, -1, -1, -1,
  1124. -1, -1, -1, -1, -1, -1, -1, -1,
  1125. -1, -1, -1, -1, -1, -1, -1, 214,
  1126. -1, -1, -1, -1, -1, -1, -1, -1,
  1127. -1, -1, -1, -1, -1, -1, -1, -1,
  1128. -1, -1, -1, -1, -1, -1, -1, -1,
  1129. -1, -1, -1, -1, 104, 214, -1, -1,
  1130. -1, 214, 214, -1, -1, 214, 214, -1,
  1131. 214, 214, 214, 214, 214, 301, -1, -1,
  1132. -1, 214, 214, 214, 214, 214, 214, 214,
  1133. 214, 214, 214, 214, 214, 214, 214, 214,
  1134. 214, 214, 214, 214, 214, 214, 214, 214,
  1135. 214, 214, 214, 214, 214, 214, 214, 214,
  1136. 214, 214, 214, 214, 214, 214, 214, -1,
  1137. -1, -1, -1, -1, -1, -1, -1, -1,
  1138. -1, -1, -1, -1, -1, -1, -1, -1,
  1139. 214, 214, 214, 55, -1, -1, -1, -1,
  1140. -1, -1, 63, -1, -1, -1, -1, 17,
  1141. -1, -1, -1, -1, -1, -1, -1, -1,
  1142. -1, -1, -1, -1, -1, -1, -1, -1,
  1143. -1, -1, -1, -1, -1, -1, -1, -1,
  1144. -1, -1, -1, -1, -1, -1, -1, -1,
  1145. -1, -1, -1, -1, -1, -1, -1, -1,
  1146. -1, -1, -1, -1, -1, -1, -1, -1,
  1147. 56, -1, -1, -1, -1, -1, -1, -1,
  1148. -1, -1, -1, -1, -1, -1, -1, -1,
  1149. -1, -1, -1, -1, -1, -1, -1, -1,
  1150. -1, -1, -1, -1, -1, -1, -1, -1,
  1151. -1, -1, 316, 57, -1, -1, 326, 328,
  1152. -1, -1, -1, -1, -1, -1, -1, -1,
  1153. -1, -1, -1, -1, -1, -1, -1, -1,
  1154. -1, -1, -1, -1, -1, -1, -1, -1,
  1155. -1, -1, -1, -1, -1, -1, -1, -1,
  1156. -1, -1, -1, -1, -1, -1, -1, -1,
  1157. -1, -1, -1, -1, -1, 61, 59, 60,
  1158. -1, -1, -1, -1, -1, -1, -1, -1,
  1159. -1, -1, -1, -1, -1, -1, -1, -1,
  1160. -1, -1, -1, -1, -1, -1, -1, -1,
  1161. -1, -1, -1, -1, -1, -1, -1, -1,
  1162. -1, -1, -1, -1, -1, -1, -1, -1,
  1163. -1, -1, -1, -1, -1, -1, -1, -1,
  1164. -1, -1, -1, -1, -1, -1, -1, -1,
  1165. -1, -1, -1, -1, -1, -1, -1, -1,
  1166. -1, -1, 58, -1, -1, -1, -1, -1,
  1167. -1, -1, -1, -1, -1, -1, -1, -1,
  1168. -1, -1, -1, -1, -1, -1, -1, -1,
  1169. -1, -1, -1, -1, -1, -1, -1, 310,
  1170. 312, -1, -1, 62, 55, -1, -1, -1,
  1171. -1, -1, -1, 63, -1, -1, -1, -1,
  1172. 17, -1, -1, -1, -1, -1, -1, -1,
  1173. -1, -1, -1, -1, -1, -1, -1, -1,
  1174. -1, -1, -1, -1, -1, -1, -1, -1,
  1175. -1, -1, -1, -1, -1, -1, -1, -1,
  1176. -1, -1, -1, -1, -1, -1, -1, -1,
  1177. -1, -1, -1, -1, -1, -1, -1, -1,
  1178. -1, 56, -1, -1, -1, -1, -1, -1,
  1179. -1, -1, -1, -1, -1, -1, -1, -1,
  1180. -1, -1, -1, -1, -1, -1, -1, -1,
  1181. -1, -1, -1, -1, -1, -1, -1, -1,
  1182. -1, -1, -1, 316, 57, -1, -1, 326,
  1183. 328, -1, -1, -1, -1, -1, -1, -1,
  1184. -1, -1, -1, -1, -1, -1, -1, -1,
  1185. -1, -1, -1, -1, -1, -1, -1, -1,
  1186. -1, -1, -1, -1, -1, -1, -1, -1,
  1187. -1, -1, -1, -1, -1, -1, -1, -1,
  1188. -1, -1, -1, -1, -1, -1, 61, 59,
  1189. 60, -1, -1, -1, -1, -1, -1, -1,
  1190. -1, -1, -1, -1, -1, -1, -1, -1,
  1191. -1, -1, -1, -1, -1, -1, -1, -1,
  1192. -1, -1, -1, -1, -1, -1, -1, -1,
  1193. -1, -1, -1, -1, -1, -1, -1, -1,
  1194. -1, -1, -1, -1, -1, -1, -1, -1,
  1195. -1, -1, -1, -1, -1, -1, -1, -1,
  1196. -1, -1, -1, -1, -1, -1, -1, -1,
  1197. -1, -1, -1, 58, -1, -1, -1, -1,
  1198. -1, -1, -1, -1, -1, -1, -1, -1,
  1199. -1, -1, -1, -1, -1, -1, -1, -1,
  1200. -1, -1, -1, -1, -1, -1, -1, -1,
  1201. 311, 312, -1, -1, 62, 313, -1, -1,
  1202. 313, 313, 313, -1, 313, 313, 313, 313,
  1203. 313, 313, 313, -1, -1, -1, -1, -1,
  1204. -1, -1, -1, -1, -1, -1, -1, 313,
  1205. 313, -1, 313, 313, 313, -1, -1, -1,
  1206. -1, -1, -1, -1, -1, -1, -1, -1,
  1207. -1, -1, -1, -1, -1, -1, -1, -1,
  1208. -1, -1, -1, -1, -1, -1, -1, -1,
  1209. -1, -1, 313, -1, -1, -1, -1, -1,
  1210. -1, -1, -1, -1, -1, -1, -1, -1,
  1211. -1, -1, -1, -1, -1, -1, -1, -1,
  1212. -1, -1, -1, -1, -1, -1, -1, 313,
  1213. 313, -1, -1, -1, 313, 313, -1, -1,
  1214. 313, 313, 322, 313, 313, 313, 313, 313,
  1215. 313, -1, -1, -1, 313, 313, 313, 313,
  1216. 313, 313, 313, 313, 313, 313, 313, 313,
  1217. 313, 313, 313, 313, 313, 313, 313, 313,
  1218. 313, 313, 313, 313, 313, 313, 313, 313,
  1219. 313, 313, 313, 313, 313, 313, 313, 313,
  1220. 313, 313, -1, -1, -1, -1, -1, -1,
  1221. -1, -1, -1, -1, -1, -1, -1, -1,
  1222. -1, -1, -1, 313, 313, 313, 314, -1,
  1223. -1, 314, 314, 314, -1, 314, 314, 314,
  1224. 314, 314, 314, 314, -1, -1, -1, -1,
  1225. -1, -1, -1, -1, -1, -1, -1, -1,
  1226. 314, 314, -1, 314, 314, 314, -1, -1,
  1227. -1, -1, -1, -1, -1, -1, -1, -1,
  1228. -1, -1, -1, -1, -1, -1, -1, -1,
  1229. -1, -1, -1, -1, -1, -1, -1, -1,
  1230. -1, -1, -1, 314, -1, -1, -1, -1,
  1231. -1, -1, -1, -1, -1, -1, -1, -1,
  1232. -1, -1, -1, -1, -1, -1, -1, -1,
  1233. -1, -1, -1, -1, -1, -1, -1, -1,
  1234. 314, 314, -1, -1, -1, 314, 314, -1,
  1235. -1, 314, 314, 324, 314, 314, 314, 314,
  1236. 314, 314, -1, -1, -1, 314, 314, 314,
  1237. 314, 314, 314, 314, 314, 314, 314, 314,
  1238. 314, 314, 314, 314, 314, 314, 314, 314,
  1239. 314, 314, 314, 314, 314, 314, 314, 314,
  1240. 314, 314, 314, 314, 314, 314, 314, 314,
  1241. 314, 314, 314, -1, -1, -1, -1, -1,
  1242. -1, -1, -1, -1, -1, -1, -1, -1,
  1243. -1, -1, -1, -1, 314, 314, 314, 338,
  1244. -1, -1, -1, 338, -1, -1, -1, -1,
  1245. -1, -1, -1, -1, -1, -1, -1, -1,
  1246. -1, -1, -1, -1, -1, -1, -1, -1,
  1247. -1, -1, -1, -1, -1, -1, -1, -1,
  1248. -1, -1, -1, -1, -1, -1, -1, -1,
  1249. -1, -1, -1, -1, -1, -1, -1, -1,
  1250. -1, -1, -1, -1, -1, -1, -1, -1,
  1251. -1, -1, -1, -1, -1, -1, -1, -1,
  1252. -1, -1, -1, -1, -1, -1, -1, -1,
  1253. -1, -1, -1, -1, -1, -1, -1, -1,
  1254. -1, -1, -1, -1, -1, -1, -1, -1,
  1255. -1, -1, -1, -1, -1, -1, -1, -1,
  1256. 79, 338, -1, -1, -1, 338, -1, -1,
  1257. -1, -1, -1, -1, -1, -1, -1, -1,
  1258. -1, -1, -1, -1, -1, -1, -1, -1,
  1259. -1, -1, -1, -1, -1, -1, -1, -1,
  1260. -1, -1, -1, -1, -1, -1, -1, -1,
  1261. -1, -1, -1, -1, -1, -1, -1, -1,
  1262. -1, -1, -1, -1, -1, -1, -1, -1,
  1263. -1, -1, -1, -1, -1, -1, -1, -1,
  1264. -1, -1, -1, -1, -1, -1, -1, -1,
  1265. -1, -1, -1, -1, -1, -1, -1, -1,
  1266. -1, -1, -1, -1, -1, -1, -1, -1,
  1267. -1, -1, -1, -1, -1, -1, -1, -1,
  1268. -1, -1, 80, 330, 330, 330, -1, 330,
  1269. -1, -1, 330, -1, -1, -1, -1, -1,
  1270. -1, -1, -1, -1, -1, -1, -1, -1,
  1271. -1, -1, -1, -1, -1, -1, -1, -1,
  1272. -1, -1, -1, -1, -1, -1, -1, -1,
  1273. -1, -1, -1, -1, -1, -1, -1, -1,
  1274. -1, -1, -1, -1, -1, -1, -1, -1,
  1275. -1, -1, -1, -1, -1, -1, -1, -1,
  1276. -1, -1, -1, -1, -1, -1, -1, -1,
  1277. -1, -1, -1, -1, -1, -1, -1, -1,
  1278. -1, -1, -1, -1, -1, -1, -1, -1,
  1279. -1, -1, -1, -1, -1, -1, -1, -1,
  1280. -1, -1, -1, -1, -1, -1, -1, -1,
  1281. 78, 105, 55, -1, -1, -1, -1, -1,
  1282. -1, 63, -1, -1, -1, -1, 17, -1,
  1283. -1, -1, -1, -1, -1, -1, -1, -1,
  1284. -1, -1, -1, -1, -1, -1, -1, -1,
  1285. -1, -1, -1, -1, -1, -1, -1, -1,
  1286. -1, -1, -1, -1, -1, -1, -1, -1,
  1287. -1, -1, -1, -1, -1, -1, -1, -1,
  1288. -1, -1, -1, -1, -1, -1, -1, 56,
  1289. -1, -1, -1, -1, -1, -1, -1, -1,
  1290. -1, -1, -1, -1, -1, -1, -1, -1,
  1291. -1, -1, -1, -1, -1, -1, -1, -1,
  1292. -1, -1, -1, -1, -1, -1, -1, -1,
  1293. -1, 50, 57, -1, -1, 326, 328, -1,
  1294. -1, -1, -1, -1, -1, -1, -1, -1,
  1295. -1, -1, -1, -1, -1, -1, -1, -1,
  1296. -1, -1, -1, -1, -1, -1, -1, -1,
  1297. -1, -1, -1, -1, -1, -1, -1, -1,
  1298. -1, -1, -1, -1, -1, -1, -1, -1,
  1299. -1, -1, -1, -1, 61, 59, 60, -1,
  1300. -1, -1, -1, -1, -1, -1, -1, -1,
  1301. -1, -1, -1, -1, -1, -1, -1, -1,
  1302. -1, -1, -1, -1, -1, -1, -1, -1,
  1303. -1, -1, -1, -1, -1, -1, -1, -1,
  1304. -1, -1, -1, -1, -1, -1, -1, -1,
  1305. -1, -1, -1, -1, -1, -1, -1, -1,
  1306. -1, -1, -1, -1, -1, -1, -1, -1,
  1307. -1, -1, -1, -1, -1, -1, -1, 76,
  1308. -1, 58, -1, -1, -1, -1, -1, -1,
  1309. -1, 48, 191, 49, 198, 52, -1, 53,
  1310. -1, -1, -1, -1, -1, -1, -1, -1,
  1311. -1, -1, 54, -1, -1, -1, 308, 312,
  1312. -1, -1, 62, 164, 81, -1, -1, -1,
  1313. -1, -1, -1, -1, -1, -1, -1, -1,
  1314. -1, -1, -1, 175, 55, -1, -1, -1,
  1315. -1, -1, -1, 63, -1, -1, -1, -1,
  1316. 17, -1, -1, -1, -1, -1, -1, -1,
  1317. -1, -1, -1, -1, -1, -1, -1, -1,
  1318. -1, -1, -1, -1, -1, -1, -1, -1,
  1319. -1, -1, -1, -1, -1, -1, -1, -1,
  1320. -1, -1, -1, -1, -1, -1, -1, -1,
  1321. -1, -1, -1, -1, -1, -1, -1, -1,
  1322. -1, 56, -1, -1, -1, -1, -1, -1,
  1323. -1, -1, -1, -1, -1, -1, -1, -1,
  1324. -1, -1, -1, -1, -1, -1, -1, -1,
  1325. -1, -1, -1, -1, -1, -1, -1, -1,
  1326. -1, -1, -1, 51, 57, -1, -1, 326,
  1327. 328, -1, -1, -1, -1, -1, -1, -1,
  1328. -1, -1, -1, -1, -1, -1, -1, -1,
  1329. -1, -1, -1, -1, -1, -1, -1, -1,
  1330. -1, -1, -1, -1, -1, -1, -1, -1,
  1331. -1, -1, -1, -1, -1, -1, -1, -1,
  1332. -1, -1, -1, -1, -1, -1, 61, 59,
  1333. 60, -1, -1, -1, -1, -1, -1, -1,
  1334. -1, -1, -1, -1, -1, -1, 4, -1,
  1335. -1, -1, -1, -1, -1, -1, -1, -1,
  1336. -1, -1, 158, -1, -1, -1, -1, -1,
  1337. -1, -1, -1, -1, -1, -1, -1, -1,
  1338. -1, -1, -1, -1, -1, -1, -1, -1,
  1339. -1, 180, -1, 179, -1, -1, -1, -1,
  1340. -1, -1, -1, -1, -1, -1, 160, 108,
  1341. -1, 107, -1, 58, -1, -1, 106, 178,
  1342. -1, -1, -1, 48, 191, 49, 198, 52,
  1343. -1, 53, -1, -1, -1, -1, -1, -1,
  1344. -1, -1, -1, -1, 54, -1, -1, -1,
  1345. 308, 312, -1, -1, 62, 384, 391, -1,
  1346. -1, -1, -1, -1, -1, -1, -1, -1,
  1347. -1, -1, -1, -1, -1, -1, -1, -1,
  1348. -1, -1, -1, -1, -1, -1, -1, -1,
  1349. -1, -1, -1, -1, -1, -1, -1, -1,
  1350. -1, -1, -1, -1, -1, -1, -1, -1,
  1351. -1, -1, -1, -1, -1, -1, -1, -1,
  1352. -1, -1, -1, -1, -1, -1, -1, -1,
  1353. -1, -1, -1, -1, -1, -1, -1, -1,
  1354. -1, -1, -1, -1, -1, -1, -1, -1,
  1355. -1, -1, -1, -1, -1, -1, -1, -1,
  1356. -1, -1, -1, -1, -1, -1, -1, -1,
  1357. -1, -1, -1, -1, -1, -1, -1, -1,
  1358. -1, -1, -1, -1, -1, -1, -1, -1,
  1359. -1, -1, -1, -1, -1, -1, -1, -1,
  1360. -1, -1, -1, -1, -1, -1, -1, -1,
  1361. -1, -1, -1, -1, -1, -1, -1, -1,
  1362. -1, -1, -1, -1, -1, -1, -1, -1,
  1363. -1, -1, -1, -1, -1, -1, -1, -1,
  1364. -1, -1, -1, -1, -1, -1, -1, -1,
  1365. -1, -1, -1, -1, -1, -1, -1, -1,
  1366. -1, -1, -1, -1, 109, 376, 377, 378,
  1367. -1, 375, -1, -1, -1, -1, -1, -1,
  1368. -1, -1, -1, -1, -1, -1, -1, -1,
  1369. 354, -1, -1, -1, -1, -1, -1, -1,
  1370. -1, -1, -1, -1, -1, -1, -1, -1,
  1371. -1, -1, -1, -1, -1, -1, -1, -1,
  1372. -1, -1, -1, -1, -1, -1, -1, -1,
  1373. -1, -1, -1, -1, -1, -1, -1, -1,
  1374. -1, -1, -1, -1, -1, -1, -1, -1,
  1375. -1, -1, -1, -1, -1, -1, -1, -1,
  1376. -1, -1, -1, -1, -1, -1, -1, -1,
  1377. -1, -1, -1, -1, -1, 374, -1, -1,
  1378. -1, 372, 373, -1, -1, -1, -1, -1,
  1379. -1, -1, -1, 379, -1, -1, -1, -1,
  1380. -1, -1, -1, -1, -1, -1, -1, -1,
  1381. -1, -1, -1, -1, -1, -1, -1, -1,
  1382. -1, -1, -1, -1, -1, -1, -1, -1,
  1383. -1, -1, -1, -1, -1, -1, -1, -1,
  1384. -1, -1, -1, -1, -1, -1, -1, -1,
  1385. 368, 369, 370, 371, -1, -1, -1, -1,
  1386. -1, -1, -1, -1, -1, -1, -1, -1,
  1387. -1, -1, -1, -1, -1, -1, -1, -1,
  1388. -1, -1, -1, 380, 381, -1, -1, -1,
  1389. 382, 383, 30, -1, -1, -1, -1, -1,
  1390. -1, -1, -1, -1, -1, -1, -1, -1,
  1391. -1, -1, -1, -1, -1, -1, -1, -1,
  1392. -1, -1, -1, -1, -1, -1, -1, -1,
  1393. -1, -1, -1, -1, -1, -1, -1, -1,
  1394. -1, -1, -1, -1, -1, -1, -1, -1,
  1395. -1, -1, -1, -1, -1, -1, -1, -1,
  1396. -1, -1, -1, -1, -1, -1, -1, -1,
  1397. -1, -1, -1, -1, 365, -1, 367, -1,
  1398. 363, 366, 355, 364, 364, 364, -1, 364,
  1399. -1, -1, -1, -1, -1, -1, -1, -1,
  1400. -1, -1, -1, -1, -1, -1, 364, -1,
  1401. -1, -1, -1, -1, -1, -1, -1, -1,
  1402. -1, -1, -1, -1, -1, -1, -1, -1,
  1403. -1, -1, -1, -1, -1, -1, -1, -1,
  1404. -1, -1, -1, -1, -1, -1, -1, -1,
  1405. -1, -1, -1, -1, -1, -1, -1, -1,
  1406. -1, -1, -1, -1, -1, -1, -1, -1,
  1407. -1, -1, -1, -1, -1, -1, -1, -1,
  1408. -1, -1, -1, -1, -1, -1, -1, -1,
  1409. -1, -1, -1, 364, -1, -1, -1, 364,
  1410. 364, -1, -1, -1, -1, -1, -1, -1,
  1411. -1, 364, -1, -1, -1, -1, -1, -1,
  1412. -1, -1, -1, -1, -1, -1, -1, -1,
  1413. -1, -1, -1, -1, -1, -1, -1, -1,
  1414. -1, -1, -1, -1, -1, -1, -1, -1,
  1415. -1, -1, -1, -1, -1, -1, -1, -1,
  1416. -1, -1, -1, -1, -1, -1, 364, 364,
  1417. 364, 364, -1, -1, -1, -1, -1, -1,
  1418. -1, -1, -1, -1, -1, -1, -1, -1,
  1419. -1, -1, -1, -1, -1, -1, -1, -1,
  1420. -1, 364, 364, -1, -1, -1, 364, 364,
  1421. 364, -1, -1, -1, -1, -1, -1, -1,
  1422. -1, -1, -1, -1, -1, -1, -1, -1,
  1423. -1, -1, -1, -1, -1, -1, -1, -1,
  1424. -1, -1, -1, -1, 110, 359, 364, 364,
  1425. 364, -1, 364, -1, -1, -1, -1, -1,
  1426. -1, -1, -1, -1, -1, -1, -1, -1,
  1427. -1, 364, -1, -1, -1, -1, -1, -1,
  1428. -1, -1, -1, -1, -1, -1, -1, -1,
  1429. -1, -1, -1, -1, -1, -1, -1, -1,
  1430. -1, -1, -1, -1, -1, -1, -1, -1,
  1431. -1, -1, -1, -1, -1, -1, -1, -1,
  1432. -1, -1, -1, -1, -1, -1, -1, -1,
  1433. -1, -1, -1, -1, -1, -1, -1, -1,
  1434. -1, -1, -1, -1, -1, -1, -1, -1,
  1435. -1, -1, -1, -1, -1, -1, 364, -1,
  1436. -1, -1, 364, 364, -1, -1, -1, -1,
  1437. -1, -1, -1, -1, 364, -1, -1, -1,
  1438. -1, -1, -1, -1, -1, -1, -1, -1,
  1439. -1, -1, -1, -1, -1, -1, -1, -1,
  1440. -1, -1, -1, -1, -1, -1, -1, -1,
  1441. -1, -1, -1, -1, -1, -1, -1, -1,
  1442. -1, -1, -1, -1, -1, -1, -1, -1,
  1443. -1, 364, 364, 364, 364, -1, -1, -1,
  1444. -1, -1, -1, -1, -1, -1, -1, -1,
  1445. -1, -1, -1, -1, -1, -1, -1, -1,
  1446. -1, -1, -1, -1, 364, 364, -1, -1,
  1447. -1, 364, 364, 364, -1, -1, -1, -1,
  1448. -1, -1, -1, -1, -1, -1, -1, -1,
  1449. -1, -1, -1, -1, -1, -1, -1, -1,
  1450. -1, -1, -1, -1, -1, -1, -1, 111,
  1451. 357, 364, 364, 364, -1, 364, -1, -1,
  1452. -1, -1, -1, -1, -1, -1, -1, -1,
  1453. -1, -1, -1, -1, 364, -1, -1, -1,
  1454. -1, -1, -1, -1, -1, -1, -1, -1,
  1455. -1, -1, -1, -1, -1, -1, -1, -1,
  1456. -1, -1, -1, -1, -1, -1, -1, -1,
  1457. -1, -1, -1, -1, -1, -1, -1, -1,
  1458. -1, -1, -1, -1, -1, -1, -1, -1,
  1459. -1, -1, -1, -1, -1, -1, -1, -1,
  1460. -1, -1, -1, -1, -1, -1, -1, -1,
  1461. -1, -1, -1, -1, -1, -1, -1, -1,
  1462. -1, 364, -1, -1, -1, 364, 364, -1,
  1463. -1, -1, -1, -1, -1, -1, -1, 364,
  1464. -1, -1, -1, -1, -1, -1, -1, -1,
  1465. -1, -1, -1, -1, -1, -1, -1, -1,
  1466. -1, -1, -1, -1, -1, -1, -1, -1,
  1467. -1, -1, -1, -1, -1, -1, -1, -1,
  1468. -1, -1, -1, -1, -1, -1, -1, -1,
  1469. -1, -1, -1, -1, 364, 364, 364, 364,
  1470. -1, -1, -1, -1, -1, -1, -1, -1,
  1471. -1, -1, -1, -1, -1, -1, -1, -1,
  1472. -1, -1, -1, -1, -1, -1, -1, 364,
  1473. 364, -1, -1, -1, 364, 364, 364, -1,
  1474. -1, -1, -1, -1, -1, -1, -1, -1,
  1475. -1, -1, -1, -1, -1, -1, -1, -1,
  1476. -1, -1, -1, -1, -1, -1, -1, -1,
  1477. -1, -1, 112, 321, -1, -1, 81, 55,
  1478. -1, -1, -1, -1, -1, -1, 63, -1,
  1479. -1, -1, -1, 17, -1, -1, -1, -1,
  1480. -1, -1, -1, -1, -1, -1, -1, -1,
  1481. -1, -1, -1, -1, -1, -1, -1, -1,
  1482. -1, -1, -1, -1, -1, -1, -1, -1,
  1483. -1, -1, -1, -1, -1, -1, -1, -1,
  1484. -1, -1, -1, -1, -1, -1, -1, -1,
  1485. -1, -1, -1, -1, 56, -1, -1, -1,
  1486. -1, -1, -1, -1, -1, -1, -1, -1,
  1487. -1, -1, -1, -1, -1, -1, -1, -1,
  1488. -1, -1, -1, -1, -1, -1, -1, -1,
  1489. -1, -1, -1, -1, -1, -1, 50, 57,
  1490. -1, -1, 326, 328, -1, -1, -1, -1,
  1491. -1, -1, -1, -1, -1, -1, -1, -1,
  1492. -1, -1, -1, -1, -1, -1, -1, -1,
  1493. -1, -1, -1, -1, -1, -1, -1, -1,
  1494. -1, -1, -1, -1, -1, -1, -1, -1,
  1495. -1, -1, -1, -1, -1, -1, -1, -1,
  1496. -1, 61, 59, 60, -1, -1, -1, -1,
  1497. -1, -1, -1, -1, -1, -1, -1, -1,
  1498. -1, -1, -1, -1, -1, -1, -1, -1,
  1499. -1, -1, -1, -1, -1, -1, -1, -1,
  1500. -1, -1, -1, -1, -1, -1, -1, -1,
  1501. -1, -1, -1, -1, -1, -1, -1, -1,
  1502. -1, -1, -1, -1, -1, -1, -1, -1,
  1503. -1, -1, -1, -1, -1, -1, -1, -1,
  1504. -1, -1, -1, -1, -1, -1, 58, -1,
  1505. -1, -1, -1, -1, -1, -1, -1, -1,
  1506. -1, 199, 52, -1, 53, -1, -1, -1,
  1507. -1, -1, -1, -1, -1, -1, -1, 54,
  1508. -1, -1, -1, 308, 312, -1, -1, 62,
  1509. 319, 114, 115, -1, 335, -1, -1, 336,
  1510. -1, -1, -1, -1, -1, -1, -1, -1,
  1511. -1, -1, -1, -1, -1, -1, -1, -1,
  1512. -1, -1, -1, -1, -1, -1, -1, -1,
  1513. -1, -1, -1, -1, -1, -1, -1, -1,
  1514. -1, -1, -1, -1, -1, -1, -1, -1,
  1515. -1, -1, -1, -1, -1, -1, -1, -1,
  1516. -1, -1, -1, -1, -1, -1, -1, -1,
  1517. -1, -1, -1, -1, -1, -1, -1, -1,
  1518. -1, -1, -1, -1, -1, -1, -1, -1,
  1519. -1, -1, -1, -1, -1, -1, -1, -1,
  1520. -1, -1, -1, -1, -1, -1, -1, -1,
  1521. -1, -1, -1, -1, -1, -1, -1, 329,
  1522. 113, 317, -1, -1, -1, 116, -1, -1,
  1523. -1, -1, -1, -1, -1, -1, -1, -1,
  1524. -1, -1, -1, -1, -1, -1, -1, -1,
  1525. -1, -1, -1, -1, -1, -1, -1, -1,
  1526. -1, -1, -1, -1, -1, -1, -1, -1,
  1527. -1, -1, -1, -1, -1, -1, -1, -1,
  1528. -1, -1, -1, -1, -1, -1, -1, -1,
  1529. -1, -1, -1, -1, -1, -1, -1, -1,
  1530. -1, -1, -1, -1, -1, -1, -1, -1,
  1531. -1, -1, -1, -1, -1, -1, -1, -1,
  1532. -1, -1, -1, -1, -1, -1, -1, -1,
  1533. -1, -1, -1, -1, -1, -1, -1, -1,
  1534. -1, -1, -1, -1, -1, -1, -1, 337,
  1535. 318, -1, -1, -1, 116, -1, -1, -1,
  1536. -1, -1, -1, -1, -1, -1, -1, -1,
  1537. -1, -1, -1, -1, -1, -1, -1, -1,
  1538. -1, -1, -1, -1, -1, -1, -1, -1,
  1539. -1, -1, -1, -1, -1, -1, -1, -1,
  1540. -1, -1, -1, -1, -1, -1, -1, -1,
  1541. -1, -1, -1, -1, -1, -1, -1, -1,
  1542. -1, -1, -1, -1, -1, -1, -1, -1,
  1543. -1, -1, -1, -1, -1, -1, -1, -1,
  1544. -1, -1, -1, -1, -1, -1, -1, -1,
  1545. -1, -1, -1, -1, -1, -1, -1, -1,
  1546. -1, -1, -1, -1, -1, -1, -1, -1,
  1547. -1, -1, -1, -1, -1, -1, 337, 55,
  1548. -1, -1, -1, -1, -1, -1, 63, -1,
  1549. -1, -1, -1, 17, -1, -1, -1, -1,
  1550. -1, -1, -1, -1, -1, -1, -1, -1,
  1551. -1, -1, -1, -1, -1, -1, -1, -1,
  1552. -1, -1, -1, -1, -1, -1, -1, -1,
  1553. -1, -1, -1, -1, -1, -1, -1, -1,
  1554. -1, -1, -1, -1, -1, -1, -1, -1,
  1555. -1, -1, -1, -1, 56, -1, -1, -1,
  1556. -1, -1, -1, -1, -1, -1, -1, -1,
  1557. -1, -1, -1, -1, -1, -1, -1, -1,
  1558. -1, -1, -1, -1, -1, -1, -1, -1,
  1559. -1, -1, -1, -1, -1, -1, 50, 57,
  1560. -1, -1, 326, 328, -1, -1, -1, -1,
  1561. -1, -1, -1, -1, -1, -1, -1, -1,
  1562. -1, -1, -1, -1, -1, -1, -1, -1,
  1563. -1, -1, -1, -1, -1, -1, -1, -1,
  1564. -1, -1, -1, -1, -1, -1, -1, -1,
  1565. -1, -1, -1, -1, -1, -1, -1, -1,
  1566. -1, 61, 59, 60, -1, -1, -1, -1,
  1567. -1, -1, -1, -1, -1, -1, -1, -1,
  1568. -1, -1, -1, -1, -1, -1, -1, -1,
  1569. -1, -1, -1, -1, -1, -1, -1, -1,
  1570. -1, -1, -1, -1, -1, -1, -1, -1,
  1571. -1, -1, -1, -1, -1, -1, -1, -1,
  1572. -1, -1, -1, -1, -1, -1, -1, -1,
  1573. -1, -1, -1, -1, -1, -1, -1, -1,
  1574. -1, -1, -1, -1, -1, -1, 58, -1,
  1575. -1, -1, -1, -1, -1, -1, 117, 191,
  1576. 49, 198, 52, -1, 53, -1, -1, -1,
  1577. -1, -1, -1, -1, -1, -1, -1, 54,
  1578. -1, -1, -1, 308, 312, -1, -1, 62,
  1579. 55, -1, -1, -1, -1, -1, -1, 63,
  1580. -1, -1, -1, -1, 17, -1, -1, -1,
  1581. -1, -1, -1, -1, -1, -1, -1, -1,
  1582. -1, -1, -1, -1, -1, -1, -1, -1,
  1583. -1, -1, -1, -1, -1, -1, -1, -1,
  1584. -1, -1, -1, -1, -1, -1, -1, -1,
  1585. -1, -1, -1, -1, -1, -1, -1, -1,
  1586. -1, -1, -1, -1, -1, 56, -1, -1,
  1587. -1, -1, -1, -1, -1, -1, -1, -1,
  1588. -1, -1, -1, -1, -1, -1, -1, -1,
  1589. -1, -1, -1, -1, -1, -1, -1, -1,
  1590. -1, -1, -1, -1, -1, -1, -1, 50,
  1591. 57, -1, -1, 326, 328, -1, -1, -1,
  1592. -1, -1, -1, -1, -1, -1, -1, -1,
  1593. -1, -1, -1, -1, -1, -1, -1, -1,
  1594. -1, -1, -1, -1, -1, -1, -1, -1,
  1595. -1, -1, -1, -1, -1, -1, -1, -1,
  1596. -1, -1, -1, -1, -1, -1, -1, -1,
  1597. -1, -1, 61, 59, 60, -1, -1, -1,
  1598. -1, -1, -1, -1, -1, -1, -1, -1,
  1599. -1, -1, -1, -1, -1, -1, -1, -1,
  1600. -1, -1, -1, -1, -1, -1, -1, -1,
  1601. -1, -1, -1, -1, -1, -1, -1, -1,
  1602. -1, -1, -1, -1, -1, -1, -1, -1,
  1603. -1, -1, -1, -1, -1, -1, -1, -1,
  1604. -1, -1, -1, -1, -1, -1, -1, -1,
  1605. -1, -1, -1, -1, -1, -1, -1, 58,
  1606. -1, -1, -1, -1, -1, -1, -1, -1,
  1607. 187, 49, 198, 52, -1, 53, -1, -1,
  1608. -1, -1, -1, -1, -1, -1, -1, -1,
  1609. 54, -1, -1, -1, 308, 312, -1, -1,
  1610. 62, 55, -1, -1, -1, -1, -1, -1,
  1611. 63, -1, -1, -1, -1, 17, -1, -1,
  1612. -1, -1, -1, -1, -1, -1, -1, -1,
  1613. -1, -1, -1, -1, -1, -1, -1, -1,
  1614. -1, -1, -1, -1, -1, -1, -1, -1,
  1615. -1, -1, -1, -1, -1, -1, -1, -1,
  1616. -1, -1, -1, -1, -1, -1, -1, -1,
  1617. -1, -1, -1, -1, -1, -1, 56, -1,
  1618. -1, -1, -1, -1, -1, -1, -1, -1,
  1619. -1, -1, -1, -1, -1, -1, -1, -1,
  1620. -1, -1, -1, -1, -1, -1, -1, -1,
  1621. -1, -1, -1, -1, -1, -1, -1, -1,
  1622. 50, 57, -1, -1, 326, 328, -1, -1,
  1623. -1, -1, -1, -1, -1, -1, -1, -1,
  1624. -1, -1, -1, -1, -1, -1, -1, -1,
  1625. -1, -1, -1, -1, -1, -1, -1, -1,
  1626. -1, -1, -1, -1, -1, -1, -1, -1,
  1627. -1, -1, -1, -1, -1, -1, -1, -1,
  1628. -1, -1, -1, 61, 59, 60, -1, -1,
  1629. -1, -1, -1, -1, -1, -1, -1, -1,
  1630. -1, -1, -1, -1, -1, -1, -1, -1,
  1631. -1, -1, -1, -1, -1, -1, -1, -1,
  1632. -1, -1, -1, -1, -1, -1, -1, -1,
  1633. -1, -1, -1, -1, -1, -1, -1, -1,
  1634. -1, -1, -1, -1, -1, -1, -1, -1,
  1635. -1, -1, -1, -1, -1, -1, -1, -1,
  1636. -1, -1, -1, -1, -1, -1, -1, -1,
  1637. 58, -1, -1, -1, -1, -1, -1, -1,
  1638. -1, 188, 49, 198, 52, -1, 53, -1,
  1639. -1, -1, -1, -1, -1, -1, -1, -1,
  1640. -1, 54, -1, -1, -1, 308, 312, -1,
  1641. -1, 62, 55, -1, -1, -1, -1, -1,
  1642. -1, 63, -1, -1, -1, -1, 17, -1,
  1643. -1, -1, -1, -1, -1, -1, -1, -1,
  1644. -1, -1, -1, -1, -1, -1, -1, -1,
  1645. -1, -1, -1, -1, -1, -1, -1, -1,
  1646. -1, -1, -1, -1, -1, -1, -1, -1,
  1647. -1, -1, -1, -1, -1, -1, -1, -1,
  1648. -1, -1, -1, -1, -1, -1, -1, 56,
  1649. -1, -1, -1, -1, -1, -1, -1, -1,
  1650. -1, -1, -1, -1, -1, -1, -1, -1,
  1651. -1, -1, -1, -1, -1, -1, -1, -1,
  1652. -1, -1, -1, -1, -1, -1, -1, -1,
  1653. -1, 50, 57, -1, -1, 326, 328, -1,
  1654. -1, -1, -1, -1, -1, -1, -1, -1,
  1655. -1, -1, -1, -1, -1, -1, -1, -1,
  1656. -1, -1, -1, -1, -1, -1, -1, -1,
  1657. -1, -1, -1, -1, -1, -1, -1, -1,
  1658. -1, -1, -1, -1, -1, -1, -1, -1,
  1659. -1, -1, -1, -1, 61, 59, 60, -1,
  1660. -1, -1, -1, -1, -1, -1, -1, -1,
  1661. -1, -1, -1, -1, -1, -1, -1, -1,
  1662. -1, -1, -1, -1, -1, -1, -1, -1,
  1663. -1, -1, -1, -1, -1, -1, -1, -1,
  1664. -1, -1, -1, -1, -1, -1, -1, -1,
  1665. -1, -1, -1, -1, -1, -1, -1, -1,
  1666. -1, -1, -1, -1, -1, -1, -1, -1,
  1667. -1, -1, -1, -1, -1, -1, -1, -1,
  1668. -1, 58, -1, -1, -1, -1, -1, -1,
  1669. -1, -1, 189, 49, 198, 52, -1, 53,
  1670. -1, -1, -1, -1, -1, -1, -1, -1,
  1671. -1, -1, 54, -1, -1, -1, 308, 312,
  1672. -1, -1, 62, 55, -1, -1, -1, -1,
  1673. -1, -1, 63, -1, -1, -1, -1, 17,
  1674. -1, -1, -1, -1, -1, -1, -1, -1,
  1675. -1, -1, -1, -1, -1, -1, -1, -1,
  1676. -1, -1, -1, -1, -1, -1, -1, -1,
  1677. -1, -1, -1, -1, -1, -1, -1, -1,
  1678. -1, -1, -1, -1, -1, -1, -1, -1,
  1679. -1, -1, -1, -1, -1, -1, -1, -1,
  1680. 56, -1, -1, -1, -1, -1, -1, -1,
  1681. -1, -1, -1, -1, -1, -1, -1, -1,
  1682. -1, -1, -1, -1, -1, -1, -1, -1,
  1683. -1, -1, -1, -1, -1, -1, -1, -1,
  1684. -1, -1, 50, 57, -1, -1, 326, 328,
  1685. -1, -1, -1, -1, -1, -1, -1, -1,
  1686. -1, -1, -1, -1, -1, -1, -1, -1,
  1687. -1, -1, -1, -1, -1, -1, -1, -1,
  1688. -1, -1, -1, -1, -1, -1, -1, -1,
  1689. -1, -1, -1, -1, -1, -1, -1, -1,
  1690. -1, -1, -1, -1, -1, 61, 59, 60,
  1691. -1, -1, -1, -1, -1, -1, -1, -1,
  1692. -1, -1, -1, -1, -1, -1, -1, -1,
  1693. -1, -1, -1, -1, -1, -1, -1, -1,
  1694. -1, -1, -1, -1, -1, -1, -1, -1,
  1695. -1, -1, -1, -1, -1, -1, -1, -1,
  1696. -1, -1, -1, -1, -1, -1, -1, -1,
  1697. -1, -1, -1, -1, -1, -1, -1, -1,
  1698. -1, -1, -1, -1, -1, -1, -1, -1,
  1699. -1, -1, 58, -1, -1, -1, -1, -1,
  1700. -1, -1, -1, 190, 49, 198, 52, -1,
  1701. 53, -1, -1, -1, -1, -1, -1, -1,
  1702. -1, -1, -1, 54, -1, -1, -1, 308,
  1703. 312, -1, -1, 62, 55, -1, -1, -1,
  1704. -1, -1, -1, 63, -1, -1, -1, -1,
  1705. 17, -1, -1, -1, -1, -1, -1, -1,
  1706. -1, -1, -1, -1, -1, -1, -1, -1,
  1707. -1, -1, -1, -1, -1, -1, -1, -1,
  1708. -1, -1, -1, -1, -1, -1, -1, -1,
  1709. -1, -1, -1, -1, -1, -1, -1, -1,
  1710. -1, -1, -1, -1, -1, -1, -1, -1,
  1711. -1, 56, -1, -1, -1, -1, -1, -1,
  1712. -1, -1, -1, -1, -1, -1, -1, -1,
  1713. -1, -1, -1, -1, -1, -1, -1, -1,
  1714. -1, -1, -1, -1, -1, -1, -1, -1,
  1715. -1, -1, -1, 50, 57, -1, -1, 326,
  1716. 328, -1, -1, -1, -1, -1, -1, -1,
  1717. -1, -1, -1, -1, -1, -1, -1, -1,
  1718. -1, -1, -1, -1, -1, -1, -1, -1,
  1719. -1, -1, -1, -1, -1, -1, -1, -1,
  1720. -1, -1, -1, -1, -1, -1, -1, -1,
  1721. -1, -1, -1, -1, -1, -1, 61, 59,
  1722. 60, -1, -1, -1, -1, -1, -1, -1,
  1723. -1, -1, -1, -1, -1, -1, -1, -1,
  1724. -1, -1, -1, -1, -1, -1, -1, -1,
  1725. -1, -1, -1, -1, -1, -1, -1, -1,
  1726. -1, -1, -1, -1, -1, -1, -1, -1,
  1727. -1, -1, -1, -1, -1, -1, -1, -1,
  1728. -1, -1, -1, -1, -1, -1, -1, -1,
  1729. -1, -1, -1, -1, -1, -1, -1, -1,
  1730. -1, -1, -1, 58, -1, -1, -1, -1,
  1731. -1, -1, -1, -1, -1, -1, 194, 52,
  1732. -1, 53, -1, -1, -1, -1, -1, -1,
  1733. -1, -1, -1, -1, 54, -1, -1, -1,
  1734. 308, 312, -1, -1, 62, 55, -1, -1,
  1735. -1, -1, -1, -1, 63, -1, -1, -1,
  1736. -1, 17, -1, -1, -1, -1, -1, -1,
  1737. -1, -1, -1, -1, -1, -1, -1, -1,
  1738. -1, -1, -1, -1, -1, -1, -1, -1,
  1739. -1, -1, -1, -1, -1, -1, -1, -1,
  1740. -1, -1, -1, -1, -1, -1, -1, -1,
  1741. -1, -1, -1, -1, -1, -1, -1, -1,
  1742. -1, -1, 56, -1, -1, -1, -1, -1,
  1743. -1, -1, -1, -1, -1, -1, -1, -1,
  1744. -1, -1, -1, -1, -1, -1, -1, -1,
  1745. -1, -1, -1, -1, -1, -1, -1, -1,
  1746. -1, -1, -1, -1, 50, 57, -1, -1,
  1747. 326, 328, -1, -1, -1, -1, -1, -1,
  1748. -1, -1, -1, -1, -1, -1, -1, -1,
  1749. -1, -1, -1, -1, -1, -1, -1, -1,
  1750. -1, -1, -1, -1, -1, -1, -1, -1,
  1751. -1, -1, -1, -1, -1, -1, -1, -1,
  1752. -1, -1, -1, -1, -1, -1, -1, 61,
  1753. 59, 60, -1, -1, -1, -1, -1, -1,
  1754. -1, -1, -1, -1, -1, -1, -1, -1,
  1755. -1, -1, -1, -1, -1, -1, -1, -1,
  1756. -1, -1, -1, -1, -1, -1, -1, -1,
  1757. -1, -1, -1, -1, -1, -1, -1, -1,
  1758. -1, -1, -1, -1, -1, -1, -1, -1,
  1759. -1, -1, -1, -1, -1, -1, -1, -1,
  1760. -1, -1, -1, -1, -1, -1, -1, -1,
  1761. -1, -1, -1, -1, 58, -1, -1, -1,
  1762. -1, -1, -1, -1, -1, -1, -1, 195,
  1763. 52, -1, 53, -1, -1, -1, -1, -1,
  1764. -1, -1, -1, -1, -1, 54, -1, -1,
  1765. -1, 308, 312, -1, -1, 62, 55, -1,
  1766. -1, -1, -1, -1, -1, 63, -1, -1,
  1767. -1, -1, 17, -1, -1, -1, -1, -1,
  1768. -1, -1, -1, -1, -1, -1, -1, -1,
  1769. -1, -1, -1, -1, -1, -1, -1, -1,
  1770. -1, -1, -1, -1, -1, -1, -1, -1,
  1771. -1, -1, -1, -1, -1, -1, -1, -1,
  1772. -1, -1, -1, -1, -1, -1, -1, -1,
  1773. -1, -1, -1, 56, -1, -1, -1, -1,
  1774. -1, -1, -1, -1, -1, -1, -1, -1,
  1775. -1, -1, -1, -1, -1, -1, -1, -1,
  1776. -1, -1, -1, -1, -1, -1, -1, -1,
  1777. -1, -1, -1, -1, -1, 50, 57, -1,
  1778. -1, 326, 328, -1, -1, -1, -1, -1,
  1779. -1, -1, -1, -1, -1, -1, -1, -1,
  1780. -1, -1, -1, -1, -1, -1, -1, -1,
  1781. -1, -1, -1, -1, -1, -1, -1, -1,
  1782. -1, -1, -1, -1, -1, -1, -1, -1,
  1783. -1, -1, -1, -1, -1, -1, -1, -1,
  1784. 61, 59, 60, -1, -1, -1, -1, -1,
  1785. -1, -1, -1, -1, -1, -1, -1, -1,
  1786. -1, -1, -1, -1, -1, -1, -1, -1,
  1787. -1, -1, -1, -1, -1, -1, -1, -1,
  1788. -1, -1, -1, -1, -1, -1, -1, -1,
  1789. -1, -1, -1, -1, -1, -1, -1, -1,
  1790. -1, -1, -1, -1, -1, -1, -1, -1,
  1791. -1, -1, -1, -1, -1, -1, -1, -1,
  1792. -1, -1, -1, -1, -1, 58, -1, -1,
  1793. -1, -1, -1, -1, -1, -1, -1, -1,
  1794. 196, 52, -1, 53, -1, -1, -1, -1,
  1795. -1, -1, -1, -1, -1, -1, 54, -1,
  1796. -1, -1, 308, 312, -1, -1, 62, 55,
  1797. -1, -1, -1, -1, -1, -1, 63, -1,
  1798. -1, -1, -1, 17, -1, -1, -1, -1,
  1799. -1, -1, -1, -1, -1, -1, -1, -1,
  1800. -1, -1, -1, -1, -1, -1, -1, -1,
  1801. -1, -1, -1, -1, -1, -1, -1, -1,
  1802. -1, -1, -1, -1, -1, -1, -1, -1,
  1803. -1, -1, -1, -1, -1, -1, -1, -1,
  1804. -1, -1, -1, -1, 56, -1, -1, -1,
  1805. -1, -1, -1, -1, -1, -1, -1, -1,
  1806. -1, -1, -1, -1, -1, -1, -1, -1,
  1807. -1, -1, -1, -1, -1, -1, -1, -1,
  1808. -1, -1, -1, -1, -1, -1, 50, 57,
  1809. -1, -1, 326, 328, -1, -1, -1, -1,
  1810. -1, -1, -1, -1, -1, -1, -1, -1,
  1811. -1, -1, -1, -1, -1, -1, -1, -1,
  1812. -1, -1, -1, -1, -1, -1, -1, -1,
  1813. -1, -1, -1, -1, -1, -1, -1, -1,
  1814. -1, -1, -1, -1, -1, -1, -1, -1,
  1815. -1, 61, 59, 60, -1, -1, -1, -1,
  1816. -1, -1, -1, -1, -1, -1, -1, -1,
  1817. -1, -1, -1, -1, -1, -1, -1, -1,
  1818. -1, -1, -1, -1, -1, -1, -1, -1,
  1819. -1, -1, -1, -1, -1, -1, -1, -1,
  1820. -1, -1, -1, -1, -1, -1, -1, -1,
  1821. -1, -1, -1, -1, -1, -1, -1, -1,
  1822. -1, -1, -1, -1, -1, -1, -1, -1,
  1823. -1, -1, -1, -1, -1, -1, 58, -1,
  1824. -1, -1, -1, -1, -1, -1, -1, -1,
  1825. -1, 197, 52, -1, 53, -1, -1, -1,
  1826. -1, -1, -1, -1, -1, -1, -1, 54,
  1827. -1, -1, -1, 308, 312, -1, -1, 62,
  1828. 386, -1, -1, -1, -1, -1, -1, -1,
  1829. -1, -1, -1, -1, -1, -1, -1, -1,
  1830. -1, -1, -1, -1, -1, -1, -1, -1,
  1831. -1, -1, -1, -1, -1, -1, -1, -1,
  1832. -1, -1, -1, -1, -1, -1, -1, -1,
  1833. -1, -1, -1, -1, -1, -1, -1, -1,
  1834. -1, -1, -1, -1, -1, -1, -1, -1,
  1835. -1, -1, -1, -1, -1, -1, -1, -1,
  1836. -1, -1, -1, -1, -1, -1, -1, -1,
  1837. -1, -1, -1, -1, -1, -1, -1, -1,
  1838. -1, -1, -1, -1, -1, -1, -1, -1,
  1839. -1, -1, -1, -1, -1, -1, -1, -1,
  1840. -1, -1, -1, -1, -1, -1, -1, -1,
  1841. -1, -1, -1, -1, -1, -1, -1, -1,
  1842. -1, -1, -1, -1, -1, -1, -1, -1,
  1843. -1, -1, -1, -1, -1, -1, -1, -1,
  1844. -1, -1, -1, -1, -1, 201, -1, -1,
  1845. -1, -1, -1, -1, -1, -1, -1, -1,
  1846. -1, -1, -1, -1, -1, -1, -1, -1,
  1847. -1, -1, -1, -1, -1, -1, -1, -1,
  1848. -1, -1, -1, -1, -1, 118, 119, -1,
  1849. -1, 121, -1, 122, -1, -1, -1, -1,
  1850. -1, -1, -1, -1, -1, -1, -1, -1,
  1851. -1, -1, -1, -1, -1, -1, -1, -1,
  1852. -1, -1, -1, -1, -1, -1, -1, -1,
  1853. -1, -1, -1, -1, -1, -1, -1, -1,
  1854. -1, -1, -1, -1, -1, -1, -1, -1,
  1855. -1, -1, -1, -1, -1, -1, -1, -1,
  1856. -1, -1, -1, -1, -1, -1, -1, -1,
  1857. -1, -1, -1, -1, -1, -1, -1, -1,
  1858. -1, -1, -1, -1, -1, -1, -1, -1,
  1859. -1, 120, -1, -1, -1, -1, 292, -1,
  1860. -1, -1, 296, -1, -1, -1, -1, -1,
  1861. -1, -1, -1, -1, -1, -1, -1, -1,
  1862. -1, -1, -1, -1, -1, -1, -1, -1,
  1863. -1, -1, -1, -1, -1, -1, -1, -1,
  1864. -1, -1, -1, -1, -1, -1, -1, -1,
  1865. -1, -1, -1, -1, -1, -1, -1, -1,
  1866. -1, -1, -1, -1, -1, -1, -1, -1,
  1867. -1, -1, -1, -1, -1, -1, -1, -1,
  1868. -1, -1, -1, -1, -1, -1, -1, -1,
  1869. -1, -1, -1, -1, -1, -1, -1, -1,
  1870. -1, -1, -1, -1, -1, -1, -1, -1,
  1871. -1, -1, -1, -1, -1, -1, -1, -1,
  1872. -1, -1, -1, -1, -1, -1, -1, -1,
  1873. -1, -1, -1, -1, -1, -1, -1, -1,
  1874. -1, -1, -1, -1, -1, -1, -1, -1,
  1875. -1, -1, -1, -1, 203, 290, -1, -1,
  1876. -1, -1, -1, -1, -1, -1, 204, -1,
  1877. -1, -1, -1, -1, -1, -1, -1, -1,
  1878. 288, 295, 123, -1, -1, -1, -1, -1,
  1879. -1, 124, -1, -1, -1, -1, -1, -1,
  1880. -1, -1, -1, -1, -1, -1, -1, -1,
  1881. -1, -1, -1, -1, -1, -1, -1, -1,
  1882. -1, -1, -1, -1, -1, -1, -1, -1,
  1883. -1, -1, -1, -1, -1, -1, -1, -1,
  1884. -1, -1, -1, -1, -1, -1, -1, -1,
  1885. -1, -1, -1, -1, -1, -1, -1, -1,
  1886. -1, -1, -1, -1, -1, -1, -1, -1,
  1887. -1, -1, -1, -1, -1, -1, -1, -1,
  1888. -1, -1, -1, -1, -1, -1, -1, -1,
  1889. -1, -1, -1, -1, 120, -1, -1, -1,
  1890. -1, 292, -1, -1, -1, -1, -1, -1,
  1891. -1, -1, -1, -1, -1, -1, -1, -1,
  1892. -1, -1, -1, -1, -1, -1, -1, -1,
  1893. -1, -1, -1, -1, -1, -1, -1, -1,
  1894. -1, -1, -1, -1, -1, -1, -1, -1,
  1895. -1, -1, -1, -1, -1, -1, -1, -1,
  1896. -1, -1, -1, -1, -1, -1, -1, -1,
  1897. -1, -1, -1, -1, -1, -1, -1, -1,
  1898. -1, -1, -1, -1, -1, -1, -1, -1,
  1899. -1, -1, -1, -1, -1, -1, -1, -1,
  1900. -1, -1, -1, -1, -1, -1, -1, -1,
  1901. -1, -1, -1, -1, -1, -1, -1, -1,
  1902. -1, -1, -1, -1, -1, -1, -1, -1,
  1903. -1, -1, -1, -1, -1, -1, -1, -1,
  1904. -1, -1, -1, -1, -1, -1, -1, -1,
  1905. -1, -1, -1, -1, -1, -1, -1, 206,
  1906. 290, -1, -1, -1, -1, -1, -1, -1,
  1907. -1, -1, -1, -1, -1, -1, -1, -1,
  1908. -1, -1, -1, 288, 124, -1, -1, -1,
  1909. -1, -1, -1, -1, -1, -1, -1, -1,
  1910. -1, -1, -1, -1, -1, -1, -1, -1,
  1911. -1, -1, -1, -1, -1, -1, -1, -1,
  1912. -1, -1, -1, -1, -1, -1, -1, -1,
  1913. -1, -1, -1, -1, -1, -1, -1, -1,
  1914. -1, -1, -1, -1, -1, -1, -1, -1,
  1915. -1, -1, -1, -1, -1, -1, -1, -1,
  1916. -1, -1, -1, -1, -1, -1, -1, -1,
  1917. -1, -1, -1, -1, -1, -1, -1, -1,
  1918. -1, -1, -1, -1, -1, -1, -1, 120,
  1919. -1, -1, -1, -1, 292, -1, -1, -1,
  1920. -1, -1, -1, -1, -1, -1, -1, -1,
  1921. -1, -1, -1, -1, -1, -1, -1, -1,
  1922. -1, -1, -1, -1, -1, -1, -1, -1,
  1923. -1, -1, -1, -1, -1, -1, -1, -1,
  1924. -1, -1, -1, -1, -1, -1, -1, -1,
  1925. -1, -1, -1, -1, -1, -1, -1, -1,
  1926. -1, -1, -1, -1, -1, -1, -1, -1,
  1927. -1, -1, -1, -1, -1, -1, -1, -1,
  1928. -1, -1, -1, -1, -1, -1, -1, -1,
  1929. -1, -1, -1, -1, -1, -1, -1, -1,
  1930. -1, -1, -1, -1, -1, -1, -1, -1,
  1931. -1, -1, -1, -1, -1, -1, -1, -1,
  1932. -1, -1, -1, -1, -1, -1, -1, -1,
  1933. -1, -1, -1, -1, -1, -1, -1, -1,
  1934. -1, -1, -1, -1, -1, -1, -1, -1,
  1935. -1, -1, 208, 290, -1, -1, -1, -1,
  1936. -1, -1, -1, -1, -1, -1, -1, -1,
  1937. -1, -1, -1, -1, -1, -1, 288, 124,
  1938. -1, -1, -1, -1, -1, -1, -1, -1,
  1939. -1, -1, -1, -1, -1, -1, -1, -1,
  1940. -1, -1, -1, -1, -1, -1, -1, -1,
  1941. -1, -1, -1, -1, -1, -1, -1, -1,
  1942. -1, -1, -1, -1, -1, -1, -1, -1,
  1943. -1, -1, -1, -1, -1, -1, -1, -1,
  1944. -1, -1, -1, -1, -1, -1, -1, -1,
  1945. -1, -1, -1, -1, -1, -1, -1, -1,
  1946. -1, -1, -1, -1, -1, -1, -1, -1,
  1947. -1, -1, -1, -1, -1, -1, -1, -1,
  1948. -1, -1, 120, -1, -1, -1, -1, 292,
  1949. -1, -1, -1, -1, -1, -1, -1, -1,
  1950. -1, -1, -1, -1, -1, -1, -1, -1,
  1951. -1, -1, -1, -1, -1, -1, -1, -1,
  1952. -1, -1, -1, -1, -1, -1, -1, -1,
  1953. -1, -1, -1, -1, -1, -1, -1, -1,
  1954. -1, -1, -1, -1, -1, -1, -1, -1,
  1955. -1, -1, -1, -1, -1, -1, -1, -1,
  1956. -1, -1, -1, -1, -1, -1, -1, -1,
  1957. -1, -1, -1, -1, -1, -1, -1, -1,
  1958. -1, -1, -1, -1, -1, -1, -1, -1,
  1959. -1, -1, -1, -1, -1, -1, -1, -1,
  1960. -1, -1, -1, -1, -1, -1, -1, -1,
  1961. -1, -1, -1, -1, -1, -1, -1, -1,
  1962. -1, -1, -1, -1, -1, -1, -1, -1,
  1963. -1, -1, -1, -1, -1, -1, -1, -1,
  1964. -1, -1, -1, -1, -1, 209, 290, -1,
  1965. -1, -1, -1, -1, -1, -1, -1, -1,
  1966. -1, -1, -1, -1, -1, -1, -1, -1,
  1967. -1, 288, 124, -1, -1, -1, -1, -1,
  1968. -1, -1, -1, -1, -1, -1, -1, -1,
  1969. -1, -1, -1, -1, -1, -1, -1, -1,
  1970. -1, -1, -1, -1, -1, -1, -1, -1,
  1971. -1, -1, -1, -1, -1, -1, -1, -1,
  1972. -1, -1, -1, -1, -1, -1, -1, -1,
  1973. -1, -1, -1, -1, -1, -1, -1, -1,
  1974. -1, -1, -1, -1, -1, -1, -1, -1,
  1975. -1, -1, -1, -1, -1, -1, -1, -1,
  1976. -1, -1, -1, -1, -1, -1, -1, -1,
  1977. -1, -1, -1, -1, -1, 120, -1, -1,
  1978. -1, -1, 292, -1, -1, -1, -1, -1,
  1979. -1, -1, -1, -1, -1, -1, -1, -1,
  1980. -1, -1, -1, -1, -1, -1, -1, -1,
  1981. -1, -1, -1, -1, -1, -1, -1, -1,
  1982. -1, -1, -1, -1, -1, -1, -1, -1,
  1983. -1, -1, -1, -1, -1, -1, -1, -1,
  1984. -1, -1, -1, -1, -1, -1, -1, -1,
  1985. -1, -1, -1, -1, -1, -1, -1, -1,
  1986. -1, -1, -1, -1, -1, -1, -1, -1,
  1987. -1, -1, -1, -1, -1, -1, -1, -1,
  1988. -1, -1, -1, -1, -1, -1, -1, -1,
  1989. -1, -1, -1, -1, -1, -1, -1, -1,
  1990. -1, -1, -1, -1, -1, -1, -1, -1,
  1991. -1, -1, -1, -1, -1, -1, -1, -1,
  1992. -1, -1, -1, -1, -1, -1, -1, -1,
  1993. -1, -1, -1, -1, -1, -1, -1, -1,
  1994. 210, 290, -1, -1, -1, -1, -1, -1,
  1995. -1, -1, -1, -1, -1, -1, -1, -1,
  1996. -1, -1, -1, -1, 288, 124, -1, -1,
  1997. -1, -1, -1, -1, -1, -1, -1, -1,
  1998. -1, -1, -1, -1, -1, -1, -1, -1,
  1999. -1, -1, -1, -1, -1, -1, -1, -1,
  2000. -1, -1, -1, -1, -1, -1, -1, -1,
  2001. -1, -1, -1, -1, -1, -1, -1, -1,
  2002. -1, -1, -1, -1, -1, -1, -1, -1,
  2003. -1, -1, -1, -1, -1, -1, -1, -1,
  2004. -1, -1, -1, -1, -1, -1, -1, -1,
  2005. -1, -1, -1, -1, -1, -1, -1, -1,
  2006. -1, -1, -1, -1, -1, -1, -1, -1,
  2007. 120, -1, -1, -1, -1, 292, -1, -1,
  2008. -1, -1, -1, -1, -1, -1, -1, -1,
  2009. -1, -1, -1, -1, -1, -1, -1, -1,
  2010. -1, -1, -1, -1, -1, -1, -1, -1,
  2011. -1, -1, -1, -1, -1, -1, -1, -1,
  2012. -1, -1, -1, -1, -1, -1, -1, -1,
  2013. -1, -1, -1, -1, -1, -1, -1, -1,
  2014. -1, -1, -1, -1, -1, -1, -1, -1,
  2015. -1, -1, -1, -1, -1, -1, -1, -1,
  2016. -1, -1, -1, -1, -1, -1, -1, -1,
  2017. -1, -1, -1, -1, -1, -1, -1, -1,
  2018. -1, -1, -1, -1, -1, -1, -1, -1,
  2019. -1, -1, -1, -1, -1, -1, -1, -1,
  2020. -1, -1, -1, -1, -1, -1, -1, -1,
  2021. -1, -1, -1, -1, -1, -1, -1, -1,
  2022. -1, -1, -1, -1, -1, -1, -1, -1,
  2023. -1, -1, -1, 211, 290, -1, -1, -1,
  2024. -1, -1, -1, -1, -1, -1, -1, -1,
  2025. -1, -1, -1, -1, -1, -1, -1, 288,
  2026. 125, -1, -1, -1, -1, -1, -1, -1,
  2027. -1, -1, -1, -1, -1, -1, -1, -1,
  2028. -1, -1, -1, -1, -1, -1, -1, -1,
  2029. -1, -1, -1, -1, -1, -1, -1, -1,
  2030. -1, -1, -1, -1, -1, -1, -1, -1,
  2031. -1, -1, -1, -1, -1, -1, -1, -1,
  2032. -1, -1, -1, -1, -1, -1, -1, -1,
  2033. -1, -1, -1, -1, -1, -1, -1, -1,
  2034. -1, -1, -1, -1, -1, -1, -1, -1,
  2035. -1, -1, -1, -1, -1, -1, -1, -1,
  2036. -1, -1, -1, 120, -1, -1, -1, -1,
  2037. 292, -1, -1, -1, -1, -1, -1, -1,
  2038. -1, -1, -1, -1, -1, -1, -1, -1,
  2039. -1, -1, -1, -1, -1, -1, -1, -1,
  2040. -1, -1, -1, -1, -1, -1, -1, -1,
  2041. -1, -1, -1, -1, -1, -1, -1, -1,
  2042. -1, -1, -1, -1, -1, -1, -1, -1,
  2043. -1, -1, -1, -1, -1, -1, -1, -1,
  2044. -1, -1, -1, -1, -1, -1, -1, -1,
  2045. -1, -1, -1, -1, -1, -1, -1, -1,
  2046. -1, -1, -1, -1, -1, -1, -1, -1,
  2047. -1, -1, -1, -1, -1, -1, -1, -1,
  2048. -1, -1, -1, -1, -1, -1, -1, -1,
  2049. -1, -1, -1, -1, -1, -1, -1, -1,
  2050. -1, -1, -1, -1, -1, -1, -1, -1,
  2051. -1, -1, -1, -1, -1, -1, -1, -1,
  2052. -1, -1, -1, -1, -1, -1, 212, 290,
  2053. -1, -1, -1, -1, -1, -1, -1, -1,
  2054. -1, -1, -1, -1, -1, -1, -1, -1,
  2055. -1, -1, 288, 215, -1, -1, 215, -1,
  2056. 215, -1, -1, -1, -1, -1, -1, -1,
  2057. -1, -1, -1, -1, -1, -1, -1, -1,
  2058. -1, -1, -1, -1, -1, -1, -1, -1,
  2059. -1, -1, -1, -1, -1, -1, -1, -1,
  2060. -1, -1, -1, -1, -1, -1, -1, -1,
  2061. -1, -1, -1, -1, -1, -1, -1, -1,
  2062. -1, -1, -1, -1, -1, -1, -1, -1,
  2063. -1, -1, -1, -1, -1, -1, -1, -1,
  2064. -1, -1, -1, -1, -1, -1, -1, -1,
  2065. -1, -1, -1, -1, -1, -1, 215, -1,
  2066. -1, -1, -1, 215, -1, -1, -1, 215,
  2067. -1, -1, -1, -1, -1, -1, -1, -1,
  2068. -1, -1, -1, -1, -1, -1, -1, -1,
  2069. -1, -1, -1, -1, -1, -1, -1, -1,
  2070. -1, -1, -1, -1, -1, -1, -1, -1,
  2071. -1, -1, -1, -1, -1, -1, -1, -1,
  2072. -1, -1, -1, -1, -1, -1, -1, -1,
  2073. -1, -1, -1, -1, -1, -1, -1, -1,
  2074. -1, -1, -1, -1, -1, -1, -1, -1,
  2075. -1, -1, -1, -1, -1, 261, 273, 285,
  2076. 237, 249, 216, -1, -1, 216, -1, 216,
  2077. -1, -1, -1, -1, -1, -1, -1, -1,
  2078. -1, -1, -1, -1, -1, -1, -1, -1,
  2079. -1, -1, -1, -1, -1, -1, -1, -1,
  2080. -1, -1, -1, -1, -1, -1, -1, -1,
  2081. -1, -1, -1, -1, -1, -1, -1, -1,
  2082. -1, -1, -1, -1, -1, -1, -1, -1,
  2083. -1, -1, -1, -1, -1, -1, -1, -1,
  2084. -1, -1, -1, -1, -1, -1, -1, -1,
  2085. -1, -1, -1, -1, -1, -1, -1, -1,
  2086. -1, -1, -1, -1, -1, 216, -1, -1,
  2087. -1, -1, 216, -1, -1, -1, 216, -1,
  2088. -1, -1, -1, -1, -1, -1, -1, -1,
  2089. -1, -1, -1, -1, -1, -1, -1, -1,
  2090. -1, -1, -1, -1, -1, -1, -1, -1,
  2091. -1, -1, -1, -1, -1, -1, -1, -1,
  2092. -1, -1, -1, -1, -1, -1, -1, -1,
  2093. -1, -1, -1, -1, -1, -1, -1, -1,
  2094. -1, -1, -1, -1, -1, -1, -1, -1,
  2095. -1, -1, -1, -1, -1, -1, -1, -1,
  2096. -1, -1, 224, -1, 259, 271, 283, 235,
  2097. 247, 217, -1, -1, 217, -1, 217, -1,
  2098. -1, -1, -1, -1, -1, -1, -1, -1,
  2099. -1, -1, -1, -1, -1, -1, -1, -1,
  2100. -1, -1, -1, -1, -1, -1, -1, -1,
  2101. -1, -1, -1, -1, -1, -1, -1, -1,
  2102. -1, -1, -1, -1, -1, -1, -1, -1,
  2103. -1, -1, -1, -1, -1, -1, -1, -1,
  2104. -1, -1, -1, -1, -1, -1, -1, -1,
  2105. -1, -1, -1, -1, -1, -1, -1, -1,
  2106. -1, -1, -1, -1, -1, -1, -1, -1,
  2107. -1, -1, -1, -1, 217, -1, -1, -1,
  2108. -1, 217, -1, -1, -1, 217, -1, -1,
  2109. -1, -1, -1, -1, -1, -1, -1, -1,
  2110. -1, -1, -1, -1, -1, -1, -1, -1,
  2111. -1, -1, -1, -1, -1, -1, -1, -1,
  2112. -1, -1, -1, -1, -1, -1, -1, -1,
  2113. -1, -1, -1, -1, -1, -1, -1, -1,
  2114. -1, -1, -1, -1, -1, -1, -1, -1,
  2115. -1, -1, -1, -1, -1, -1, -1, -1,
  2116. -1, -1, -1, -1, -1, -1, -1, -1,
  2117. -1, 222, -1, 257, 269, 281, 233, 245,
  2118. 218, -1, -1, 218, -1, 218, -1, -1,
  2119. -1, -1, -1, -1, -1, -1, -1, -1,
  2120. -1, -1, -1, -1, -1, -1, -1, -1,
  2121. -1, -1, -1, -1, -1, -1, -1, -1,
  2122. -1, -1, -1, -1, -1, -1, -1, -1,
  2123. -1, -1, -1, -1, -1, -1, -1, -1,
  2124. -1, -1, -1, -1, -1, -1, -1, -1,
  2125. -1, -1, -1, -1, -1, -1, -1, -1,
  2126. -1, -1, -1, -1, -1, -1, -1, -1,
  2127. -1, -1, -1, -1, -1, -1, -1, -1,
  2128. -1, -1, -1, 218, -1, -1, -1, -1,
  2129. 218, -1, -1, -1, 218, -1, -1, -1,
  2130. -1, -1, -1, -1, -1, -1, -1, -1,
  2131. -1, -1, -1, -1, -1, -1, -1, -1,
  2132. -1, -1, -1, -1, -1, -1, -1, -1,
  2133. -1, -1, -1, -1, -1, -1, -1, -1,
  2134. -1, -1, -1, -1, -1, -1, -1, -1,
  2135. -1, -1, -1, -1, -1, -1, -1, -1,
  2136. -1, -1, -1, -1, -1, -1, -1, -1,
  2137. -1, -1, -1, -1, -1, -1, -1, -1,
  2138. 220, -1, 253, 265, 277, 229, 241, 255,
  2139. 267, 279, 231, 243, 263, 275, 287, 239,
  2140. 251, 127, -1, -1, -1, -1, -1, -1,
  2141. -1, -1, -1, -1, -1, -1, -1, -1,
  2142. -1, -1, -1, -1, -1, -1, -1, -1,
  2143. -1, -1, -1, -1, -1, -1, -1, -1,
  2144. -1, -1, -1, -1, -1, -1, -1, -1,
  2145. -1, -1, -1, -1, -1, -1, -1, -1,
  2146. -1, -1, -1, -1, -1, -1, -1, -1,
  2147. -1, -1, -1, -1, -1, -1, -1, -1,
  2148. -1, -1, -1, -1, -1, -1, -1, -1,
  2149. -1, -1, -1, -1, -1, -1, -1, -1,
  2150. -1, -1, -1, -1, -1, -1, -1, -1,
  2151. -1, 309, -1, -1, -1, -1, -1, -1,
  2152. -1, -1, -1, -1, -1, -1, -1, -1,
  2153. -1, -1, -1, -1, -1, -1, -1, -1,
  2154. -1, -1, -1, -1, -1, -1, -1, -1,
  2155. -1, -1, -1, -1, -1, -1, -1, -1,
  2156. -1, -1, -1, -1, -1, -1, -1, -1,
  2157. -1, -1, -1, -1, -1, -1, -1, -1,
  2158. -1, -1, -1, -1, -1, -1, -1, -1,
  2159. -1, -1, -1, -1, -1, -1, -1, -1,
  2160. -1, -1, -1, -1, -1, -1, -1, -1,
  2161. -1, -1, -1, -1, -1, -1, -1, -1,
  2162. -1, -1, -1, -1, -1, -1, -1, -1,
  2163. -1, -1, -1, -1, -1, -1, -1, -1,
  2164. -1, -1, -1, -1, -1, -1, -1, -1,
  2165. -1, -1, -1, -1, -1, -1, -1, -1,
  2166. -1, -1, -1, -1, -1, -1, -1, -1,
  2167. -1, -1, -1, -1, -1, -1, -1, -1,
  2168. -1, -1, -1, -1, -1, -1, -1, -1,
  2169. -1, 126, 17, -1, -1, -1, -1, -1,
  2170. -1, -1, -1, -1, -1, -1, -1, -1,
  2171. -1, -1, -1, -1, -1, -1, -1, -1,
  2172. -1, -1, -1, -1, -1, -1, -1, -1,
  2173. -1, -1, -1, -1, -1, -1, -1, -1,
  2174. -1, -1, -1, -1, -1, -1, -1, -1,
  2175. -1, -1, -1, -1, -1, -1, -1, -1,
  2176. -1, -1, -1, -1, -1, -1, -1, -1,
  2177. -1, -1, -1, -1, -1, -1, -1, -1,
  2178. -1, -1, -1, -1, -1, -1, -1, -1,
  2179. -1, -1, -1, -1, -1, -1, 323, -1,
  2180. -1, 326, 328, -1, -1, -1, -1, -1,
  2181. -1, -1, -1, -1, -1, -1, -1, -1,
  2182. -1, -1, -1, -1, -1, -1, -1, -1,
  2183. -1, -1, -1, -1, -1, -1, -1, -1,
  2184. -1, -1, -1, -1, -1, -1, -1, -1,
  2185. -1, -1, -1, -1, -1, -1, -1, -1,
  2186. -1, -1, -1, -1, -1, -1, -1, -1,
  2187. -1, -1, -1, -1, -1, -1, -1, -1,
  2188. -1, -1, -1, -1, -1, -1, -1, -1,
  2189. -1, -1, -1, -1, -1, -1, -1, -1,
  2190. -1, -1, -1, -1, -1, -1, -1, -1,
  2191. -1, -1, -1, -1, -1, -1, -1, -1,
  2192. -1, -1, -1, -1, -1, -1, -1, -1,
  2193. -1, -1, -1, -1, -1, -1, -1, -1,
  2194. -1, -1, -1, -1, -1, 325, -1, -1,
  2195. -1, -1, -1, -1, -1, -1, -1, -1,
  2196. -1, -1, -1, -1, -1, -1, -1, -1,
  2197. -1, -1, -1, -1, -1, -1, -1, -1,
  2198. -1, -1, -1, -1, -1, -1, 320, 55,
  2199. -1, -1, -1, -1, -1, -1, 63, -1,
  2200. 131, -1, -1, 17, -1, -1, -1, -1,
  2201. -1, -1, -1, -1, -1, -1, -1, -1,
  2202. -1, -1, -1, -1, -1, -1, -1, -1,
  2203. -1, -1, -1, -1, -1, -1, -1, -1,
  2204. -1, -1, -1, -1, -1, -1, -1, -1,
  2205. -1, -1, -1, -1, -1, -1, -1, -1,
  2206. -1, -1, -1, -1, 56, -1, -1, -1,
  2207. -1, -1, -1, -1, -1, -1, -1, -1,
  2208. -1, -1, -1, -1, -1, -1, -1, -1,
  2209. -1, -1, -1, -1, -1, -1, -1, -1,
  2210. -1, -1, -1, -1, -1, -1, 51, 57,
  2211. -1, -1, 326, 328, -1, -1, -1, -1,
  2212. -1, -1, -1, -1, -1, -1, -1, -1,
  2213. -1, -1, -1, -1, -1, -1, -1, -1,
  2214. -1, -1, -1, -1, -1, -1, -1, -1,
  2215. -1, -1, -1, -1, -1, -1, -1, -1,
  2216. -1, -1, -1, -1, -1, -1, -1, -1,
  2217. -1, 61, 59, 60, -1, -1, -1, -1,
  2218. -1, -1, -1, -1, -1, -1, -1, -1,
  2219. -1, 4, -1, -1, -1, -1, -1, -1,
  2220. -1, -1, -1, -1, -1, 158, -1, -1,
  2221. -1, -1, -1, -1, -1, -1, -1, -1,
  2222. -1, -1, -1, -1, -1, -1, -1, -1,
  2223. -1, -1, -1, -1, 180, -1, 179, -1,
  2224. -1, -1, -1, -1, -1, -1, -1, -1,
  2225. -1, 160, 108, -1, 107, -1, 58, -1,
  2226. -1, -1, 177, -1, -1, -1, 48, 191,
  2227. 49, 198, 52, -1, 53, -1, -1, -1,
  2228. -1, -1, -1, -1, -1, -1, -1, 54,
  2229. -1, -1, -1, 308, 312, -1, -1, 62,
  2230. 81, -1, -1, -1, -1, -1, -1, -1,
  2231. -1, -1, -1, -1, -1, -1, -1, 184,
  2232. -1, -1, -1, -1, -1, -1, -1, -1,
  2233. -1, -1, -1, -1, -1, -1, -1, -1,
  2234. -1, -1, -1, -1, -1, -1, -1, -1,
  2235. -1, -1, -1, -1, -1, -1, -1, -1,
  2236. -1, -1, -1, -1, -1, -1, -1, -1,
  2237. -1, -1, -1, -1, -1, -1, -1, -1,
  2238. -1, -1, -1, -1, -1, -1, -1, -1,
  2239. -1, -1, -1, -1, -1, -1, -1, 120,
  2240. -1, -1, -1, -1, -1, -1, -1, -1,
  2241. -1, -1, -1, -1, -1, -1, -1, 130,
  2242. -1, -1, -1, -1, -1, -1, -1, -1,
  2243. -1, -1, -1, -1, -1, -1, -1, -1,
  2244. -1, -1, -1, -1, -1, -1, -1, -1,
  2245. -1, -1, -1, -1, -1, -1, -1, -1,
  2246. -1, -1, -1, -1, -1, -1, -1, -1,
  2247. -1, -1, -1, -1, -1, -1, -1, -1,
  2248. -1, -1, -1, -1, -1, -1, -1, -1,
  2249. -1, -1, -1, -1, -1, -1, -1, -1,
  2250. -1, -1, -1, -1, -1, -1, -1, -1,
  2251. -1, -1, -1, -1, -1, -1, -1, -1,
  2252. -1, -1, -1, -1, -1, -1, -1, -1,
  2253. -1, -1, -1, -1, -1, -1, -1, -1,
  2254. -1, -1, -1, -1, -1, -1, -1, -1,
  2255. -1, -1, -1, -1, -1, -1, -1, -1,
  2256. -1, 129, -1, 183, 165, -1, -1, -1,
  2257. -1, -1, -1, -1, -1, -1, -1, -1,
  2258. -1, -1, -1, -1, -1, -1, -1, -1,
  2259. -1, -1, -1, -1, -1, -1, -1, -1,
  2260. -1, -1, -1, -1, -1, -1, -1, -1,
  2261. -1, -1, -1, -1, -1, -1, -1, -1,
  2262. -1, -1, -1, -1, -1, -1, -1, -1,
  2263. -1, -1, -1, -1, -1, -1, -1, -1,
  2264. -1, -1, -1, -1, -1, -1, -1, -1,
  2265. -1, -1, -1, -1, -1, -1, -1, -1,
  2266. -1, -1, -1, -1, -1, -1, -1, -1,
  2267. -1, -1, -1, -1, -1, -1, -1, -1,
  2268. -1, -1, -1, -1, -1, -1, -1, -1,
  2269. -1, -1, -1, -1, -1, -1, -1, -1,
  2270. -1, -1, -1, -1, -1, -1, -1, -1,
  2271. -1, 128, 387, -1, -1, -1, -1, -1,
  2272. -1, -1, -1, -1, -1, -1, -1, -1,
  2273. -1, -1, -1, -1, 387, -1, -1, -1,
  2274. -1, -1, -1, -1, -1, -1, -1, -1,
  2275. -1, -1, -1, -1, -1, -1, -1, -1,
  2276. -1, -1, -1, -1, -1, -1, -1, -1,
  2277. -1, -1, -1, -1, -1, -1, -1, -1,
  2278. -1, -1, -1, -1, -1, -1, -1, -1,
  2279. -1, -1, -1, -1, -1, -1, -1, -1,
  2280. -1, -1, -1, -1, -1, -1, -1, -1,
  2281. -1, -1, -1, -1, -1, -1, -1, -1,
  2282. -1, -1, -1, -1, -1, -1, -1, -1,
  2283. -1, -1, -1, -1, -1, -1, -1, 132,
  2284. 376, 377, 378, -1, 375, -1, -1, -1,
  2285. -1, -1, -1, -1, -1, -1, -1, -1,
  2286. -1, -1, -1, 356, -1, -1, -1, -1,
  2287. -1, -1, -1, -1, -1, -1, -1, -1,
  2288. -1, -1, -1, -1, -1, -1, -1, -1,
  2289. -1, -1, -1, -1, -1, -1, -1, -1,
  2290. -1, -1, -1, -1, -1, -1, -1, -1,
  2291. -1, -1, -1, -1, -1, -1, -1, -1,
  2292. -1, -1, -1, -1, -1, -1, -1, -1,
  2293. -1, -1, -1, -1, -1, -1, -1, -1,
  2294. -1, -1, -1, -1, -1, -1, -1, -1,
  2295. 374, -1, -1, -1, 372, 373, -1, -1,
  2296. -1, -1, -1, -1, -1, -1, 379, -1,
  2297. -1, -1, -1, -1, -1, -1, -1, -1,
  2298. -1, -1, -1, -1, -1, -1, -1, -1,
  2299. -1, -1, -1, -1, -1, -1, -1, -1,
  2300. -1, -1, -1, -1, -1, -1, -1, -1,
  2301. -1, -1, -1, -1, -1, -1, -1, -1,
  2302. -1, -1, -1, 368, 369, 370, 371, -1,
  2303. -1, -1, -1, -1, -1, -1, -1, -1,
  2304. -1, -1, -1, -1, -1, -1, -1, -1,
  2305. -1, -1, -1, -1, -1, -1, 380, 381,
  2306. -1, -1, -1, 382, 383, 30, -1, -1,
  2307. -1, -1, -1, -1, -1, -1, -1, -1,
  2308. -1, -1, -1, -1, -1, -1, -1, -1,
  2309. -1, -1, -1, -1, -1, -1, -1, -1,
  2310. -1, -1, -1, -1, -1, -1, -1, -1,
  2311. -1, -1, -1, -1, -1, -1, -1, -1,
  2312. -1, -1, -1, -1, -1, -1, -1, -1,
  2313. -1, -1, -1, -1, -1, -1, -1, -1,
  2314. -1, -1, -1, -1, -1, -1, -1, 365,
  2315. -1, 367, -1, 363, 366, 376, 377, 378,
  2316. -1, 375, -1, -1, -1, -1, -1, -1,
  2317. -1, -1, -1, -1, -1, -1, -1, -1,
  2318. 360, -1, -1, -1, -1, -1, -1, -1,
  2319. -1, -1, -1, -1, -1, -1, -1, -1,
  2320. -1, -1, -1, -1, -1, -1, -1, -1,
  2321. -1, -1, -1, -1, -1, -1, -1, -1,
  2322. -1, -1, -1, -1, -1, -1, -1, -1,
  2323. -1, -1, -1, -1, -1, -1, -1, -1,
  2324. -1, -1, -1, -1, -1, -1, -1, -1,
  2325. -1, -1, -1, -1, -1, -1, -1, -1,
  2326. -1, -1, -1, -1, -1, 374, -1, -1,
  2327. -1, 372, 373, -1, -1, -1, -1, -1,
  2328. -1, -1, -1, 379, -1, -1, -1, -1,
  2329. -1, -1, -1, -1, -1, -1, -1, -1,
  2330. -1, -1, -1, -1, -1, -1, -1, -1,
  2331. -1, -1, -1, -1, -1, -1, -1, -1,
  2332. -1, -1, -1, -1, -1, -1, -1, -1,
  2333. -1, -1, -1, -1, -1, -1, -1, -1,
  2334. 368, 369, 370, 371, -1, -1, -1, -1,
  2335. -1, -1, -1, -1, -1, -1, -1, -1,
  2336. -1, -1, -1, -1, -1, -1, -1, -1,
  2337. -1, -1, -1, 380, 381, -1, -1, -1,
  2338. 382, 383, 30, -1, -1, -1, -1, -1,
  2339. -1, -1, -1, -1, -1, -1, -1, -1,
  2340. -1, -1, -1, -1, -1, -1, -1, -1,
  2341. -1, -1, -1, -1, -1, -1, -1, -1,
  2342. -1, -1, -1, -1, -1, -1, -1, -1,
  2343. -1, -1, -1, -1, -1, -1, -1, -1,
  2344. -1, -1, -1, -1, -1, -1, -1, -1,
  2345. -1, -1, -1, -1, -1, -1, -1, -1,
  2346. -1, -1, -1, -1, 365, -1, 367, -1,
  2347. 363, 366, 376, 377, 378, -1, 375, -1,
  2348. -1, -1, -1, -1, -1, -1, -1, -1,
  2349. -1, -1, -1, -1, -1, 358, -1, -1,
  2350. -1, -1, -1, -1, -1, -1, -1, -1,
  2351. -1, -1, -1, -1, -1, -1, -1, -1,
  2352. -1, -1, -1, -1, -1, -1, -1, -1,
  2353. -1, -1, -1, -1, -1, -1, -1, -1,
  2354. -1, -1, -1, -1, -1, -1, -1, -1,
  2355. -1, -1, -1, -1, -1, -1, -1, -1,
  2356. -1, -1, -1, -1, -1, -1, -1, -1,
  2357. -1, -1, -1, -1, -1, -1, -1, -1,
  2358. -1, -1, 374, -1, -1, -1, 372, 373,
  2359. -1, -1, -1, -1, -1, -1, -1, -1,
  2360. 379, -1, -1, -1, -1, -1, -1, -1,
  2361. -1, -1, -1, -1, -1, -1, -1, -1,
  2362. -1, -1, -1, -1, -1, -1, -1, -1,
  2363. -1, -1, -1, -1, -1, -1, -1, -1,
  2364. -1, -1, -1, -1, -1, -1, -1, -1,
  2365. -1, -1, -1, -1, -1, 368, 369, 370,
  2366. 371, -1, -1, -1, -1, -1, -1, -1,
  2367. -1, -1, -1, -1, -1, -1, -1, -1,
  2368. -1, -1, -1, -1, -1, -1, -1, -1,
  2369. 380, 381, -1, -1, -1, 382, 383, 30,
  2370. -1, -1, -1, -1, -1, -1, -1, -1,
  2371. -1, -1, -1, -1, -1, -1, -1, -1,
  2372. -1, -1, -1, -1, -1, -1, -1, -1,
  2373. -1, -1, -1, -1, -1, -1, -1, -1,
  2374. -1, -1, -1, -1, -1, -1, -1, -1,
  2375. -1, -1, -1, -1, -1, -1, -1, -1,
  2376. -1, -1, -1, -1, -1, -1, -1, -1,
  2377. -1, -1, -1, -1, -1, -1, -1, -1,
  2378. -1, 365, -1, 367, -1, 363, 366, 332,
  2379. 332, 332, -1, 332, 331, -1, 332, 338,
  2380. -1, -1, -1, 338, -1, -1, -1, -1,
  2381. -1, -1, -1, -1, -1, -1, -1, -1,
  2382. -1, -1, -1, -1, -1, -1, -1, -1,
  2383. -1, -1, -1, -1, -1, -1, -1, -1,
  2384. -1, -1, -1, -1, -1, -1, -1, -1,
  2385. -1, -1, -1, -1, -1, -1, -1, -1,
  2386. -1, -1, -1, -1, -1, -1, -1, -1,
  2387. -1, -1, -1, -1, -1, -1, -1, -1,
  2388. -1, -1, -1, -1, -1, -1, -1, -1,
  2389. -1, -1, -1, -1, -1, -1, -1, -1,
  2390. -1, -1, -1, -1, -1, -1, -1, -1,
  2391. -1, -1, -1, -1, -1, -1, -1, -1,
  2392. 133, 338, -1, -1, -1, 338, -1, -1,
  2393. -1, -1, -1, -1, -1, -1, -1, -1,
  2394. -1, -1, -1, -1, -1, -1, -1, -1,
  2395. -1, -1, -1, -1, -1, -1, -1, -1,
  2396. -1, -1, -1, -1, -1, -1, -1, -1,
  2397. -1, -1, -1, -1, -1, -1, -1, -1,
  2398. -1, -1, -1, -1, -1, -1, -1, -1,
  2399. -1, -1, -1, -1, -1, -1, -1, -1,
  2400. -1, -1, -1, -1, -1, -1, -1, -1,
  2401. -1, -1, -1, -1, -1, -1, -1, -1,
  2402. -1, -1, -1, -1, -1, -1, -1, -1,
  2403. -1, -1, -1, -1, -1, -1, -1, -1,
  2404. -1, -1, 134, 339, -1, -1, 135, 339,
  2405. 83, -1, -1, 185, -1, -1, 185, 84,
  2406. -1, -1, -1, -1, -1, -1, -1, -1,
  2407. -1, -1, -1, -1, -1, 185, -1, -1,
  2408. -1, -1, -1, -1, -1, -1, -1, -1,
  2409. -1, -1, -1, -1, -1, -1, -1, -1,
  2410. -1, -1, -1, -1, -1, -1, -1, -1,
  2411. -1, -1, -1, -1, -1, -1, -1, -1,
  2412. -1, -1, -1, -1, -1, -1, -1, -1,
  2413. -1, -1, -1, -1, -1, -1, -1, -1,
  2414. -1, -1, -1, -1, -1, -1, -1, -1,
  2415. -1, -1, -1, -1, -1, 185, 82, -1,
  2416. -1, -1, -1, -1, -1, -1, -1, -1,
  2417. -1, -1, -1, -1, -1, 185, -1, -1,
  2418. -1, -1, 85, 391, -1, -1, -1, -1,
  2419. -1, -1, -1, -1, -1, -1, -1, -1,
  2420. -1, -1, -1, -1, -1, -1, -1, -1,
  2421. -1, -1, -1, -1, -1, -1, -1, -1,
  2422. -1, -1, -1, -1, -1, -1, -1, -1,
  2423. -1, -1, -1, -1, -1, -1, -1, -1,
  2424. -1, -1, -1, -1, -1, -1, -1, -1,
  2425. -1, -1, -1, -1, -1, -1, -1, -1,
  2426. -1, -1, -1, -1, -1, -1, -1, -1,
  2427. -1, -1, -1, -1, -1, -1, -1, -1,
  2428. -1, -1, -1, -1, -1, -1, -1, -1,
  2429. -1, -1, -1, -1, -1, -1, -1, -1,
  2430. -1, -1, -1, -1, -1, -1, -1, -1,
  2431. -1, -1, -1, -1, -1, -1, -1, -1,
  2432. -1, -1, -1, -1, -1, -1, -1, -1,
  2433. -1, -1, -1, -1, -1, -1, -1, -1,
  2434. -1, -1, -1, -1, -1, -1, -1, -1,
  2435. -1, -1, -1, -1, -1, -1, -1, -1,
  2436. -1, -1, -1, -1, -1, -1, -1, -1,
  2437. -1, -1, -1, -1, -1, -1, -1, -1,
  2438. -1, -1, -1, -1, -1, -1, -1, -1,
  2439. -1, 136, 139, -1, -1, -1, -1, -1,
  2440. -1, -1, -1, -1, -1, -1, -1, -1,
  2441. -1, -1, -1, -1, -1, -1, -1, -1,
  2442. -1, -1, -1, -1, -1, -1, -1, -1,
  2443. -1, -1, -1, -1, -1, -1, -1, -1,
  2444. -1, -1, -1, -1, -1, -1, -1, -1,
  2445. -1, -1, -1, -1, -1, -1, -1, -1,
  2446. -1, -1, -1, -1, -1, -1, -1, -1,
  2447. -1, -1, -1, -1, -1, -1, -1, -1,
  2448. -1, -1, -1, -1, -1, -1, -1, -1,
  2449. -1, -1, -1, -1, -1, -1, -1, -1,
  2450. -1, -1, -1, -1, -1, -1, -1, -1,
  2451. -1, -1, -1, -1, -1, -1, -1, -1,
  2452. -1, -1, -1, -1, -1, -1, -1, -1,
  2453. -1, -1, -1, -1, -1, -1, -1, -1,
  2454. -1, -1, -1, -1, -1, -1, -1, -1,
  2455. -1, -1, -1, -1, -1, -1, -1, -1,
  2456. -1, -1, -1, 137, -1, -1, -1, -1,
  2457. -1, -1, -1, -1, 138, 342, 342, 342,
  2458. -1, 342, -1, -1, -1, -1, -1, -1,
  2459. -1, -1, -1, -1, -1, -1, -1, -1,
  2460. 342, -1, -1, -1, -1, -1, -1, -1,
  2461. -1, -1, -1, -1, -1, -1, -1, -1,
  2462. -1, -1, -1, -1, -1, -1, -1, -1,
  2463. -1, -1, -1, -1, -1, -1, -1, -1,
  2464. -1, -1, -1, -1, -1, -1, -1, -1,
  2465. -1, -1, -1, -1, -1, -1, -1, -1,
  2466. -1, -1, -1, -1, -1, -1, -1, -1,
  2467. -1, -1, -1, -1, -1, -1, -1, -1,
  2468. -1, -1, 342, -1, -1, 342, -1, -1,
  2469. -1, 342, 342, -1, -1, -1, -1, -1,
  2470. -1, -1, -1, 342, -1, -1, -1, -1,
  2471. -1, -1, -1, -1, -1, -1, -1, -1,
  2472. -1, -1, -1, -1, -1, -1, -1, -1,
  2473. -1, -1, -1, -1, -1, -1, -1, -1,
  2474. -1, -1, -1, -1, -1, -1, -1, -1,
  2475. -1, -1, -1, -1, -1, -1, -1, -1,
  2476. 342, 342, 342, 342, -1, -1, -1, -1,
  2477. -1, -1, -1, -1, -1, -1, -1, -1,
  2478. -1, -1, -1, -1, -1, -1, -1, -1,
  2479. 342, 342, 342, 342, 342, 342, 342, 342,
  2480. 342, 342, 342, 342, -1, -1, -1, -1,
  2481. -1, -1, -1, -1, -1, -1, -1, -1,
  2482. -1, -1, -1, -1, -1, -1, -1, 140,
  2483. 297, 298, 124, -1, -1, -1, -1, -1,
  2484. -1, -1, -1, -1, -1, -1, -1, -1,
  2485. -1, -1, -1, -1, -1, -1, -1, -1,
  2486. -1, -1, -1, -1, -1, -1, -1, -1,
  2487. -1, -1, -1, -1, -1, -1, -1, -1,
  2488. -1, -1, -1, -1, -1, -1, -1, -1,
  2489. -1, -1, -1, -1, -1, -1, -1, -1,
  2490. -1, -1, -1, -1, -1, -1, -1, -1,
  2491. -1, -1, -1, -1, -1, -1, -1, -1,
  2492. -1, -1, -1, -1, -1, -1, -1, -1,
  2493. -1, -1, -1, -1, -1, 120, -1, -1,
  2494. -1, -1, 292, -1, -1, -1, -1, -1,
  2495. -1, -1, -1, -1, -1, -1, -1, -1,
  2496. -1, -1, -1, -1, -1, -1, -1, -1,
  2497. -1, -1, -1, -1, -1, -1, -1, -1,
  2498. -1, -1, -1, -1, -1, -1, -1, -1,
  2499. -1, -1, -1, -1, -1, -1, -1, -1,
  2500. -1, -1, -1, -1, -1, -1, -1, -1,
  2501. -1, -1, -1, -1, -1, -1, -1, -1,
  2502. -1, -1, -1, -1, -1, -1, -1, -1,
  2503. -1, -1, -1, -1, -1, -1, -1, -1,
  2504. -1, -1, -1, -1, -1, -1, -1, -1,
  2505. -1, -1, -1, -1, -1, -1, -1, -1,
  2506. -1, -1, -1, -1, -1, -1, -1, -1,
  2507. -1, -1, -1, -1, -1, -1, -1, -1,
  2508. -1, -1, -1, -1, -1, -1, -1, -1,
  2509. -1, -1, -1, -1, -1, -1, -1, -1,
  2510. 207, 290, -1, -1, -1, -1, -1, -1,
  2511. -1, -1, -1, -1, -1, -1, -1, -1,
  2512. -1, -1, -1, -1, 288, 292, -1, -1,
  2513. -1, -1, -1, -1, -1, -1, -1, -1,
  2514. -1, -1, -1, -1, -1, -1, -1, -1,
  2515. -1, -1, -1, -1, -1, -1, -1, -1,
  2516. -1, -1, -1, -1, -1, -1, -1, -1,
  2517. -1, -1, -1, -1, -1, -1, -1, -1,
  2518. -1, -1, -1, -1, -1, -1, -1, -1,
  2519. -1, -1, -1, -1, -1, -1, -1, -1,
  2520. -1, -1, -1, -1, -1, -1, -1, -1,
  2521. -1, -1, -1, -1, -1, -1, -1, -1,
  2522. -1, -1, -1, -1, -1, -1, -1, -1,
  2523. -1, -1, -1, -1, -1, -1, -1, -1,
  2524. -1, -1, -1, -1, -1, -1, -1, -1,
  2525. -1, -1, -1, -1, -1, -1, -1, -1,
  2526. -1, -1, -1, -1, -1, -1, -1, -1,
  2527. -1, -1, -1, -1, -1, -1, -1, -1,
  2528. -1, -1, -1, -1, -1, -1, -1, -1,
  2529. -1, -1, -1, -1, -1, -1, -1, -1,
  2530. -1, -1, -1, -1, -1, -1, -1, 138,
  2531. 142, -1, -1, -1, -1, -1, -1, -1,
  2532. -1, -1, -1, -1, -1, -1, -1, -1,
  2533. -1, -1, -1, -1, -1, -1, -1, -1,
  2534. -1, -1, -1, -1, -1, -1, -1, -1,
  2535. -1, -1, -1, -1, -1, -1, -1, -1,
  2536. -1, -1, -1, -1, -1, -1, -1, -1,
  2537. -1, -1, -1, -1, -1, -1, -1, -1,
  2538. -1, -1, -1, -1, -1, -1, -1, -1,
  2539. -1, -1, -1, -1, -1, -1, -1, -1,
  2540. -1, -1, -1, -1, -1, -1, -1, -1,
  2541. -1, -1, -1, -1, -1, -1, -1, -1,
  2542. -1, -1, -1, -1, -1, -1, -1, -1,
  2543. -1, -1, -1, -1, -1, -1, -1, -1,
  2544. -1, -1, -1, -1, -1, -1, -1, -1,
  2545. -1, -1, -1, -1, -1, -1, -1, -1,
  2546. -1, -1, -1, -1, -1, -1, -1, -1,
  2547. -1, -1, -1, -1, -1, -1, -1, -1,
  2548. -1, -1, -1, -1, -1, -1, -1, -1,
  2549. 141, -1, 138, 144, -1, -1, -1, -1,
  2550. -1, -1, -1, -1, -1, -1, -1, -1,
  2551. -1, -1, -1, -1, -1, -1, -1, -1,
  2552. -1, -1, -1, -1, -1, -1, -1, -1,
  2553. -1, -1, -1, -1, -1, -1, -1, -1,
  2554. -1, -1, -1, -1, -1, -1, -1, -1,
  2555. -1, -1, -1, -1, -1, -1, -1, -1,
  2556. -1, -1, -1, -1, -1, -1, -1, -1,
  2557. -1, -1, -1, -1, -1, -1, -1, -1,
  2558. -1, -1, -1, -1, -1, -1, -1, -1,
  2559. -1, -1, -1, -1, 304, 309, -1, -1,
  2560. -1, -1, -1, -1, -1, -1, -1, -1,
  2561. -1, -1, -1, -1, -1, -1, -1, -1,
  2562. -1, -1, -1, -1, -1, -1, -1, -1,
  2563. -1, -1, -1, -1, -1, -1, -1, -1,
  2564. -1, -1, -1, -1, -1, -1, -1, -1,
  2565. -1, -1, -1, -1, -1, -1, -1, -1,
  2566. -1, -1, -1, -1, -1, -1, -1, -1,
  2567. -1, -1, -1, -1, -1, -1, -1, -1,
  2568. -1, -1, -1, -1, -1, -1, -1, -1,
  2569. -1, -1, -1, -1, -1, -1, -1, -1,
  2570. -1, -1, -1, -1, -1, -1, -1, -1,
  2571. -1, -1, -1, -1, -1, -1, -1, -1,
  2572. -1, -1, -1, -1, -1, -1, -1, -1,
  2573. -1, -1, -1, -1, -1, -1, -1, -1,
  2574. -1, -1, -1, -1, -1, -1, -1, -1,
  2575. -1, -1, -1, -1, -1, -1, -1, -1,
  2576. -1, -1, -1, -1, -1, -1, -1, -1,
  2577. -1, -1, -1, -1, -1, 143, 35, 181,
  2578. 124, -1, -1, -1, -1, -1, -1, -1,
  2579. -1, -1, -1, -1, -1, -1, -1, -1,
  2580. -1, -1, -1, -1, -1, -1, -1, -1,
  2581. -1, -1, -1, -1, -1, -1, -1, -1,
  2582. -1, -1, -1, -1, -1, -1, -1, -1,
  2583. -1, -1, -1, -1, -1, -1, -1, -1,
  2584. -1, -1, -1, -1, -1, -1, -1, -1,
  2585. -1, -1, -1, -1, -1, -1, -1, -1,
  2586. -1, -1, -1, -1, -1, -1, -1, -1,
  2587. -1, -1, -1, -1, -1, -1, -1, -1,
  2588. -1, -1, -1, 120, -1, -1, -1, -1,
  2589. 292, -1, -1, -1, -1, -1, -1, -1,
  2590. -1, -1, -1, -1, -1, -1, -1, -1,
  2591. -1, -1, -1, -1, -1, -1, -1, -1,
  2592. -1, -1, -1, -1, -1, -1, -1, -1,
  2593. -1, -1, -1, -1, -1, -1, -1, -1,
  2594. -1, -1, -1, -1, -1, -1, -1, -1,
  2595. -1, -1, -1, -1, -1, -1, -1, -1,
  2596. -1, -1, -1, -1, -1, -1, -1, -1,
  2597. -1, -1, -1, -1, -1, -1, -1, -1,
  2598. -1, -1, -1, -1, -1, -1, -1, -1,
  2599. -1, -1, -1, -1, -1, -1, -1, -1,
  2600. -1, -1, -1, -1, -1, -1, -1, -1,
  2601. -1, -1, -1, -1, -1, -1, -1, -1,
  2602. -1, -1, -1, -1, -1, -1, -1, -1,
  2603. -1, -1, -1, -1, -1, -1, -1, -1,
  2604. -1, -1, -1, -1, -1, -1, 182, 290,
  2605. -1, -1, -1, -1, -1, -1, -1, -1,
  2606. -1, -1, -1, -1, -1, -1, -1, -1,
  2607. -1, -1, 288, 176, 390, 333, -1, -1,
  2608. -1, 116, -1, -1, -1, -1, -1, -1,
  2609. -1, -1, -1, -1, -1, -1, -1, -1,
  2610. -1, -1, -1, -1, -1, -1, -1, -1,
  2611. -1, -1, -1, -1, -1, -1, -1, -1,
  2612. -1, -1, -1, -1, -1, -1, -1, -1,
  2613. -1, -1, -1, -1, -1, -1, -1, -1,
  2614. -1, -1, -1, -1, -1, -1, -1, -1,
  2615. -1, -1, -1, -1, -1, -1, -1, -1,
  2616. -1, -1, -1, -1, -1, -1, -1, -1,
  2617. -1, -1, -1, -1, -1, -1, -1, -1,
  2618. -1, -1, -1, -1, -1, -1, -1, -1,
  2619. -1, -1, -1, -1, -1, -1, -1, -1,
  2620. -1, -1, -1, 337, 334, -1, -1, -1,
  2621. 116, -1, -1, -1, -1, -1, -1, -1,
  2622. -1, -1, -1, -1, -1, -1, -1, -1,
  2623. -1, -1, -1, -1, -1, -1, -1, -1,
  2624. -1, -1, -1, -1, -1, -1, -1, -1,
  2625. -1, -1, -1, -1, -1, -1, -1, -1,
  2626. -1, -1, -1, -1, -1, -1, -1, -1,
  2627. -1, -1, -1, -1, -1, -1, -1, -1,
  2628. -1, -1, -1, -1, -1, -1, -1, -1,
  2629. -1, -1, -1, -1, -1, -1, -1, -1,
  2630. -1, -1, -1, -1, -1, -1, -1, -1,
  2631. -1, -1, -1, -1, -1, -1, -1, -1,
  2632. -1, -1, -1, -1, -1, -1, -1, -1,
  2633. -1, -1, 337, 340, 385, -1, -1, -1,
  2634. -1, 385, -1, 385, 385, -1, -1, 385,
  2635. 385, 385, -1, -1, -1, -1, -1, -1,
  2636. -1, -1, -1, -1, -1, -1, 385, -1,
  2637. -1, -1, -1, -1, -1, -1, -1, -1,
  2638. -1, -1, -1, -1, -1, -1, -1, -1,
  2639. -1, -1, -1, -1, -1, -1, -1, -1,
  2640. -1, -1, -1, -1, -1, -1, -1, -1,
  2641. -1, 385, -1, -1, -1, -1, -1, -1,
  2642. -1, -1, -1, -1, -1, -1, -1, -1,
  2643. -1, -1, -1, -1, -1, -1, -1, -1,
  2644. -1, -1, -1, -1, -1, -1, 385, 385,
  2645. -1, -1, -1, 385, 385, -1, -1, 385,
  2646. 385, -1, 385, 385, 385, 385, 385, -1,
  2647. -1, 132, -1, 385, -1, -1, -1, -1,
  2648. -1, -1, -1, -1, -1, -1, -1, -1,
  2649. -1, -1, -1, -1, -1, -1, -1, -1,
  2650. -1, -1, -1, -1, -1, -1, -1, -1,
  2651. -1, -1, -1, -1, -1, -1, 385, 385,
  2652. 385, 145, 289, 291, -1, -1, 294, 348,
  2653. 349, 350, -1, 346, -1, -1, -1, -1,
  2654. -1, -1, -1, -1, -1, -1, -1, -1,
  2655. -1, -1, 347, -1, -1, -1, -1, -1,
  2656. -1, -1, -1, -1, -1, -1, -1, -1,
  2657. -1, -1, -1, -1, -1, -1, -1, -1,
  2658. -1, -1, -1, -1, -1, -1, -1, -1,
  2659. -1, -1, -1, -1, -1, -1, -1, -1,
  2660. -1, -1, -1, -1, -1, -1, -1, -1,
  2661. -1, -1, -1, -1, -1, -1, -1, -1,
  2662. -1, -1, -1, -1, -1, -1, -1, -1,
  2663. -1, -1, -1, -1, 293, -1, -1, 374,
  2664. -1, -1, -1, 372, 373, -1, -1, -1,
  2665. -1, -1, -1, -1, -1, 351, -1, -1,
  2666. -1, -1, -1, -1, -1, -1, -1, -1,
  2667. -1, -1, -1, -1, -1, -1, -1, -1,
  2668. -1, -1, -1, -1, -1, -1, -1, -1,
  2669. -1, -1, -1, -1, -1, -1, -1, -1,
  2670. -1, -1, -1, -1, -1, -1, -1, -1,
  2671. -1, -1, 368, 369, 370, 371, -1, -1,
  2672. -1, -1, -1, -1, -1, -1, -1, -1,
  2673. -1, -1, -1, -1, -1, -1, -1, -1,
  2674. -1, -1, 45, 40, 39, 380, 381, 41,
  2675. 43, 44, 382, 383, 30, 42, -1, -1,
  2676. -1, -1, -1, -1, -1, -1, -1, -1,
  2677. -1, -1, -1, -1, -1, -1, -1, -1,
  2678. -1, -1, -1, -1, -1, -1, -1, -1,
  2679. -1, -1, -1, -1, -1, -1, -1, -1,
  2680. -1, -1, -1, -1, -1, -1, -1, -1,
  2681. -1, -1, -1, -1, -1, -1, -1, -1,
  2682. -1, -1, -1, -1, -1, -1, -1, -1,
  2683. -1, -1, -1, -1, 341, 345, 343, 344,
  2684. 352, 146, 291, -1, -1, 299, 305, 306,
  2685. -1, -1, -1, -1, -1, -1, 309, -1,
  2686. -1, -1, -1, -1, -1, -1, -1, -1,
  2687. -1, -1, -1, -1, -1, -1, -1, -1,
  2688. -1, -1, -1, -1, -1, -1, -1, -1,
  2689. -1, -1, -1, -1, -1, -1, -1, -1,
  2690. -1, -1, -1, -1, -1, -1, -1, -1,
  2691. -1, -1, -1, -1, -1, -1, -1, -1,
  2692. -1, -1, -1, -1, -1, -1, -1, -1,
  2693. -1, -1, -1, -1, -1, -1, -1, -1,
  2694. -1, -1, -1, -1, -1, -1, -1, -1,
  2695. -1, -1, -1, -1, -1, -1, -1, -1,
  2696. -1, -1, -1, -1, -1, -1, -1, -1,
  2697. -1, -1, -1, -1, -1, -1, -1, -1,
  2698. -1, -1, -1, -1, -1, -1, -1, -1,
  2699. -1, -1, -1, -1, -1, -1, -1, -1,
  2700. -1, -1, -1, -1, -1, -1, -1, -1,
  2701. -1, -1, -1, -1, -1, -1, -1, -1,
  2702. -1, -1, -1, -1, -1, -1, -1, -1,
  2703. -1, -1, -1, -1, -1, -1, 147, 121,
  2704. -1, 122, -1, -1, -1, -1, -1, -1,
  2705. -1, -1, -1, -1, -1, -1, -1, -1,
  2706. -1, -1, -1, -1, -1, -1, -1, -1,
  2707. -1, -1, -1, -1, -1, -1, -1, -1,
  2708. -1, -1, -1, -1, -1, -1, -1, -1,
  2709. -1, -1, -1, -1, -1, -1, -1, -1,
  2710. -1, -1, -1, -1, -1, -1, -1, -1,
  2711. -1, -1, -1, -1, -1, -1, -1, -1,
  2712. -1, -1, -1, -1, -1, -1, -1, -1,
  2713. -1, -1, -1, -1, -1, -1, -1, -1,
  2714. -1, -1, -1, -1, -1, -1, -1, -1,
  2715. 296, -1, -1, -1, -1, -1, -1, -1,
  2716. -1, -1, -1, -1, -1, -1, -1, -1,
  2717. -1, -1, -1, -1, -1, -1, -1, -1,
  2718. -1, -1, -1, -1, -1, -1, -1, -1,
  2719. -1, -1, -1, -1, -1, -1, -1, -1,
  2720. -1, -1, -1, -1, -1, -1, -1, -1,
  2721. -1, -1, -1, -1, -1, -1, -1, -1,
  2722. -1, -1, -1, -1, -1, -1, -1, -1,
  2723. -1, -1, -1, -1, -1, -1, -1, -1,
  2724. -1, -1, -1, -1, -1, -1, -1, -1,
  2725. -1, -1, -1, -1, -1, -1, -1, -1,
  2726. -1, -1, -1, -1, -1, -1, -1, -1,
  2727. -1, -1, -1, -1, -1, -1, -1, -1,
  2728. -1, -1, -1, -1, -1, -1, -1, -1,
  2729. -1, -1, -1, -1, -1, -1, -1, -1,
  2730. -1, -1, -1, -1, -1, -1, -1, -1,
  2731. -1, -1, -1, -1, 148, -1, -1, -1,
  2732. -1, -1, -1, -1, -1, -1, -1, 295,
  2733. 124, -1, -1, -1, -1, -1, -1, -1,
  2734. -1, -1, -1, -1, -1, -1, -1, -1,
  2735. -1, -1, -1, -1, -1, -1, -1, -1,
  2736. -1, -1, -1, -1, -1, -1, -1, -1,
  2737. -1, -1, -1, -1, -1, -1, -1, -1,
  2738. -1, -1, -1, -1, -1, -1, -1, -1,
  2739. -1, -1, -1, -1, -1, -1, -1, -1,
  2740. -1, -1, -1, -1, -1, -1, -1, -1,
  2741. -1, -1, -1, -1, -1, -1, -1, -1,
  2742. -1, -1, -1, -1, -1, -1, -1, -1,
  2743. -1, -1, -1, 120, -1, -1, -1, -1,
  2744. 292, -1, -1, -1, -1, -1, -1, -1,
  2745. -1, -1, -1, -1, -1, -1, -1, -1,
  2746. -1, -1, -1, -1, -1, -1, -1, -1,
  2747. -1, -1, -1, -1, -1, -1, -1, -1,
  2748. -1, -1, -1, -1, -1, -1, -1, -1,
  2749. -1, -1, -1, -1, -1, -1, -1, -1,
  2750. -1, -1, -1, -1, -1, -1, -1, -1,
  2751. -1, -1, -1, -1, -1, -1, -1, -1,
  2752. -1, -1, -1, -1, -1, -1, -1, -1,
  2753. -1, -1, -1, -1, -1, -1, -1, -1,
  2754. -1, -1, -1, -1, -1, -1, -1, -1,
  2755. -1, -1, -1, -1, -1, -1, -1, -1,
  2756. -1, -1, -1, -1, -1, -1, -1, -1,
  2757. -1, -1, -1, -1, -1, -1, -1, -1,
  2758. -1, -1, -1, -1, -1, -1, -1, -1,
  2759. -1, -1, -1, -1, -1, -1, 149, 290,
  2760. -1, -1, -1, -1, -1, -1, -1, -1,
  2761. -1, -1, -1, -1, -1, -1, -1, -1,
  2762. -1, -1, 288, 307, 205, 213,
  2763. };
  2764. unsigned short Parser_keys[] = {
  2765. 128, 227, 225, 225, 128, 228, 128, 244,
  2766. 128, 245, 128, 128, 128, 128, 45, 248,
  2767. 40, 249, 40, 249, 128, 250, 123, 128,
  2768. 123, 123, 123, 123, 128, 128, 123, 123,
  2769. 59, 128, 45, 248, 132, 132, 40, 292,
  2770. 40, 242, 40, 242, 59, 59, 128, 187,
  2771. 40, 292, 125, 228, 61, 141, 40, 242,
  2772. 59, 59, 59, 59, 40, 40, 40, 289,
  2773. 40, 289, 40, 249, 125, 244, 33, 281,
  2774. 33, 281, 40, 289, 128, 295, 59, 59,
  2775. 40, 249, 42, 295, 42, 295, 42, 295,
  2776. 59, 59, 59, 59, 40, 292, 44, 59,
  2777. 38, 144, 33, 281, 33, 201, 33, 181,
  2778. 33, 271, 33, 201, 33, 281, 33, 281,
  2779. 33, 201, 33, 201, 182, 279, 182, 279,
  2780. 179, 280, 134, 134, 33, 281, 59, 59,
  2781. 44, 59, 33, 281, 41, 41, 128, 294,
  2782. 40, 292, 59, 59, 40, 249, 59, 59,
  2783. 40, 249, 59, 59, 40, 249, 41, 44,
  2784. 33, 281, 179, 283, 182, 284, 182, 284,
  2785. 33, 281, 33, 281, 33, 281, 33, 281,
  2786. 33, 281, 33, 281, 33, 281, 33, 281,
  2787. 33, 281, 128, 293, 40, 275, 33, 274,
  2788. 40, 274, 40, 274, 40, 274, 40, 274,
  2789. 40, 274, 40, 206, 40, 206, 40, 206,
  2790. 40, 206, 202, 206, 202, 206, 44, 276,
  2791. 45, 281, 33, 281, 44, 255, 128, 245,
  2792. 41, 142, 40, 292, 40, 292, 40, 292,
  2793. 179, 186, 182, 279, 182, 279, 182, 186,
  2794. 38, 144, 128, 294, 128, 274, 40, 242,
  2795. 132, 132, 132, 132, 40, 274, 128, 274,
  2796. 128, 274, 44, 125, 132, 276, 61, 61,
  2797. 59, 59, 40, 274, 124, 124, 128, 128,
  2798. 182, 284, 182, 284, 186, 186, 33, 181,
  2799. 44, 44, 41, 41, 41, 44, 40, 289,
  2800. 44, 44, 41, 44, 125, 125, 125, 276,
  2801. 43, 275, 40, 274, 125, 125, 41, 41,
  2802. 41, 41, 0, 0
  2803. };
  2804. unsigned int Parser_offsets[] = {
  2805. 0, 100, 101, 202, 319, 437, 438, 439,
  2806. 643, 853, 1063, 1186, 1192, 1193, 1194, 1195,
  2807. 1196, 1266, 1470, 1471, 1724, 1927, 2130, 2131,
  2808. 2191, 2444, 2548, 2629, 2832, 2833, 2834, 2835,
  2809. 3085, 3335, 3545, 3665, 3914, 4163, 4413, 4581,
  2810. 4582, 4792, 5046, 5300, 5554, 5555, 5556, 5809,
  2811. 5825, 5932, 6181, 6350, 6499, 6738, 6907, 7156,
  2812. 7405, 7574, 7743, 7841, 7939, 8041, 8042, 8291,
  2813. 8292, 8308, 8557, 8558, 8725, 8978, 8979, 9189,
  2814. 9190, 9400, 9401, 9611, 9615, 9864, 9969, 10072,
  2815. 10175, 10424, 10673, 10922, 11171, 11420, 11669, 11918,
  2816. 12167, 12416, 12582, 12818, 13060, 13295, 13530, 13765,
  2817. 14000, 14235, 14402, 14569, 14736, 14903, 14908, 14913,
  2818. 15146, 15383, 15632, 15844, 15962, 16064, 16317, 16570,
  2819. 16823, 16831, 16929, 17027, 17032, 17139, 17306, 17453,
  2820. 17656, 17657, 17658, 17893, 18040, 18187, 18269, 18414,
  2821. 18415, 18416, 18651, 18652, 18653, 18756, 18859, 18860,
  2822. 19009, 19010, 19011, 19015, 19265, 19266, 19270, 19271,
  2823. 19423, 19656, 19891, 19892, 19893, 19894
  2824. };
  2825. unsigned short Parser_targs[] = {
  2826. 1, 2, 3, 4, 5, 6, 7, 8,
  2827. 9, 10, 11, 12, 13, 14, 15, 16,
  2828. 17, 18, 18, 19, 20, 21, 22, 23,
  2829. 24, 25, 26, 27, 28, 29, 30, 31,
  2830. 32, 33, 34, 35, 36, 37, 38, 39,
  2831. 40, 41, 42, 43, 44, 45, 46, 47,
  2832. 48, 49, 50, 50, 51, 52, 53, 54,
  2833. 55, 56, 57, 58, 59, 60, 61, 62,
  2834. 63, 64, 65, 66, 67, 68, 69, 70,
  2835. 71, 72, 73, 74, 75, 76, 77, 78,
  2836. 79, 80, 81, 82, 83, 84, 85, 86,
  2837. 87, 88, 89, 90, 91, 92, 93, 94,
  2838. 95, 96, 97, 98, 99, 100, 101, 102,
  2839. 103, 104, 105, 106, 107, 108, 109, 110,
  2840. 111, 112, 113, 114, 115, 116, 117, 118,
  2841. 119, 120, 121, 122, 123, 124, 125, 126,
  2842. 127, 128, 129, 130, 131, 132, 133, 134,
  2843. 135, 136, 137, 138, 139, 140, 141, 142,
  2844. 143, 144, 145, 146, 147, 148, 149, 149,
  2845. 149, 149, 149, 149, 149, 149, 149, 149,
  2846. 149, 149, 149, 149, 149, 149, 149, 149,
  2847. 149, 149, 149, 149, 149, 149, 149, 149,
  2848. 149, 149, 149, 149, 149, 149, 149, 149,
  2849. 149, 149, 149, 149, 149, 149, 149, 149,
  2850. 149, 149, 149, 149, 149, 149, 149, 149,
  2851. 149, 149, 149, 149, 149, 149, 149, 149,
  2852. 149, 149, 149, 149, 149, 149, 149, 149,
  2853. 149, 149, 149, 149, 149, 149, 149, 149,
  2854. 149, 149, 149, 149, 149, 149, 149, 149,
  2855. 149, 149, 149, 149, 149, 149, 149, 149,
  2856. 149, 149, 149, 149, 149, 149, 149, 149,
  2857. 149, 149, 149, 149, 149, 149, 149, 149,
  2858. 149, 149, 149, 149, 149, 149, 149, 149,
  2859. 149, 149, 149, 149, 149, 149, 149, 149,
  2860. 149, 149, 149, 149, 149, 149, 149, 149,
  2861. 149, 149, 149, 149, 149, 149, 149, 149,
  2862. 149, 149, 149, 149, 149, 149, 149, 149,
  2863. 149, 149, 149, 149, 149, 149, 149, 149,
  2864. 149, 149, 149, 149, 149, 149, 149, 149,
  2865. 149, 149, 149, 149, 149, 149, 149, 149,
  2866. 149, 149, 149, 149, 149, 149, 149, 149,
  2867. 149, 149, 149, 149, 149, 149, 149, 149,
  2868. 149, 149, 149, 149, 149, 149, 149, 149,
  2869. 149, 149, 149, 149, 149, 149, 149, 149,
  2870. 149, 149, 149, 149, 149, 149, 149, 149,
  2871. 149, 149, 149, 149, 149, 149, 149, 149,
  2872. 149, 149, 149, 149, 149, 149, 149, 149,
  2873. 149, 149, 149, 149, 149, 149, 149, 149,
  2874. 149, 149, 149, 149, 149, 149, 149, 149,
  2875. 149, 149, 149, 149, 149, 149, 149, 149,
  2876. 149, 149, 149, 149, 149
  2877. };
  2878. unsigned int Parser_actInds[] = {
  2879. 0, 2, 4, 6, 8, 10, 12, 14,
  2880. 16, 18, 20, 22, 24, 26, 28, 30,
  2881. 32, 34, 36, 39, 41, 43, 45, 47,
  2882. 49, 51, 53, 55, 57, 59, 61, 63,
  2883. 65, 67, 69, 71, 73, 75, 77, 79,
  2884. 81, 83, 85, 87, 89, 91, 93, 95,
  2885. 97, 99, 101, 103, 106, 108, 110, 112,
  2886. 114, 116, 118, 120, 122, 124, 126, 128,
  2887. 130, 132, 134, 136, 138, 140, 142, 144,
  2888. 146, 148, 150, 152, 154, 156, 158, 160,
  2889. 162, 164, 166, 168, 170, 172, 174, 176,
  2890. 178, 180, 182, 184, 186, 188, 190, 192,
  2891. 194, 196, 198, 200, 202, 204, 206, 208,
  2892. 210, 213, 215, 217, 219, 221, 223, 225,
  2893. 227, 229, 231, 233, 235, 237, 239, 241,
  2894. 243, 245, 247, 249, 251, 253, 255, 257,
  2895. 259, 261, 263, 265, 267, 269, 271, 273,
  2896. 275, 277, 279, 281, 283, 285, 287, 289,
  2897. 291, 293, 295, 297, 299, 301, 303, 305,
  2898. 307, 309, 311, 313, 315, 317, 319, 321,
  2899. 323, 325, 327, 329, 331, 333, 335, 337,
  2900. 339, 341, 343, 345, 347, 349, 351, 353,
  2901. 355, 357, 359, 361, 363, 365, 367, 369,
  2902. 371, 373, 375, 377, 379, 381, 383, 385,
  2903. 387, 389, 391, 393, 395, 397, 399, 401,
  2904. 403, 405, 407, 409, 411, 413, 415, 417,
  2905. 419, 421, 423, 425, 427, 429, 431, 433,
  2906. 435, 437, 439, 441, 443, 445, 447, 449,
  2907. 451, 453, 455, 457, 459, 461, 463, 465,
  2908. 467, 469, 471, 473, 475, 477, 479, 481,
  2909. 483, 485, 487, 489, 491, 493, 495, 497,
  2910. 499, 501, 503, 505, 507, 509, 511, 513,
  2911. 515, 517, 519, 521, 523, 525, 527, 529,
  2912. 531, 533, 535, 537, 539, 541, 543, 545,
  2913. 547, 549, 551, 553, 555, 557, 559, 561,
  2914. 563, 565, 567, 569, 571, 573, 575, 577,
  2915. 579, 581, 583, 585, 587, 589, 591, 593,
  2916. 595, 597, 599, 601, 603, 605, 607, 609,
  2917. 611, 613, 615, 617, 619, 621, 623, 625,
  2918. 627, 629, 631, 633, 635, 637, 639, 641,
  2919. 643, 645, 647, 649, 651, 653, 655, 657,
  2920. 659, 661, 663, 665, 667, 669, 671, 673,
  2921. 675, 677, 679, 681, 683, 685, 687, 689,
  2922. 691, 693, 695, 697, 699, 701, 703, 705,
  2923. 707, 709, 711, 713, 715, 717, 719, 721,
  2924. 723, 725, 727, 729, 731, 733, 735, 737,
  2925. 739, 741, 743, 745, 747, 749, 751, 753,
  2926. 755, 757, 759, 761, 763, 765, 767, 769,
  2927. 771, 773, 775, 777, 779, 781, 783, 785,
  2928. 787, 789, 791, 793, 795, 797, 799, 801,
  2929. 803, 805, 807, 809, 811
  2930. };
  2931. unsigned int Parser_actions[] = {
  2932. 1, 0, 1, 0, 1, 0, 1, 0,
  2933. 1, 0, 1, 0, 1, 0, 1, 0,
  2934. 1, 0, 1, 0, 1, 0, 1, 0,
  2935. 1, 0, 1, 0, 1, 0, 1, 0,
  2936. 1, 0, 1, 0, 214, 1, 0, 1,
  2937. 0, 1, 0, 1, 0, 1, 0, 1,
  2938. 0, 1, 0, 1, 0, 1, 0, 1,
  2939. 0, 1, 0, 1, 0, 1, 0, 1,
  2940. 0, 1, 0, 1, 0, 1, 0, 1,
  2941. 0, 1, 0, 1, 0, 1, 0, 1,
  2942. 0, 1, 0, 1, 0, 1, 0, 1,
  2943. 0, 1, 0, 1, 0, 1, 0, 1,
  2944. 0, 1, 0, 1, 0, 1, 0, 90,
  2945. 1, 0, 1, 0, 1, 0, 1, 0,
  2946. 1, 0, 1, 0, 1, 0, 1, 0,
  2947. 1, 0, 1, 0, 1, 0, 1, 0,
  2948. 1, 0, 1, 0, 1, 0, 1, 0,
  2949. 1, 0, 1, 0, 1, 0, 1, 0,
  2950. 1, 0, 1, 0, 1, 0, 1, 0,
  2951. 1, 0, 1, 0, 1, 0, 1, 0,
  2952. 1, 0, 1, 0, 1, 0, 1, 0,
  2953. 1, 0, 1, 0, 1, 0, 1, 0,
  2954. 1, 0, 1, 0, 1, 0, 1, 0,
  2955. 1, 0, 1, 0, 1, 0, 1, 0,
  2956. 1, 0, 1, 0, 1, 0, 1, 0,
  2957. 1, 0, 1, 0, 1, 0, 1, 0,
  2958. 1, 0, 1, 302, 0, 1, 0, 1,
  2959. 0, 1, 0, 1, 0, 1, 0, 1,
  2960. 0, 1, 0, 1, 0, 1, 0, 1,
  2961. 0, 1, 0, 1, 0, 1, 0, 1,
  2962. 0, 1, 0, 1, 0, 1, 0, 1,
  2963. 0, 1, 0, 1, 0, 1, 0, 1,
  2964. 0, 1, 0, 1, 0, 1, 0, 1,
  2965. 0, 1, 0, 1, 0, 1, 0, 1,
  2966. 0, 1, 0, 1, 0, 1, 0, 1,
  2967. 0, 1, 0, 1, 0, 1, 0, 1,
  2968. 0, 1, 0, 1, 0, 1, 0, 1,
  2969. 0, 1, 0, 1, 0, 1, 0, 2,
  2970. 0, 7, 0, 10, 0, 15, 0, 18,
  2971. 0, 71, 0, 75, 0, 79, 0, 83,
  2972. 0, 86, 0, 87, 0, 90, 0, 95,
  2973. 0, 99, 0, 103, 0, 107, 0, 111,
  2974. 0, 115, 0, 119, 0, 123, 0, 127,
  2975. 0, 131, 0, 135, 0, 139, 0, 142,
  2976. 0, 146, 0, 151, 0, 155, 0, 159,
  2977. 0, 163, 0, 167, 0, 171, 0, 175,
  2978. 0, 179, 0, 182, 0, 186, 0, 190,
  2979. 0, 195, 0, 199, 0, 203, 0, 207,
  2980. 0, 211, 0, 214, 0, 219, 0, 223,
  2981. 0, 227, 0, 231, 0, 235, 0, 239,
  2982. 0, 243, 0, 246, 0, 251, 0, 254,
  2983. 0, 259, 0, 263, 0, 267, 0, 271,
  2984. 0, 275, 0, 279, 0, 283, 0, 287,
  2985. 0, 291, 0, 295, 0, 299, 0, 302,
  2986. 0, 306, 0, 310, 0, 314, 0, 318,
  2987. 0, 323, 0, 327, 0, 331, 0, 335,
  2988. 0, 339, 0, 343, 0, 347, 0, 351,
  2989. 0, 355, 0, 359, 0, 363, 0, 367,
  2990. 0, 371, 0, 375, 0, 379, 0, 383,
  2991. 0, 387, 0, 391, 0, 395, 0, 399,
  2992. 0, 403, 0, 407, 0, 411, 0, 415,
  2993. 0, 419, 0, 423, 0, 427, 0, 431,
  2994. 0, 435, 0, 439, 0, 443, 0, 447,
  2995. 0, 451, 0, 455, 0, 459, 0, 463,
  2996. 0, 467, 0, 471, 0, 475, 0, 479,
  2997. 0, 483, 0, 487, 0, 491, 0, 495,
  2998. 0, 499, 0, 503, 0, 507, 0, 511,
  2999. 0, 515, 0, 519, 0, 523, 0, 527,
  3000. 0, 531, 0, 535, 0, 539, 0, 543,
  3001. 0, 547, 0, 551, 0, 555, 0, 559,
  3002. 0, 563, 0, 567, 0, 571, 0, 575,
  3003. 0, 579, 0, 583, 0, 587, 0, 591,
  3004. 0, 595, 0, 599, 0, 603, 0, 607,
  3005. 0, 610, 0, 611, 0, 615, 0, 618,
  3006. 0, 623, 0, 627, 0, 631, 0, 635,
  3007. 0, 638, 0, 643, 0, 647, 0, 651,
  3008. 0, 655, 0, 659, 0, 663, 0, 667,
  3009. 0, 671, 0, 675, 0, 679, 0, 683,
  3010. 0, 687, 0, 691, 0, 694, 0, 698,
  3011. 0, 702, 0, 703, 0, 707, 0, 711,
  3012. 0, 715, 0, 719, 0, 723, 0, 726,
  3013. 0, 727, 0, 730, 0, 731, 0, 735,
  3014. 0, 739, 0, 743, 0, 747, 0, 750,
  3015. 0, 755, 0, 758, 0, 763, 0, 767,
  3016. 0, 771, 0, 775, 0, 779, 0, 782,
  3017. 0, 786, 0, 791, 0, 795, 0, 798,
  3018. 0, 803, 0, 807, 0, 811, 0, 815,
  3019. 0, 819, 0, 823, 0, 827, 0, 831,
  3020. 0, 835, 0, 839, 0, 843, 0, 847,
  3021. 0, 851, 0, 855, 0, 859, 0, 863,
  3022. 0, 867, 0, 871, 0, 875, 0, 879,
  3023. 0, 883, 0, 886, 0, 891, 0, 895,
  3024. 0, 899, 0, 903, 0, 907, 0, 911,
  3025. 0, 915, 0, 919, 0, 923, 0, 927,
  3026. 0, 931, 0, 935, 0, 939, 0, 943,
  3027. 0, 947, 0, 951, 0, 955, 0, 959,
  3028. 0, 963, 0, 967, 0, 970, 0, 974,
  3029. 0, 978, 0, 983, 0, 986, 0, 991,
  3030. 0, 995, 0, 23, 0, 27, 0, 31,
  3031. 0, 35, 0, 39, 0, 43, 0, 47,
  3032. 0, 51, 0, 55, 0, 59, 0, 63,
  3033. 0, 67, 0, 1, 0
  3034. };
  3035. int Parser_commitLen[] = {
  3036. 0, 0, 0, 0, 0, 0, 0, 0,
  3037. 0, 0, 0, 0, 0, 0, 0, 0,
  3038. 0, 0, 0, 0, 0, 0, 0, 0,
  3039. 0, 0, 0, 0, 0, 0, 0, 0,
  3040. 0, 0, 0, 0, 0, 0, 0, 0,
  3041. 0, 0, 0, 0, 0, 0, 0, 0,
  3042. 0, 0, 0, 0, 0, 0, 0, 0,
  3043. 0, 0, 0, 0, 0, 0, 0, 0,
  3044. 0, 0, 0, 0, 0, 0, 0, 0,
  3045. 0, 0, 0, 0, 0, 0, 0, 0,
  3046. 0, 0, 0, 0, 0, 0, 0, 0,
  3047. 0, 0, 0, 0, 0, 0, 0, 0,
  3048. 0, 0, 0, 0, 0, 0, 0, 0,
  3049. 0, 0, 0, 0, 0, 0, 0, 0,
  3050. 0, 0, 0, 0, 0, 0, 0, 0,
  3051. 0, 0, 0, 0, 0, 0, 0, 0,
  3052. 0, 0, 0, 0, 0, 0, 0, 0,
  3053. 0, 0, 0, 0, 0, 0, 0, 0,
  3054. 0, 0, 0, 0, 0, 0, 0, 0,
  3055. 0, 0, 0, 0, 0, 0, 0, 0,
  3056. 0, 0, 0, 0, 0, 0, 0, 0,
  3057. 0, 0, 0, 0, 0, 0, 0, 0,
  3058. 0, 0, 0, 0, 0, 0, 0, 0,
  3059. 0, 0, 0, 0, 0, 0, 0, 0,
  3060. 0, 0, 0, 0, 0, 0, 0, 0,
  3061. 0, 0, 0, 0, 0, 0, 0, 0,
  3062. 0, 0, 0, 0, 0, 0, 0, 0,
  3063. 0, 0, 0, 0, 0, 0, 0, 0,
  3064. 0, 0, 0, 0, 0, 0, 0, 0,
  3065. 0, 0, 0, 0, 0, 0, 0, 0,
  3066. 0, 0, 0, 0, 0, 0, 0, 0,
  3067. 0, 0, 0, 0, 0, 0, 0, 0,
  3068. 0, 0, 0, 0, 0, 0, 0, 0,
  3069. 0, 0, 0, 0, 0, 0, 0, 0,
  3070. 0, 0, 0, 0, 0, 0, 0, 0,
  3071. 0, 0, 0, 0, 0, 0, 0, 0,
  3072. 0, 0, 0, 0, 0, 0, 0, 0,
  3073. 0, 0, 0, 0, 0, 0, 0, 0,
  3074. 0, 0, 0, 0, 0, 0, 0, 0,
  3075. 0, 0, 0, 0, 0, 0, 0, 0,
  3076. 0, 0, 0, 0, 0, 0, 0, 0,
  3077. 0, 0, 0, 0, 0, 0, 0, 0,
  3078. 0, 0, 0, 0, 0, 0, 0, 0,
  3079. 0, 0, 0, 0, 0, 0, 0, 0,
  3080. 0, 0, 0, 0, 0, 0, 0, 0,
  3081. 0, 0, 0, 0, 0, 0, 0, 0,
  3082. 0, 0, 0, 0, 0, 0, 0, 0,
  3083. 0, 0, 0, 0, 0, 0, 0, 0,
  3084. 0, 0, 0, 0, 0, 0, 0, 0,
  3085. 1, 1, 1, 1, 1, 1, 1, 1,
  3086. 1, 1, 1, 1, 2
  3087. };
  3088. char Parser_prodLengths[] = {
  3089. 1, 3, 0, 2, 0, 1, 1, 1,
  3090. 1, 1, 1, 1, 1, 1, 1, 1,
  3091. 1, 3, 4, 4, 1, 1, 0, 4,
  3092. 5, 5, 1, 5, 4, 3, 4, 3,
  3093. 3, 5, 2, 0, 1, 4, 2, 1,
  3094. 1, 1, 3, 2, 1, 0, 3, 1,
  3095. 3, 3, 3, 3, 1, 1, 2, 3,
  3096. 3, 3, 3, 1, 3, 1, 3, 1,
  3097. 3, 3, 7, 3, 4, 3, 3, 3,
  3098. 3, 3, 7, 1, 1, 1, 1, 1,
  3099. 1, 2, 1, 2, 1, 2, 1, 1,
  3100. 1, 1, 2, 1, 2, 1, 2, 1,
  3101. 2, 1, 2, 1, 2, 1, 2, 1,
  3102. 2, 1, 2, 1, 2, 1, 2, 1,
  3103. 2, 1, 2, 1, 2, 1, 2, 1,
  3104. 2, 1, 2, 1, 2, 1, 2, 1,
  3105. 2, 1, 2, 1, 2, 1, 2, 1,
  3106. 2, 1, 2, 1, 2, 1, 2, 1,
  3107. 2, 1, 2, 1, 2, 1, 3, 1,
  3108. 1, 3, 1, 1, 1, 2, 2, 1,
  3109. 2, 2, 2, 2, 4, 5, 5, 6,
  3110. 1, 1, 2, 2, 1, 1, 1, 1,
  3111. 3, 3, 3, 3, 3, 1, 1, 1,
  3112. 2, 1, 2, 0, 2, 1, 3, 3,
  3113. 1, 1, 2, 0, 1, 3, 2, 0,
  3114. 1, 1, 1, 1, 1, 1, 1, 1,
  3115. 1, 1, 2, 3, 3, 4, 3, 4,
  3116. 3, 4, 2, 2, 2, 0, 1, 1,
  3117. 1, 1, 1, 1, 1, 1, 1, 1,
  3118. 1, 1, 1, 1, 1, 1, 1, 1,
  3119. 1, 4, 2, 0, 2, 1, 0, 3,
  3120. 1, 1
  3121. };
  3122. unsigned short Parser_prodLhsIds[] = {
  3123. 227, 226, 226, 228, 228, 229, 229, 229,
  3124. 229, 229, 229, 229, 229, 229, 229, 229,
  3125. 229, 241, 239, 240, 243, 244, 244, 238,
  3126. 230, 231, 245, 232, 233, 233, 234, 235,
  3127. 236, 237, 250, 250, 247, 247, 251, 251,
  3128. 252, 252, 252, 253, 253, 253, 246, 246,
  3129. 256, 256, 256, 256, 256, 257, 258, 258,
  3130. 258, 258, 258, 258, 259, 259, 260, 260,
  3131. 262, 262, 262, 262, 262, 262, 262, 262,
  3132. 262, 262, 262, 262, 263, 263, 263, 263,
  3133. 266, 266, 266, 266, 266, 266, 266, 266,
  3134. 266, 267, 267, 267, 267, 267, 267, 267,
  3135. 267, 267, 267, 267, 267, 268, 268, 268,
  3136. 268, 268, 268, 268, 268, 268, 268, 268,
  3137. 268, 269, 269, 269, 269, 269, 269, 269,
  3138. 269, 269, 269, 269, 269, 270, 270, 270,
  3139. 270, 270, 270, 270, 270, 270, 270, 270,
  3140. 270, 271, 271, 271, 271, 271, 271, 271,
  3141. 271, 271, 271, 271, 271, 254, 254, 254,
  3142. 274, 255, 265, 264, 275, 275, 275, 272,
  3143. 273, 273, 273, 273, 273, 273, 273, 273,
  3144. 273, 276, 277, 277, 277, 278, 278, 278,
  3145. 278, 278, 278, 278, 278, 281, 281, 248,
  3146. 248, 248, 280, 280, 282, 282, 283, 283,
  3147. 283, 283, 279, 279, 284, 284, 242, 242,
  3148. 285, 285, 285, 288, 288, 288, 288, 288,
  3149. 288, 286, 286, 286, 286, 286, 286, 286,
  3150. 286, 286, 286, 286, 249, 249, 291, 291,
  3151. 291, 287, 287, 287, 287, 287, 287, 287,
  3152. 292, 292, 292, 292, 292, 289, 289, 289,
  3153. 289, 289, 261, 293, 290, 295, 295, 294,
  3154. 294, 296
  3155. };
  3156. const char *Parser_prodNames[] = {
  3157. "start-1",
  3158. "section_list-1",
  3159. "section_list-2",
  3160. "statement_list-1",
  3161. "statement_list-2",
  3162. "statement-1",
  3163. "statement-2",
  3164. "statement-3",
  3165. "statement-4",
  3166. "statement-5",
  3167. "statement-6",
  3168. "statement-7",
  3169. "statement-8",
  3170. "statement-9",
  3171. "statement-10",
  3172. "statement-11",
  3173. "statement-12",
  3174. "length_spec-1",
  3175. "pre_push_spec-1",
  3176. "post_pop_spec-1",
  3177. "export_open-1",
  3178. "opt_export-1",
  3179. "opt_export-2",
  3180. "export_block-1",
  3181. "assignment-1",
  3182. "instantiation-1",
  3183. "machine_name-1",
  3184. "action_spec-1",
  3185. "alphtype_spec-1",
  3186. "alphtype_spec-2",
  3187. "range_spec-1",
  3188. "getkey_spec-1",
  3189. "access_spec-1",
  3190. "variable_spec-1",
  3191. "opt_whitespace-1",
  3192. "opt_whitespace-2",
  3193. "join_or_lm-1",
  3194. "join_or_lm-2",
  3195. "lm_part_list-1",
  3196. "lm_part_list-2",
  3197. "longest_match_part-1",
  3198. "longest_match_part-2",
  3199. "longest_match_part-3",
  3200. "opt_lm_part_action-1",
  3201. "opt_lm_part_action-2",
  3202. "opt_lm_part_action-3",
  3203. "join-1",
  3204. "join-2",
  3205. "expression-1",
  3206. "expression-2",
  3207. "expression-3",
  3208. "expression-4",
  3209. "expression-5",
  3210. "term_short-1",
  3211. "term-1",
  3212. "term-2",
  3213. "term-3",
  3214. "term-4",
  3215. "term-5",
  3216. "term-6",
  3217. "factor_with_label-1",
  3218. "factor_with_label-2",
  3219. "factor_with_ep-1",
  3220. "factor_with_ep-2",
  3221. "factor_with_aug-1",
  3222. "factor_with_aug-2",
  3223. "factor_with_aug-3",
  3224. "factor_with_aug-4",
  3225. "factor_with_aug-5",
  3226. "factor_with_aug-6",
  3227. "factor_with_aug-7",
  3228. "factor_with_aug-8",
  3229. "factor_with_aug-9",
  3230. "factor_with_aug-10",
  3231. "factor_with_aug-11",
  3232. "factor_with_aug-12",
  3233. "aug_type_base-1",
  3234. "aug_type_base-2",
  3235. "aug_type_base-3",
  3236. "aug_type_base-4",
  3237. "aug_type_cond-1",
  3238. "aug_type_cond-2",
  3239. "aug_type_cond-3",
  3240. "aug_type_cond-4",
  3241. "aug_type_cond-5",
  3242. "aug_type_cond-6",
  3243. "aug_type_cond-7",
  3244. "aug_type_cond-8",
  3245. "aug_type_cond-9",
  3246. "aug_type_to_state-1",
  3247. "aug_type_to_state-2",
  3248. "aug_type_to_state-3",
  3249. "aug_type_to_state-4",
  3250. "aug_type_to_state-5",
  3251. "aug_type_to_state-6",
  3252. "aug_type_to_state-7",
  3253. "aug_type_to_state-8",
  3254. "aug_type_to_state-9",
  3255. "aug_type_to_state-10",
  3256. "aug_type_to_state-11",
  3257. "aug_type_to_state-12",
  3258. "aug_type_from_state-1",
  3259. "aug_type_from_state-2",
  3260. "aug_type_from_state-3",
  3261. "aug_type_from_state-4",
  3262. "aug_type_from_state-5",
  3263. "aug_type_from_state-6",
  3264. "aug_type_from_state-7",
  3265. "aug_type_from_state-8",
  3266. "aug_type_from_state-9",
  3267. "aug_type_from_state-10",
  3268. "aug_type_from_state-11",
  3269. "aug_type_from_state-12",
  3270. "aug_type_eof-1",
  3271. "aug_type_eof-2",
  3272. "aug_type_eof-3",
  3273. "aug_type_eof-4",
  3274. "aug_type_eof-5",
  3275. "aug_type_eof-6",
  3276. "aug_type_eof-7",
  3277. "aug_type_eof-8",
  3278. "aug_type_eof-9",
  3279. "aug_type_eof-10",
  3280. "aug_type_eof-11",
  3281. "aug_type_eof-12",
  3282. "aug_type_gbl_error-1",
  3283. "aug_type_gbl_error-2",
  3284. "aug_type_gbl_error-3",
  3285. "aug_type_gbl_error-4",
  3286. "aug_type_gbl_error-5",
  3287. "aug_type_gbl_error-6",
  3288. "aug_type_gbl_error-7",
  3289. "aug_type_gbl_error-8",
  3290. "aug_type_gbl_error-9",
  3291. "aug_type_gbl_error-10",
  3292. "aug_type_gbl_error-11",
  3293. "aug_type_gbl_error-12",
  3294. "aug_type_local_error-1",
  3295. "aug_type_local_error-2",
  3296. "aug_type_local_error-3",
  3297. "aug_type_local_error-4",
  3298. "aug_type_local_error-5",
  3299. "aug_type_local_error-6",
  3300. "aug_type_local_error-7",
  3301. "aug_type_local_error-8",
  3302. "aug_type_local_error-9",
  3303. "aug_type_local_error-10",
  3304. "aug_type_local_error-11",
  3305. "aug_type_local_error-12",
  3306. "action_embed-1",
  3307. "action_embed-2",
  3308. "action_embed-3",
  3309. "action_embed_word-1",
  3310. "action_embed_block-1",
  3311. "priority_name-1",
  3312. "priority_aug-1",
  3313. "priority_aug_num-1",
  3314. "priority_aug_num-2",
  3315. "priority_aug_num-3",
  3316. "local_err_name-1",
  3317. "factor_with_rep-1",
  3318. "factor_with_rep-2",
  3319. "factor_with_rep-3",
  3320. "factor_with_rep-4",
  3321. "factor_with_rep-5",
  3322. "factor_with_rep-6",
  3323. "factor_with_rep-7",
  3324. "factor_with_rep-8",
  3325. "factor_with_rep-9",
  3326. "factor_rep_num-1",
  3327. "factor_with_neg-1",
  3328. "factor_with_neg-2",
  3329. "factor_with_neg-3",
  3330. "factor-1",
  3331. "factor-2",
  3332. "factor-3",
  3333. "factor-4",
  3334. "factor-5",
  3335. "factor-6",
  3336. "factor-7",
  3337. "factor-8",
  3338. "range_lit-1",
  3339. "range_lit-2",
  3340. "alphabet_num-1",
  3341. "alphabet_num-2",
  3342. "alphabet_num-3",
  3343. "regular_expr-1",
  3344. "regular_expr-2",
  3345. "regular_expr_item-1",
  3346. "regular_expr_item-2",
  3347. "regular_expr_char-1",
  3348. "regular_expr_char-2",
  3349. "regular_expr_char-3",
  3350. "regular_expr_char-4",
  3351. "regular_expr_or_data-1",
  3352. "regular_expr_or_data-2",
  3353. "regular_expr_or_char-1",
  3354. "regular_expr_or_char-2",
  3355. "inline_block-1",
  3356. "inline_block-2",
  3357. "inline_block_item-1",
  3358. "inline_block_item-2",
  3359. "inline_block_item-3",
  3360. "inline_block_symbol-1",
  3361. "inline_block_symbol-2",
  3362. "inline_block_symbol-3",
  3363. "inline_block_symbol-4",
  3364. "inline_block_symbol-5",
  3365. "inline_block_symbol-6",
  3366. "inline_block_interpret-1",
  3367. "inline_block_interpret-2",
  3368. "inline_block_interpret-3",
  3369. "inline_block_interpret-4",
  3370. "inline_block_interpret-5",
  3371. "inline_block_interpret-6",
  3372. "inline_block_interpret-7",
  3373. "inline_block_interpret-8",
  3374. "inline_block_interpret-9",
  3375. "inline_block_interpret-10",
  3376. "inline_block_interpret-11",
  3377. "inline_expr-1",
  3378. "inline_expr-2",
  3379. "inline_expr_item-1",
  3380. "inline_expr_item-2",
  3381. "inline_expr_item-3",
  3382. "inline_expr_any-1",
  3383. "inline_expr_any-2",
  3384. "inline_expr_any-3",
  3385. "inline_expr_any-4",
  3386. "inline_expr_any-5",
  3387. "inline_expr_any-6",
  3388. "inline_expr_any-7",
  3389. "inline_expr_symbol-1",
  3390. "inline_expr_symbol-2",
  3391. "inline_expr_symbol-3",
  3392. "inline_expr_symbol-4",
  3393. "inline_expr_symbol-5",
  3394. "inline_expr_interpret-1",
  3395. "inline_expr_interpret-2",
  3396. "inline_expr_interpret-3",
  3397. "inline_expr_interpret-4",
  3398. "inline_expr_interpret-5",
  3399. "local_state_ref-1",
  3400. "no_name_sep-1",
  3401. "state_ref-1",
  3402. "opt_name_sep-1",
  3403. "opt_name_sep-2",
  3404. "state_ref_names-1",
  3405. "state_ref_names-2",
  3406. "_start-1"
  3407. };
  3408. const char *Parser_lelNames[] = {
  3409. "D-0",
  3410. "D-1",
  3411. "D-2",
  3412. "D-3",
  3413. "D-4",
  3414. "D-5",
  3415. "D-6",
  3416. "D-7",
  3417. "D-8",
  3418. "D-9",
  3419. "D-10",
  3420. "D-11",
  3421. "D-12",
  3422. "D-13",
  3423. "D-14",
  3424. "D-15",
  3425. "D-16",
  3426. "D-17",
  3427. "D-18",
  3428. "D-19",
  3429. "D-20",
  3430. "D-21",
  3431. "D-22",
  3432. "D-23",
  3433. "D-24",
  3434. "D-25",
  3435. "D-26",
  3436. "D-27",
  3437. "D-28",
  3438. "D-29",
  3439. "D-30",
  3440. "D-31",
  3441. "D-32",
  3442. "!",
  3443. "\"",
  3444. "#",
  3445. "$",
  3446. "%",
  3447. "&",
  3448. "'",
  3449. "(",
  3450. ")",
  3451. "*",
  3452. "+",
  3453. ",",
  3454. "-",
  3455. ".",
  3456. "/",
  3457. "0",
  3458. "1",
  3459. "2",
  3460. "3",
  3461. "4",
  3462. "5",
  3463. "6",
  3464. "7",
  3465. "8",
  3466. "9",
  3467. ":",
  3468. ";",
  3469. "<",
  3470. "=",
  3471. ">",
  3472. "?",
  3473. "@",
  3474. "A",
  3475. "B",
  3476. "C",
  3477. "D",
  3478. "E",
  3479. "F",
  3480. "G",
  3481. "H",
  3482. "I",
  3483. "J",
  3484. "K",
  3485. "L",
  3486. "M",
  3487. "N",
  3488. "O",
  3489. "P",
  3490. "Q",
  3491. "R",
  3492. "S",
  3493. "T",
  3494. "U",
  3495. "V",
  3496. "W",
  3497. "X",
  3498. "Y",
  3499. "Z",
  3500. "[",
  3501. "\\",
  3502. "]",
  3503. "^",
  3504. "_",
  3505. "`",
  3506. "a",
  3507. "b",
  3508. "c",
  3509. "d",
  3510. "e",
  3511. "f",
  3512. "g",
  3513. "h",
  3514. "i",
  3515. "j",
  3516. "k",
  3517. "l",
  3518. "m",
  3519. "n",
  3520. "o",
  3521. "p",
  3522. "q",
  3523. "r",
  3524. "s",
  3525. "t",
  3526. "u",
  3527. "v",
  3528. "w",
  3529. "x",
  3530. "y",
  3531. "z",
  3532. "{",
  3533. "|",
  3534. "}",
  3535. "~",
  3536. "D-127",
  3537. "TK_Word",
  3538. "TK_Literal",
  3539. "TK_Number",
  3540. "TK_EndSection",
  3541. "TK_UInt",
  3542. "TK_Hex",
  3543. "TK_DotDot",
  3544. "TK_ColonGt",
  3545. "TK_ColonGtGt",
  3546. "TK_LtColon",
  3547. "TK_Arrow",
  3548. "TK_DoubleArrow",
  3549. "TK_StarStar",
  3550. "TK_ColonEquals",
  3551. "TK_NameSep",
  3552. "TK_BarStar",
  3553. "TK_DashDash",
  3554. "TK_StartCond",
  3555. "TK_AllCond",
  3556. "TK_LeavingCond",
  3557. "TK_Middle",
  3558. "TK_StartGblError",
  3559. "TK_AllGblError",
  3560. "TK_FinalGblError",
  3561. "TK_NotFinalGblError",
  3562. "TK_NotStartGblError",
  3563. "TK_MiddleGblError",
  3564. "TK_StartLocalError",
  3565. "TK_AllLocalError",
  3566. "TK_FinalLocalError",
  3567. "TK_NotFinalLocalError",
  3568. "TK_NotStartLocalError",
  3569. "TK_MiddleLocalError",
  3570. "TK_StartEOF",
  3571. "TK_AllEOF",
  3572. "TK_FinalEOF",
  3573. "TK_NotFinalEOF",
  3574. "TK_NotStartEOF",
  3575. "TK_MiddleEOF",
  3576. "TK_StartToState",
  3577. "TK_AllToState",
  3578. "TK_FinalToState",
  3579. "TK_NotFinalToState",
  3580. "TK_NotStartToState",
  3581. "TK_MiddleToState",
  3582. "TK_StartFromState",
  3583. "TK_AllFromState",
  3584. "TK_FinalFromState",
  3585. "TK_NotFinalFromState",
  3586. "TK_NotStartFromState",
  3587. "TK_MiddleFromState",
  3588. "RE_Slash",
  3589. "RE_SqOpen",
  3590. "RE_SqOpenNeg",
  3591. "RE_SqClose",
  3592. "RE_Dot",
  3593. "RE_Star",
  3594. "RE_Dash",
  3595. "RE_Char",
  3596. "IL_WhiteSpace",
  3597. "IL_Comment",
  3598. "IL_Literal",
  3599. "IL_Symbol",
  3600. "KW_Machine",
  3601. "KW_Include",
  3602. "KW_Import",
  3603. "KW_Write",
  3604. "KW_Action",
  3605. "KW_AlphType",
  3606. "KW_Range",
  3607. "KW_GetKey",
  3608. "KW_InWhen",
  3609. "KW_When",
  3610. "KW_OutWhen",
  3611. "KW_Eof",
  3612. "KW_Err",
  3613. "KW_Lerr",
  3614. "KW_To",
  3615. "KW_From",
  3616. "KW_Export",
  3617. "KW_PrePush",
  3618. "KW_PostPop",
  3619. "KW_Length",
  3620. "KW_Break",
  3621. "KW_Exec",
  3622. "KW_Hold",
  3623. "KW_PChar",
  3624. "KW_Char",
  3625. "KW_Goto",
  3626. "KW_Call",
  3627. "KW_Ret",
  3628. "KW_CurState",
  3629. "KW_TargState",
  3630. "KW_Entry",
  3631. "KW_Next",
  3632. "KW_Variable",
  3633. "KW_Access",
  3634. "Parser_tk_eof",
  3635. "section_list",
  3636. "start",
  3637. "statement_list",
  3638. "statement",
  3639. "assignment",
  3640. "instantiation",
  3641. "action_spec",
  3642. "alphtype_spec",
  3643. "range_spec",
  3644. "getkey_spec",
  3645. "access_spec",
  3646. "variable_spec",
  3647. "export_block",
  3648. "pre_push_spec",
  3649. "post_pop_spec",
  3650. "length_spec",
  3651. "inline_block",
  3652. "export_open",
  3653. "opt_export",
  3654. "machine_name",
  3655. "join",
  3656. "join_or_lm",
  3657. "alphabet_num",
  3658. "inline_expr",
  3659. "opt_whitespace",
  3660. "lm_part_list",
  3661. "longest_match_part",
  3662. "opt_lm_part_action",
  3663. "action_embed",
  3664. "action_embed_block",
  3665. "expression",
  3666. "term_short",
  3667. "term",
  3668. "factor_with_label",
  3669. "factor_with_ep",
  3670. "local_state_ref",
  3671. "factor_with_aug",
  3672. "aug_type_base",
  3673. "priority_aug",
  3674. "priority_name",
  3675. "aug_type_cond",
  3676. "aug_type_to_state",
  3677. "aug_type_from_state",
  3678. "aug_type_eof",
  3679. "aug_type_gbl_error",
  3680. "aug_type_local_error",
  3681. "local_err_name",
  3682. "factor_with_rep",
  3683. "action_embed_word",
  3684. "priority_aug_num",
  3685. "factor_rep_num",
  3686. "factor_with_neg",
  3687. "factor",
  3688. "regular_expr_or_data",
  3689. "regular_expr",
  3690. "range_lit",
  3691. "regular_expr_item",
  3692. "regular_expr_char",
  3693. "regular_expr_or_char",
  3694. "inline_block_item",
  3695. "inline_block_interpret",
  3696. "inline_expr_any",
  3697. "inline_block_symbol",
  3698. "inline_expr_interpret",
  3699. "state_ref",
  3700. "inline_expr_item",
  3701. "inline_expr_symbol",
  3702. "no_name_sep",
  3703. "state_ref_names",
  3704. "opt_name_sep",
  3705. "_start"
  3706. };
  3707. #line 1449 "rlparse.kl"
  3708. void Parser::init()
  3709. {
  3710. #line 3855 "rlparse.cpp"
  3711. curs = Parser_startState;
  3712. pool = 0;
  3713. block = (struct Parser_Block*) malloc( sizeof(struct Parser_Block) );
  3714. block->next = 0;
  3715. freshEl = block->data;
  3716. #ifdef KELBT_LOG_ACTIONS
  3717. cerr << "allocating 8128 LangEls" << endl;
  3718. #endif
  3719. stackTop = freshEl;
  3720. stackTop->type = 0;
  3721. stackTop->state = -1;
  3722. stackTop->next = 0;
  3723. stackTop->child = 0;
  3724. stackTop->causeReduce = 0;
  3725. freshPos = 1;
  3726. lastFinal = stackTop;
  3727. numRetry = 0;
  3728. numNodes = 0;
  3729. errCount = 0;
  3730. #line 1454 "rlparse.kl"
  3731. }
  3732. int Parser::parseLangEl( int type, const Token *token )
  3733. {
  3734. #line 3880 "rlparse.cpp"
  3735. #define reject() induceReject = 1
  3736. int pos, targState;
  3737. unsigned int *action;
  3738. int rhsLen;
  3739. struct Parser_LangEl *rhs[32];
  3740. struct Parser_LangEl *lel = 0;
  3741. struct Parser_LangEl *input = 0;
  3742. struct Parser_LangEl *queue = 0;
  3743. char induceReject;
  3744. if ( curs < 0 )
  3745. return 0;
  3746. if ( pool == 0 ) {
  3747. if ( freshPos == 8128 ) {
  3748. struct Parser_Block* newBlock = (struct Parser_Block*) malloc( sizeof(struct Parser_Block) );
  3749. newBlock->next = block;
  3750. block = newBlock;
  3751. freshEl = newBlock->data;
  3752. #ifdef KELBT_LOG_ACTIONS
  3753. cerr << "allocating 8128 LangEls" << endl;
  3754. #endif
  3755. freshPos = 0;
  3756. }
  3757. queue = freshEl + freshPos++;
  3758. }
  3759. else {
  3760. queue = pool;
  3761. pool = pool->next;
  3762. }
  3763. numNodes += 1;
  3764. queue->type = type;
  3765. queue->user.token = *token;
  3766. queue->next = 0;
  3767. queue->retry = 0;
  3768. queue->child = 0;
  3769. queue->causeReduce = 0;
  3770. again:
  3771. if ( input == 0 ) {
  3772. if ( queue == 0 )
  3773. goto _out;
  3774. input = queue;
  3775. queue = queue->next;
  3776. input->next = 0;
  3777. }
  3778. lel = input;
  3779. if ( lel->type < Parser_keys[curs<<1] || lel->type > Parser_keys[(curs<<1)+1] )
  3780. goto parseError;
  3781. pos = Parser_indicies[Parser_offsets[curs] + (lel->type - Parser_keys[curs<<1])];
  3782. if ( pos < 0 )
  3783. goto parseError;
  3784. induceReject = 0;
  3785. targState = Parser_targs[pos];
  3786. action = Parser_actions + Parser_actInds[pos];
  3787. if ( lel->retry & 0x0000ffff )
  3788. action += (lel->retry & 0x0000ffff);
  3789. if ( *action & 0x1 ) {
  3790. #ifdef KELBT_LOG_ACTIONS
  3791. cerr << "shifted: " << Parser_lelNames[lel->type];
  3792. #endif
  3793. input = input->next;
  3794. lel->state = curs;
  3795. lel->next = stackTop;
  3796. stackTop = lel;
  3797. if ( action[1] == 0 )
  3798. lel->retry &= 0xffff0000;
  3799. else {
  3800. lel->retry += 1;
  3801. numRetry += 1;
  3802. #ifdef KELBT_LOG_ACTIONS
  3803. cerr << " retry: " << stackTop;
  3804. #endif
  3805. }
  3806. #ifdef KELBT_LOG_ACTIONS
  3807. cerr << endl;
  3808. #endif
  3809. }
  3810. if ( Parser_commitLen[pos] != 0 ) {
  3811. struct Parser_LangEl *commitHead = stackTop, *lel;
  3812. int sp = 0, doExec = 0;
  3813. #ifdef KELBT_LOG_ACTIONS
  3814. cerr << "commit encountered, executing final actions" << endl;
  3815. #endif
  3816. if ( Parser_commitLen[pos] < 0 )
  3817. commitHead = commitHead->next;
  3818. lel = commitHead;
  3819. commit_head:
  3820. if ( lel == lastFinal ) {
  3821. doExec = 1;
  3822. goto commit_base;
  3823. }
  3824. if ( lel->next != 0 ) {
  3825. sp += 1;
  3826. lel->next->prev = lel;
  3827. lel = lel->next;
  3828. lel->retry = 0;
  3829. goto commit_head;
  3830. }
  3831. commit_reverse:
  3832. if ( lel->child != 0 ) {
  3833. sp += 1;
  3834. lel->child->prev = lel;
  3835. lel = lel->child;
  3836. lel->retry = 1;
  3837. goto commit_head;
  3838. }
  3839. commit_upwards:
  3840. if ( doExec ) {
  3841. if ( lel->type < 226 ) {
  3842. }
  3843. else {
  3844. struct Parser_LangEl *redLel = lel;
  3845. if ( redLel->child != 0 ) {
  3846. int r = Parser_prodLengths[redLel->reduction] - 1;
  3847. struct Parser_LangEl *rhsEl = redLel->child;
  3848. while ( rhsEl != 0 ) {
  3849. rhs[r--] = rhsEl;
  3850. rhsEl = rhsEl->next;
  3851. }
  3852. }
  3853. switch ( lel->reduction ) {
  3854. case 17: {
  3855. Token *__ref0 = (Token*)&rhs[1]->user.token;
  3856. Token *__ref1 = (Token*)&rhs[1]->user.token;
  3857. Token *__ref2 = (Token*)&rhs[1]->user.token;
  3858. #line 61 "rlparse.kl"
  3859. LengthDef *lengthDef = new LengthDef( (__ref0)->data );
  3860. pd->lengthDefList.append( lengthDef );
  3861. /* Generic creation of machine for instantiation and assignment. */
  3862. MachineDef *machineDef = new MachineDef( lengthDef );
  3863. tryMachineDef( (__ref1)->loc, (__ref2)->data, machineDef, false );
  3864. #line 4031 "rlparse.cpp"
  3865. } break;
  3866. case 18: {
  3867. Token *__ref0 = (Token*)&rhs[1]->user.token;
  3868. Parser_Lel_inline_list *__ref1 = (Parser_Lel_inline_list*)&rhs[2]->user.inline_list;
  3869. #line 72 "rlparse.kl"
  3870. if ( pd->prePushExpr != 0 ) {
  3871. /* Recover by just ignoring the duplicate. */
  3872. error((__ref0)->loc) << "pre_push code already defined" << endl;
  3873. }
  3874. pd->prePushExpr = (__ref1)->inlineList;
  3875. #line 4046 "rlparse.cpp"
  3876. } break;
  3877. case 19: {
  3878. Token *__ref0 = (Token*)&rhs[1]->user.token;
  3879. Parser_Lel_inline_list *__ref1 = (Parser_Lel_inline_list*)&rhs[2]->user.inline_list;
  3880. #line 84 "rlparse.kl"
  3881. if ( pd->postPopExpr != 0 ) {
  3882. /* Recover by just ignoring the duplicate. */
  3883. error((__ref0)->loc) << "post_pop code already defined" << endl;
  3884. }
  3885. pd->postPopExpr = (__ref1)->inlineList;
  3886. #line 4061 "rlparse.cpp"
  3887. } break;
  3888. case 20: {
  3889. #line 95 "rlparse.kl"
  3890. exportContext.append( true );
  3891. #line 4069 "rlparse.cpp"
  3892. } break;
  3893. case 21: {
  3894. Parser_Lel_opt_export *__ref0 = (Parser_Lel_opt_export*)&redLel->user.opt_export;
  3895. #line 104 "rlparse.kl"
  3896. (__ref0)->isSet = true;
  3897. #line 4076 "rlparse.cpp"
  3898. } break;
  3899. case 22: {
  3900. Parser_Lel_opt_export *__ref0 = (Parser_Lel_opt_export*)&redLel->user.opt_export;
  3901. #line 105 "rlparse.kl"
  3902. (__ref0)->isSet = false;
  3903. #line 4083 "rlparse.cpp"
  3904. } break;
  3905. case 23: {
  3906. #line 108 "rlparse.kl"
  3907. exportContext.remove( exportContext.length()-1 );
  3908. #line 4091 "rlparse.cpp"
  3909. } break;
  3910. case 24: {
  3911. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&rhs[1]->user.token_type;
  3912. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[1]->user.token_type;
  3913. Parser_Lel_join *__ref2 = (Parser_Lel_join*)&rhs[3]->user.join;
  3914. Parser_Lel_token_type *__ref3 = (Parser_Lel_token_type*)&rhs[1]->user.token_type;
  3915. Parser_Lel_token_type *__ref4 = (Parser_Lel_token_type*)&rhs[1]->user.token_type;
  3916. Parser_Lel_opt_export *__ref5 = (Parser_Lel_opt_export*)&rhs[0]->user.opt_export;
  3917. Parser_Lel_join *__ref6 = (Parser_Lel_join*)&rhs[3]->user.join;
  3918. Token *__ref7 = (Token*)&rhs[2]->user.token;
  3919. #line 113 "rlparse.kl"
  3920. /* Main machine must be an instance. */
  3921. bool isInstance = false;
  3922. if ( strcmp((__ref0)->token.data, mainMachine) == 0 ) {
  3923. warning((__ref1)->token.loc) <<
  3924. "main machine will be implicitly instantiated" << endl;
  3925. isInstance = true;
  3926. }
  3927. /* Generic creation of machine for instantiation and assignment. */
  3928. MachineDef *machineDef = new MachineDef( (__ref2)->join );
  3929. tryMachineDef( (__ref3)->token.loc, (__ref4)->token.data, machineDef, isInstance );
  3930. if ( (__ref5)->isSet )
  3931. exportContext.remove( exportContext.length()-1 );
  3932. (__ref6)->join->loc = (__ref7)->loc;
  3933. #line 4122 "rlparse.cpp"
  3934. } break;
  3935. case 25: {
  3936. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&rhs[1]->user.token_type;
  3937. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[1]->user.token_type;
  3938. Parser_Lel_join_or_lm *__ref2 = (Parser_Lel_join_or_lm*)&rhs[3]->user.join_or_lm;
  3939. Parser_Lel_opt_export *__ref3 = (Parser_Lel_opt_export*)&rhs[0]->user.opt_export;
  3940. Parser_Lel_join_or_lm *__ref4 = (Parser_Lel_join_or_lm*)&rhs[3]->user.join_or_lm;
  3941. Parser_Lel_join_or_lm *__ref5 = (Parser_Lel_join_or_lm*)&rhs[3]->user.join_or_lm;
  3942. Token *__ref6 = (Token*)&rhs[2]->user.token;
  3943. #line 133 "rlparse.kl"
  3944. /* Generic creation of machine for instantiation and assignment. */
  3945. tryMachineDef( (__ref0)->token.loc, (__ref1)->token.data, (__ref2)->machineDef, true );
  3946. if ( (__ref3)->isSet )
  3947. exportContext.remove( exportContext.length()-1 );
  3948. /* Pass a location to join_or_lm */
  3949. if ( (__ref4)->machineDef->join != 0 )
  3950. (__ref5)->machineDef->join->loc = (__ref6)->loc;
  3951. #line 4145 "rlparse.cpp"
  3952. } break;
  3953. case 26: {
  3954. Token *__ref0 = (Token*)&rhs[0]->user.token;
  3955. Token *__ref1 = (Token*)&rhs[0]->user.token;
  3956. Parser_Lel_token_type *__ref2 = (Parser_Lel_token_type*)&redLel->user.token_type;
  3957. Token *__ref3 = (Token*)&rhs[0]->user.token;
  3958. #line 153 "rlparse.kl"
  3959. /* Make/get the priority key. The name may have already been referenced
  3960. * and therefore exist. */
  3961. PriorDictEl *priorDictEl;
  3962. if ( pd->priorDict.insert( (__ref0)->data, pd->nextPriorKey, &priorDictEl ) )
  3963. pd->nextPriorKey += 1;
  3964. pd->curDefPriorKey = priorDictEl->value;
  3965. /* Make/get the local error key. */
  3966. LocalErrDictEl *localErrDictEl;
  3967. if ( pd->localErrDict.insert( (__ref1)->data, pd->nextLocalErrKey, &localErrDictEl ) )
  3968. pd->nextLocalErrKey += 1;
  3969. pd->curDefLocalErrKey = localErrDictEl->value;
  3970. (__ref2)->token = *(__ref3);
  3971. #line 4170 "rlparse.cpp"
  3972. } break;
  3973. case 27: {
  3974. Token *__ref0 = (Token*)&rhs[1]->user.token;
  3975. Token *__ref1 = (Token*)&rhs[1]->user.token;
  3976. Token *__ref2 = (Token*)&rhs[1]->user.token;
  3977. Token *__ref3 = (Token*)&rhs[2]->user.token;
  3978. Token *__ref4 = (Token*)&rhs[1]->user.token;
  3979. Parser_Lel_inline_list *__ref5 = (Parser_Lel_inline_list*)&rhs[3]->user.inline_list;
  3980. #line 171 "rlparse.kl"
  3981. if ( pd->actionDict.find( (__ref0)->data ) ) {
  3982. /* Recover by just ignoring the duplicate. */
  3983. error((__ref1)->loc) << "action \"" << (__ref2)->data << "\" already defined" << endl;
  3984. }
  3985. else {
  3986. //cerr << "NEW ACTION " << $2->data << " " << $4->inlineList << endl;
  3987. /* Add the action to the list of actions. */
  3988. Action *newAction = new Action( (__ref3)->loc, (__ref4)->data,
  3989. (__ref5)->inlineList, pd->nextCondId++ );
  3990. /* Insert to list and dict. */
  3991. pd->actionList.append( newAction );
  3992. pd->actionDict.insert( newAction );
  3993. }
  3994. #line 4197 "rlparse.cpp"
  3995. } break;
  3996. case 28: {
  3997. Token *__ref0 = (Token*)&rhs[0]->user.token;
  3998. Token *__ref1 = (Token*)&rhs[1]->user.token;
  3999. Token *__ref2 = (Token*)&rhs[2]->user.token;
  4000. Token *__ref3 = (Token*)&rhs[1]->user.token;
  4001. Token *__ref4 = (Token*)&rhs[1]->user.token;
  4002. Token *__ref5 = (Token*)&rhs[2]->user.token;
  4003. #line 191 "rlparse.kl"
  4004. if ( ! pd->setAlphType( (__ref0)->loc, (__ref1)->data, (__ref2)->data ) ) {
  4005. // Recover by ignoring the alphtype statement.
  4006. error((__ref3)->loc) << "\"" << (__ref4)->data <<
  4007. " " << (__ref5)->data << "\" is not a valid alphabet type" << endl;
  4008. }
  4009. #line 4215 "rlparse.cpp"
  4010. } break;
  4011. case 29: {
  4012. Token *__ref0 = (Token*)&rhs[0]->user.token;
  4013. Token *__ref1 = (Token*)&rhs[1]->user.token;
  4014. Token *__ref2 = (Token*)&rhs[1]->user.token;
  4015. Token *__ref3 = (Token*)&rhs[1]->user.token;
  4016. #line 200 "rlparse.kl"
  4017. if ( ! pd->setAlphType( (__ref0)->loc, (__ref1)->data ) ) {
  4018. // Recover by ignoring the alphtype statement.
  4019. error((__ref2)->loc) << "\"" << (__ref3)->data <<
  4020. "\" is not a valid alphabet type" << endl;
  4021. }
  4022. #line 4231 "rlparse.cpp"
  4023. } break;
  4024. case 30: {
  4025. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&rhs[1]->user.token_type;
  4026. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[2]->user.token_type;
  4027. Parser_Lel_token_type *__ref2 = (Parser_Lel_token_type*)&rhs[1]->user.token_type;
  4028. Parser_Lel_token_type *__ref3 = (Parser_Lel_token_type*)&rhs[2]->user.token_type;
  4029. #line 210 "rlparse.kl"
  4030. // Save the upper and lower ends of the range and emit the line number.
  4031. pd->lowerNum = (__ref0)->token.data;
  4032. pd->upperNum = (__ref1)->token.data;
  4033. pd->rangeLowLoc = (__ref2)->token.loc;
  4034. pd->rangeHighLoc = (__ref3)->token.loc;
  4035. #line 4247 "rlparse.cpp"
  4036. } break;
  4037. case 31: {
  4038. Parser_Lel_inline_list *__ref0 = (Parser_Lel_inline_list*)&rhs[1]->user.inline_list;
  4039. #line 219 "rlparse.kl"
  4040. pd->getKeyExpr = (__ref0)->inlineList;
  4041. #line 4256 "rlparse.cpp"
  4042. } break;
  4043. case 32: {
  4044. Parser_Lel_inline_list *__ref0 = (Parser_Lel_inline_list*)&rhs[1]->user.inline_list;
  4045. #line 224 "rlparse.kl"
  4046. pd->accessExpr = (__ref0)->inlineList;
  4047. #line 4265 "rlparse.cpp"
  4048. } break;
  4049. case 33: {
  4050. Token *__ref0 = (Token*)&rhs[2]->user.token;
  4051. Parser_Lel_inline_list *__ref1 = (Parser_Lel_inline_list*)&rhs[3]->user.inline_list;
  4052. Token *__ref2 = (Token*)&rhs[2]->user.token;
  4053. #line 229 "rlparse.kl"
  4054. /* FIXME: Need to implement the rest of this. */
  4055. bool wasSet = pd->setVariable( (__ref0)->data, (__ref1)->inlineList );
  4056. if ( !wasSet )
  4057. error((__ref2)->loc) << "bad variable name" << endl;
  4058. #line 4279 "rlparse.cpp"
  4059. } break;
  4060. case 36: {
  4061. Parser_Lel_join_or_lm *__ref0 = (Parser_Lel_join_or_lm*)&redLel->user.join_or_lm;
  4062. Parser_Lel_join *__ref1 = (Parser_Lel_join*)&rhs[0]->user.join;
  4063. #line 249 "rlparse.kl"
  4064. (__ref0)->machineDef = new MachineDef( (__ref1)->join );
  4065. #line 4289 "rlparse.cpp"
  4066. } break;
  4067. case 37: {
  4068. Token *__ref0 = (Token*)&rhs[0]->user.token;
  4069. Parser_Lel_lm_part_list *__ref1 = (Parser_Lel_lm_part_list*)&rhs[1]->user.lm_part_list;
  4070. Parser_Lel_lm_part_list *__ref2 = (Parser_Lel_lm_part_list*)&rhs[1]->user.lm_part_list;
  4071. Parser_Lel_join_or_lm *__ref3 = (Parser_Lel_join_or_lm*)&redLel->user.join_or_lm;
  4072. #line 253 "rlparse.kl"
  4073. /* Create a new factor going to a longest match structure. Record
  4074. * in the parse data that we have a longest match. */
  4075. LongestMatch *lm = new LongestMatch( (__ref0)->loc, (__ref1)->lmPartList );
  4076. pd->lmList.append( lm );
  4077. for ( LmPartList::Iter lmp = *((__ref2)->lmPartList); lmp.lte(); lmp++ )
  4078. lmp->longestMatch = lm;
  4079. (__ref3)->machineDef = new MachineDef( lm );
  4080. #line 4307 "rlparse.cpp"
  4081. } break;
  4082. case 38: {
  4083. Parser_Lel_longest_match_part *__ref0 = (Parser_Lel_longest_match_part*)&rhs[1]->user.longest_match_part;
  4084. Parser_Lel_lm_part_list *__ref1 = (Parser_Lel_lm_part_list*)&rhs[0]->user.lm_part_list;
  4085. Parser_Lel_longest_match_part *__ref2 = (Parser_Lel_longest_match_part*)&rhs[1]->user.longest_match_part;
  4086. Parser_Lel_lm_part_list *__ref3 = (Parser_Lel_lm_part_list*)&redLel->user.lm_part_list;
  4087. Parser_Lel_lm_part_list *__ref4 = (Parser_Lel_lm_part_list*)&rhs[0]->user.lm_part_list;
  4088. #line 270 "rlparse.kl"
  4089. if ( (__ref0)->lmPart != 0 )
  4090. (__ref1)->lmPartList->append( (__ref2)->lmPart );
  4091. (__ref3)->lmPartList = (__ref4)->lmPartList;
  4092. #line 4322 "rlparse.cpp"
  4093. } break;
  4094. case 39: {
  4095. Parser_Lel_lm_part_list *__ref0 = (Parser_Lel_lm_part_list*)&redLel->user.lm_part_list;
  4096. Parser_Lel_longest_match_part *__ref1 = (Parser_Lel_longest_match_part*)&rhs[0]->user.longest_match_part;
  4097. Parser_Lel_lm_part_list *__ref2 = (Parser_Lel_lm_part_list*)&redLel->user.lm_part_list;
  4098. Parser_Lel_longest_match_part *__ref3 = (Parser_Lel_longest_match_part*)&rhs[0]->user.longest_match_part;
  4099. #line 277 "rlparse.kl"
  4100. /* Create a new list with the part. */
  4101. (__ref0)->lmPartList = new LmPartList;
  4102. if ( (__ref1)->lmPart != 0 )
  4103. (__ref2)->lmPartList->append( (__ref3)->lmPart );
  4104. #line 4337 "rlparse.cpp"
  4105. } break;
  4106. case 40: {
  4107. Parser_Lel_longest_match_part *__ref0 = (Parser_Lel_longest_match_part*)&redLel->user.longest_match_part;
  4108. #line 290 "rlparse.kl"
  4109. (__ref0)->lmPart = 0;
  4110. #line 4344 "rlparse.cpp"
  4111. } break;
  4112. case 41: {
  4113. Parser_Lel_longest_match_part *__ref0 = (Parser_Lel_longest_match_part*)&redLel->user.longest_match_part;
  4114. #line 292 "rlparse.kl"
  4115. (__ref0)->lmPart = 0;
  4116. #line 4351 "rlparse.cpp"
  4117. } break;
  4118. case 42: {
  4119. Parser_Lel_longest_match_part *__ref0 = (Parser_Lel_longest_match_part*)&redLel->user.longest_match_part;
  4120. Parser_Lel_opt_lm_part_action *__ref1 = (Parser_Lel_opt_lm_part_action*)&rhs[1]->user.opt_lm_part_action;
  4121. Parser_Lel_longest_match_part *__ref2 = (Parser_Lel_longest_match_part*)&redLel->user.longest_match_part;
  4122. Parser_Lel_join *__ref3 = (Parser_Lel_join*)&rhs[0]->user.join;
  4123. Token *__ref4 = (Token*)&rhs[2]->user.token;
  4124. Parser_Lel_join *__ref5 = (Parser_Lel_join*)&rhs[0]->user.join;
  4125. Token *__ref6 = (Token*)&rhs[2]->user.token;
  4126. #line 294 "rlparse.kl"
  4127. (__ref0)->lmPart = 0;
  4128. Action *action = (__ref1)->action;
  4129. if ( action != 0 )
  4130. action->isLmAction = true;
  4131. (__ref2)->lmPart = new LongestMatchPart( (__ref3)->join, action,
  4132. (__ref4)->loc, pd->nextLongestMatchId++ );
  4133. /* Provide a location to join. Unfortunately We don't
  4134. * have the start of the join as in other occurances. Use the end. */
  4135. (__ref5)->join->loc = (__ref6)->loc;
  4136. #line 4375 "rlparse.cpp"
  4137. } break;
  4138. case 43: {
  4139. Parser_Lel_opt_lm_part_action *__ref0 = (Parser_Lel_opt_lm_part_action*)&redLel->user.opt_lm_part_action;
  4140. Parser_Lel_action_ref *__ref1 = (Parser_Lel_action_ref*)&rhs[1]->user.action_ref;
  4141. #line 313 "rlparse.kl"
  4142. (__ref0)->action = (__ref1)->action;
  4143. #line 4385 "rlparse.cpp"
  4144. } break;
  4145. case 44: {
  4146. Parser_Lel_opt_lm_part_action *__ref0 = (Parser_Lel_opt_lm_part_action*)&redLel->user.opt_lm_part_action;
  4147. Parser_Lel_action_ref *__ref1 = (Parser_Lel_action_ref*)&rhs[0]->user.action_ref;
  4148. #line 317 "rlparse.kl"
  4149. (__ref0)->action = (__ref1)->action;
  4150. #line 4395 "rlparse.cpp"
  4151. } break;
  4152. case 45: {
  4153. Parser_Lel_opt_lm_part_action *__ref0 = (Parser_Lel_opt_lm_part_action*)&redLel->user.opt_lm_part_action;
  4154. #line 321 "rlparse.kl"
  4155. (__ref0)->action = 0;
  4156. #line 4404 "rlparse.cpp"
  4157. } break;
  4158. case 46: {
  4159. Parser_Lel_join *__ref0 = (Parser_Lel_join*)&rhs[0]->user.join;
  4160. Parser_Lel_expression *__ref1 = (Parser_Lel_expression*)&rhs[2]->user.expression;
  4161. Parser_Lel_join *__ref2 = (Parser_Lel_join*)&redLel->user.join;
  4162. Parser_Lel_join *__ref3 = (Parser_Lel_join*)&rhs[0]->user.join;
  4163. #line 332 "rlparse.kl"
  4164. /* Append the expression to the list and return it. */
  4165. (__ref0)->join->exprList.append( (__ref1)->expression );
  4166. (__ref2)->join = (__ref3)->join;
  4167. #line 4418 "rlparse.cpp"
  4168. } break;
  4169. case 47: {
  4170. Parser_Lel_join *__ref0 = (Parser_Lel_join*)&redLel->user.join;
  4171. Parser_Lel_expression *__ref1 = (Parser_Lel_expression*)&rhs[0]->user.expression;
  4172. #line 338 "rlparse.kl"
  4173. (__ref0)->join = new Join( (__ref1)->expression );
  4174. #line 4428 "rlparse.cpp"
  4175. } break;
  4176. case 48: {
  4177. Parser_Lel_expression *__ref0 = (Parser_Lel_expression*)&redLel->user.expression;
  4178. Parser_Lel_expression *__ref1 = (Parser_Lel_expression*)&rhs[0]->user.expression;
  4179. Parser_Lel_term_short *__ref2 = (Parser_Lel_term_short*)&rhs[2]->user.term_short;
  4180. #line 348 "rlparse.kl"
  4181. (__ref0)->expression = new Expression( (__ref1)->expression,
  4182. (__ref2)->term, Expression::OrType );
  4183. #line 4440 "rlparse.cpp"
  4184. } break;
  4185. case 49: {
  4186. Parser_Lel_expression *__ref0 = (Parser_Lel_expression*)&redLel->user.expression;
  4187. Parser_Lel_expression *__ref1 = (Parser_Lel_expression*)&rhs[0]->user.expression;
  4188. Parser_Lel_term_short *__ref2 = (Parser_Lel_term_short*)&rhs[2]->user.term_short;
  4189. #line 353 "rlparse.kl"
  4190. (__ref0)->expression = new Expression( (__ref1)->expression,
  4191. (__ref2)->term, Expression::IntersectType );
  4192. #line 4452 "rlparse.cpp"
  4193. } break;
  4194. case 50: {
  4195. Parser_Lel_expression *__ref0 = (Parser_Lel_expression*)&redLel->user.expression;
  4196. Parser_Lel_expression *__ref1 = (Parser_Lel_expression*)&rhs[0]->user.expression;
  4197. Parser_Lel_term_short *__ref2 = (Parser_Lel_term_short*)&rhs[2]->user.term_short;
  4198. #line 358 "rlparse.kl"
  4199. (__ref0)->expression = new Expression( (__ref1)->expression,
  4200. (__ref2)->term, Expression::SubtractType );
  4201. #line 4464 "rlparse.cpp"
  4202. } break;
  4203. case 51: {
  4204. Parser_Lel_expression *__ref0 = (Parser_Lel_expression*)&redLel->user.expression;
  4205. Parser_Lel_expression *__ref1 = (Parser_Lel_expression*)&rhs[0]->user.expression;
  4206. Parser_Lel_term_short *__ref2 = (Parser_Lel_term_short*)&rhs[2]->user.term_short;
  4207. #line 363 "rlparse.kl"
  4208. (__ref0)->expression = new Expression( (__ref1)->expression,
  4209. (__ref2)->term, Expression::StrongSubtractType );
  4210. #line 4476 "rlparse.cpp"
  4211. } break;
  4212. case 52: {
  4213. Parser_Lel_expression *__ref0 = (Parser_Lel_expression*)&redLel->user.expression;
  4214. Parser_Lel_term_short *__ref1 = (Parser_Lel_term_short*)&rhs[0]->user.term_short;
  4215. #line 368 "rlparse.kl"
  4216. (__ref0)->expression = new Expression( (__ref1)->term );
  4217. #line 4486 "rlparse.cpp"
  4218. } break;
  4219. case 53: {
  4220. Parser_Lel_term_short *__ref0 = (Parser_Lel_term_short*)&redLel->user.term_short;
  4221. Parser_Lel_term *__ref1 = (Parser_Lel_term*)&rhs[0]->user.term;
  4222. #line 389 "rlparse.kl"
  4223. (__ref0)->term = (__ref1)->term;
  4224. #line 4496 "rlparse.cpp"
  4225. } break;
  4226. case 54: {
  4227. Parser_Lel_term *__ref0 = (Parser_Lel_term*)&redLel->user.term;
  4228. Parser_Lel_term *__ref1 = (Parser_Lel_term*)&rhs[0]->user.term;
  4229. Parser_Lel_factor_with_label *__ref2 = (Parser_Lel_factor_with_label*)&rhs[1]->user.factor_with_label;
  4230. #line 399 "rlparse.kl"
  4231. (__ref0)->term = new Term( (__ref1)->term, (__ref2)->factorWithAug );
  4232. #line 4507 "rlparse.cpp"
  4233. } break;
  4234. case 55: {
  4235. Parser_Lel_term *__ref0 = (Parser_Lel_term*)&redLel->user.term;
  4236. Parser_Lel_term *__ref1 = (Parser_Lel_term*)&rhs[0]->user.term;
  4237. Parser_Lel_factor_with_label *__ref2 = (Parser_Lel_factor_with_label*)&rhs[2]->user.factor_with_label;
  4238. #line 403 "rlparse.kl"
  4239. (__ref0)->term = new Term( (__ref1)->term, (__ref2)->factorWithAug );
  4240. #line 4518 "rlparse.cpp"
  4241. } break;
  4242. case 56: {
  4243. Parser_Lel_term *__ref0 = (Parser_Lel_term*)&redLel->user.term;
  4244. Parser_Lel_term *__ref1 = (Parser_Lel_term*)&rhs[0]->user.term;
  4245. Parser_Lel_factor_with_label *__ref2 = (Parser_Lel_factor_with_label*)&rhs[2]->user.factor_with_label;
  4246. #line 407 "rlparse.kl"
  4247. (__ref0)->term = new Term( (__ref1)->term, (__ref2)->factorWithAug, Term::RightStartType );
  4248. #line 4529 "rlparse.cpp"
  4249. } break;
  4250. case 57: {
  4251. Parser_Lel_term *__ref0 = (Parser_Lel_term*)&redLel->user.term;
  4252. Parser_Lel_term *__ref1 = (Parser_Lel_term*)&rhs[0]->user.term;
  4253. Parser_Lel_factor_with_label *__ref2 = (Parser_Lel_factor_with_label*)&rhs[2]->user.factor_with_label;
  4254. #line 411 "rlparse.kl"
  4255. (__ref0)->term = new Term( (__ref1)->term, (__ref2)->factorWithAug, Term::RightFinishType );
  4256. #line 4540 "rlparse.cpp"
  4257. } break;
  4258. case 58: {
  4259. Parser_Lel_term *__ref0 = (Parser_Lel_term*)&redLel->user.term;
  4260. Parser_Lel_term *__ref1 = (Parser_Lel_term*)&rhs[0]->user.term;
  4261. Parser_Lel_factor_with_label *__ref2 = (Parser_Lel_factor_with_label*)&rhs[2]->user.factor_with_label;
  4262. #line 415 "rlparse.kl"
  4263. (__ref0)->term = new Term( (__ref1)->term,
  4264. (__ref2)->factorWithAug, Term::LeftType );
  4265. #line 4552 "rlparse.cpp"
  4266. } break;
  4267. case 59: {
  4268. Parser_Lel_term *__ref0 = (Parser_Lel_term*)&redLel->user.term;
  4269. Parser_Lel_factor_with_label *__ref1 = (Parser_Lel_factor_with_label*)&rhs[0]->user.factor_with_label;
  4270. #line 420 "rlparse.kl"
  4271. (__ref0)->term = new Term( (__ref1)->factorWithAug );
  4272. #line 4562 "rlparse.cpp"
  4273. } break;
  4274. case 60: {
  4275. Parser_Lel_factor_with_label *__ref0 = (Parser_Lel_factor_with_label*)&rhs[2]->user.factor_with_label;
  4276. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4277. Token *__ref2 = (Token*)&rhs[0]->user.token;
  4278. Parser_Lel_factor_with_label *__ref3 = (Parser_Lel_factor_with_label*)&redLel->user.factor_with_label;
  4279. Parser_Lel_factor_with_label *__ref4 = (Parser_Lel_factor_with_label*)&rhs[2]->user.factor_with_label;
  4280. #line 430 "rlparse.kl"
  4281. /* Add the label to the list and pass the factor up. */
  4282. (__ref0)->factorWithAug->labels.prepend( Label((__ref1)->loc, (__ref2)->data) );
  4283. (__ref3)->factorWithAug = (__ref4)->factorWithAug;
  4284. #line 4577 "rlparse.cpp"
  4285. } break;
  4286. case 61: {
  4287. Parser_Lel_factor_with_label *__ref0 = (Parser_Lel_factor_with_label*)&redLel->user.factor_with_label;
  4288. Parser_Lel_factor_with_ep *__ref1 = (Parser_Lel_factor_with_ep*)&rhs[0]->user.factor_with_ep;
  4289. #line 436 "rlparse.kl"
  4290. (__ref0)->factorWithAug = (__ref1)->factorWithAug;
  4291. #line 4587 "rlparse.cpp"
  4292. } break;
  4293. case 62: {
  4294. Parser_Lel_factor_with_ep *__ref0 = (Parser_Lel_factor_with_ep*)&rhs[0]->user.factor_with_ep;
  4295. Token *__ref1 = (Token*)&rhs[1]->user.token;
  4296. Parser_Lel_factor_with_ep *__ref2 = (Parser_Lel_factor_with_ep*)&redLel->user.factor_with_ep;
  4297. Parser_Lel_factor_with_ep *__ref3 = (Parser_Lel_factor_with_ep*)&rhs[0]->user.factor_with_ep;
  4298. #line 446 "rlparse.kl"
  4299. /* Add the target to the list and return the factor object. */
  4300. (__ref0)->factorWithAug->epsilonLinks.append( EpsilonLink( (__ref1)->loc, nameRef ) );
  4301. (__ref2)->factorWithAug = (__ref3)->factorWithAug;
  4302. #line 4601 "rlparse.cpp"
  4303. } break;
  4304. case 63: {
  4305. Parser_Lel_factor_with_ep *__ref0 = (Parser_Lel_factor_with_ep*)&redLel->user.factor_with_ep;
  4306. Parser_Lel_factor_with_aug *__ref1 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4307. #line 452 "rlparse.kl"
  4308. (__ref0)->factorWithAug = (__ref1)->factorWithAug;
  4309. #line 4611 "rlparse.cpp"
  4310. } break;
  4311. case 64: {
  4312. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4313. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4314. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4315. Parser_Lel_action_ref *__ref3 = (Parser_Lel_action_ref*)&rhs[2]->user.action_ref;
  4316. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4317. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4318. #line 462 "rlparse.kl"
  4319. /* Append the action to the factorWithAug, record the refernce from
  4320. * factorWithAug to the action and pass up the factorWithAug. */
  4321. (__ref0)->factorWithAug->actions.append(
  4322. ParserAction( (__ref1)->loc, (__ref2)->augType, 0, (__ref3)->action ) );
  4323. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4324. #line 4629 "rlparse.cpp"
  4325. } break;
  4326. case 65: {
  4327. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4328. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4329. Parser_Lel_priority_aug *__ref2 = (Parser_Lel_priority_aug*)&rhs[2]->user.priority_aug;
  4330. Parser_Lel_factor_with_aug *__ref3 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4331. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4332. #line 470 "rlparse.kl"
  4333. /* Append the named priority to the factorWithAug and pass it up. */
  4334. (__ref0)->factorWithAug->priorityAugs.append(
  4335. PriorityAug( (__ref1)->augType, pd->curDefPriorKey, (__ref2)->priorityNum ) );
  4336. (__ref3)->factorWithAug = (__ref4)->factorWithAug;
  4337. #line 4645 "rlparse.cpp"
  4338. } break;
  4339. case 66: {
  4340. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4341. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4342. Parser_Lel_priority_name *__ref2 = (Parser_Lel_priority_name*)&rhs[3]->user.priority_name;
  4343. Parser_Lel_priority_aug *__ref3 = (Parser_Lel_priority_aug*)&rhs[5]->user.priority_aug;
  4344. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4345. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4346. #line 477 "rlparse.kl"
  4347. /* Append the priority using a default name. */
  4348. (__ref0)->factorWithAug->priorityAugs.append(
  4349. PriorityAug( (__ref1)->augType, (__ref2)->priorityName, (__ref3)->priorityNum ) );
  4350. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4351. #line 4662 "rlparse.cpp"
  4352. } break;
  4353. case 67: {
  4354. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4355. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4356. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4357. Parser_Lel_action_ref *__ref3 = (Parser_Lel_action_ref*)&rhs[2]->user.action_ref;
  4358. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4359. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4360. #line 484 "rlparse.kl"
  4361. (__ref0)->factorWithAug->conditions.append( ConditionTest( (__ref1)->loc,
  4362. (__ref2)->augType, (__ref3)->action, true ) );
  4363. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4364. #line 4678 "rlparse.cpp"
  4365. } break;
  4366. case 68: {
  4367. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4368. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4369. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4370. Parser_Lel_action_ref *__ref3 = (Parser_Lel_action_ref*)&rhs[3]->user.action_ref;
  4371. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4372. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4373. #line 490 "rlparse.kl"
  4374. (__ref0)->factorWithAug->conditions.append( ConditionTest( (__ref1)->loc,
  4375. (__ref2)->augType, (__ref3)->action, false ) );
  4376. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4377. #line 4694 "rlparse.cpp"
  4378. } break;
  4379. case 69: {
  4380. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4381. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4382. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4383. Parser_Lel_action_ref *__ref3 = (Parser_Lel_action_ref*)&rhs[2]->user.action_ref;
  4384. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4385. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4386. #line 496 "rlparse.kl"
  4387. /* Append the action, pass it up. */
  4388. (__ref0)->factorWithAug->actions.append( ParserAction( (__ref1)->loc,
  4389. (__ref2)->augType, 0, (__ref3)->action ) );
  4390. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4391. #line 4711 "rlparse.cpp"
  4392. } break;
  4393. case 70: {
  4394. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4395. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4396. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4397. Parser_Lel_action_ref *__ref3 = (Parser_Lel_action_ref*)&rhs[2]->user.action_ref;
  4398. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4399. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4400. #line 503 "rlparse.kl"
  4401. /* Append the action, pass it up. */
  4402. (__ref0)->factorWithAug->actions.append( ParserAction( (__ref1)->loc,
  4403. (__ref2)->augType, 0, (__ref3)->action ) );
  4404. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4405. #line 4728 "rlparse.cpp"
  4406. } break;
  4407. case 71: {
  4408. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4409. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4410. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4411. Parser_Lel_action_ref *__ref3 = (Parser_Lel_action_ref*)&rhs[2]->user.action_ref;
  4412. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4413. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4414. #line 510 "rlparse.kl"
  4415. /* Append the action, pass it up. */
  4416. (__ref0)->factorWithAug->actions.append( ParserAction( (__ref1)->loc,
  4417. (__ref2)->augType, 0, (__ref3)->action ) );
  4418. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4419. #line 4745 "rlparse.cpp"
  4420. } break;
  4421. case 72: {
  4422. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4423. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4424. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4425. Parser_Lel_action_ref *__ref3 = (Parser_Lel_action_ref*)&rhs[2]->user.action_ref;
  4426. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4427. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4428. #line 517 "rlparse.kl"
  4429. /* Append the action to the factorWithAug, record the refernce from
  4430. * factorWithAug to the action and pass up the factorWithAug. */
  4431. (__ref0)->factorWithAug->actions.append( ParserAction( (__ref1)->loc,
  4432. (__ref2)->augType, pd->curDefLocalErrKey, (__ref3)->action ) );
  4433. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4434. #line 4763 "rlparse.cpp"
  4435. } break;
  4436. case 73: {
  4437. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4438. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4439. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4440. Parser_Lel_action_ref *__ref3 = (Parser_Lel_action_ref*)&rhs[2]->user.action_ref;
  4441. Parser_Lel_factor_with_aug *__ref4 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4442. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4443. #line 525 "rlparse.kl"
  4444. /* Append the action to the factorWithAug, record the refernce from
  4445. * factorWithAug to the action and pass up the factorWithAug. */
  4446. (__ref0)->factorWithAug->actions.append( ParserAction( (__ref1)->loc,
  4447. (__ref2)->augType, pd->curDefLocalErrKey, (__ref3)->action ) );
  4448. (__ref4)->factorWithAug = (__ref5)->factorWithAug;
  4449. #line 4781 "rlparse.cpp"
  4450. } break;
  4451. case 74: {
  4452. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4453. Parser_Lel_aug_type *__ref1 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4454. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&rhs[1]->user.aug_type;
  4455. Parser_Lel_local_err_name *__ref3 = (Parser_Lel_local_err_name*)&rhs[3]->user.local_err_name;
  4456. Parser_Lel_action_ref *__ref4 = (Parser_Lel_action_ref*)&rhs[5]->user.action_ref;
  4457. Parser_Lel_factor_with_aug *__ref5 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4458. Parser_Lel_factor_with_aug *__ref6 = (Parser_Lel_factor_with_aug*)&rhs[0]->user.factor_with_aug;
  4459. #line 533 "rlparse.kl"
  4460. /* Append the action to the factorWithAug, record the refernce from
  4461. * factorWithAug to the action and pass up the factorWithAug. */
  4462. (__ref0)->factorWithAug->actions.append( ParserAction( (__ref1)->loc,
  4463. (__ref2)->augType, (__ref3)->error_name, (__ref4)->action ) );
  4464. (__ref5)->factorWithAug = (__ref6)->factorWithAug;
  4465. #line 4800 "rlparse.cpp"
  4466. } break;
  4467. case 75: {
  4468. Parser_Lel_factor_with_aug *__ref0 = (Parser_Lel_factor_with_aug*)&redLel->user.factor_with_aug;
  4469. Parser_Lel_factor_with_rep *__ref1 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  4470. #line 541 "rlparse.kl"
  4471. (__ref0)->factorWithAug = new FactorWithAug( (__ref1)->factorWithRep );
  4472. #line 4810 "rlparse.cpp"
  4473. } break;
  4474. case 76: {
  4475. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4476. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4477. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4478. #line 554 "rlparse.kl"
  4479. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_finish;
  4480. #line 4819 "rlparse.cpp"
  4481. } break;
  4482. case 77: {
  4483. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4484. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4485. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4486. #line 555 "rlparse.kl"
  4487. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_leave;
  4488. #line 4828 "rlparse.cpp"
  4489. } break;
  4490. case 78: {
  4491. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4492. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4493. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4494. #line 556 "rlparse.kl"
  4495. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all;
  4496. #line 4837 "rlparse.cpp"
  4497. } break;
  4498. case 79: {
  4499. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4500. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4501. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4502. #line 557 "rlparse.kl"
  4503. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start;
  4504. #line 4846 "rlparse.cpp"
  4505. } break;
  4506. case 80: {
  4507. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4508. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4509. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4510. #line 562 "rlparse.kl"
  4511. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start;
  4512. #line 4855 "rlparse.cpp"
  4513. } break;
  4514. case 81: {
  4515. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4516. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4517. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4518. #line 563 "rlparse.kl"
  4519. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start;
  4520. #line 4864 "rlparse.cpp"
  4521. } break;
  4522. case 82: {
  4523. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4524. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4525. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4526. #line 564 "rlparse.kl"
  4527. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all;
  4528. #line 4873 "rlparse.cpp"
  4529. } break;
  4530. case 83: {
  4531. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4532. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4533. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4534. #line 565 "rlparse.kl"
  4535. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all;
  4536. #line 4882 "rlparse.cpp"
  4537. } break;
  4538. case 84: {
  4539. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4540. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4541. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4542. #line 566 "rlparse.kl"
  4543. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_leave;
  4544. #line 4891 "rlparse.cpp"
  4545. } break;
  4546. case 85: {
  4547. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4548. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4549. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4550. #line 567 "rlparse.kl"
  4551. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_leave;
  4552. #line 4900 "rlparse.cpp"
  4553. } break;
  4554. case 86: {
  4555. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4556. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4557. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4558. #line 568 "rlparse.kl"
  4559. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all;
  4560. #line 4909 "rlparse.cpp"
  4561. } break;
  4562. case 87: {
  4563. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4564. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4565. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4566. #line 569 "rlparse.kl"
  4567. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start;
  4568. #line 4918 "rlparse.cpp"
  4569. } break;
  4570. case 88: {
  4571. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4572. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4573. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4574. #line 570 "rlparse.kl"
  4575. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_leave;
  4576. #line 4927 "rlparse.cpp"
  4577. } break;
  4578. case 89: {
  4579. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4580. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4581. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4582. #line 579 "rlparse.kl"
  4583. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_to_state;
  4584. #line 4936 "rlparse.cpp"
  4585. } break;
  4586. case 90: {
  4587. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4588. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4589. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4590. #line 581 "rlparse.kl"
  4591. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_to_state;
  4592. #line 4945 "rlparse.cpp"
  4593. } break;
  4594. case 91: {
  4595. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4596. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4597. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4598. #line 584 "rlparse.kl"
  4599. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_to_state;
  4600. #line 4954 "rlparse.cpp"
  4601. } break;
  4602. case 92: {
  4603. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4604. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4605. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4606. #line 586 "rlparse.kl"
  4607. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_to_state;
  4608. #line 4963 "rlparse.cpp"
  4609. } break;
  4610. case 93: {
  4611. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4612. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4613. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4614. #line 589 "rlparse.kl"
  4615. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_to_state;
  4616. #line 4972 "rlparse.cpp"
  4617. } break;
  4618. case 94: {
  4619. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4620. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4621. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4622. #line 591 "rlparse.kl"
  4623. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_to_state;
  4624. #line 4981 "rlparse.cpp"
  4625. } break;
  4626. case 95: {
  4627. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4628. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4629. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4630. #line 594 "rlparse.kl"
  4631. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_to_state;
  4632. #line 4990 "rlparse.cpp"
  4633. } break;
  4634. case 96: {
  4635. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4636. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4637. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4638. #line 596 "rlparse.kl"
  4639. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_to_state;
  4640. #line 4999 "rlparse.cpp"
  4641. } break;
  4642. case 97: {
  4643. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4644. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4645. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4646. #line 599 "rlparse.kl"
  4647. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_to_state;
  4648. #line 5008 "rlparse.cpp"
  4649. } break;
  4650. case 98: {
  4651. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4652. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4653. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4654. #line 601 "rlparse.kl"
  4655. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_to_state;
  4656. #line 5017 "rlparse.cpp"
  4657. } break;
  4658. case 99: {
  4659. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4660. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4661. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4662. #line 604 "rlparse.kl"
  4663. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_to_state;
  4664. #line 5026 "rlparse.cpp"
  4665. } break;
  4666. case 100: {
  4667. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4668. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4669. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4670. #line 606 "rlparse.kl"
  4671. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_to_state;
  4672. #line 5035 "rlparse.cpp"
  4673. } break;
  4674. case 101: {
  4675. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4676. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4677. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4678. #line 615 "rlparse.kl"
  4679. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_from_state;
  4680. #line 5044 "rlparse.cpp"
  4681. } break;
  4682. case 102: {
  4683. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4684. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4685. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4686. #line 617 "rlparse.kl"
  4687. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_from_state;
  4688. #line 5053 "rlparse.cpp"
  4689. } break;
  4690. case 103: {
  4691. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4692. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4693. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4694. #line 620 "rlparse.kl"
  4695. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_from_state;
  4696. #line 5062 "rlparse.cpp"
  4697. } break;
  4698. case 104: {
  4699. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4700. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4701. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4702. #line 622 "rlparse.kl"
  4703. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_from_state;
  4704. #line 5071 "rlparse.cpp"
  4705. } break;
  4706. case 105: {
  4707. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4708. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4709. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4710. #line 625 "rlparse.kl"
  4711. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_from_state;
  4712. #line 5080 "rlparse.cpp"
  4713. } break;
  4714. case 106: {
  4715. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4716. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4717. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4718. #line 627 "rlparse.kl"
  4719. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_from_state;
  4720. #line 5089 "rlparse.cpp"
  4721. } break;
  4722. case 107: {
  4723. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4724. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4725. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4726. #line 630 "rlparse.kl"
  4727. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_from_state;
  4728. #line 5098 "rlparse.cpp"
  4729. } break;
  4730. case 108: {
  4731. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4732. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4733. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4734. #line 632 "rlparse.kl"
  4735. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_from_state;
  4736. #line 5107 "rlparse.cpp"
  4737. } break;
  4738. case 109: {
  4739. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4740. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4741. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4742. #line 635 "rlparse.kl"
  4743. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_from_state;
  4744. #line 5116 "rlparse.cpp"
  4745. } break;
  4746. case 110: {
  4747. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4748. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4749. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4750. #line 637 "rlparse.kl"
  4751. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_from_state;
  4752. #line 5125 "rlparse.cpp"
  4753. } break;
  4754. case 111: {
  4755. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4756. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4757. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4758. #line 640 "rlparse.kl"
  4759. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_from_state;
  4760. #line 5134 "rlparse.cpp"
  4761. } break;
  4762. case 112: {
  4763. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4764. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4765. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4766. #line 642 "rlparse.kl"
  4767. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_from_state;
  4768. #line 5143 "rlparse.cpp"
  4769. } break;
  4770. case 113: {
  4771. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4772. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4773. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4774. #line 651 "rlparse.kl"
  4775. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_eof;
  4776. #line 5152 "rlparse.cpp"
  4777. } break;
  4778. case 114: {
  4779. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4780. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4781. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4782. #line 653 "rlparse.kl"
  4783. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_eof;
  4784. #line 5161 "rlparse.cpp"
  4785. } break;
  4786. case 115: {
  4787. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4788. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4789. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4790. #line 656 "rlparse.kl"
  4791. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_eof;
  4792. #line 5170 "rlparse.cpp"
  4793. } break;
  4794. case 116: {
  4795. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4796. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4797. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4798. #line 658 "rlparse.kl"
  4799. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_eof;
  4800. #line 5179 "rlparse.cpp"
  4801. } break;
  4802. case 117: {
  4803. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4804. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4805. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4806. #line 661 "rlparse.kl"
  4807. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_eof;
  4808. #line 5188 "rlparse.cpp"
  4809. } break;
  4810. case 118: {
  4811. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4812. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4813. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4814. #line 663 "rlparse.kl"
  4815. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_eof;
  4816. #line 5197 "rlparse.cpp"
  4817. } break;
  4818. case 119: {
  4819. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4820. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4821. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4822. #line 666 "rlparse.kl"
  4823. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_eof;
  4824. #line 5206 "rlparse.cpp"
  4825. } break;
  4826. case 120: {
  4827. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4828. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4829. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4830. #line 668 "rlparse.kl"
  4831. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_eof;
  4832. #line 5215 "rlparse.cpp"
  4833. } break;
  4834. case 121: {
  4835. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4836. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4837. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4838. #line 671 "rlparse.kl"
  4839. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_eof;
  4840. #line 5224 "rlparse.cpp"
  4841. } break;
  4842. case 122: {
  4843. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4844. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4845. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4846. #line 673 "rlparse.kl"
  4847. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_eof;
  4848. #line 5233 "rlparse.cpp"
  4849. } break;
  4850. case 123: {
  4851. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4852. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4853. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4854. #line 676 "rlparse.kl"
  4855. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_eof;
  4856. #line 5242 "rlparse.cpp"
  4857. } break;
  4858. case 124: {
  4859. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4860. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4861. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4862. #line 678 "rlparse.kl"
  4863. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_eof;
  4864. #line 5251 "rlparse.cpp"
  4865. } break;
  4866. case 125: {
  4867. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4868. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4869. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4870. #line 687 "rlparse.kl"
  4871. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_gbl_error;
  4872. #line 5260 "rlparse.cpp"
  4873. } break;
  4874. case 126: {
  4875. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4876. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4877. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4878. #line 689 "rlparse.kl"
  4879. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_gbl_error;
  4880. #line 5269 "rlparse.cpp"
  4881. } break;
  4882. case 127: {
  4883. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4884. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4885. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4886. #line 692 "rlparse.kl"
  4887. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_gbl_error;
  4888. #line 5278 "rlparse.cpp"
  4889. } break;
  4890. case 128: {
  4891. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4892. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4893. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4894. #line 694 "rlparse.kl"
  4895. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_gbl_error;
  4896. #line 5287 "rlparse.cpp"
  4897. } break;
  4898. case 129: {
  4899. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4900. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4901. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4902. #line 697 "rlparse.kl"
  4903. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_gbl_error;
  4904. #line 5296 "rlparse.cpp"
  4905. } break;
  4906. case 130: {
  4907. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4908. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4909. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4910. #line 699 "rlparse.kl"
  4911. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_gbl_error;
  4912. #line 5305 "rlparse.cpp"
  4913. } break;
  4914. case 131: {
  4915. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4916. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4917. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4918. #line 702 "rlparse.kl"
  4919. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_gbl_error;
  4920. #line 5314 "rlparse.cpp"
  4921. } break;
  4922. case 132: {
  4923. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4924. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4925. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4926. #line 704 "rlparse.kl"
  4927. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_gbl_error;
  4928. #line 5323 "rlparse.cpp"
  4929. } break;
  4930. case 133: {
  4931. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4932. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4933. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4934. #line 707 "rlparse.kl"
  4935. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_gbl_error;
  4936. #line 5332 "rlparse.cpp"
  4937. } break;
  4938. case 134: {
  4939. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4940. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4941. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4942. #line 709 "rlparse.kl"
  4943. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_gbl_error;
  4944. #line 5341 "rlparse.cpp"
  4945. } break;
  4946. case 135: {
  4947. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4948. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4949. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4950. #line 712 "rlparse.kl"
  4951. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_gbl_error;
  4952. #line 5350 "rlparse.cpp"
  4953. } break;
  4954. case 136: {
  4955. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4956. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4957. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4958. #line 714 "rlparse.kl"
  4959. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_gbl_error;
  4960. #line 5359 "rlparse.cpp"
  4961. } break;
  4962. case 137: {
  4963. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4964. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4965. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4966. #line 724 "rlparse.kl"
  4967. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_local_error;
  4968. #line 5368 "rlparse.cpp"
  4969. } break;
  4970. case 138: {
  4971. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4972. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4973. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4974. #line 726 "rlparse.kl"
  4975. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_start_local_error;
  4976. #line 5377 "rlparse.cpp"
  4977. } break;
  4978. case 139: {
  4979. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4980. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4981. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4982. #line 729 "rlparse.kl"
  4983. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_local_error;
  4984. #line 5386 "rlparse.cpp"
  4985. } break;
  4986. case 140: {
  4987. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4988. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4989. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4990. #line 731 "rlparse.kl"
  4991. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_start_local_error;
  4992. #line 5395 "rlparse.cpp"
  4993. } break;
  4994. case 141: {
  4995. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4996. Token *__ref1 = (Token*)&rhs[0]->user.token;
  4997. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  4998. #line 734 "rlparse.kl"
  4999. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_local_error;
  5000. #line 5404 "rlparse.cpp"
  5001. } break;
  5002. case 142: {
  5003. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5004. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5005. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5006. #line 736 "rlparse.kl"
  5007. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_all_local_error;
  5008. #line 5413 "rlparse.cpp"
  5009. } break;
  5010. case 143: {
  5011. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5012. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5013. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5014. #line 739 "rlparse.kl"
  5015. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_local_error;
  5016. #line 5422 "rlparse.cpp"
  5017. } break;
  5018. case 144: {
  5019. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5020. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5021. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5022. #line 741 "rlparse.kl"
  5023. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_final_local_error;
  5024. #line 5431 "rlparse.cpp"
  5025. } break;
  5026. case 145: {
  5027. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5028. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5029. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5030. #line 744 "rlparse.kl"
  5031. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_local_error;
  5032. #line 5440 "rlparse.cpp"
  5033. } break;
  5034. case 146: {
  5035. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5036. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5037. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5038. #line 746 "rlparse.kl"
  5039. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_not_final_local_error;
  5040. #line 5449 "rlparse.cpp"
  5041. } break;
  5042. case 147: {
  5043. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5044. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5045. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5046. #line 749 "rlparse.kl"
  5047. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_local_error;
  5048. #line 5458 "rlparse.cpp"
  5049. } break;
  5050. case 148: {
  5051. Parser_Lel_aug_type *__ref0 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5052. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5053. Parser_Lel_aug_type *__ref2 = (Parser_Lel_aug_type*)&redLel->user.aug_type;
  5054. #line 751 "rlparse.kl"
  5055. (__ref0)->loc = (__ref1)->loc; (__ref2)->augType = at_middle_local_error;
  5056. #line 5467 "rlparse.cpp"
  5057. } break;
  5058. case 149: {
  5059. Parser_Lel_action_ref *__ref0 = (Parser_Lel_action_ref*)&redLel->user.action_ref;
  5060. Parser_Lel_action_ref *__ref1 = (Parser_Lel_action_ref*)&rhs[0]->user.action_ref;
  5061. #line 764 "rlparse.kl"
  5062. (__ref0)->action = (__ref1)->action;
  5063. #line 5475 "rlparse.cpp"
  5064. } break;
  5065. case 150: {
  5066. Parser_Lel_action_ref *__ref0 = (Parser_Lel_action_ref*)&redLel->user.action_ref;
  5067. Parser_Lel_action_ref *__ref1 = (Parser_Lel_action_ref*)&rhs[1]->user.action_ref;
  5068. #line 765 "rlparse.kl"
  5069. (__ref0)->action = (__ref1)->action;
  5070. #line 5483 "rlparse.cpp"
  5071. } break;
  5072. case 151: {
  5073. Parser_Lel_action_ref *__ref0 = (Parser_Lel_action_ref*)&redLel->user.action_ref;
  5074. Parser_Lel_action_ref *__ref1 = (Parser_Lel_action_ref*)&rhs[0]->user.action_ref;
  5075. #line 766 "rlparse.kl"
  5076. (__ref0)->action = (__ref1)->action;
  5077. #line 5491 "rlparse.cpp"
  5078. } break;
  5079. case 152: {
  5080. Token *__ref0 = (Token*)&rhs[0]->user.token;
  5081. Parser_Lel_action_ref *__ref1 = (Parser_Lel_action_ref*)&redLel->user.action_ref;
  5082. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5083. Token *__ref3 = (Token*)&rhs[0]->user.token;
  5084. Parser_Lel_action_ref *__ref4 = (Parser_Lel_action_ref*)&redLel->user.action_ref;
  5085. #line 771 "rlparse.kl"
  5086. /* Set the name in the actionDict. */
  5087. Action *action = pd->actionDict.find( (__ref0)->data );
  5088. if ( action != 0 ) {
  5089. /* Pass up the action element */
  5090. (__ref1)->action = action;
  5091. }
  5092. else {
  5093. /* Will recover by returning null as the action. */
  5094. error((__ref2)->loc) << "action lookup of \"" << (__ref3)->data << "\" failed" << endl;
  5095. (__ref4)->action = 0;
  5096. }
  5097. #line 5514 "rlparse.cpp"
  5098. } break;
  5099. case 153: {
  5100. Token *__ref0 = (Token*)&rhs[0]->user.token;
  5101. Parser_Lel_inline_list *__ref1 = (Parser_Lel_inline_list*)&rhs[1]->user.inline_list;
  5102. Parser_Lel_action_ref *__ref2 = (Parser_Lel_action_ref*)&redLel->user.action_ref;
  5103. #line 788 "rlparse.kl"
  5104. /* Create the action, add it to the list and pass up. */
  5105. Action *newAction = new Action( (__ref0)->loc, 0, (__ref1)->inlineList, pd->nextCondId++ );
  5106. pd->actionList.append( newAction );
  5107. (__ref2)->action = newAction;
  5108. #line 5528 "rlparse.cpp"
  5109. } break;
  5110. case 154: {
  5111. Token *__ref0 = (Token*)&rhs[0]->user.token;
  5112. Parser_Lel_priority_name *__ref1 = (Parser_Lel_priority_name*)&redLel->user.priority_name;
  5113. #line 803 "rlparse.kl"
  5114. // Lookup/create the priority key.
  5115. PriorDictEl *priorDictEl;
  5116. if ( pd->priorDict.insert( (__ref0)->data, pd->nextPriorKey, &priorDictEl ) )
  5117. pd->nextPriorKey += 1;
  5118. // Use the inserted/found priority key.
  5119. (__ref1)->priorityName = priorDictEl->value;
  5120. #line 5544 "rlparse.cpp"
  5121. } break;
  5122. case 155: {
  5123. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5124. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5125. Parser_Lel_token_type *__ref2 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5126. Parser_Lel_priority_aug *__ref3 = (Parser_Lel_priority_aug*)&redLel->user.priority_aug;
  5127. Parser_Lel_token_type *__ref4 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5128. Parser_Lel_token_type *__ref5 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5129. Parser_Lel_priority_aug *__ref6 = (Parser_Lel_priority_aug*)&redLel->user.priority_aug;
  5130. Parser_Lel_priority_aug *__ref7 = (Parser_Lel_priority_aug*)&redLel->user.priority_aug;
  5131. #line 820 "rlparse.kl"
  5132. // Convert the priority number to a long. Check for overflow.
  5133. errno = 0;
  5134. //cerr << "PRIOR AUG: " << $1->token.data << endl;
  5135. long aug = strtol( (__ref0)->token.data, 0, 10 );
  5136. if ( errno == ERANGE && aug == LONG_MAX ) {
  5137. /* Priority number too large. Recover by setting the priority to 0. */
  5138. error((__ref1)->token.loc) << "priority number " << (__ref2)->token.data <<
  5139. " overflows" << endl;
  5140. (__ref3)->priorityNum = 0;
  5141. }
  5142. else if ( errno == ERANGE && aug == LONG_MIN ) {
  5143. /* Priority number too large in the neg. Recover by using 0. */
  5144. error((__ref4)->token.loc) << "priority number " << (__ref5)->token.data <<
  5145. " underflows" << endl;
  5146. (__ref6)->priorityNum = 0;
  5147. }
  5148. else {
  5149. /* No overflow or underflow. */
  5150. (__ref7)->priorityNum = aug;
  5151. }
  5152. #line 5579 "rlparse.cpp"
  5153. } break;
  5154. case 156: {
  5155. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5156. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5157. #line 846 "rlparse.kl"
  5158. (__ref0)->token = *(__ref1);
  5159. #line 5589 "rlparse.cpp"
  5160. } break;
  5161. case 157: {
  5162. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5163. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5164. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5165. Parser_Lel_token_type *__ref3 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5166. Token *__ref4 = (Token*)&rhs[1]->user.token;
  5167. #line 850 "rlparse.kl"
  5168. (__ref0)->token.set( "+", 1 );
  5169. (__ref1)->token.loc = (__ref2)->loc;
  5170. (__ref3)->token.append( *(__ref4) );
  5171. #line 5604 "rlparse.cpp"
  5172. } break;
  5173. case 158: {
  5174. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5175. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5176. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5177. Parser_Lel_token_type *__ref3 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5178. Token *__ref4 = (Token*)&rhs[1]->user.token;
  5179. #line 856 "rlparse.kl"
  5180. (__ref0)->token.set( "-", 1 );
  5181. (__ref1)->token.loc = (__ref2)->loc;
  5182. (__ref3)->token.append( *(__ref4) );
  5183. #line 5619 "rlparse.cpp"
  5184. } break;
  5185. case 159: {
  5186. Token *__ref0 = (Token*)&rhs[0]->user.token;
  5187. Parser_Lel_local_err_name *__ref1 = (Parser_Lel_local_err_name*)&redLel->user.local_err_name;
  5188. #line 868 "rlparse.kl"
  5189. /* Lookup/create the priority key. */
  5190. LocalErrDictEl *localErrDictEl;
  5191. if ( pd->localErrDict.insert( (__ref0)->data, pd->nextLocalErrKey, &localErrDictEl ) )
  5192. pd->nextLocalErrKey += 1;
  5193. /* Use the inserted/found priority key. */
  5194. (__ref1)->error_name = localErrDictEl->value;
  5195. #line 5635 "rlparse.cpp"
  5196. } break;
  5197. case 160: {
  5198. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5199. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5200. Parser_Lel_factor_with_rep *__ref2 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  5201. #line 889 "rlparse.kl"
  5202. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->loc, (__ref2)->factorWithRep,
  5203. 0, 0, FactorWithRep::StarType );
  5204. #line 5647 "rlparse.cpp"
  5205. } break;
  5206. case 161: {
  5207. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5208. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5209. Parser_Lel_factor_with_rep *__ref2 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  5210. #line 894 "rlparse.kl"
  5211. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->loc, (__ref2)->factorWithRep,
  5212. 0, 0, FactorWithRep::StarStarType );
  5213. #line 5659 "rlparse.cpp"
  5214. } break;
  5215. case 162: {
  5216. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5217. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5218. Parser_Lel_factor_with_rep *__ref2 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  5219. #line 899 "rlparse.kl"
  5220. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->loc, (__ref2)->factorWithRep,
  5221. 0, 0, FactorWithRep::OptionalType );
  5222. #line 5671 "rlparse.cpp"
  5223. } break;
  5224. case 163: {
  5225. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5226. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5227. Parser_Lel_factor_with_rep *__ref2 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  5228. #line 904 "rlparse.kl"
  5229. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->loc, (__ref2)->factorWithRep,
  5230. 0, 0, FactorWithRep::PlusType );
  5231. #line 5683 "rlparse.cpp"
  5232. } break;
  5233. case 164: {
  5234. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5235. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5236. Parser_Lel_factor_with_rep *__ref2 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  5237. Parser_Lel_factor_rep_num *__ref3 = (Parser_Lel_factor_rep_num*)&rhs[2]->user.factor_rep_num;
  5238. #line 909 "rlparse.kl"
  5239. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->loc, (__ref2)->factorWithRep,
  5240. (__ref3)->rep, 0, FactorWithRep::ExactType );
  5241. #line 5696 "rlparse.cpp"
  5242. } break;
  5243. case 165: {
  5244. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5245. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5246. Parser_Lel_factor_with_rep *__ref2 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  5247. Parser_Lel_factor_rep_num *__ref3 = (Parser_Lel_factor_rep_num*)&rhs[3]->user.factor_rep_num;
  5248. #line 914 "rlparse.kl"
  5249. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->loc, (__ref2)->factorWithRep,
  5250. 0, (__ref3)->rep, FactorWithRep::MaxType );
  5251. #line 5709 "rlparse.cpp"
  5252. } break;
  5253. case 166: {
  5254. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5255. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5256. Parser_Lel_factor_with_rep *__ref2 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  5257. Parser_Lel_factor_rep_num *__ref3 = (Parser_Lel_factor_rep_num*)&rhs[2]->user.factor_rep_num;
  5258. #line 919 "rlparse.kl"
  5259. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->loc, (__ref2)->factorWithRep,
  5260. (__ref3)->rep, 0, FactorWithRep::MinType );
  5261. #line 5722 "rlparse.cpp"
  5262. } break;
  5263. case 167: {
  5264. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5265. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5266. Parser_Lel_factor_with_rep *__ref2 = (Parser_Lel_factor_with_rep*)&rhs[0]->user.factor_with_rep;
  5267. Parser_Lel_factor_rep_num *__ref3 = (Parser_Lel_factor_rep_num*)&rhs[2]->user.factor_rep_num;
  5268. Parser_Lel_factor_rep_num *__ref4 = (Parser_Lel_factor_rep_num*)&rhs[4]->user.factor_rep_num;
  5269. #line 924 "rlparse.kl"
  5270. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->loc, (__ref2)->factorWithRep,
  5271. (__ref3)->rep, (__ref4)->rep, FactorWithRep::RangeType );
  5272. #line 5736 "rlparse.cpp"
  5273. } break;
  5274. case 168: {
  5275. Parser_Lel_factor_with_rep *__ref0 = (Parser_Lel_factor_with_rep*)&redLel->user.factor_with_rep;
  5276. Parser_Lel_factor_with_neg *__ref1 = (Parser_Lel_factor_with_neg*)&rhs[0]->user.factor_with_neg;
  5277. #line 929 "rlparse.kl"
  5278. (__ref0)->factorWithRep = new FactorWithRep( (__ref1)->factorWithNeg );
  5279. #line 5746 "rlparse.cpp"
  5280. } break;
  5281. case 169: {
  5282. Token *__ref0 = (Token*)&rhs[0]->user.token;
  5283. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5284. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5285. Parser_Lel_factor_rep_num *__ref3 = (Parser_Lel_factor_rep_num*)&redLel->user.factor_rep_num;
  5286. Parser_Lel_factor_rep_num *__ref4 = (Parser_Lel_factor_rep_num*)&redLel->user.factor_rep_num;
  5287. #line 939 "rlparse.kl"
  5288. // Convert the priority number to a long. Check for overflow.
  5289. errno = 0;
  5290. long rep = strtol( (__ref0)->data, 0, 10 );
  5291. if ( errno == ERANGE && rep == LONG_MAX ) {
  5292. // Repetition too large. Recover by returing repetition 1. */
  5293. error((__ref1)->loc) << "repetition number " << (__ref2)->data << " overflows" << endl;
  5294. (__ref3)->rep = 1;
  5295. }
  5296. else {
  5297. // Cannot be negative, so no overflow.
  5298. (__ref4)->rep = rep;
  5299. }
  5300. #line 5770 "rlparse.cpp"
  5301. } break;
  5302. case 170: {
  5303. Parser_Lel_factor_with_neg *__ref0 = (Parser_Lel_factor_with_neg*)&redLel->user.factor_with_neg;
  5304. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5305. Parser_Lel_factor_with_neg *__ref2 = (Parser_Lel_factor_with_neg*)&rhs[1]->user.factor_with_neg;
  5306. #line 965 "rlparse.kl"
  5307. (__ref0)->factorWithNeg = new FactorWithNeg( (__ref1)->loc,
  5308. (__ref2)->factorWithNeg, FactorWithNeg::NegateType );
  5309. #line 5782 "rlparse.cpp"
  5310. } break;
  5311. case 171: {
  5312. Parser_Lel_factor_with_neg *__ref0 = (Parser_Lel_factor_with_neg*)&redLel->user.factor_with_neg;
  5313. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5314. Parser_Lel_factor_with_neg *__ref2 = (Parser_Lel_factor_with_neg*)&rhs[1]->user.factor_with_neg;
  5315. #line 970 "rlparse.kl"
  5316. (__ref0)->factorWithNeg = new FactorWithNeg( (__ref1)->loc,
  5317. (__ref2)->factorWithNeg, FactorWithNeg::CharNegateType );
  5318. #line 5794 "rlparse.cpp"
  5319. } break;
  5320. case 172: {
  5321. Parser_Lel_factor_with_neg *__ref0 = (Parser_Lel_factor_with_neg*)&redLel->user.factor_with_neg;
  5322. Parser_Lel_factor *__ref1 = (Parser_Lel_factor*)&rhs[0]->user.factor;
  5323. #line 975 "rlparse.kl"
  5324. (__ref0)->factorWithNeg = new FactorWithNeg( (__ref1)->factor );
  5325. #line 5804 "rlparse.cpp"
  5326. } break;
  5327. case 173: {
  5328. Parser_Lel_factor *__ref0 = (Parser_Lel_factor*)&redLel->user.factor;
  5329. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5330. #line 985 "rlparse.kl"
  5331. /* Create a new factor node going to a concat literal. */
  5332. (__ref0)->factor = new Factor( new Literal( *(__ref1), Literal::LitString ) );
  5333. #line 5815 "rlparse.cpp"
  5334. } break;
  5335. case 174: {
  5336. Parser_Lel_factor *__ref0 = (Parser_Lel_factor*)&redLel->user.factor;
  5337. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5338. #line 990 "rlparse.kl"
  5339. /* Create a new factor node going to a literal number. */
  5340. (__ref0)->factor = new Factor( new Literal( (__ref1)->token, Literal::Number ) );
  5341. #line 5826 "rlparse.cpp"
  5342. } break;
  5343. case 175: {
  5344. Token *__ref0 = (Token*)&rhs[0]->user.token;
  5345. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5346. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5347. Parser_Lel_factor *__ref3 = (Parser_Lel_factor*)&redLel->user.factor;
  5348. Token *__ref4 = (Token*)&rhs[0]->user.token;
  5349. Parser_Lel_factor *__ref5 = (Parser_Lel_factor*)&redLel->user.factor;
  5350. Parser_Lel_factor *__ref6 = (Parser_Lel_factor*)&redLel->user.factor;
  5351. Token *__ref7 = (Token*)&rhs[0]->user.token;
  5352. #line 995 "rlparse.kl"
  5353. /* Find the named graph. */
  5354. GraphDictEl *gdNode = pd->graphDict.find( (__ref0)->data );
  5355. if ( gdNode == 0 ) {
  5356. /* Recover by returning null as the factor node. */
  5357. error((__ref1)->loc) << "graph lookup of \"" << (__ref2)->data << "\" failed" << endl;
  5358. (__ref3)->factor = 0;
  5359. }
  5360. else if ( gdNode->isInstance ) {
  5361. /* Recover by retuning null as the factor node. */
  5362. error((__ref4)->loc) << "references to graph instantiations not allowed "
  5363. "in expressions" << endl;
  5364. (__ref5)->factor = 0;
  5365. }
  5366. else {
  5367. /* Create a factor node that is a lookup of an expression. */
  5368. (__ref6)->factor = new Factor( (__ref7)->loc, gdNode->value );
  5369. }
  5370. #line 5858 "rlparse.cpp"
  5371. } break;
  5372. case 176: {
  5373. Parser_Lel_factor *__ref0 = (Parser_Lel_factor*)&redLel->user.factor;
  5374. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5375. Parser_Lel_regular_expr_or_data *__ref2 = (Parser_Lel_regular_expr_or_data*)&rhs[1]->user.regular_expr_or_data;
  5376. #line 1015 "rlparse.kl"
  5377. /* Create a new factor node going to an OR expression. */
  5378. (__ref0)->factor = new Factor( new ReItem( (__ref1)->loc, (__ref2)->reOrBlock, ReItem::OrBlock ) );
  5379. #line 5870 "rlparse.cpp"
  5380. } break;
  5381. case 177: {
  5382. Parser_Lel_factor *__ref0 = (Parser_Lel_factor*)&redLel->user.factor;
  5383. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5384. Parser_Lel_regular_expr_or_data *__ref2 = (Parser_Lel_regular_expr_or_data*)&rhs[1]->user.regular_expr_or_data;
  5385. #line 1020 "rlparse.kl"
  5386. /* Create a new factor node going to a negated OR expression. */
  5387. (__ref0)->factor = new Factor( new ReItem( (__ref1)->loc, (__ref2)->reOrBlock, ReItem::NegOrBlock ) );
  5388. #line 5882 "rlparse.cpp"
  5389. } break;
  5390. case 178: {
  5391. Token *__ref0 = (Token*)&rhs[2]->user.token;
  5392. Token *__ref1 = (Token*)&rhs[2]->user.token;
  5393. Parser_Lel_regular_expr *__ref2 = (Parser_Lel_regular_expr*)&rhs[1]->user.regular_expr;
  5394. Parser_Lel_factor *__ref3 = (Parser_Lel_factor*)&redLel->user.factor;
  5395. Parser_Lel_regular_expr *__ref4 = (Parser_Lel_regular_expr*)&rhs[1]->user.regular_expr;
  5396. #line 1025 "rlparse.kl"
  5397. if ( (__ref0)->length > 1 ) {
  5398. for ( char *p = (__ref1)->data; *p != 0; p++ ) {
  5399. if ( *p == 'i' )
  5400. (__ref2)->regExpr->caseInsensitive = true;
  5401. }
  5402. }
  5403. /* Create a new factor node going to a regular exp. */
  5404. (__ref3)->factor = new Factor( (__ref4)->regExpr );
  5405. #line 5903 "rlparse.cpp"
  5406. } break;
  5407. case 179: {
  5408. Parser_Lel_factor *__ref0 = (Parser_Lel_factor*)&redLel->user.factor;
  5409. Parser_Lel_range_lit *__ref1 = (Parser_Lel_range_lit*)&rhs[0]->user.range_lit;
  5410. Parser_Lel_range_lit *__ref2 = (Parser_Lel_range_lit*)&rhs[2]->user.range_lit;
  5411. #line 1037 "rlparse.kl"
  5412. /* Create a new factor node going to a range. */
  5413. (__ref0)->factor = new Factor( new Range( (__ref1)->literal, (__ref2)->literal ) );
  5414. #line 5915 "rlparse.cpp"
  5415. } break;
  5416. case 180: {
  5417. Parser_Lel_factor *__ref0 = (Parser_Lel_factor*)&redLel->user.factor;
  5418. Parser_Lel_join *__ref1 = (Parser_Lel_join*)&rhs[1]->user.join;
  5419. Parser_Lel_join *__ref2 = (Parser_Lel_join*)&rhs[1]->user.join;
  5420. Token *__ref3 = (Token*)&rhs[0]->user.token;
  5421. #line 1042 "rlparse.kl"
  5422. /* Create a new factor going to a parenthesized join. */
  5423. (__ref0)->factor = new Factor( (__ref1)->join );
  5424. (__ref2)->join->loc = (__ref3)->loc;
  5425. #line 5929 "rlparse.cpp"
  5426. } break;
  5427. case 181: {
  5428. Parser_Lel_range_lit *__ref0 = (Parser_Lel_range_lit*)&redLel->user.range_lit;
  5429. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5430. #line 1055 "rlparse.kl"
  5431. /* Range literas must have only one char. We restrict this in the parse tree. */
  5432. (__ref0)->literal = new Literal( *(__ref1), Literal::LitString );
  5433. #line 5940 "rlparse.cpp"
  5434. } break;
  5435. case 182: {
  5436. Parser_Lel_range_lit *__ref0 = (Parser_Lel_range_lit*)&redLel->user.range_lit;
  5437. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5438. #line 1060 "rlparse.kl"
  5439. /* Create a new literal number. */
  5440. (__ref0)->literal = new Literal( (__ref1)->token, Literal::Number );
  5441. #line 5951 "rlparse.cpp"
  5442. } break;
  5443. case 183: {
  5444. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5445. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5446. #line 1069 "rlparse.kl"
  5447. (__ref0)->token = *(__ref1);
  5448. #line 5961 "rlparse.cpp"
  5449. } break;
  5450. case 184: {
  5451. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5452. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5453. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5454. Parser_Lel_token_type *__ref3 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5455. Token *__ref4 = (Token*)&rhs[1]->user.token;
  5456. #line 1073 "rlparse.kl"
  5457. (__ref0)->token.set( "-", 1 );
  5458. (__ref1)->token.loc = (__ref2)->loc;
  5459. (__ref3)->token.append( *(__ref4) );
  5460. #line 5976 "rlparse.cpp"
  5461. } break;
  5462. case 185: {
  5463. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5464. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5465. #line 1079 "rlparse.kl"
  5466. (__ref0)->token = *(__ref1);
  5467. #line 5986 "rlparse.cpp"
  5468. } break;
  5469. case 186: {
  5470. Parser_Lel_regular_expr_item *__ref0 = (Parser_Lel_regular_expr_item*)&rhs[1]->user.regular_expr_item;
  5471. Parser_Lel_regular_expr_item *__ref1 = (Parser_Lel_regular_expr_item*)&rhs[1]->user.regular_expr_item;
  5472. Parser_Lel_regular_expr *__ref2 = (Parser_Lel_regular_expr*)&rhs[0]->user.regular_expr;
  5473. Parser_Lel_regular_expr *__ref3 = (Parser_Lel_regular_expr*)&rhs[0]->user.regular_expr;
  5474. Parser_Lel_regular_expr *__ref4 = (Parser_Lel_regular_expr*)&rhs[0]->user.regular_expr;
  5475. Parser_Lel_regular_expr *__ref5 = (Parser_Lel_regular_expr*)&rhs[0]->user.regular_expr;
  5476. Parser_Lel_regular_expr_item *__ref6 = (Parser_Lel_regular_expr_item*)&rhs[1]->user.regular_expr_item;
  5477. Parser_Lel_regular_expr_item *__ref7 = (Parser_Lel_regular_expr_item*)&rhs[1]->user.regular_expr_item;
  5478. Parser_Lel_regular_expr *__ref8 = (Parser_Lel_regular_expr*)&redLel->user.regular_expr;
  5479. Parser_Lel_regular_expr *__ref9 = (Parser_Lel_regular_expr*)&rhs[0]->user.regular_expr;
  5480. Parser_Lel_regular_expr *__ref10 = (Parser_Lel_regular_expr*)&redLel->user.regular_expr;
  5481. Parser_Lel_regular_expr *__ref11 = (Parser_Lel_regular_expr*)&rhs[0]->user.regular_expr;
  5482. Parser_Lel_regular_expr_item *__ref12 = (Parser_Lel_regular_expr_item*)&rhs[1]->user.regular_expr_item;
  5483. #line 1094 "rlparse.kl"
  5484. /* An optimization to lessen the tree size. If a non-starred char is
  5485. * directly under the left side on the right and the right side is
  5486. * another non-starred char then paste them together and return the
  5487. * left side. Otherwise just put the two under a new reg exp node. */
  5488. if ( (__ref0)->reItem->type == ReItem::Data && !(__ref1)->reItem->star &&
  5489. (__ref2)->regExpr->type == RegExpr::RecurseItem &&
  5490. (__ref3)->regExpr->item->type == ReItem::Data && !(__ref4)->regExpr->item->star )
  5491. {
  5492. /* Append the right side to the right side of the left and toss the
  5493. * right side. */
  5494. (__ref5)->regExpr->item->token.append( (__ref6)->reItem->token );
  5495. delete (__ref7)->reItem;
  5496. (__ref8)->regExpr = (__ref9)->regExpr;
  5497. }
  5498. else {
  5499. (__ref10)->regExpr = new RegExpr( (__ref11)->regExpr, (__ref12)->reItem );
  5500. }
  5501. #line 6023 "rlparse.cpp"
  5502. } break;
  5503. case 187: {
  5504. Parser_Lel_regular_expr *__ref0 = (Parser_Lel_regular_expr*)&redLel->user.regular_expr;
  5505. #line 1114 "rlparse.kl"
  5506. /* Can't optimize the tree. */
  5507. (__ref0)->regExpr = new RegExpr();
  5508. #line 6033 "rlparse.cpp"
  5509. } break;
  5510. case 188: {
  5511. Parser_Lel_regular_expr_char *__ref0 = (Parser_Lel_regular_expr_char*)&rhs[0]->user.regular_expr_char;
  5512. Parser_Lel_regular_expr_item *__ref1 = (Parser_Lel_regular_expr_item*)&redLel->user.regular_expr_item;
  5513. Parser_Lel_regular_expr_char *__ref2 = (Parser_Lel_regular_expr_char*)&rhs[0]->user.regular_expr_char;
  5514. #line 1126 "rlparse.kl"
  5515. (__ref0)->reItem->star = true;
  5516. (__ref1)->reItem = (__ref2)->reItem;
  5517. #line 6045 "rlparse.cpp"
  5518. } break;
  5519. case 189: {
  5520. Parser_Lel_regular_expr_item *__ref0 = (Parser_Lel_regular_expr_item*)&redLel->user.regular_expr_item;
  5521. Parser_Lel_regular_expr_char *__ref1 = (Parser_Lel_regular_expr_char*)&rhs[0]->user.regular_expr_char;
  5522. #line 1131 "rlparse.kl"
  5523. (__ref0)->reItem = (__ref1)->reItem;
  5524. #line 6055 "rlparse.cpp"
  5525. } break;
  5526. case 190: {
  5527. Parser_Lel_regular_expr_char *__ref0 = (Parser_Lel_regular_expr_char*)&redLel->user.regular_expr_char;
  5528. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5529. Parser_Lel_regular_expr_or_data *__ref2 = (Parser_Lel_regular_expr_or_data*)&rhs[1]->user.regular_expr_or_data;
  5530. #line 1143 "rlparse.kl"
  5531. (__ref0)->reItem = new ReItem( (__ref1)->loc, (__ref2)->reOrBlock, ReItem::OrBlock );
  5532. #line 6066 "rlparse.cpp"
  5533. } break;
  5534. case 191: {
  5535. Parser_Lel_regular_expr_char *__ref0 = (Parser_Lel_regular_expr_char*)&redLel->user.regular_expr_char;
  5536. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5537. Parser_Lel_regular_expr_or_data *__ref2 = (Parser_Lel_regular_expr_or_data*)&rhs[1]->user.regular_expr_or_data;
  5538. #line 1147 "rlparse.kl"
  5539. (__ref0)->reItem = new ReItem( (__ref1)->loc, (__ref2)->reOrBlock, ReItem::NegOrBlock );
  5540. #line 6077 "rlparse.cpp"
  5541. } break;
  5542. case 192: {
  5543. Parser_Lel_regular_expr_char *__ref0 = (Parser_Lel_regular_expr_char*)&redLel->user.regular_expr_char;
  5544. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5545. #line 1151 "rlparse.kl"
  5546. (__ref0)->reItem = new ReItem( (__ref1)->loc, ReItem::Dot );
  5547. #line 6087 "rlparse.cpp"
  5548. } break;
  5549. case 193: {
  5550. Parser_Lel_regular_expr_char *__ref0 = (Parser_Lel_regular_expr_char*)&redLel->user.regular_expr_char;
  5551. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5552. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5553. #line 1155 "rlparse.kl"
  5554. (__ref0)->reItem = new ReItem( (__ref1)->loc, *(__ref2) );
  5555. #line 6098 "rlparse.cpp"
  5556. } break;
  5557. case 194: {
  5558. Parser_Lel_regular_expr_or_char *__ref0 = (Parser_Lel_regular_expr_or_char*)&rhs[1]->user.regular_expr_or_char;
  5559. Parser_Lel_regular_expr_or_data *__ref1 = (Parser_Lel_regular_expr_or_data*)&rhs[0]->user.regular_expr_or_data;
  5560. Parser_Lel_regular_expr_or_data *__ref2 = (Parser_Lel_regular_expr_or_data*)&rhs[0]->user.regular_expr_or_data;
  5561. Parser_Lel_regular_expr_or_data *__ref3 = (Parser_Lel_regular_expr_or_data*)&rhs[0]->user.regular_expr_or_data;
  5562. Parser_Lel_regular_expr_or_char *__ref4 = (Parser_Lel_regular_expr_or_char*)&rhs[1]->user.regular_expr_or_char;
  5563. Parser_Lel_regular_expr_or_char *__ref5 = (Parser_Lel_regular_expr_or_char*)&rhs[1]->user.regular_expr_or_char;
  5564. Parser_Lel_regular_expr_or_data *__ref6 = (Parser_Lel_regular_expr_or_data*)&redLel->user.regular_expr_or_data;
  5565. Parser_Lel_regular_expr_or_data *__ref7 = (Parser_Lel_regular_expr_or_data*)&rhs[0]->user.regular_expr_or_data;
  5566. Parser_Lel_regular_expr_or_data *__ref8 = (Parser_Lel_regular_expr_or_data*)&redLel->user.regular_expr_or_data;
  5567. Parser_Lel_regular_expr_or_data *__ref9 = (Parser_Lel_regular_expr_or_data*)&rhs[0]->user.regular_expr_or_data;
  5568. Parser_Lel_regular_expr_or_char *__ref10 = (Parser_Lel_regular_expr_or_char*)&rhs[1]->user.regular_expr_or_char;
  5569. #line 1167 "rlparse.kl"
  5570. /* An optimization to lessen the tree size. If an or char is directly
  5571. * under the left side on the right and the right side is another or
  5572. * char then paste them together and return the left side. Otherwise
  5573. * just put the two under a new or data node. */
  5574. if ( (__ref0)->reOrItem->type == ReOrItem::Data &&
  5575. (__ref1)->reOrBlock->type == ReOrBlock::RecurseItem &&
  5576. (__ref2)->reOrBlock->item->type == ReOrItem::Data )
  5577. {
  5578. /* Append the right side to right side of the left and toss the
  5579. * right side. */
  5580. (__ref3)->reOrBlock->item->token.append( (__ref4)->reOrItem->token );
  5581. delete (__ref5)->reOrItem;
  5582. (__ref6)->reOrBlock = (__ref7)->reOrBlock;
  5583. }
  5584. else {
  5585. /* Can't optimize, put the left and right under a new node. */
  5586. (__ref8)->reOrBlock = new ReOrBlock( (__ref9)->reOrBlock, (__ref10)->reOrItem );
  5587. }
  5588. #line 6134 "rlparse.cpp"
  5589. } break;
  5590. case 195: {
  5591. Parser_Lel_regular_expr_or_data *__ref0 = (Parser_Lel_regular_expr_or_data*)&redLel->user.regular_expr_or_data;
  5592. #line 1188 "rlparse.kl"
  5593. (__ref0)->reOrBlock = new ReOrBlock();
  5594. #line 6143 "rlparse.cpp"
  5595. } break;
  5596. case 196: {
  5597. Parser_Lel_regular_expr_or_char *__ref0 = (Parser_Lel_regular_expr_or_char*)&redLel->user.regular_expr_or_char;
  5598. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5599. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5600. #line 1200 "rlparse.kl"
  5601. (__ref0)->reOrItem = new ReOrItem( (__ref1)->loc, *(__ref2) );
  5602. #line 6154 "rlparse.cpp"
  5603. } break;
  5604. case 197: {
  5605. Parser_Lel_regular_expr_or_char *__ref0 = (Parser_Lel_regular_expr_or_char*)&redLel->user.regular_expr_or_char;
  5606. Token *__ref1 = (Token*)&rhs[1]->user.token;
  5607. Token *__ref2 = (Token*)&rhs[0]->user.token;
  5608. Token *__ref3 = (Token*)&rhs[2]->user.token;
  5609. #line 1204 "rlparse.kl"
  5610. (__ref0)->reOrItem = new ReOrItem( (__ref1)->loc, (__ref2)->data[0], (__ref3)->data[0] );
  5611. #line 6166 "rlparse.cpp"
  5612. } break;
  5613. case 198: {
  5614. Parser_Lel_inline_list *__ref0 = (Parser_Lel_inline_list*)&redLel->user.inline_list;
  5615. Parser_Lel_inline_list *__ref1 = (Parser_Lel_inline_list*)&rhs[0]->user.inline_list;
  5616. Parser_Lel_inline_list *__ref2 = (Parser_Lel_inline_list*)&redLel->user.inline_list;
  5617. Parser_Lel_inline_item *__ref3 = (Parser_Lel_inline_item*)&rhs[1]->user.inline_item;
  5618. #line 1221 "rlparse.kl"
  5619. /* Append the item to the list, return the list. */
  5620. (__ref0)->inlineList = (__ref1)->inlineList;
  5621. (__ref2)->inlineList->append( (__ref3)->inlineItem );
  5622. #line 6180 "rlparse.cpp"
  5623. } break;
  5624. case 199: {
  5625. Parser_Lel_inline_list *__ref0 = (Parser_Lel_inline_list*)&redLel->user.inline_list;
  5626. #line 1228 "rlparse.kl"
  5627. /* Start with empty list. */
  5628. (__ref0)->inlineList = new InlineList;
  5629. #line 6190 "rlparse.cpp"
  5630. } break;
  5631. case 200: {
  5632. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5633. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5634. Parser_Lel_token_type *__ref2 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5635. #line 1243 "rlparse.kl"
  5636. (__ref0)->inlineItem = new InlineItem( (__ref1)->token.loc, (__ref2)->token.data, InlineItem::Text );
  5637. #line 6201 "rlparse.cpp"
  5638. } break;
  5639. case 201: {
  5640. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5641. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5642. Parser_Lel_token_type *__ref2 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5643. #line 1249 "rlparse.kl"
  5644. (__ref0)->inlineItem = new InlineItem( (__ref1)->token.loc, (__ref2)->token.data, InlineItem::Text );
  5645. #line 6212 "rlparse.cpp"
  5646. } break;
  5647. case 202: {
  5648. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5649. Parser_Lel_inline_item *__ref1 = (Parser_Lel_inline_item*)&rhs[0]->user.inline_item;
  5650. #line 1255 "rlparse.kl"
  5651. /* Pass the inline item up. */
  5652. (__ref0)->inlineItem = (__ref1)->inlineItem;
  5653. #line 6223 "rlparse.cpp"
  5654. } break;
  5655. case 203: {
  5656. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5657. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5658. #line 1262 "rlparse.kl"
  5659. (__ref0)->token = *(__ref1);
  5660. #line 6231 "rlparse.cpp"
  5661. } break;
  5662. case 204: {
  5663. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5664. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5665. #line 1263 "rlparse.kl"
  5666. (__ref0)->token = *(__ref1);
  5667. #line 6239 "rlparse.cpp"
  5668. } break;
  5669. case 205: {
  5670. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5671. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5672. #line 1264 "rlparse.kl"
  5673. (__ref0)->token = *(__ref1);
  5674. #line 6247 "rlparse.cpp"
  5675. } break;
  5676. case 206: {
  5677. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5678. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5679. #line 1265 "rlparse.kl"
  5680. (__ref0)->token = *(__ref1);
  5681. #line 6255 "rlparse.cpp"
  5682. } break;
  5683. case 207: {
  5684. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5685. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5686. #line 1266 "rlparse.kl"
  5687. (__ref0)->token = *(__ref1);
  5688. #line 6263 "rlparse.cpp"
  5689. } break;
  5690. case 208: {
  5691. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5692. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5693. #line 1267 "rlparse.kl"
  5694. (__ref0)->token = *(__ref1);
  5695. #line 6271 "rlparse.cpp"
  5696. } break;
  5697. case 209: {
  5698. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5699. Parser_Lel_inline_item *__ref1 = (Parser_Lel_inline_item*)&rhs[0]->user.inline_item;
  5700. #line 1271 "rlparse.kl"
  5701. /* Pass up interpreted items of inline expressions. */
  5702. (__ref0)->inlineItem = (__ref1)->inlineItem;
  5703. #line 6282 "rlparse.cpp"
  5704. } break;
  5705. case 210: {
  5706. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5707. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5708. #line 1276 "rlparse.kl"
  5709. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::Hold );
  5710. #line 6292 "rlparse.cpp"
  5711. } break;
  5712. case 211: {
  5713. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5714. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5715. Parser_Lel_inline_item *__ref2 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5716. Parser_Lel_inline_list *__ref3 = (Parser_Lel_inline_list*)&rhs[1]->user.inline_list;
  5717. #line 1280 "rlparse.kl"
  5718. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::Exec );
  5719. (__ref2)->inlineItem->children = (__ref3)->inlineList;
  5720. #line 6305 "rlparse.cpp"
  5721. } break;
  5722. case 212: {
  5723. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5724. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5725. #line 1285 "rlparse.kl"
  5726. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc,
  5727. new NameRef(nameRef), InlineItem::Goto );
  5728. #line 6316 "rlparse.cpp"
  5729. } break;
  5730. case 213: {
  5731. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5732. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5733. Parser_Lel_inline_item *__ref2 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5734. Parser_Lel_inline_list *__ref3 = (Parser_Lel_inline_list*)&rhs[2]->user.inline_list;
  5735. #line 1290 "rlparse.kl"
  5736. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::GotoExpr );
  5737. (__ref2)->inlineItem->children = (__ref3)->inlineList;
  5738. #line 6329 "rlparse.cpp"
  5739. } break;
  5740. case 214: {
  5741. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5742. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5743. #line 1295 "rlparse.kl"
  5744. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, new NameRef(nameRef), InlineItem::Next );
  5745. #line 6339 "rlparse.cpp"
  5746. } break;
  5747. case 215: {
  5748. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5749. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5750. Parser_Lel_inline_item *__ref2 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5751. Parser_Lel_inline_list *__ref3 = (Parser_Lel_inline_list*)&rhs[2]->user.inline_list;
  5752. #line 1299 "rlparse.kl"
  5753. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::NextExpr );
  5754. (__ref2)->inlineItem->children = (__ref3)->inlineList;
  5755. #line 6352 "rlparse.cpp"
  5756. } break;
  5757. case 216: {
  5758. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5759. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5760. #line 1304 "rlparse.kl"
  5761. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, new NameRef(nameRef), InlineItem::Call );
  5762. #line 6362 "rlparse.cpp"
  5763. } break;
  5764. case 217: {
  5765. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5766. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5767. Parser_Lel_inline_item *__ref2 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5768. Parser_Lel_inline_list *__ref3 = (Parser_Lel_inline_list*)&rhs[2]->user.inline_list;
  5769. #line 1308 "rlparse.kl"
  5770. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::CallExpr );
  5771. (__ref2)->inlineItem->children = (__ref3)->inlineList;
  5772. #line 6375 "rlparse.cpp"
  5773. } break;
  5774. case 218: {
  5775. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5776. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5777. #line 1313 "rlparse.kl"
  5778. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::Ret );
  5779. #line 6385 "rlparse.cpp"
  5780. } break;
  5781. case 219: {
  5782. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5783. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5784. #line 1317 "rlparse.kl"
  5785. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::Break );
  5786. #line 6395 "rlparse.cpp"
  5787. } break;
  5788. case 220: {
  5789. Parser_Lel_inline_list *__ref0 = (Parser_Lel_inline_list*)&redLel->user.inline_list;
  5790. Parser_Lel_inline_list *__ref1 = (Parser_Lel_inline_list*)&rhs[0]->user.inline_list;
  5791. Parser_Lel_inline_list *__ref2 = (Parser_Lel_inline_list*)&redLel->user.inline_list;
  5792. Parser_Lel_inline_item *__ref3 = (Parser_Lel_inline_item*)&rhs[1]->user.inline_item;
  5793. #line 1325 "rlparse.kl"
  5794. (__ref0)->inlineList = (__ref1)->inlineList;
  5795. (__ref2)->inlineList->append( (__ref3)->inlineItem );
  5796. #line 6408 "rlparse.cpp"
  5797. } break;
  5798. case 221: {
  5799. Parser_Lel_inline_list *__ref0 = (Parser_Lel_inline_list*)&redLel->user.inline_list;
  5800. #line 1330 "rlparse.kl"
  5801. /* Init the list used for this expr. */
  5802. (__ref0)->inlineList = new InlineList;
  5803. #line 6418 "rlparse.cpp"
  5804. } break;
  5805. case 222: {
  5806. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5807. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5808. Parser_Lel_token_type *__ref2 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5809. #line 1339 "rlparse.kl"
  5810. /* Return a text segment. */
  5811. (__ref0)->inlineItem = new InlineItem( (__ref1)->token.loc, (__ref2)->token.data, InlineItem::Text );
  5812. #line 6430 "rlparse.cpp"
  5813. } break;
  5814. case 223: {
  5815. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5816. Parser_Lel_token_type *__ref1 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5817. Parser_Lel_token_type *__ref2 = (Parser_Lel_token_type*)&rhs[0]->user.token_type;
  5818. #line 1345 "rlparse.kl"
  5819. /* Return a text segment, must heap alloc the text. */
  5820. (__ref0)->inlineItem = new InlineItem( (__ref1)->token.loc, (__ref2)->token.data, InlineItem::Text );
  5821. #line 6442 "rlparse.cpp"
  5822. } break;
  5823. case 224: {
  5824. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5825. Parser_Lel_inline_item *__ref1 = (Parser_Lel_inline_item*)&rhs[0]->user.inline_item;
  5826. #line 1351 "rlparse.kl"
  5827. /* Pass the inline item up. */
  5828. (__ref0)->inlineItem = (__ref1)->inlineItem;
  5829. #line 6453 "rlparse.cpp"
  5830. } break;
  5831. case 237: {
  5832. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5833. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5834. #line 1381 "rlparse.kl"
  5835. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::PChar );
  5836. #line 6463 "rlparse.cpp"
  5837. } break;
  5838. case 238: {
  5839. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5840. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5841. #line 1386 "rlparse.kl"
  5842. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::Char );
  5843. #line 6473 "rlparse.cpp"
  5844. } break;
  5845. case 239: {
  5846. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5847. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5848. #line 1391 "rlparse.kl"
  5849. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::Curs );
  5850. #line 6483 "rlparse.cpp"
  5851. } break;
  5852. case 240: {
  5853. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5854. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5855. #line 1396 "rlparse.kl"
  5856. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc, InlineItem::Targs );
  5857. #line 6493 "rlparse.cpp"
  5858. } break;
  5859. case 241: {
  5860. Parser_Lel_inline_item *__ref0 = (Parser_Lel_inline_item*)&redLel->user.inline_item;
  5861. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5862. #line 1401 "rlparse.kl"
  5863. (__ref0)->inlineItem = new InlineItem( (__ref1)->loc,
  5864. new NameRef(nameRef), InlineItem::Entry );
  5865. #line 6504 "rlparse.cpp"
  5866. } break;
  5867. case 243: {
  5868. #line 1412 "rlparse.kl"
  5869. nameRef.empty();
  5870. #line 6512 "rlparse.cpp"
  5871. } break;
  5872. case 245: {
  5873. #line 1422 "rlparse.kl"
  5874. /* Insert an initial null pointer val to indicate the existence of the
  5875. * initial name seperator. */
  5876. nameRef.setAs( 0 );
  5877. #line 6522 "rlparse.cpp"
  5878. } break;
  5879. case 246: {
  5880. #line 1428 "rlparse.kl"
  5881. nameRef.empty();
  5882. #line 6530 "rlparse.cpp"
  5883. } break;
  5884. case 247: {
  5885. Token *__ref0 = (Token*)&rhs[2]->user.token;
  5886. #line 1435 "rlparse.kl"
  5887. nameRef.append( (__ref0)->data );
  5888. #line 6539 "rlparse.cpp"
  5889. } break;
  5890. case 248: {
  5891. Token *__ref0 = (Token*)&rhs[0]->user.token;
  5892. #line 1440 "rlparse.kl"
  5893. nameRef.append( (__ref0)->data );
  5894. #line 6548 "rlparse.cpp"
  5895. } break;
  5896. }
  5897. }
  5898. if ( lel->child != 0 ) {
  5899. struct Parser_LangEl *first = lel->child;
  5900. struct Parser_LangEl *child = lel->child;
  5901. lel->child = 0;
  5902. while ( 1 ) {
  5903. if ( child->type < 226 ) {
  5904. }
  5905. else {
  5906. }
  5907. numNodes -= 1;
  5908. if ( child->next == 0 )
  5909. break;
  5910. child = child->next;
  5911. }
  5912. child->next = pool;
  5913. pool = first;
  5914. }
  5915. }
  5916. commit_base:
  5917. if ( sp > 0 ) {
  5918. sp -= 1;
  5919. if ( lel->retry == 0 ) {
  5920. lel = lel->prev;
  5921. goto commit_reverse;
  5922. }
  5923. else {
  5924. lel->retry = 0;
  5925. lel = lel->prev;
  5926. goto commit_upwards;
  5927. }
  5928. }
  5929. lel->retry = 0;
  5930. lastFinal = lel;
  5931. numRetry = 0;
  5932. }
  5933. if ( *action & 0x2 ) {
  5934. int reduction = *action >> 2;
  5935. struct Parser_LangEl *redLel;
  5936. if ( input != 0 )
  5937. input->causeReduce += 1;
  5938. if ( pool == 0 ) {
  5939. if ( freshPos == 8128 ) {
  5940. struct Parser_Block* newBlock = (struct Parser_Block*) malloc( sizeof(struct Parser_Block) );
  5941. newBlock->next = block;
  5942. block = newBlock;
  5943. freshEl = newBlock->data;
  5944. #ifdef KELBT_LOG_ACTIONS
  5945. cerr << "allocating 8128 LangEls" << endl;
  5946. #endif
  5947. freshPos = 0;
  5948. }
  5949. redLel = freshEl + freshPos++;
  5950. }
  5951. else {
  5952. redLel = pool;
  5953. pool = pool->next;
  5954. }
  5955. numNodes += 1;
  5956. redLel->type = Parser_prodLhsIds[reduction];
  5957. redLel->reduction = reduction;
  5958. redLel->child = 0;
  5959. redLel->next = 0;
  5960. redLel->retry = (lel->retry << 16);
  5961. redLel->causeReduce = 0;
  5962. lel->retry &= 0xffff0000;
  5963. rhsLen = Parser_prodLengths[reduction];
  5964. if ( rhsLen > 0 ) {
  5965. int r;
  5966. for ( r = rhsLen-1; r > 0; r-- ) {
  5967. rhs[r] = stackTop;
  5968. stackTop = stackTop->next;
  5969. }
  5970. rhs[0] = stackTop;
  5971. stackTop = stackTop->next;
  5972. rhs[0]->next = 0;
  5973. }
  5974. switch ( reduction ) {
  5975. case 225: {
  5976. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5977. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5978. #line 1358 "rlparse.kl"
  5979. (__ref0)->token = *(__ref1);
  5980. #line 6643 "rlparse.cpp"
  5981. } break;
  5982. case 226: {
  5983. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5984. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5985. #line 1359 "rlparse.kl"
  5986. (__ref0)->token = *(__ref1);
  5987. #line 6651 "rlparse.cpp"
  5988. } break;
  5989. case 227: {
  5990. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5991. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5992. #line 1360 "rlparse.kl"
  5993. (__ref0)->token = *(__ref1);
  5994. #line 6659 "rlparse.cpp"
  5995. } break;
  5996. case 228: {
  5997. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  5998. Token *__ref1 = (Token*)&rhs[0]->user.token;
  5999. #line 1361 "rlparse.kl"
  6000. (__ref0)->token = *(__ref1);
  6001. #line 6667 "rlparse.cpp"
  6002. } break;
  6003. case 229: {
  6004. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  6005. Token *__ref1 = (Token*)&rhs[0]->user.token;
  6006. #line 1362 "rlparse.kl"
  6007. (__ref0)->token = *(__ref1);
  6008. #line 6675 "rlparse.cpp"
  6009. } break;
  6010. case 230: {
  6011. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  6012. Token *__ref1 = (Token*)&rhs[0]->user.token;
  6013. #line 1363 "rlparse.kl"
  6014. (__ref0)->token = *(__ref1);
  6015. #line 6683 "rlparse.cpp"
  6016. } break;
  6017. case 231: {
  6018. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  6019. Token *__ref1 = (Token*)&rhs[0]->user.token;
  6020. #line 1364 "rlparse.kl"
  6021. (__ref0)->token = *(__ref1);
  6022. #line 6691 "rlparse.cpp"
  6023. } break;
  6024. case 232: {
  6025. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  6026. Token *__ref1 = (Token*)&rhs[0]->user.token;
  6027. #line 1371 "rlparse.kl"
  6028. (__ref0)->token = *(__ref1);
  6029. #line 6699 "rlparse.cpp"
  6030. } break;
  6031. case 233: {
  6032. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  6033. Token *__ref1 = (Token*)&rhs[0]->user.token;
  6034. #line 1372 "rlparse.kl"
  6035. (__ref0)->token = *(__ref1);
  6036. #line 6707 "rlparse.cpp"
  6037. } break;
  6038. case 234: {
  6039. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  6040. Token *__ref1 = (Token*)&rhs[0]->user.token;
  6041. #line 1373 "rlparse.kl"
  6042. (__ref0)->token = *(__ref1);
  6043. #line 6715 "rlparse.cpp"
  6044. } break;
  6045. case 235: {
  6046. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  6047. Token *__ref1 = (Token*)&rhs[0]->user.token;
  6048. #line 1374 "rlparse.kl"
  6049. (__ref0)->token = *(__ref1);
  6050. #line 6723 "rlparse.cpp"
  6051. } break;
  6052. case 236: {
  6053. Parser_Lel_token_type *__ref0 = (Parser_Lel_token_type*)&redLel->user.token_type;
  6054. Token *__ref1 = (Token*)&rhs[0]->user.token;
  6055. #line 1375 "rlparse.kl"
  6056. (__ref0)->token = *(__ref1);
  6057. #line 6731 "rlparse.cpp"
  6058. } break;
  6059. }
  6060. #ifdef KELBT_LOG_ACTIONS
  6061. cerr << "reduced: "
  6062. << Parser_prodNames[reduction]
  6063. << " rhsLen: " << rhsLen;
  6064. #endif
  6065. if ( action[1] == 0 )
  6066. redLel->retry = 0;
  6067. else {
  6068. redLel->retry += 0x10000;
  6069. numRetry += 1;
  6070. #ifdef KELBT_LOG_ACTIONS
  6071. cerr << " retry: " << redLel;
  6072. #endif
  6073. }
  6074. #ifdef KELBT_LOG_ACTIONS
  6075. cerr << endl;
  6076. #endif
  6077. if ( rhsLen == 0 ) {
  6078. redLel->file = lel->file;
  6079. redLel->line = lel->line;
  6080. targState = curs;
  6081. }
  6082. else {
  6083. redLel->child = rhs[rhsLen-1];
  6084. redLel->file = rhs[0]->file;
  6085. redLel->line = rhs[0]->line;
  6086. targState = rhs[0]->state;
  6087. }
  6088. if ( induceReject ) {
  6089. #ifdef KELBT_LOG_ACTIONS
  6090. cerr << "error induced during reduction of " <<
  6091. Parser_lelNames[redLel->type] << endl;
  6092. #endif
  6093. redLel->state = curs;
  6094. redLel->next = stackTop;
  6095. stackTop = redLel;
  6096. curs = targState;
  6097. goto parseError;
  6098. }
  6099. else {
  6100. redLel->next = input;
  6101. input = redLel;
  6102. }
  6103. }
  6104. curs = targState;
  6105. goto again;
  6106. parseError:
  6107. #ifdef KELBT_LOG_BACKTRACK
  6108. cerr << "hit error" << endl;
  6109. #endif
  6110. if ( numRetry > 0 ) {
  6111. struct Parser_LangEl *redLel;
  6112. if ( input != 0 ) {
  6113. redLel = input;
  6114. goto have_undo_element;
  6115. }
  6116. while ( 1 ) {
  6117. redLel = stackTop;
  6118. if ( stackTop->type < 226 ) {
  6119. #ifdef KELBT_LOG_BACKTRACK
  6120. cerr << "backing up over terminal: " <<
  6121. Parser_lelNames[stackTop->type] << endl;
  6122. #endif
  6123. stackTop = stackTop->next;
  6124. redLel->next = input;
  6125. input = redLel;
  6126. }
  6127. else {
  6128. #ifdef KELBT_LOG_BACKTRACK
  6129. cerr << "backing up over non-terminal: " <<
  6130. Parser_lelNames[stackTop->type] << endl;
  6131. #endif
  6132. stackTop = stackTop->next;
  6133. struct Parser_LangEl *first = redLel->child;
  6134. if ( first == 0 )
  6135. rhsLen = 0;
  6136. else {
  6137. rhsLen = 1;
  6138. while ( first->next != 0 ) {
  6139. first = first->next;
  6140. rhsLen += 1;
  6141. }
  6142. first->next = stackTop;
  6143. stackTop = redLel->child;
  6144. struct Parser_LangEl *rhsEl = stackTop;
  6145. int p = rhsLen;
  6146. while ( p > 0 ) {
  6147. rhs[--p] = rhsEl;
  6148. rhsEl = rhsEl->next;
  6149. }
  6150. }
  6151. redLel->next = pool;
  6152. pool = redLel;
  6153. numNodes -= 1;
  6154. if ( input != 0 )
  6155. input->causeReduce -= 1;
  6156. }
  6157. have_undo_element:
  6158. if ( redLel->retry == 0 ) {
  6159. if ( input != 0 && input->causeReduce == 0 ) {
  6160. #ifdef KELBT_LOG_BACKTRACK
  6161. cerr << "pushing back: " << Parser_lelNames[input->type] << endl;
  6162. #endif
  6163. input->next = queue;
  6164. queue = input;
  6165. input = 0;
  6166. }
  6167. }
  6168. else {
  6169. #ifdef KELBT_LOG_BACKTRACK
  6170. cerr << "found retry targ: " << redLel << endl;
  6171. #endif
  6172. numRetry -= 1;
  6173. #ifdef KELBT_LOG_BACKTRACK
  6174. cerr << "found retry: " << redLel << endl;
  6175. #endif
  6176. if ( redLel->retry & 0x0000ffff )
  6177. curs = input->state;
  6178. else {
  6179. input->retry = redLel->retry >> 16;
  6180. if ( stackTop->state < 0 )
  6181. curs = Parser_startState;
  6182. else {
  6183. curs = Parser_targs[(int)Parser_indicies[Parser_offsets[stackTop->state] + (stackTop->type - Parser_keys[stackTop->state<<1])]];
  6184. }
  6185. }
  6186. goto again;
  6187. }
  6188. }
  6189. }
  6190. curs = -1;
  6191. errCount += 1;
  6192. _out: {}
  6193. #line 1459 "rlparse.kl"
  6194. return errCount == 0 ? 0 : -1;
  6195. }
  6196. void Parser::tryMachineDef( InputLoc &loc, char *name,
  6197. MachineDef *machineDef, bool isInstance )
  6198. {
  6199. GraphDictEl *newEl = pd->graphDict.insert( name );
  6200. if ( newEl != 0 ) {
  6201. /* New element in the dict, all good. */
  6202. newEl->value = new VarDef( name, machineDef );
  6203. newEl->isInstance = isInstance;
  6204. newEl->loc = loc;
  6205. newEl->value->isExport = exportContext[exportContext.length()-1];
  6206. /* It it is an instance, put on the instance list. */
  6207. if ( isInstance )
  6208. pd->instanceList.append( newEl );
  6209. }
  6210. else {
  6211. // Recover by ignoring the duplicate.
  6212. error(loc) << "fsm \"" << name << "\" previously defined" << endl;
  6213. }
  6214. }
  6215. ostream &Parser::parse_error( int tokId, Token &token )
  6216. {
  6217. /* Maintain the error count. */
  6218. gblErrorCount += 1;
  6219. cerr << token.loc << ": ";
  6220. cerr << "at token ";
  6221. if ( tokId < 128 )
  6222. cerr << "\"" << Parser_lelNames[tokId] << "\"";
  6223. else
  6224. cerr << Parser_lelNames[tokId];
  6225. if ( token.data != 0 )
  6226. cerr << " with data \"" << token.data << "\"";
  6227. cerr << ": ";
  6228. return cerr;
  6229. }
  6230. int Parser::token( InputLoc &loc, int tokId, char *tokstart, int toklen )
  6231. {
  6232. Token token;
  6233. token.data = tokstart;
  6234. token.length = toklen;
  6235. token.loc = loc;
  6236. int res = parseLangEl( tokId, &token );
  6237. if ( res < 0 ) {
  6238. parse_error(tokId, token) << "parse error" << endl;
  6239. exit(1);
  6240. }
  6241. return res;
  6242. }