mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
This adds the ability to subdivide the grammar into different python versions, as well as the ability to change the tokenizer per python version. I use this to add support for Python 3.6 since this is a supported version we run on. This can be used for others to add support for older or newer Python versions, regardless of tokenizer/grammar changes. |
||
|---|---|---|
| .. | ||
| _conversions | ||
| _parso | ||
| _types | ||
| tests | ||
| __init__.py | ||
| _base_parser.py | ||
| _custom_itertools.py | ||
| _detect_config.py | ||
| _entrypoints.py | ||
| _grammar.py | ||
| _production_decorator.py | ||
| _python_parser.py | ||
| _whitespace_parser.py | ||
| _wrapped_tokenize.py | ||