Re: Need an interesting topic for an undergraduate project on Compilers

tm <thomas.mertes@gmx.at>
Tue, 30 Aug 2011 23:17:20 -0700 (PDT)

          From comp.compilers

Related articles
[2 earlier articles]
Re: Need an interesting topic for an undergraduate project on Compiler cr88192@hotmail.com (BGB) (2011-08-06)
Re: Need an interesting topic for an undergraduate project on Compiler bc@freeuk.com (BartC) (2011-08-09)
Re: Need an interesting topic for an undergraduate project on Compiler gene.ressler@gmail.com (Gene) (2011-08-10)
Re: Need an interesting topic for an undergraduate project on Compiler haberg-news@telia.com (Hans Aberg) (2011-08-10)
Re: Need an interesting topic for an undergraduate project on Compiler jgk@panix.com (2011-08-27)
Re: Need an interesting topic for an undergraduate project on Compiler cr88192@hotmail.com (BGB) (2011-08-31)
Re: Need an interesting topic for an undergraduate project on Compiler thomas.mertes@gmx.at (tm) (2011-08-30)
Re: Need an interesting topic for an undergraduate project on Compiler torbenm@diku.dk (2011-08-31)
Re: Need an interesting topic for an undergraduate project on Compiler bumens@dingens.org (Volker Birk) (2011-08-31)
Re: Need an interesting topic for an undergraduate project on Compiler cr88192@hotmail.com (BGB) (2011-09-01)
Re: Need an interesting topic for an undergraduate project on Compiler gneuner2@comcast.net (George Neuner) (2011-08-31)
Re: Need an interesting topic for an undergraduate project on Compiler redbrain@gcc.gnu.org (Philip Herron) (2011-09-03)
Re: Need an interesting topic for an undergraduate project on Compiler cbergstrom@pathscale.com (=?ISO-8859-1?Q?=22C=2E_Bergstr=F6m=22?=) (2011-09-03)
[2 later articles]
| List of all articles for this month |

From: tm <thomas.mertes@gmx.at>
Newsgroups: comp.compilers
Date: Tue, 30 Aug 2011 23:17:20 -0700 (PDT)
Organization: Compilers Central
References: 11-08-006
Keywords: courses, code
Posted-Date: 31 Aug 2011 09:32:35 EDT

On 6 Aug., 19:28, amit karmakar <amit.codenam...@gmail.com> wrote:
> I am an undergraduate in computer science. I have been reading about
> compilers recently. I wish to do a project as a part of my study
> course in a time span of 6 months. I am pretty much aware of the fact
> that projects on compilers require much time.


Maybe you could base your work on an existing project like GCC or
LLVM. Both projects have probably tasks in different sizes. You could
also write a new frontend or backend for them.


I have a compiler project myself, so people are probably disappointed,
when I do not suggest something related to it. :-) So here it comes:


A Seed7 frontend for GCC or LLVM would certainly be an interesting
challenge. It would contain a lot of middle end work like the
conversion from one internal program representation to another. The
existing Seed7 to C compiler could be used as base. Send me mail if
you are interested...




Greetings Thomas Mertes


--
Seed7 Homepage: http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch, statically typed,
interpreted or compiled, portable, runs under linux/unix/windows.


Post a followup to this message

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