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 "EDT:EGL Language"

m (add edt category)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== General Notes  ==
 
== General Notes  ==
  
*<u>This document was populated from design meetings. Meeting notes are at [[EDT:Discussion topics from the language meetings]].  
+
*This document was populated from design meetings. Meeting notes are at [[EDT:Discussion topics from the language meetings]].  
*"N/S" means Not Supported.  
+
*"N/S" means Not Supported. We may support N/S features in the future.  
 
*Anything that exists in RBD but isn't mentioned here is not included in EDT. Or maybe we forgot about it. Nobody's perfect.<br>  
 
*Anything that exists in RBD but isn't mentioned here is not included in EDT. Or maybe we forgot about it. Nobody's perfect.<br>  
 
*The work in the Core category includes the parser, model, and validation.<br>  
 
*The work in the Core category includes the parser, model, and validation.<br>  
 
*The work in the JavaScript, Java, and Debug categories includes both the generator and runtime.<br>  
 
*The work in the JavaScript, Java, and Debug categories includes both the generator and runtime.<br>  
 
*Text <span style="background:#FFA500">with an orange background</span> shows differences in features supported by both EDT and RBD.  
 
*Text <span style="background:#FFA500">with an orange background</span> shows differences in features supported by both EDT and RBD.  
 +
*Features <span style="background:#FFFF00">with a yellow background</span> are planned for EDT 1.0, but not EDT 0.7.0.
 
*'''Developers:''' include a link to Bugzilla for features not done yet, and mark items "Done" when you're finished.
 
*'''Developers:''' include a link to Bugzilla for features not done yet, and mark items "Done" when you're finished.
  
== Language Elements ==
+
== Language Elements ==
* [[EDT:EGL_Language_Part_Types]]
+
 
* [[EDT:EGL_Language_Function_Parameters]]
+
*[[EDT:EGL Language Part Types]]  
* [[EDT:EGL_Language_Primitive_Types]]
+
*[[EDT:EGL Language Function Parameters]]  
* [[EDT:EGL_Language_Primitive_Type_Conversions]]
+
*[[EDT:EGL Language Primitive Types]]  
* [[EDT:EGL_Language_Statements]]
+
*[[EDT:EGL Language Primitive Type Conversions]]  
* [[EDT:EGL_Language_Literals]]
+
*[[EDT:EGL Language System Types and Functions]]  
* [[EDT:EGL_Language_Operators_and_Expressions]]
+
*[[EDT:EGL Language Statements]]  
* [[EDT:EGL_Language_Stereotypes_and_Annotations]]
+
*[[EDT:EGL Language Literals]]  
 +
*[[EDT:EGL Language Operators and Expressions]]
 +
*[[EDT:EGL Language Stereotypes and Annotations]]
 +
*[[EDT:EGL Language Tests]]
 +
*[[EDT:EGL Language conversion]]
 +
 
 +
  [[Category: EDT]]

Latest revision as of 16:45, 24 October 2011

General Notes

  • This document was populated from design meetings. Meeting notes are at EDT:Discussion topics from the language meetings.
  • "N/S" means Not Supported. We may support N/S features in the future.
  • Anything that exists in RBD but isn't mentioned here is not included in EDT. Or maybe we forgot about it. Nobody's perfect.
  • The work in the Core category includes the parser, model, and validation.
  • The work in the JavaScript, Java, and Debug categories includes both the generator and runtime.
  • Text with an orange background shows differences in features supported by both EDT and RBD.
  • Features with a yellow background are planned for EDT 1.0, but not EDT 0.7.0.
  • Developers: include a link to Bugzilla for features not done yet, and mark items "Done" when you're finished.

Language Elements

Back to the top