This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
You've already forked jedi
mirror of
https://github.com/davidhalter/jedi.git
synced
2026-03-26 03:56:37 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
31600b9552025bdeb26b404fe749b4b3aac527fd
jedi
/
jedi
/
parser
/
pgen2
History
Dave Halter
31600b9552
classes and functions are new statements and should never get removed by the error recovery.
2014-11-28 02:44:34 +01:00
..
__init__.py
Change the pgen2 parser and its driver so that it can be accessed easily from the outside. This is a minor change and will allow Jedis tokenizer to work with pgen2.
2014-11-26 15:38:53 +01:00
grammar.py
Fixed issues with the Python3.4 grammar file.
2014-10-17 01:34:47 +02:00
parse.py
classes and functions are new statements and should never get removed by the error recovery.
2014-11-28 02:44:34 +01:00
pgen.py
Add a new parser, check it pgen2 would work. (already modified outside this repository)
2014-10-08 14:26:52 +02:00
token.py
Fixed issues with the Python3.4 grammar file.
2014-10-17 01:34:47 +02:00
tokenize.py
Remove some fixer related stuff (lib2to3 stuff).
2014-10-08 15:04:01 +02:00