| Subcribe via RSS

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.

One Response to “ASPN Gem: AST pretty-printer”

  1. Brett Says:

    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. =)


Leave a Reply