An Earley-Algorithm Context-free grammar Parser Toolkit
This package uses Jay Earley's algorithm for parsing context free grammars, and comes with some generic Abstract Syntax Tree routines. There is also a prototype scanner which does its job by combining Python regular expressions.
A rewrite of pydb from the ground up.
This code makes assumes Python in the version range of 2.5 up to and not including 3K.
The command API portion of the debugger is largely modelled on the GNU GDB model. A command-line interface (CLI) is provided.
There's a lot of cool stuff here
... [More] that's not in pydb or pdb.
* Source-code Syntax Colorization
* Smart Eval
* Out-of-Process Debugging
* Better stepping granularity
* Debugger Macros via Python Lambda expressions
* Byte-code Instruction Introspection
* Debugger Command Arguments can be Variables and Expressions
* Egg Installable
* Command Completion [Less]
uncompyle6 translates Python bytecode back into equivalent Python source code. It accepts bytecodes from Python version 1.0 to 3.8 or so, including PyPy bytecode and Dropbox’s Python 2.5 bytecode.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy