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)
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Functional Breakdown of EGL language.  
+
== General Notes ==
  
*
+
*This document was populated from design meetings. Meeting notes are at [[EDT:Discussion topics from the language meetings]].
* Language compliance test
+
*"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>
 +
*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>
 +
*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.
 +
 
 +
== Language Elements  ==
 +
 
 +
*[[EDT:EGL Language Part Types]]
 +
*[[EDT:EGL Language Function Parameters]]
 +
*[[EDT:EGL Language Primitive Types]]
 +
*[[EDT:EGL Language Primitive Type Conversions]]
 +
*[[EDT:EGL Language System Types and Functions]]
 +
*[[EDT:EGL Language Statements]]
 +
*[[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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.