An easy question, on which I cannot find something useful in the API docs: is there a way to get the left and right sibling of a ParserRuleContext? Say I have in my .g4: identifiers : identifier (‘,’…
An easy question, on which I cannot find something useful in the API docs: is there a way to get the left and right sibling of a ParserRuleContext? Say I have in my .g4: identifiers : identifier (‘,’…