Skip to main content



      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 02:31
Eclipse UserFriend
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 09:23] by Moderator

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


Current Time: Sun Aug 31 01:15:37 EDT 2025

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

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

Back to the top