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 "Xtext Project Plan"

Line 7: Line 7:
 
* basic editor
 
* basic editor
 
* parse tree
 
* parse tree
 +
* parse tree / contains whitespace
  
 
=== Milestone 3 (due 2008-0x-xx) ===
 
=== Milestone 3 (due 2008-0x-xx) ===
Line 23: Line 24:
 
* syntactic predicates
 
* syntactic predicates
 
* semantic predicates
 
* semantic predicates
* parse tree / contains whitespace
 
 
* parse tree / reconstruction / bi-directionality
 
* parse tree / reconstruction / bi-directionality
 
* error handling in parser and lexer
 
* error handling in parser and lexer
Line 30: Line 30:
 
* validation API
 
* validation API
 
* referencing files
 
* referencing files
 +
* Enum rules
 +
* String rules
  
 
==== Tooling ====
 
==== Tooling ====

Revision as of 09:16, 15 May 2008

Milestone 1 (due 2008-05-09)

  • Bootstrapping

Milestone 2 (due 2008-05-23)

  • build process
  • support for mixing of imported and generated meta models
  • basic editor
  • parse tree
  • parse tree / contains whitespace

Milestone 3 (due 2008-0x-xx)

Milestone 4 (due 2008-0x-xx)

Milestone 5 (due 2008-0x-xx)



Features to be implemented

Runtime

  • syntactic predicates
  • semantic predicates
  • parse tree / reconstruction / bi-directionality
  • error handling in parser and lexer
  • description of lexer rules
  • cross-references
  • validation API
  • referencing files
  • Enum rules
  • String rules

Tooling

  • builder
  • xtext model index
  • refactoring
  • syntax coloring (context sensitive)
  • content provider API (labels and icons)
  • outline view
  • folding
  • auto completion
  • code templates
  • navigation
  • hovering

Back to the top