This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
You've already forked jedi-fork
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
0def3afaaaf6f078a17966815b272bb4a260b9e5
jedi-fork
/
jedi
/
parser
History
Dave Halter
0def3afaaa
A move function for Nodes.
2014-10-12 23:37:46 +02:00
..
pgen2
Remove some fixer related stuff (lib2to3 stuff).
2014-10-08 15:04:01 +02:00
__init__.py
Start implementing an algorithm for actually evaluating the parser tree.
2014-10-10 11:29:22 +02:00
fast.py
parentheses checks in the fast parser (tokenizer) have been improved to really cover all cases. real fix for
davidhalter/jedi-vim#288
2014-07-18 10:59:28 +02:00
grammar.txt
Add a new parser, check it pgen2 would work. (already modified outside this repository)
2014-10-08 14:26:52 +02:00
pytree.py
Add keywords, improve import support.
2014-10-10 17:48:40 +02:00
representation.py
A move function for Nodes.
2014-10-12 23:37:46 +02:00
tokenize.py
fix strange issues of Python's std lib tokenizer, might be in there as well (not sure, cause I modified a lot).
fixes
#449
2014-08-04 16:47:36 +02:00
user_context.py
use the new implementation of splitlines all over the code,
fixes
#424
2014-07-18 16:59:22 +02:00