[code-quality] Jedi gets a new parser

2014-09-29 Thread Dave Halter
Hi all! I will be writing a new parser for Jedi. This is necessary for a quite a few reasons described in: https://github.com/davidhalter/jedi/issues/480. I'm posting this here, because some of you may be interested in actually using the new parser. It's going to be pure Python and contrary to th

Re: [code-quality] Jedi gets a new parser

2014-09-29 Thread Claudiu Popa
On Mon, Sep 29, 2014 at 1:02 PM, Dave Halter wrote: > Hi all! > > I will be writing a new parser for Jedi. This is necessary for a quite a few > reasons described in: > https://github.com/davidhalter/jedi/issues/480. > > I'm posting this here, because some of you may be interested in actually > us