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

EDT:Extensible Compiler Development

Revision as of 11:31, 11 July 2012 by Unnamed Poltroon (Talk) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Back to the top