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

That's awesome, Alexander! This weekend, I'm going to take a look at what you've done. Thanks!

-Peter



From:        kitaev <kitaev@xxxxxxxxx>
To:        cdt-dev@xxxxxxxxxxx,
Date:        04/04/2013 04:00 PM
Subject:        Re: [cdt-dev] Attempting to make a Cosmic C Language Extension
Sent by:        cdt-dev-bounces@xxxxxxxxxxx




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.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top