mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
This finishes the parser! 🎉
A few related changes were made:
- `DummyNode` was removed, as it's no longer needed.
- `lpar`/`rpar` was removed from `StarredDictElement`, because I found
out that it's not valid syntax while developing the parsing logic.
|
||
|---|---|---|
| .. | ||
| _conversions | ||
| _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 | ||