lark-parser / lark

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

[M:grammar.md] doc: added Python-style comments. #1245

Closed vincent-hugot closed 1 year ago

vincent-hugot commented 1 year ago

To go with #1230 .

Cheers

vincent-hugot commented 1 year ago

Actually, though the change is trivial, since it affects syntax, should the doc mention the version in which # became valid, to avoid confusion from users reading the doc online but with an older version of Lark installed?

erezsh commented 1 year ago

Hmm yeah, that's probably a good idea to mention it's starting from version 1.1.6

vincent-hugot commented 1 year ago

Done.

Not sure why github bugs me with an email about ".github/workflows/codecov.yml: No jobs were run" upon pushing :confused:

erezsh commented 1 year ago

Thanks!

Not sure why github bugs me with an email about ".github/workflows/codecov.yml: No jobs were run" upon pushing

It's just badly configured, used to work but now broken. I was too lazy to fix it, but maybe I should get it out of the way.