Laurence Tratt

Results 142 comments of Laurence Tratt

This is an interesting UI issue, and it would be good to experiment with it. It's not 100% clear what the right answer is, so we need to keep an...

I agree completely that we still have to copy plain text to the Unix clipboard. Notice one thing I said though: copying terminals isn't completely obvious, because sometimes users select...

OK, that sounds sensible to me.

Good question. lang_tester is slightly odd in that there are various places where it will simply exit when it finds a problem -- but most of those are of the...

Hmm, interesting. Let me chew on it for a bit.

If you can include the raw text of the input and the error that's produced, that would be helpful.

Can you also include the error you're seeing please?

That *probably* means that your lexer isn't defining `u` is a token type? [It could be a bug in cfgrammar of course, but it has a check `if self.ast.tokens.contains(&sym)` that...

I like the idea of having a "grammar -> " tool. I vaguely envisaged nimbleparse as something very simple, but I guess it could grow things like dot output without...

I don't think `%nonassoc` is relevant to the error you're seeing but @ratmice might have a better idea than me.