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
cd7774f25fac34644a33baada69d461cb232cd94
jedi-fork
/
jedi
/
parser
History
Dave Halter
cd7774f25f
lambda can be used as a default param in function, which means there have been slight changes to the parser to allow that (comma in a function definitions doesn't always mean new param),
fixes
#379
2014-03-11 12:24:36 +01:00
..
__init__.py
lambda can be used as a default param in function, which means there have been slight changes to the parser to allow that (comma in a function definitions doesn't always mean new param),
fixes
#379
2014-03-11 12:24:36 +01:00
fast.py
remove __getitem__ from Token
2014-02-25 17:03:56 +01:00
representation.py
use tuples instead of lists if the don't change (immutable is faster and more memory efficient)
2014-03-06 00:26:23 +01:00
tokenize.py
start with the integration of an Operator class to make way for precedences
2014-02-26 14:44:51 +01:00
user_context.py
user_context now doesn't work with the token tuple anymore
2014-02-25 16:49:44 +01:00