What's Changed
* Improve the README file and add contributing instructions by pablogsal in https://github.com/we-like-parsers/pegen/pull/42
* Sort KEYWORDS for consistent output ordering by edemaine in https://github.com/we-like-parsers/pegen/pull/44
* Add a first version of the docs by pablogsal in https://github.com/we-like-parsers/pegen/pull/43
* Update README.md by AvdN in https://github.com/we-like-parsers/pegen/pull/49
* Update the CI to use Python 3.10 by pablogsal in https://github.com/we-like-parsers/pegen/pull/50
* docs/peg_parser.rst: Minor improvements by funkyfuture in https://github.com/we-like-parsers/pegen/pull/52
* README.md: Adds missing parenthesis by funkyfuture in https://github.com/we-like-parsers/pegen/pull/54
* Update grammar_grapher with the new forced (&&) directive by lucach in https://github.com/we-like-parsers/pegen/pull/57
* Clean utils and install by MatthieuDartiailh in https://github.com/we-like-parsers/pegen/pull/59
* remove generated file data/python_parser.py, and add demo target in Makefile by mw66 in https://github.com/we-like-parsers/pegen/pull/62
* Delayed error inspection by MatthieuDartiailh in https://github.com/we-like-parsers/pegen/pull/60
* python.gram: reflect changes in cpython by MatthieuDartiailh in https://github.com/we-like-parsers/pegen/pull/41
* Improved syntax error by MatthieuDartiailh in https://github.com/we-like-parsers/pegen/pull/64
* Maintenance: move most of the configuration to pyproject.toml by MatthieuDartiailh in https://github.com/we-like-parsers/pegen/pull/66
* Cis: use newer actions (setup-python, checkout, cache) by MatthieuDartiailh in https://github.com/we-like-parsers/pegen/pull/71
* Format imports by 0dminnimda in https://github.com/we-like-parsers/pegen/pull/74
* Stop creating unused variables by 0dminnimda in https://github.com/we-like-parsers/pegen/pull/68
* python_generator: add some comments by MatthieuDartiailh in https://github.com/we-like-parsers/pegen/pull/75
* Fix empty last line returned by tokenizer by shumbo in https://github.com/we-like-parsers/pegen/pull/77
* Add a py.typed file to pegen by pablogsal in https://github.com/we-like-parsers/pegen/pull/80
New Contributors
* edemaine made their first contribution in https://github.com/we-like-parsers/pegen/pull/44
* AvdN made their first contribution in https://github.com/we-like-parsers/pegen/pull/49
* funkyfuture made their first contribution in https://github.com/we-like-parsers/pegen/pull/52
* lucach made their first contribution in https://github.com/we-like-parsers/pegen/pull/57
* mw66 made their first contribution in https://github.com/we-like-parsers/pegen/pull/62
* 0dminnimda made their first contribution in https://github.com/we-like-parsers/pegen/pull/74
* shumbo made their first contribution in https://github.com/we-like-parsers/pegen/pull/77
**Full Changelog**: https://github.com/we-like-parsers/pegen/compare/v0.1.0...v0.2.0