Re: Writing a C/C++ compiler in C++

jakacki@hotmail.com (Grzegorz Jakacki)
12 Feb 2004 11:28:04 -0500

          From comp.compilers

Related articles
[2 earlier articles]
Re: Writing a C/C++ compiler in C++ haberg@matematik.su.se (2004-02-01)
Re: Writing a C/C++ compiler in C++ jo@spiffy.ox.compsoc.net (Joel Dillon) (2004-02-01)
Re: Writing a C/C++ compiler in C++ vbdis@aol.com (2004-02-01)
Re: Writing a C/C++ compiler in C++ dezakin@usa.net (2004-02-01)
Re: Writing a C/C++ compiler in C++ vbdis@aol.com (2004-02-04)
Re: Writing a C/C++ compiler in C++ hkaiser@users.sourceforge.net (2004-02-12)
Re: Writing a C/C++ compiler in C++ jakacki@hotmail.com (2004-02-12)
Re: Writing a C/C++ compiler in C++ jo@spiffy.ox.compsoc.net (Joel Dillon) (2004-02-13)
Re: Writing a C/C++ compiler in C++ vbdis@aol.com (2004-02-26)
Re: Writing a C/C++ compiler in C++ walter@digitalmars.com (Walter) (2004-02-26)
| List of all articles for this month |

From: jakacki@hotmail.com (Grzegorz Jakacki)
Newsgroups: comp.compilers
Date: 12 Feb 2004 11:28:04 -0500
Organization: http://groups.google.com
References: 04-01-146 04-02-008
Keywords: C++
Posted-Date: 12 Feb 2004 11:28:04 EST

Joel Dillon <jo@spiffy.ox.compsoc.net> wrote
> Dez Akin <dezakin@usa.net> wrote:
> > Basically I'd like to use a lot of generic programming components such
> > as STL and boost templates for doing much of the pattern matching and
> > tree manipulation, and I'm looking for a place to start. Can I start
> > with a simple lexer or lexer generator, or does that not make sense
> > for C++ (or even just C)?
>
> I'm playing with writing a compiler; I ripped the parser and lexer out
> of OpenC++ ( http://opencxx.sourceforge.net ). I'd be happy to talk to you
> about it in more detail if you can provide me with an email address
> that actually works; dezakin@usa.net bounces :)


Why don't you guys join OpenC++ and invest you compiler writing hunger into
making its lexer/parser more modular and standard compliant?


If you are interested in preproc, take look at the latest version of Wave.


BR
Grzegorz


Post a followup to this message

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