Source to Source compilation - targeting C?

Mark Txx <marktxx@yahoo.com>
Mon, 28 Dec 2009 07:13:24 -0800 (PST)

          From comp.compilers

Related articles
Source to Source compilation - targeting C? marktxx@yahoo.com (Mark Txx) (2009-12-28)
Re: Source to Source compilation - targeting C? idbaxter@semdesigns.com (Ira Baxter) (2009-12-30)
Re: Source to Source compilation - targeting C? cr88192@hotmail.com (BGB / cr88192) (2009-12-30)
Re: Source to Source compilation - targeting C? Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2009-12-31)
| List of all articles for this month |

From: Mark Txx <marktxx@yahoo.com>
Newsgroups: comp.compilers
Date: Mon, 28 Dec 2009 07:13:24 -0800 (PST)
Organization: Compilers Central
Keywords: translator, C, question
Posted-Date: 30 Dec 2009 02:03:49 EST

Anyone have suggestions for a way to take a fairly simple "custom"
high level language (syntax and semantics) to target C as the output?
(doesn't have to be readable C)


By this I mean an existing backend that outputs C already exists for
the "tool". The "tool" must be relatively easy to use assuming
knowledge of BNF, grammars etc but not much in the way of code
generation knowledge.


  Does the ROSE compiler framework do this?
  http://www.rosecompiler.org/


thanks



Post a followup to this message

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