]> granicus.if.org Git - python/commitdiff
add note about compiler directory
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 4 Aug 2000 17:03:58 +0000 (17:03 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 4 Aug 2000 17:03:58 +0000 (17:03 +0000)
(is bgen still "still under development"?)

Tools/README

index 202cc50d163003f51e8cad875be5e0cecf220311..a0f5972bd139c55a1d407a7798f2d82928064ce0 100644 (file)
@@ -4,6 +4,10 @@ while building or extending Python.
 bgen           Generate complete extension modules from a
                description.  Still under development!
 
+compiler        A Python source to bytecode compiler written in
+                Python, including an interface for manipulating
+                abstract syntax trees.  Still under development.
+
 faqwiz         FAQ Wizard.
                See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
                for a live example.