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
Converts high level Go Programming Language into tokens, using regular expression. Tokens are used as input for a Lexical Analyzer that matches sets of tokens to Go syntax. Lexical units are then converted into low level Assembly Language.