Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[umlgen-dev] New OOC generator

Hello,
I'm working on my thesis. It consists on a code generator for object oriented C frameworks, at least these 3 will be included:
* Simple oop in C - It's a specification rather than a framework - https://drive.google.com/open?id=0BxqE7uSMqmQgSWZmSEh3TUhtenM
* ooc-coding - http://ooc-coding.sourceforge.net/
* Dynace - https://github.com/blakemcbride/Dynace

I find that here in BA there are several communities in which I am involved that would have interest in this generator and the project would become more known.
I was already working on it and it is based on the current embedded C generator. It does not modify the current functionality of it because my generators are called when the class stereotype is found.
I have the possibility that this will become a contribution to UMLGenerators but I should know how it is going to be received, if I could introduce changes to the embedded C generator or I should create a new generator, for example org.eclipse.umlgen.gen .ooc that uses the embedded C generator.

Regards,
Jonathan Marino

Back to the top