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

EDT:Core

Please see the parent of this page, EDT:IDE.

EDT Core 

Function Area Function 0.7 1.0 Future
Binders/Validation Port JUnit validation framework from RBD

Strip validation code from AbstractBinder and DefaultBinder

Strip validation code from Binders

Create stub validators for all Part Types and statements

Update ICompiler to allow compilers to provide their own binders and validators

Populate stub validators for the parts and statements supported by EDT



Replace Binding with IRs Design how IRs will work as bindings (need Environment, arrays of types need to have object identity (int[] should always map to the same object)

Update EGL2Mof hierarchy to remove bindings

Update builder to use IRs (level 2 and 3 compile create Part IR, level 1 creates proxy part). Keep File binding and package bindings

Update binders to use IRs instead of bindings

Update tooling (open on select, refactor, etc) to use IRs instead of Bindings

Use converters to validate compatibility

Use IRUtils code to resolve overloaded functions





Parser Remove primitive type keywords from lexer

Update compiler to provide a mapping of old primitive type to binding/IR





Annotations

Support definition of part subtypes as either:

     Record BasicRecord type Annotation

     Record BasicRecord type StereoType



Use the defaultType field to tell egl2Mof that stereotype definitions should be mapped to stereoTypeType

Replace the InternalRef with the proxy types

Rewrite the annotation binder code to be more logical (no harcoded references to specific annotations)






System Parts Provide a way for compilers to specify which packages are implicitly imported

Define the list of packages that are implicitly imported by EDT (egl.lang?)

































































 





EGLar

































Back to the top