vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
338 stars 38 forks source link

Draft: Improve typing support for _TupleParser #81

Open beekill95 opened 4 months ago

beekill95 commented 4 months ago

A draft implementation for issue #80

vlasovskikh commented 4 months ago

@beekill95 There are a few failing tests in pre-commit checks in this PR. Could you please take a look at them? FYI you can run these checks locally via pre-commit run -a.