From: Jeremy Hylton Date: Fri, 4 Aug 2000 17:03:58 +0000 (+0000) Subject: add note about compiler directory X-Git-Tag: v2.0b1~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20b2ca9d1950a7a8e436ec1098f0a5d7cbe7dd11;p=thirdparty%2FPython%2Fcpython.git add note about compiler directory (is bgen still "still under development"?) --- diff --git a/Tools/README b/Tools/README index 202cc50d1630..a0f5972bd139 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.