ChengsongTanPhdThesis/Chapters/Bitcoded1.tex
changeset 622 4b1149fb5aec
parent 585 4969ef817d92
child 624 8ffa28fce271
equal deleted inserted replaced
621:17c7611fb0a9 622:4b1149fb5aec
  1042 \end{itemize}
  1042 \end{itemize}
  1043 We will elaborate on this, with the help of
  1043 We will elaborate on this, with the help of
  1044 some helper functions such as $\retrieve$ and
  1044 some helper functions such as $\retrieve$ and
  1045 $\flex$.
  1045 $\flex$.
  1046 \subsection{Specifications of Some Helper Functions}
  1046 \subsection{Specifications of Some Helper Functions}
  1047 The functions we introduce will give a more detailed glimpse into 
  1047 The functions we introduce will give a more detailed view into 
  1048 the lexing process, which is not be possible
  1048 the lexing process, which is not be possible
  1049 using $\lexer$ or $\blexer$ alone.
  1049 using $\lexer$ or $\blexer$ alone.
  1050 \subsubsection{$\textit{Retrieve}$}
  1050 \subsubsection{$\textit{Retrieve}$}
  1051 The first function we shall introduce is $\retrieve$.
  1051 The first function we shall introduce is $\retrieve$.
  1052 Sulzmann and Lu gave its definition, and
  1052 Sulzmann and Lu gave its definition, and