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
d5f08f8bdd2efcd3913770b754d667cbb7fe1cc1
jedi-fork
/
jedi
/
parser
T
History
Claude
d5f08f8bdd
opting for skipping PEP492 backwards compatibility magic, instead directly making await and async keywords
...
See discussion at
https://github.com/davidhalter/jedi/pull/691#issuecomment-182815864
2016-02-11 19:30:01 +01:00
..
pgen2
The parser without error recovery raises an error now if he's not able to parse something.
2015-12-25 18:53:05 +01:00
__init__.py
Didn't load grammar for Python 2.6 correctly.
2016-01-27 17:52:42 -02:00
fast.py
Rework the parser so we can use arbitrary start nodes of the syntax.
2015-12-20 22:25:41 +01: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
Using python 3.7-like parser, instead of python 3.5 magic.
2016-02-11 19:14:31 +01:00
tree.py
python 3.5 uses atom_expr node in many places where previous python would use power node
2016-02-09 11:42:53 +01:00
user_context.py
Rework the parser so we can use arbitrary start nodes of the syntax.
2015-12-20 22:25:41 +01:00