Erez Shinan

Results 495 comments of Erez Shinan

Please provide more details

Sorry, I'm not sure I understand. Perhaps you can provide an example?

I see. I guess I just never encountered it. Regarding the appropriate place, maybe in `Lark.parse`, considering that it isn't a parsing issue.

It was commented out due to bugs in some edge cases.

Maybe @night199uk has a better answer.

Hi Rob, Yes, I believe that it should be possible to use Lark for a language server. I think the error tolerance is already pretty good, as it's possible to...

Correction: Some errors might not be recoverable right now, but they will be soon :)

Awesome, so let's see how we can make that happen! I'm not sure why they need `ignored_tokens` or `preferred_rules`. My current approach is to parse normally, and when I encounter...

Lark has a simple interface for reporting syntax errors. It's somewhat limited, but it works in many situations. That's what Lark itself uses to report errors in the grammar. (see...

Yes, if we could support the general case it would be really great.