summaryrefslogtreecommitdiffstats
path: root/Tools/README
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-08-04 17:03:58 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-08-04 17:03:58 (GMT)
commit20b2ca9d1950a7a8e436ec1098f0a5d7cbe7dd11 (patch)
tree04577ef23bb868ccc7510c6f5ed9ba1a5de1c8c6 /Tools/README
parent7daf04d9e0895f3c7f6ba257529af96c00afe9cc (diff)
downloadcpython-20b2ca9d1950a7a8e436ec1098f0a5d7cbe7dd11.zip
cpython-20b2ca9d1950a7a8e436ec1098f0a5d7cbe7dd11.tar.gz
cpython-20b2ca9d1950a7a8e436ec1098f0a5d7cbe7dd11.tar.bz2
add note about compiler directory
(is bgen still "still under development"?)
Diffstat (limited to 'Tools/README')
-rw-r--r--Tools/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README
index 202cc50..a0f5972 100644
--- a/Tools/README
+++ b/Tools/README
@@ -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.