Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Papyrus/Codegen/Adding a New Code Generator

< Papyrus
Revision as of 10:36, 14 October 2014 by Unnamed Poltroon (Talk) (Created page with "Papyrus has already have code generation support for [http://wiki.eclipse.org/Papyrus/Codegen/Cpp_description C++] and [http://wiki.eclipse.org/Java_Code_Generation Java] pro...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Papyrus has already have code generation support for C++ and Java programming languages. Besides, support for Ada and C are also on the way. However, it is possible to develop and integrate other code generators for other programming languages to Papyrus. In this article you will find how add a new code generator to Papyrus from scratch.

Back to the top