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

Difference between revisions of "ETrice/GSoC/2012/GACL"

m (New page: == Generic Action Code Language ==)
 
Line 1: Line 1:
 +
== Generic Action Code Language (GACL) ==
  
== Generic Action Code Language ==
+
GACL is the language to describe the Detail Code for execution of ROOM Models in eTrice plugin . GACL aims at dealing with all features commonly available in imperative languages , especially Java , C/C++ . It will act as complement of current version of eTrice which uses code written in target language stored in a string as execution code . GACL would make user able to write execution code independent of target language .
 +
 
 +
== Project Proposal ==
 +
 
 +
[http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/hckkid/1 Click Here] to see the project proposal at gsoc's website .
 +
 
 +
[https://github.com/hckkid/my-eTrice-work/blob/master/Proposal.txt Click Here] to see the project proposal in my github repository .
 +
 
 +
== Useful Links ==
 +
* http://www.eclipse.org/etrice/documentation/doc/etrice.html
 +
* http://www.eclipse.org/Xtext/
 +
* http://www.eclipse.org/etrice/
 +
* [http://github.com/hckkid My Github profile page]

Revision as of 23:04, 29 March 2012

Generic Action Code Language (GACL)

GACL is the language to describe the Detail Code for execution of ROOM Models in eTrice plugin . GACL aims at dealing with all features commonly available in imperative languages , especially Java , C/C++ . It will act as complement of current version of eTrice which uses code written in target language stored in a string as execution code . GACL would make user able to write execution code independent of target language .

Project Proposal

Click Here to see the project proposal at gsoc's website .

Click Here to see the project proposal in my github repository .

Useful Links

Back to the top