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
An excuse to learn more golang. So far, I'm using the
text/scanner package. Hopefully, it can give me a stream of
tokens that I can feed to golang's yacccommand.