ASPN Gem: AST pretty-printer
October 9th, 2007 Posted in Programming, Python
Quote:
To me, it is totally unf*ckinbelievable that the standard Python compiler module does not come with a pretty-printer for the AST. Here is one.
Beautiful. You can see it here.


October 9th, 2007 at 4:57 pm
Well, that quote will no longer be relevant come Py3K as the compiler package has been removed in favour of the AST used directly by the real bytecode compiler. =)