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
This code is based on the talk Lexical Scanning in Go from Rob Pike. It provides most of the basic building blocks to assemble a lexer as outlined in the talk.
About
This code is based on the talk `Lexical Scanning in Go` from Rob Pike. It provides most of the basic building blocks to assemble a lexer as outlined in the talk.