Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 249 Bytes

File metadata and controls

5 lines (4 loc) · 249 Bytes
title Lexical Analysis

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.