From: Stefan B. <ste...@be...> - 2010-01-13 07:54:27
|
Steve Yegge, 13.01.2010 01:42: > I've got a patch to submit for everyone's consideration. It's a static > analyzer and indexer for Python > source, built atop the Jython antlr parser. It was primarily designed to > produce an index that can > support IDE functionality, but it could potentially also be used to provide > type information to the > interpreter for optimization purposes. Interesting. This sounds quite a bit better than what we currently have in Cython (especially the stdlib bits). What's it written in? Could you send me a copy? Stefan |