Hugging Abstract Syntax Trees: A Pythonic Love Story (OSDC 2010)

download Hugging Abstract Syntax Trees: A Pythonic Love Story (OSDC 2010)

If you can't read please download the document

description

OSDC 2010 presentation on cool stuff that can be done with Python Abstract Syntax Trees and the compile() function. Demo Python compiler (incomplete and hacky!) can be found here: http://github.com/thomaslee/viking-poc

Transcript of Hugging Abstract Syntax Trees: A Pythonic Love Story (OSDC 2010)

  • 1. Hugging Abstract Syntax Trees: A Pythonic Love Story