This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
73e71b3c1adbd2b502a789008c4fc22c2d31119f
jedi-fork
/
jedi
/
parser
T
History
Dave Halter
73e71b3c1a
Finally able to remove the user_context. This is awesome!
...
Now we only use the syntax tree to understand where the user is doing something.
2016-06-23 16:26:28 +02:00
..
pgen2
Adding a token in pgen should have the same signature that the tokenizer uses.
2016-06-14 18:09:31 +02:00
__init__.py
A small python 2 bugfix.
2016-06-22 00:45:14 +02:00
fast.py
All tests except the Interpreter tests are working again.
2016-06-22 00:27:21 +02:00
grammar2.7.txt
Remove some unnecessary comment parts in the Python 2.7 grammar.
2015-03-08 22:40:22 +01:00
grammar3.4.txt
Fix fast parser tests.
2015-01-24 00:06:16 +01:00
grammar3.5.txt
opting for skipping PEP492 backwards compatibility magic, instead directly making await and async keywords
2016-02-11 19:30:01 +01:00
token.py
add ATEQUAL token for python < 3.5
2016-02-09 18:17:31 +01:00
tokenize.py
Merge with the linter branch (especially the changes of pep484.
2016-06-07 13:51:25 +02:00
tree.py
Rename next_sibling and prev_sibling.
2016-06-14 23:22:33 +02:00
user_context.py
Finally able to remove the user_context. This is awesome!
2016-06-23 16:26:28 +02:00