forked from k4rtik/latex-project-report-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
abstract.tex
4 lines (4 loc) · 1.02 KB
/
abstract.tex
1
2
3
4
\vspace{2in}
\begin{abstract}
This project proposes a new educational platform for compiler design as an improvisation of the currently existing framework being used at the compiler construction laboratory in our institution. This involves building a compiler for a simple but a non-trivial programming language. We have designed the platform in such a manner that the students would build the compiler in a simple yet systematic method. The process has been broken down into smaller components and implemented stage by stage. Even though this has already been done in theory as well as practice, in our opinion, the correlation between them often goes unnoticed. The different stages have been integrated in such a way that their interlinking is given a lot of importance. This project is aimed at developing a self-sufficient experimental compiler design platform where students can build their own compiler with minimal expert supervision. In this project, we have used a \textit{hybrid} approach where theory meets practice.
\end{abstract}