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
582b9b01af3a6bfcfe3cae8861441850c55b18a9
jedi-fork
/
jedi
/
parser
T
History
Dave Halter
582b9b01af
Get invalid INDENTs working.
...
The following DEDENT's are removed.
2015-01-12 12:22:57 +01:00
..
pgen2
Now able to remove both tokenize and token from pgen2.
2014-12-16 02:00:33 +01:00
__init__.py
Get invalid INDENTs working.
2015-01-12 12:22:57 +01:00
fast.py
Replace the tokenizer's output with a tuple (switching back from a Token class).
2014-12-16 00:10:07 +01:00
grammar3.4.txt
Fixed issues with the Python3.4 grammar file.
2014-10-17 01:34:47 +02:00
grammar.txt
Fixed issues with the Python3.4 grammar file.
2014-10-17 01:34:47 +02:00
token.py
Python 2 compatibility with the new tokens.
2014-12-16 02:03:05 +01:00
tokenize.py
The tokenizer now includes all newlines and comments in its prefix.
2014-12-17 20:11:42 +01:00
tree.py
Implemented the in operator in a very simple fashion: It returns nothing.
2015-01-09 16:05:09 +01:00
user_context.py
Use names_dicts now for all completions.
2015-01-07 23:49:13 +01:00