Terence Parr

Results 554 comments of Terence Parr

Hi guys, we're thinking about how to solve this. Maybe we show up to some `n` labels or a specific subset of labels requested by user.

Hi @KvanTTT I don't have the time to read through this at the moment I'm afraid. I will only have time to try a release for @ericvergnaud tomorrow. Swamped at...

> Any work on the deserialization side? Do you think that's a bigger task? Hi. Haven't done any work on deserialization. sorry.

There's a much better implementation I have for serialization in the antlr4-lab: https://github.com/antlr/antlr4-lab/blob/master/src/org/antlr/v4/server/JsonSerializer.java I hope to eventually fold this back into Antlr.

I stopped doing tree rewriting for transformation purposes, and now use either token stream rewriting, or simply creating an internal model, and then generating code from there On Sat, Dec...

@JoD interesting that EOF was automatically added even if it's not in the grammar... Can you post the grammar? Often people get around things by the order of includes. @cangfengzhs...

No progress. I'm not even sure exactly what @bjansen meant by the feature :)

I wouldn't think of that is language injection but more of an "embedded language". Injection kind of confuses me. I literally don't follow the goal here. :) what would we...

Ah. yeah, that's much harder ;)

I wonder what we do for regression. I think I simply move to the label away from the wedge. Ah: ``` if node.split() > xmin + .10 * xr and...