antlr4 icon indicating copy to clipboard operation
antlr4 copied to clipboard

Should Go runtime ATN export some fields?

Open vczyh opened this issue 1 year ago • 10 comments
trafficstars

For example, I want access ruleToStartState field, but it is not exported.

Go can't https://github.com/antlr/antlr4/blob/2a7904a595479954ccfb1c78124fc3d7f5bebcb1/runtime/Go/antlr/v4/atn.go#L42

But javascript can. https://github.com/antlr/antlr4/blob/2a7904a595479954ccfb1c78124fc3d7f5bebcb1/runtime/JavaScript/src/antlr4/atn/ATN.d.ts#L11

vczyh avatar Sep 26 '24 14:09 vczyh