Dave Halter
|
f4548d127c
|
Some simplifications for the parsers.
|
2017-05-15 15:02:45 -04:00 |
|
Dave Halter
|
882ddbf8ac
|
Move some more parser tests.
|
2017-05-15 15:00:34 -04:00 |
|
Dave Halter
|
0a8c96cd22
|
Remove a test that is really not necessary anymore, because the issues that it was covering back then are not issues anymore with the new infrastructure.
|
2017-05-15 14:53:50 -04:00 |
|
Dave Halter
|
a0b65b52c6
|
used_names -> get_used_names().
|
2017-04-12 08:56:11 +02:00 |
|
Dave Halter
|
63cafeaa87
|
Remove all usages of start_parsing=True in the fast parser.
|
2017-03-26 12:49:40 +02:00 |
|
Dave Halter
|
26cce4d078
|
Add the grammar as an argument to saving the parser.
This makes collisions of different grammars when loading from the cache impossible.
|
2017-03-22 18:32:49 +01:00 |
|
Dave Halter
|
2cb565561d
|
Replace the diff parser imports with the modified path.
|
2017-03-21 22:10:01 +01:00 |
|
Dave Halter
|
52d855118a
|
Remove get_parsed_node from the parser as well.
|
2017-03-18 03:55:23 +01:00 |
|
Dave Halter
|
0f66a3c7a8
|
Remove the module attribute from the parser.
|
2017-03-18 03:53:34 +01:00 |
|
Dave Halter
|
97fc3bc23c
|
Refactored the parser calls. Now it's possible to use jedi.parser.python.parse to quickly parse something.
|
2017-03-14 00:38:58 +01:00 |
|
Matthias Bussonnier
|
b72aa41019
|
Missing assert
|
2017-02-08 23:40:23 +01:00 |
|
Dave Halter
|
425fba5e95
|
Move the parser.fast module to parser.diff.
|
2017-01-10 19:15:47 +01:00 |
|
Dave Halter
|
ae8e43d3c7
|
Move get_node() to tree_node and replace all the custom classdefs/funcdefs.
|
2017-01-05 23:43:12 +01:00 |
|
Dave Halter
|
5c52c7fb45
|
Completely remove names_dicts from the diff parser.
|
2016-12-17 17:15:44 +01:00 |
|
Dave Halter
|
ee1f077014
|
Some test refactorings.
|
2016-12-03 14:32:00 +01:00 |
|
Dave Halter
|
00a8b3e4f1
|
Some more tests are passing.
|
2016-09-03 03:06:38 +02:00 |
|
Dave Halter
|
2f6ba2a7ae
|
Split the old fast parser tests.
|
2016-09-02 13:49:44 +02:00 |
|