Related articles |
---|
Writing a C/C++ compiler in C++ dezakin@usa.net (2004-01-22) |
Re: Writing a C/C++ compiler in C++ david.boyle@ed.tadpole.com (2004-01-31) |
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) |
[2 later articles] |
From: | Joel Dillon <jo@spiffy.ox.compsoc.net> |
Newsgroups: | comp.compilers |
Date: | 1 Feb 2004 12:34:21 -0500 |
Organization: | Oxford University Computer Society |
References: | 04-01-146 |
Keywords: | C++ |
Posted-Date: | 01 Feb 2004 12:34:21 EST |
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 :)
--
Jo
Return to the
comp.compilers page.
Search the
comp.compilers archives again.