Commit graph

2 commits

Author SHA1 Message Date
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
Jennifer Taylor
3fb60b9706 Make parser package private
Now that this is imported from the top level, make it private.
2019-07-26 12:48:22 -07:00