You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way that I can pass a variable into each of the bits of Go code that handle parse results in my grammar file? I would like to pass an io.Writer and write to it from inside the handlers in my grammar file. I don't want it to be a global variable, though.
The text was updated successfully, but these errors were encountered:
Is there any way that I can pass a variable into each of the bits of Go code that handle parse results in my grammar file? I would like to pass an
io.Writer
and write to it from inside the handlers in my grammar file. I don't want it to be a global variable, though.The text was updated successfully, but these errors were encountered: