Any contributions to improve the parser are welcome.
To setup the project and install all needed dependency just run
poetry install
Either install the pre-commit
hook or run
poetry run pre-commit run -a
Tests are run with pytest
poetry run pytest tests