Dave Halter
|
2b0b093276
|
Make sure to limit the amount of cached files parso stores, fixes davidhalter/jedi#1340
|
2020-01-05 23:44:51 +01:00 |
|
Dave Halter
|
3e2956264c
|
Add FileIO to make it possible to cache e.g. files from zip files
|
2019-03-25 00:48:59 +01:00 |
|
Dave Halter
|
dafffdc9b4
|
The parser cache in RAM has now grammar versioning.
|
2017-05-26 12:48:59 -04:00 |
|
Dave Halter
|
8ae5fc60d6
|
Moved the grammar object out of the cache module.
|
2017-05-26 12:17:45 -04:00 |
|
Dave Halter
|
333046c253
|
load_python_grammar -> load_grammar.
|
2017-05-25 13:28:24 -04:00 |
|
Dave Halter
|
23d1470618
|
Add a more API focused grammar.
This makes it so we don't have to expose all the details of a pgen grammar to the user.
|
2017-05-21 17:02:15 -04:00 |
|
Dave Halter
|
88f8e172d5
|
Fixed a bug where providing a cache_path did not really affect anything.
|
2017-05-19 16:28:07 -04:00 |
|
Dave Halter
|
2d46d1e307
|
Add a parso test.
|
2017-05-19 16:17:10 -04:00 |
|