Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.glorb.com!usenet.stanford.edu!news.iecc.com!nerds-end From: Hans Aberg Newsgroups: comp.compilers Subject: Re: Need an interesting topic for an undergraduate project on Compilers Date: Wed, 10 Aug 2011 23:56:27 +0200 Organization: A noiseless patient Spider Lines: 13 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <11-08-014@comp.compilers> References: <11-08-006@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: gal.iecc.com 1313014559 97394 64.57.183.58 (10 Aug 2011 22:15:59 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Wed, 10 Aug 2011 22:15:59 +0000 (UTC) Keywords: flex, bison, LLVM Posted-Date: 10 Aug 2011 18:15:59 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:231 On 2011/08/06 19:28, amit karmakar 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. The LLVM tutorial contains an example compiler; its parser might be replaced by a Flex/Bison combination. http://llvm.org/docs/tutorial/ Hans