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
adcc1c2b51e1c242d070ab320d2a10ab5006ec8e
jedi-fork
/
jedi
/
parser
T
History
Dave Halter
adcc1c2b51
Don't delete ErrorNode names. They are part of the parser now.
...
Fixes
#594
and possibly also
#590
and
#579
.
2016-07-07 18:33:45 +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
Don't delete ErrorNode names. They are part of the parser now.
2016-07-07 18:33:45 +02:00
fast.py
Reenable call signature caching and move a lot of parser specific caching to the parser itself.
2016-06-28 08:46:29 +02:00
grammar2.7.txt
Some python 2.7 (and 3.3) compatibility improvements.
2016-07-03 02:54:21 +02: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
Return a TokenInfo object in the tokenizer instead of a tuple (it's a namedtuple now.)
2016-06-27 09:14:11 +02:00
tree.py
Fix issue
https://github.com/DamnWidget/anaconda/issues/449
. Using self should not cause side effects in completion.
2016-07-06 18:31:47 +02:00
utils.py
Increase the parser pickling version.
2016-07-03 12:31:57 +02:00