Télécharger la liste

Description du projet

Reblok is a utility to build back an Abstract Syntax Tree (AST) from Python bytecode.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-07 23:19
0.1.3

Cette version ajoute le support pour simples « try-sauf-finally » déclarations avec (un « sauf » clause d'au plus) et aucune clause "else".
This release adds support for simple "try-except-finally" statements (with one "except" clause at most, and no "else" clause).

2011-07-13 06:17
0.1.2

Cette version ajoute de nouvelles options pour le programme reblok à afficher opcodes Python et d'arbres AST, ajoute un test unitaire pour le programme reblok, et ajoute le support pour les opcodes suivants: DELETE_LOCAL, DELETE_GLOBAL, DELETE_NAME, UNPACK_SEQUENCE, BREAK_LOOP et STORE_ATTR.
This release adds new options to the reblok program to display Python opcodes and AST tree, adds a unit test for the reblok program, and adds support for the following opcodes: DELETE_LOCAL, DELETE_GLOBAL, DELETE_NAME, UNPACK_SEQUENCE, BREAK_LOOP, and STORE_ATTR.

2011-06-12 03:31
0.1.1

les tests unitaires partiel ont été ajoutés pour la bibliothèque reblok. Le binaire a été partiellement mise en œuvre reblok, qui vous permet de uncompile un python fichier binaire et imprimer code source correspondant. L'opcode nouvelle ligne a été ajoutée, qui distingue les tuples à partir de listes.
Partial unit tests were added for the reblok library. The reblok binary was partially implemented, which lets you uncompile a Python binary file and print out matching source code. The new TUPLE opcode was added, which distinguishes tuples from lists.

Project Resources