Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/Codegen/Adding a New Code Generator"

(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...")
 
Line 1: Line 1:
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] 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.
+
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] programming languages. Besides, support for Ada and C programming languages 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.
 +
 
 +
== Preparing the Development Environment (Prerequisites) ==
 +
 
 +
== Developing a New Code Generator ==
 +
 
 +
== Integrating the New Code Generator to Papyrus ==

Revision as of 10:53, 14 October 2014

Papyrus has already have code generation support for C++ and Java programming languages. Besides, support for Ada and C programming languages 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.

Preparing the Development Environment (Prerequisites)

Developing a New Code Generator

Integrating the New Code Generator to Papyrus

Back to the top