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
7b58ffcfd1f55b8d89675edf38007fa1217125f8
jedi-fork
/
jedi
/
parser
T
History
Dave Halter
142f6652b5
Move toward ParserWithRecovery for the completion context.
...
It was simply not possible to do it with the normal parser, because of dedents.
2016-07-28 23:14:24 +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
Move toward ParserWithRecovery for the completion context.
2016-07-28 23:14:24 +02:00
fast.py
Fix some more problems with the fast parser.
2016-07-24 23:44:26 +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
Fix issues with octals in Python 2 (and possibly 3).
Fixes
#559
.
2016-07-17 22:36:26 +02:00
tree.py
Fix some more fast parser issues.
2016-07-25 18:29:01 +02:00
utils.py
Increase the parser pickling version.
2016-07-03 12:31:57 +02:00