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

Post on 19-May-2015

2.250 views 1 download

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