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:Extensible Compiler Development"

(New page: This page covers the work being done to make the compiler more extensible. Validation, for example, will be made extensible. A new model will be created so that bound AST will use IRs inst...)
 
Line 26: Line 26:
  
 
TBD<br>
 
TBD<br>
 +
 +
[[Category:EDT]]

Revision as of 11:33, 11 July 2012

This page covers the work being done to make the compiler more extensible. Validation, for example, will be made extensible. A new model will be created so that bound AST will use IRs instead of bindings. The old binding model will still exist so that tooling written against it does not need to be rewritten. New tooling will be encouraged to use the new IR-based model.


Where to get the code

:extssh:<user>@dev.eclipse.org:/cvsroot/tools

Projects:
TBD

Branch:
TBD


How to run the code

TBD


Validation Design

TBD


Serialization Design

TBD

Copyright © Eclipse Foundation, Inc. All Rights Reserved.