Tom Ritchford

Results 49 comments of Tom Ritchford

:+1: for this issue. I could use a much simpler API even - example: with open(my_file) as lines: parser = Lark(...) for data in parser.parse_incrementally(lines): my_process(data) Give it an iterator...

Gosh, you guys are responsive. :-) Thanks! Megalng: The "data" is the top-level terminal in the grammar. erezsh: Brilliant answer! I was somewhat aware that my "incremental" parsing wasn't what...

Sorry for not replying before, I suddenly started a new job. Yes, you have exactly my use case - a large file with a large number of small items. By...

Well, this change won't "break" anything, because old code won't be trying to get that non-existent value, I think? If you mean that it would be possible to write new...

Actually, calling it `msg.rtmidi_time` seems like a significantly better idea. 1. It makes it clearer that it's something peculiar to `rtmidi`. 2. You can immediately guess where to look for...

The build failure seems to be some configuration issue where it can't even find Python 2.7 and nothing to do with my delta.

Hey, I have fallen into so many such traps before. :-D Honestly, I'd rather the name were a bit too long, but clear to "the next guy". Typing doesn't slow...

Thanks for the clear report! I'll get on this right now. You are as far as I know the first Windows user, so if it's a Windows thing, I might...

Oh, if you had the whole stack trace, that would be great too.