The Artima Developer Community
Sponsored Link

Python Buzz Forum
pyunparse: From AST to Python Source

1 reply on 1 page. Most recent reply: Jan 28, 2005 1:12 PM by Andrew Gross

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Andrew Gross

Posts: 52
Nickname: arg
Registered: Jan, 2005

Andrew Gross is a Python programmer living in Cambridge, MA.
pyunparse: From AST to Python Source Posted: Jan 28, 2005 1:12 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Andrew Gross.
Original Post: pyunparse: From AST to Python Source
Feed Title: argv0.net
Feed URL: http://www.pycs.net/users/0000445/weblog/rss.xml
Feed Description: a python programming journal by Andrew R. Gross
Latest Python Buzz Posts
Latest Python Buzz Posts by Andrew Gross
Latest Posts From argv0.net

Advertisement

I just got done hacking up a proof-of-concept Python "unparser" that converts Python Abstract Syntax Trees to concrete Python source code. Pyunparse is intended to be used as a debugging aid for apps that use the compiler.ast classes.


>

Check out the pyunparse page for more information, or to download the script.

Read: pyunparse: From AST to Python Source


Ryan Davis

Posts: 651
Nickname: zenspider
Registered: Oct, 2004

Re: pyunparse: From AST to Python Source Posted: Jan 28, 2005 1:27 PM
Reply to this message Reply
Quite funny. I've recently done the same thing with ruby. :)

Flat View: This topic has 1 reply on 1 page
Topic: SSL bad write retry Previous Topic   Next Topic Topic: Brian Zimmers Blog

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use