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
A Ghost program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer. Below, we'll describe how the lexical analyzer breaks a file down into tokens and evaluated.