]> granicus.if.org Git - python/commit
Add doc discussing how AST compiler is structured and designed.
authorBrett Cannon <bcannon@gmail.com>
Thu, 9 Feb 2006 02:43:14 +0000 (02:43 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 9 Feb 2006 02:43:14 +0000 (02:43 +0000)
commit82a93942372d098aa85d2f580a83f8e1d20387f4
tree19367463e8af31c738b406d8204885da07cf49e3
parente58df82919808939f21e9756af65c5afb5d8b2e5
Add doc discussing how AST compiler is structured and designed.

It is out of date, though, thanks to lacking info on the arena API.  It also
should eventually be removed in favor of updating PEP 339.
Python/compile.txt [new file with mode: 0644]