| Related articles |
|---|
| Approach for Implementation mohit@arrakis.tamu.edu (Mohit Dewan) (2003-06-03) |
| Re: Approach for Implementation max1@mbank.com.ua (2003-06-05) |
| Re: Approach for Implementation kenrose@tfb.com (Ken Rose) (2003-06-05) |
| From: | max1@mbank.com.ua |
| Newsgroups: | comp.compilers |
| Date: | 5 Jun 2003 22:50:39 -0400 |
| Organization: | Svit Online (post does not reflect views of Golden Telecom) |
| References: | 03-06-026 |
| Keywords: | tools, UNCOL |
| Posted-Date: | 05 Jun 2003 22:50:39 EDT |
Mohit Dewan wrote:
> I am trying to write a scaled down version of a C compiler for a new
[skip]
> Is this the only approach to do this or is there a better way?
>
> Any help would be appreciated,
> Mohit (mohit@tamu.edu)
> [I suggested that he adapt lcc. -John]
>
Take a look at http://www.tendra.org They have C and C++ frontend to
independent intermediary language. All you need is write "installer"
of this language. It's much simpler then write new compiler. There are
a half dozen such instalers for different CPU/OS. You can reuse their
sources.
Best regards
Maxim Reznik
Return to the
comp.compilers page.
Search the
comp.compilers archives again.