Tim McCormack

Results 62 comments of Tim McCormack

Ah, yeah, it happens in the lexer. (Heh, I'm just now seeing that ANTLRErrorStrategy has a comment in its docstring: `TODO: what to do about lexers`) So when the runtime's...

I mean, I'm all set as far as my own project goes -- I've got the lexer's error listener list set to just a ThrowingErrorListener, which is working fine in...

(If that's just not on the table, I get it—but I did want to raise the issue since it seemed like a safety issue.)

I should expand on the safety issue -- basically, if I'm parsing a protocol, I _really_ want to know if there's corruption due to some attack! Or if I'm validating...

The problem is that your lexer doesn't cover all valid character sequences. There's no token that corresponds to "H", "He", "Hel", etc. So, what you can do is add an...

We have a fork at work that uses lein for building. I'm planning on polishing that up and pushing it to a public place. What I'm thinking at this point...

I don't think I have access to the bitbucket link. I just pushed our changes to a public repo: https://github.com/brightcove/liverepl -- this incorporates the changes I was making on timmc/liverepl...

Ah whoops, I had missed the bitbucket invite link. I'll take a look today.

Would you be able to go ahead and push the v1.2 branch to a public place? I may be able to work on my fork of liverepl some this week,...

Thanks! I ended up not getting a chance to work on liverepl this week, but this will be good for the next time.