Parsita 2.2.0
- Added support for Python 3.13 (#109)
- Dropped support for Python 3.8 (#109)
- Refactored to use some >=3.9 features (#111)
- Added
py.pyted
and runmypy
on the source in CI (#115)- This was best effort as Python's type system lacks the features needed to describe a parser combinator system
- Fixed the
repr
of some parsers (#114)