forked from nachivpn/silcnitc-monsoon-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
work-done.tex~
37 lines (22 loc) · 1.07 KB
/
work-done.tex~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\chapter{Work Done}
\section{Literature review}
\subsection{Lexical Analysis using LEX}
Lexical analysis is the process of breaking up a source program into tokens\cite{citation-1-appel}. A lexical token is a sequence of characters that can be treated as a unit in the grammar of a programming language\cite{citation-2-appel}. Conceptually, a lexical analyzer scans a given program and produces an output of tokens.
\subsection{Pattern matching by LEX}
\subsection{Syntax analysis using YACC}
\subsection{Parsing algorithm generated by YACC}
\chapter{Design}
\section{Documentation}
\section{Testing}
\section{Developing the prototype}
\section{Roadmap}
\section{Version Control}
\section{Online platform}
\section{Compiling the framework}
Refer figure \ref{fig:label}.
\begin{figure}[htb]
\centering
\includegraphics[scale=0.3]{./glider} % e.g. insert ./image for image.png in the working directory, adjust scale as necessary
\caption{<Caption here>}
\label{fig:label} % insert suitable label, this is used to refer to a fig from within the text as shown above
\end{figure}