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
a5fd0b6c4fd3bc73677a02a57cb6ac49478a91a2
jedi-fork
/
jedi
/
parser
T
History
Aaron Meurer
2d75efff2a
Use repr() for the Whitespace repr
...
This makes whitespace appear as <Whitespace: '\n'> instead of <Whitespace: >.
2015-05-05 19:00:25 -05:00
..
pgen2
Remove the strange check in the parser to always create expr_stmt and file_input.
2015-03-05 15:30:07 +01:00
__init__.py
Remove the strange check in the parser to always create expr_stmt and file_input.
2015-03-05 15:30:07 +01:00
fast.py
Change parser and api to use tree instead of pr.
2015-04-27 23:38:48 +02: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
token.py
Python 2 compatibility with the new tokens.
2014-12-16 02:03:05 +01:00
tokenize.py
\\\r\n is as possible as \\\n.
2015-04-28 18:53:14 +02:00
tree.py
Use repr() for the Whitespace repr
2015-05-05 19:00:25 -05:00
user_context.py
The backwards tokenizer sometimes parsed not only string literals but also normal names.
2015-04-28 18:10:08 +02:00