Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Attempting to make a Cosmic C Language Extension

Hello Peter,

I've encountered the same task - I want to use Eclipse CDT for STM8
development and default parser fails on Cosmic-specific @smthng directives.
So I've followed your and previous posters instructions and created a
language extension that so far simply skips all identifiers strating with @. 

For me it is not enough to skip @far or @interrupt, there are also numerous
@address directives in the header files.

I've build an update site, so if you still need this functionality you may
get it from http://subgit.com/cosmic update site. Source code is available
at https://github.com/kitaev/cosmic

Thanks!



--
View this message in context: http://eclipse.1072660.n5.nabble.com/Attempting-to-make-a-Cosmic-C-Language-Extension-tp158696p158920.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.


Back to the top