On Fri, 11 Jan 2008 16:02:53 +0100, Georg Brandl <[EMAIL PROTECTED]> wrote:
>
>Python's code parsing/compiling interface is currently very cluttered:
>* you can parse things with parser.suite(), but not create an AST from
>   the parse result
>* you can create an AST with an undocumented flag to compile(), but not
>   compile the resulting AST
>* there are too many modules that have to do with parsing and compiling:
>   token, symbol, parser, _ast, symtable
>
>I'd suggest a single package to unify all this functionality and an API
>that makes it easy to go from every compiling stage to the next, or to
>the final code object.

+alot

Jean-Paul
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to