Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Parser options to enforce C99 resp. C89 for GNUCSourceParser
Parser options to enforce C99 resp. C89 for GNUCSourceParser [message #1706341] Wed, 26 August 2015 06:31
Alexander Nyssen is currently offline Alexander NyssenFriend
Messages: 244
Registered: July 2009
Location: Lünen
Senior Member
I am trying to develop support for certain IAR extensions (@ operator, specific keywords, which are supported by IAR compiler for RL78) for C99 and C89 in terms of new language(s) (org.eclipse.cdt.core.language extension point).

Having already ruled out problems within the underlying Lexer/CPreprocessor (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=475777), I am now concerned with implementing the parser. Extending the GNUCSourceParser seems to be the best option. As the IAR compiler seems to support C99 as well as C98, my extensions would have to be defined based on that subset. Is there any information on how to configure the GNUCSourceParser (i.e. parser options) to provide support for these language standards explicitly? Is it possible at all?

[Updated on: Fri, 11 September 2015 13:23]

Report message to a moderator

Previous Topic:adding breakpoint sends SIGINT to running process
Next Topic:C++ Programming Training
Goto Forum:
  


Current Time: Thu Apr 25 05:51:27 GMT 2024

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

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

Back to the top