lark-parser / lark

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

Added progress bar recipe #1267

Closed MegaIng closed 1 year ago

MegaIng commented 1 year ago

As suggested on gitter.

erezsh commented 1 year ago

Looking good! Just one thing, I think we should emphasize that this only works for LALR. Right now, it might seem like it works for both parsers.

MegaIng commented 1 year ago

Aha true.