Nicolas Chauvat wrote: > On Wed, Jun 06, 2007 at 07:13:10PM +0100, Ali Afshar wrote: >>> Presumably recognition of the beginnings of >>> - a) python keywords >>> - b) classes and functions defined earlier in this file? >>> - c) in scope variables? >> does c) include: d) imported modules > > For code-completion, I suppose astng[1] could be useful. > > 1: http://www.logilab.org/project/eid/856 > Hi Nicolas,
How dependent/independent is this from the standard AST compiler or PyPy? Is it more IDE friendly? Is it based on it or a total independent implementation? Stani
