Erez Shinan

Results 495 comments of Erez Shinan

> Basically, I'd love it if it acted like native-fullscreen but without creating a new space for it. I would like that too! Does anyone have a solution for it?

There might be old projects that still rely on lark-parser. Removing it might break their builds.

@MegaIng @RossPatterson I can see both points of view, and I think the determining factor should be practicality above all else. In an ideal world, load_grammar would only preload a...

> I think having an inaccurate reference grammar for human purposes @RossPatterson Can you explain which option this refers to? I don't think I advocated at any point for an...

@MegaIng Any objections to option 2? i.e. keep lark.lark non-validating and pair it with a visitor that performs the same extra validation as load_grammar?

> Preferably the same visitor is used both internally and externally and is the only source of GrammerErrors That seems a bit optimistic, but I agree it would be nice...

@RossPatterson Nice work. Let me know once you've cleaned it up a bit, and I'll give it another review. I'll see if I find the time to write that doc...

Lark isn't made for scanning text. However that question has been asked many times. To my recollection, there are two ways about this - 1) Utilize Earley with a prefix...

@MegaIng Btw, if you tidy up that implementation a bit and show that it passes a few stress tests, I'm inclined to add it as an official API. I'm also...

@tomschr Thanks! Sorry to keep you waiting. I've actually been on vacation these past 3 weeks, and might have a bit more free time in a week or two.