Hi,
I think SDCC.lex is a better place to look.
Maarten
> Hi All
>
> I am looking at trying to improve the integration of SDCC with the Eclipse CDT IDE.
>
> Currently, from what I can see, the SDCC extensions to 'C' cause Eclipse to
> highlight a lot of the code with syntax errors and it don't highlight them as
> keywords. I have had some success it getting the Eclipse highlighter to except
> some new keywords and I am now looking at overcoming the syntax error highlighting.
>
> What I am looking for is a complete list of the keywords, preprocessor
> directives and default macros that the SDCC compiler understands. In particular
> those that are not part of GNU C.
>
> I have take a snap shoot of the source code from SVN on the 24/11/2010. I have
> has some success in build from the source code. I have a quick look at some of
> the code and from what I see SDCCy.output seems to provide the a list of keywords.
>
> Is there anywhere better to look for the keywords and directives that I am
> looking for?
>
> At this stage I would prefer not having to dive into understanding the SDCC too
> much (I just don't have the time at the moment).
>
> Any help would be appreciated.
>
> Thanks
>
> ------------------------------------------------------------------------------
> Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
> new data types, scalar functions, improved concurrency, built-in packages,
> OCI, SQL*Plus, data movement tools, best practices and more.
> http://p.sf.net/sfu/oracle-sfdev2dev
> _______________________________________________
> sdcc-devel mailing list
> sdcc-devel@...
> https://lists.sourceforge.net/lists/listinfo/sdcc-devel
>
|