Terence Parr

Results 554 comments of Terence Parr

Do you mean that the index itself is checked in? Well I need something easy to reference from js via http so however you and Tom can make that happen...

@ericvergnaud what are your thoughts on adding a super class for rule parts nodes? I can see how in some cases this would be useful, but this is the first...

From what grammar are you "generating" that Java, @ericvergnaud ? From compilationUnit rule in Java.g4 I see: ``` public static class CompilationUnitContext extends ParserRuleContext { // label-derived fields here... public...

I think my point is that you don't need any changes. Just add args and you have specific fields.

Well, those fields are annotations on the tree and I think it's totally fine that they are visible to outside code. I am not a priest in the OO church,...

Hi! That change seems like a reasonable idea and simple enough. I guess we protecting against an action that somehow managed to overwrite the repository or related artifacts?

@kaby76 I merged https://github.com/antlr/antlr4/pull/3880 so maybe try the latest dev branch?