bytecodemanipulation/Emulator.py,sha256=zuXdtV24cJDVe_Kl7GH7QlsdiOQN4UIv_RRnsIjqKtk,21892
bytecodemanipulation/Mixin.py,sha256=Bwc5p3Hhp8vVvlsS5sFEahC9gtvJveiIqFowtvuuTgI,20385
bytecodemanipulation/MutableFunction.py,sha256=Vu1TDDohxJwd45IsbFv79ih57Q0zsXnjTT4gSDDmSn8,55947
bytecodemanipulation/MutableFunctionHelpers.py,sha256=WLSsflCHH9fN65MIZ-Ra7rvvdz1kRyQFpfKgwtaH_0A,12253
bytecodemanipulation/Opcodes.py,sha256=QB9JLaGBpgb4zZXYe49svSbQTiQFHAm25Ou5NdSwZKU,5640
bytecodemanipulation/Optimiser.py,sha256=XHPfALXl9RIZ-6AiXv4ygHwETKNaCASeRPVK3N-HNl0,26316
bytecodemanipulation/Specialization.py,sha256=EBdyKotg0YygAYF85NFZ1eMC4THx6ecsKnNgh5bIZtQ,11617
bytecodemanipulation/__init__.py,sha256=HmODihtkL2P81r25JsMrrN1w8QCPzb1-aSx4nk2inO8,157
bytecodemanipulation/annotated_std.py,sha256=tZ2YIClM9w7LPodgNqiiMMWMkO_6SaxpTtd9BB8TOTs,51
bytecodemanipulation/compiler.py,sha256=amEg_xaRFK9f-IKW-v0bFLHtCRk015fBOoWo2v2A6pU,2432
bytecodemanipulation/data_loader.py,sha256=q7jDnkf1iEkEnSqqUpW41c3dgtNl3QEQ3xf1QpOvOFA,2840
bytecodemanipulation/mixin_util.py,sha256=UybbzqfqIgvHnvZKTXyyo-kIgfl6KC-exz6WPPQOVLU,4127
bytecodemanipulation/optimise_self.py,sha256=cdekoCUVtZJBIyDW87NYB5JqsJ9S22ii0NBlc0qXXlU,441
bytecodemanipulation/optimiser_util.py,sha256=q1aEFbsu80gnCvXvr_JEHQF3jbuhUlvK7d0Qgvz9YB4,17382
bytecodemanipulation/util.py,sha256=MXpoZR6VoquKVXvqtjQ4lm0J-6Ld3qcU2FFjFGRA9qY,628
bytecodemanipulation/assembler/AbstractBase.py,sha256=AcnQmuT2oYeAOp22W6j71iaxit4KndQkxy85CQ5CrXc,6816
bytecodemanipulation/assembler/Emitter.py,sha256=xoXZ4Bk8wDlxdwsRniazQ2CblZuXyvgi6i7r5gbIffg,11963
bytecodemanipulation/assembler/Lexer.py,sha256=Y7UVuFRs4370xOI31te4bieEuUjUv9H-wjznjZYQkjQ,5355
bytecodemanipulation/assembler/Parser.py,sha256=ra78SNs0AyaPuPrUSTNLu7oz0t3M9I8-61Nt17pwYQ0,19821
bytecodemanipulation/assembler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/assembler/hook.py,sha256=PEyYS7mbtUDUsQy22HR9Iz9M_fb0Z6VIswqx8ZvQ0U0,1459
bytecodemanipulation/assembler/syntax_errors.py,sha256=iEFnCc2V1ElLzRARkQDVFuGYjMPZpkWa8MM9mru_JYo,3127
bytecodemanipulation/assembler/target.py,sha256=Fd3FgYl4dT3eximVuI9uwFsVusvbNA4dn8iOMFvFx9o,3598
bytecodemanipulation/assembler/util/CommonUtil.py,sha256=KgNuMEdfevTg2yNLua3bGWeXJozeQu9k79AGN8gnJ1Q,335
bytecodemanipulation/assembler/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/assembler/util/parser.py,sha256=6t6k6cktPftAQe40bGorUPYP27RNu9SidtvbiHCIUho,10926
bytecodemanipulation/assembler/util/tokenizer.py,sha256=rz2a9EpXVXWaSo-HEr4EEMcPuui8aklmkpgnLu3uQg0,8259
bytecodemanipulation/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/shared/__init__.py,sha256=F7VVe6fSTcTSfn3m9Ch5MIFjEfNl4QpGsy3xcPZr8Ao,27
bytecodemanipulation/data/shared/builtin_spec.py,sha256=UYE9Z7DJtfx04ZTRj03qfJpPNr-0jLeNTzAHCwojqxo,13194
bytecodemanipulation/data/shared/expressions/AttributeAccessExpression.py,sha256=4t85c8Xp732NiLHkKFhury6q43ZHJH46w7x_ots3av8,2266
bytecodemanipulation/data/shared/expressions/CompoundExpression.py,sha256=P3GA5wYq5l8uM2dnzhQQw0KQc5JDc6gYd2ICfXhGb7U,3494
bytecodemanipulation/data/shared/expressions/ConstantAccessExpression.py,sha256=5ALGpVglL4jG7Gn15xcJlE8OCf66OJfKpySbM3K4EhY,1381
bytecodemanipulation/data/shared/expressions/DerefAccessExpression.py,sha256=qJNtuOUjf885nhcCJTuaVc5m5hsqQv5TxJtS5d66l4A,1123
bytecodemanipulation/data/shared/expressions/DiscardValueExpression.py,sha256=Q6z8mLgFkwAncenKmQME4fM7jYY8e7rzV0oKmJbyC74,796
bytecodemanipulation/data/shared/expressions/DynamicAccessExpression.py,sha256=ejBJPfskFtFHrWsJrZ0RQkRjxKfxJLMtLLz-2CYh3R8,2461
bytecodemanipulation/data/shared/expressions/GlobalAccessExpression.py,sha256=-aaVKScBhcOyUkGEg91AI2inUW5PQDG60r9tSQXF0lU,1217
bytecodemanipulation/data/shared/expressions/GlobalStaticAccessExpression.py,sha256=YdqoTAekMP25xGz9JZdIlnqKZ3QFpqEBpD0M9p_ZSf0,1515
bytecodemanipulation/data/shared/expressions/LocalAccessExpression.py,sha256=dorof2nb8DKWdJgFij4sStFPnY9X-0V2LVsMXiPU_z0,1090
bytecodemanipulation/data/shared/expressions/MacroAccessExpression.py,sha256=WYs4tzLF7KEQKMS6mJdF8W552H6K2_urFaaV3_XabzI,1100
bytecodemanipulation/data/shared/expressions/MacroParameterAcessExpression.py,sha256=p1OmvpDnzLplKqUp7X6nJ4NzjeJBtsN5zi8nUFDsRxw,2093
bytecodemanipulation/data/shared/expressions/ModuleAccessExpression.py,sha256=sYwzpcALFsp8eE02pEkmfNwF87k-tMtWUvnFZ7frlSQ,1377
bytecodemanipulation/data/shared/expressions/StaticAttributeAcccessExpression.py,sha256=RuxUbt5rWDWo59Ao2nAnvERtPtwrMgKI_X5WJR1SIHs,2203
bytecodemanipulation/data/shared/expressions/SubscriptionAccessExpression.py,sha256=05RMbLXYwYKXClo6l-BRFs_u7wxrYIyHdx-EkGJ0c_o,3255
bytecodemanipulation/data/shared/expressions/TopOfStackAccessExpression.py,sha256=vwAf_dmrha6Z3M-nsBdyvpN2GToqzrTVde9IYzzcqtA,923
bytecodemanipulation/data/shared/expressions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/shared/instructions/AbstractInstruction.py,sha256=wqjODFW45hybz_tvXDvm3BE-hW3N-iqvyyXwfEkCO5Q,2306
bytecodemanipulation/data/shared/instructions/CallAssembly.py,sha256=jbkF5Y8YDURIJtIPpPHaq0LFECVxk3db7NksqnhHpUg,12275
bytecodemanipulation/data/shared/instructions/ClassDefinitionAssembly.py,sha256=LaavaKh7qD-0TrmGFEODwZ-TzhEFbag_N2g4mmtjyoU,2959
bytecodemanipulation/data/shared/instructions/ForEachAssembly.py,sha256=xl258nrHpi4bU7PWkVVIAwbmYKm2GUe5DcAtmK3WXxA,4873
bytecodemanipulation/data/shared/instructions/FunctionDefinitionAssembly.py,sha256=28LwqaCDvlO3Iu3yJktPI0Gxk318rzqCu_5y4ca2TWA,7703
bytecodemanipulation/data/shared/instructions/IfAssembly.py,sha256=fmh5fpVV5TfLopqhE8-DLmtS7Imx59K34VgAYwjkBy0,3603
bytecodemanipulation/data/shared/instructions/JumpAssembly.py,sha256=qZeQ4wxjQ6amvQDz2E7O1me3hYsiFWAds1ssTue5res,3171
bytecodemanipulation/data/shared/instructions/LabelAssembly.py,sha256=23b9AzZJS1J6qKFBaaIiO1j3CkWcuJRClkA53fAYQi4,1544
bytecodemanipulation/data/shared/instructions/LoadAssembly.py,sha256=_7Q3tUZurdhDESGptZ4GKAnvwPxvuGTdPELoGH1EOtY,3222
bytecodemanipulation/data/shared/instructions/LoadConstAssembly.py,sha256=UKGP1J2m-DYCHzlG7eNYQGaslvgYXObrF8vZigTkRyg,2998
bytecodemanipulation/data/shared/instructions/LoadFastAssembly.py,sha256=5aMcfR7O4BgaWAt6t4eS0vYIOkc-QQhM0-amdQ014us,2503
bytecodemanipulation/data/shared/instructions/LoadGlobalAssembly.py,sha256=JacjG1LbyDaBHZmm4y-acunYezwkSEQmJbXqmhifaGQ,3113
bytecodemanipulation/data/shared/instructions/MacroAssembly.py,sha256=uyGnOXFXHNMZtQ_-xepOZlwIU1qGy8PenZA0A8vE3_Q,22643
bytecodemanipulation/data/shared/instructions/MacroImportAssembly.py,sha256=NhM3WfbtTLlwcp7gFx6qxBAUeoQk_-ItmnAFRCkh28c,4438
bytecodemanipulation/data/shared/instructions/MacroPasteAssembly.py,sha256=bYeursGxUjP8jC9ZUSurRX9SHKqzIl7QdkozOrOV478,2748
bytecodemanipulation/data/shared/instructions/MacroReturnAssembly.py,sha256=gF1E_7tBQXxDi4YypgCpR8VXjQzV5_IZQxPkRQI4TWQ,2056
bytecodemanipulation/data/shared/instructions/NamespaceAssembly.py,sha256=pRv-zlqHuVuzbWGHarzJGIZ_Lnc3CUSeY2Ff1ys2guA,2778
bytecodemanipulation/data/shared/instructions/OpAssembly.py,sha256=G77EnTMdWN_ldyJJ5X40DZmeK-kkj5LCwvhkYgXADp8,11250
bytecodemanipulation/data/shared/instructions/PopElementAssembly.py,sha256=Fv-IrpRChKAn8f7cDFDvAqxWNxxZTUDg8BwXVUW4M4s,900
bytecodemanipulation/data/shared/instructions/PythonCodeAssembly.py,sha256=RzsDAxv420lJFH9dcZbe4Sq0siqe7RQirbv51p_DydY,1717
bytecodemanipulation/data/shared/instructions/RaiseAssembly.py,sha256=sSirL8IT-zBgkJ9Ew53tJqD1MezY1Pd2rgKqkqJmZHQ,899
bytecodemanipulation/data/shared/instructions/ReturnAssembly.py,sha256=PyqfFWuLFmbqlT4IPucufL3akrlHqNqjJR-xaxq1q38,1536
bytecodemanipulation/data/shared/instructions/StoreAssembly.py,sha256=a4zCHpQHJrquzZkZRsu2ErApotXkN_7ho5dMFICI19M,2852
bytecodemanipulation/data/shared/instructions/StoreFastAssembly.py,sha256=cOH_LEDgY41ZEVWO5DYLbK55zJ9fkyRvsgmaxwINmmY,2303
bytecodemanipulation/data/shared/instructions/StoreGlobalAssembly.py,sha256=dzwlvOOf9GIrJ-ggXfEMLH93hSoFZGSgSEMjCJeuaYA,2581
bytecodemanipulation/data/shared/instructions/WhileAssembly.py,sha256=Baszg7E8z1Nu1wRxfwD6iyop5fKrz5ET5Hk8HWRJutQ,3611
bytecodemanipulation/data/shared/instructions/YieldAssembly.py,sha256=Js5egdU2WwSQVOsUTARqF1BAx_9f-GoiVdOB8RiJhFs,3006
bytecodemanipulation/data/shared/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_10/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_10/assembly_instructions.py,sha256=pjLF-JCZy9G9u8hWNdLRGNY69JA9AWPAQCc6fN47oH0,832
bytecodemanipulation/data/v3_10/specialize.py,sha256=uZedF1bOFva6iwUVP38C1fIeWKml5wd3rh1_pQkbugY,47
bytecodemanipulation/data/v3_10/instructions/CallAssembly.py,sha256=ht1Dn7OuSMXIO6vgP95qIoAghTMYP1J50DgsaYpA1Gk,6805
bytecodemanipulation/data/v3_10/instructions/ClassDefinitionAssembly.py,sha256=fDhlZJWDmZPlv16S7nbOSgbHzscHfPXMRNw0S6gGHk4,2789
bytecodemanipulation/data/v3_10/instructions/ForEachAssembly.py,sha256=Z1Pv08MmXG_uRHpKz_luMou60LN19EtZqIfRR_CsSJM,3738
bytecodemanipulation/data/v3_10/instructions/FunctionDefinitionAssembly.py,sha256=TAWwfJOUhe9qokbTQQ30LufOHzmR9kLmmOb3nuXMbjo,4985
bytecodemanipulation/data/v3_10/instructions/IfAssembly.py,sha256=D5Th79GqZ99FLmIf-t10-QjPApGjQdPN8LKbvGDw0wA,1608
bytecodemanipulation/data/v3_10/instructions/JumpAssembly.py,sha256=PlA5bfukRCxmbk_dE7Vx30GVCAH-HKlJ7iE02Ot7KMk,1490
bytecodemanipulation/data/v3_10/instructions/LoadConstAssembly.py,sha256=dAbjivtgVsUhlIxfWNqcF7FlbBHsh0aXJ5LxgRggeTk,1081
bytecodemanipulation/data/v3_10/instructions/LoadFastAssembly.py,sha256=JDHA-AceNyEPeUWCvIXswd0PoNs_ZkW7IrZFAoxj72E,819
bytecodemanipulation/data/v3_10/instructions/LoadGlobalAssembly.py,sha256=Lgb32AVeaI8YYL2BgkclshYrlDOAHD2okPVFIdUHzU0,829
bytecodemanipulation/data/v3_10/instructions/OpAssembly.py,sha256=krUqJSdLWEczmgyg4EIb11pIaFAuhJ4qC4USu4r9gMQ,2951
bytecodemanipulation/data/v3_10/instructions/PopElementAssembly.py,sha256=q3lOXX4k1g3T75OeZryRiW0z6FB0P_fKsp_CUTKR2KE,720
bytecodemanipulation/data/v3_10/instructions/RaiseAssembly.py,sha256=uYmR_IpDb5-kaaOW_2eI8QS8TNgicbEGdQy3SyLVfKA,776
bytecodemanipulation/data/v3_10/instructions/ReturnAssembly.py,sha256=-KgD9pxEGSIApghFyQ6txeLTsWeNzzpaGHmlFdPQtpQ,720
bytecodemanipulation/data/v3_10/instructions/StoreFastAssembly.py,sha256=J7AGCaCtGf0jJCP-oprSnkNXuWPo8IwcXNFmCN_pb9E,832
bytecodemanipulation/data/v3_10/instructions/StoreGlobalAssembly.py,sha256=RxmNTJCzTOwhiJK3foBEdDP01h_wlUWl4jrijvWCeJI,842
bytecodemanipulation/data/v3_10/instructions/WhileAssembly.py,sha256=q4xjCMKtaN0VnccCf1oCM7ZqkAypuyWll3A3nmZn1QI,1572
bytecodemanipulation/data/v3_10/instructions/YieldAssembly.py,sha256=GkmhB1PwXKVFJWxJ__aTg9AMVCNBmqYkgWpoKjX32WY,1337
bytecodemanipulation/data/v3_10/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_11/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_11/specialize.py,sha256=uZedF1bOFva6iwUVP38C1fIeWKml5wd3rh1_pQkbugY,47
bytecodemanipulation-0.2.8.dist-info/LICENSE,sha256=b9Alsu_kcIF2jWqB4pU2Y0VjCPSVtTu684YNcn_RDF0,1061
bytecodemanipulation-0.2.8.dist-info/METADATA,sha256=kPF7OryX7F4SifFQOGFvq9fzSLoJnGvnG_wodiy-nNE,5442
bytecodemanipulation-0.2.8.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
bytecodemanipulation-0.2.8.dist-info/top_level.txt,sha256=j7KSJuZGEcWd8q4KZ-I09B-C7k78W3kUVK421F14wjw,21
bytecodemanipulation-0.2.8.dist-info/RECORD,,
