lark-parser / lark

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
MIT License
4.81k stars 409 forks source link

Typing fixes. Mypy now produces 0 type errors #1354

Closed erezsh closed 11 months ago

erezsh commented 11 months ago

Also adding some typing info

MegaIng commented 11 months ago

This also fixes #1295

I am surprised mypy doesn't complain about partially typed functions. This looks fine otherwise.

erezsh commented 11 months ago

Oh, yeah. I forgot to mention it. Thanks!