Looking for compiler term project suggestion

"Saeed, Ghazanfar" <Ghazanfar_Saeed@mentor.com>
25 Jul 2006 17:58:19 -0400

          From comp.compilers

Related articles
Looking for compiler term project suggestion onkar.n.m@gmail.com (onkar) (2006-07-25)
Looking for compiler term project suggestion Ghazanfar_Saeed@mentor.com (Saeed, Ghazanfar) (2006-07-25)
Re: Looking for compiler term project suggestion pismikrop@gmail.com (=?iso-8859-1?B?cOxzbe1rcvhw?=) (2006-07-25)
Re: Looking for compiler term project suggestion ang.usenet@gmail.com (Aaron Gray) (2006-07-25)
Re: Looking for compiler term project suggestion Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2006-07-25)
| List of all articles for this month |

From: "Saeed, Ghazanfar" <Ghazanfar_Saeed@mentor.com>
Newsgroups: comp.compilers
Date: 25 Jul 2006 17:58:19 -0400
Organization: Compilers Central
References: 06-07-074
Keywords: courses
Posted-Date: 25 Jul 2006 17:58:19 EDT

There are two different aspects in this regard:


1: You may like to start from grammar of language C for instance,
calculate first/follow sets, write LR parser then go for 3 address code
generation (this is typically a semester project done in parallel with
course work) OR




2: maybe you can use freely available tools which can generate
intermediate form of input language, and upon it you can few write
optimization algorithms and write code generation rules. This will in
fact allow you to test your program on real hardware




With your data you may be go for 1 but of course there are options.
Choice is yours :-)






Ghazanfar Saeed


Mentor Graphics Pakistan - Compiler Team



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.