LibCST/libcst/_parser
Benjamin Woodruff c7fa739087 Add parser for Dict and DictComp
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.
2019-07-31 13:07:01 -07:00
..
_conversions Add parser for Dict and DictComp 2019-07-31 13:07:01 -07:00
_types Make parser package private 2019-07-26 12:48:22 -07:00
tests Make parser package private 2019-07-26 12:48:22 -07:00
__init__.py Make parser package private 2019-07-26 12:48:22 -07:00
_base_parser.py Make parser package private 2019-07-26 12:48:22 -07:00
_custom_itertools.py Make parser package private 2019-07-26 12:48:22 -07:00
_detect_config.py Make parser package private 2019-07-26 12:48:22 -07:00
_entrypoints.py Make parser package private 2019-07-26 12:48:22 -07:00
_grammar.py Make parser package private 2019-07-26 12:48:22 -07:00
_production_decorator.py Make parser package private 2019-07-26 12:48:22 -07:00
_python_parser.py Make parser package private 2019-07-26 12:48:22 -07:00
_whitespace_parser.py Make parser package private 2019-07-26 12:48:22 -07:00
_wrapped_tokenize.py Make parser package private 2019-07-26 12:48:22 -07:00