Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Developping a C transformation tool with CDT
Developping a C transformation tool with CDT [message #902372] Fri, 17 August 2012 11:29
Renaud De Landtsheer is currently offline Renaud De LandtsheerFriend
Messages: 3
Registered: August 2012
Junior Member
Dear,

I must develop a software that will transform C code into C code by applying intricate transform rule, and dump the result into new source files. The transforms require to access typing information as well as syntactic information.

I was thinking about using bits of the CDT. I suppose that it encompasses the necessary support including a parser/lexer, type analyser and support for code transformation.

However, I am definitely lost on how to concretely start.
Can you give me some pointers?

Thank you very much.

--
Renaud
Previous Topic:console input during debugging?
Next Topic:Simulation randomly stop
Goto Forum:
  


Current Time: Tue Apr 30 03:21:48 GMT 2024

Powered by FUDForum. Page generated in 0.02838 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top