Changes between Version 1 and Version 2 of FeatureList


Ignore:
Timestamp:
05/01/14 11:50:30 (10 years ago)
Author:
hkaulbersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeatureList

    v1 v2  
    11FeatureList xText EBNF new version: 
    22 
    3 -Core Features: 
     3*Core Features: 
    44        -BNF front-end (Parser, Lexer, Linker, etc.) - translates a textual representation into an Ecore model 
    55                -the editor   
    66        - Editor - provides IDE features, e.g. auto-completion, syntax highlighting, etc. 
    77         
    8 -Validation Rules: these rules will give warnings in the editor if they find find consistencies in the code 
     8*Validation Rules: these rules will give warnings in the editor if they find find consistencies in the code 
    99 
    1010        -checkUpdateGrammarConsistency: checks, if the grammar is an updated grammar, for consistencies between the originals and the new grammar 
     
    4848                status: migrated 
    4949                 
    50 -Generation: 
     50*Generation: 
    5151        -basic generation has been achieved but the output-format is unclear. Works with a Xtend-generator, momentary "xmi-like" output for a bnf grammar 
    5252        -old version had: mwe2 Generator and Xpand2 support 
     
    5656        -new version: xsl-fo file for all bnf grammars (not for merge or deltagrammars) this can be Rendered to Pdf using apache-fop 
    5757         
    58 -Formatting: 
     58*Formatting: 
    5959        -old:   had some but they are got commented out in the main project 
    6060                         
     
    6262                        -still got some Problems with rulereferences at the end of a definitionlist 
    6363 
    64 -Refactoring & Quickfixing: 
     64*Refactoring & Quickfixing: 
    6565        old had: 
    6666        -auto Numbering of rules 
     
    7777        -renaming, this is standard in xtext2.* 
    7878         
    79 -Grammar composition: 
     79*Grammar composition: 
    8080        -3 grammartypes: 
    8181                grammar: normal grammar 
     
    9090         
    9191 
    92 -Deploying: 
     92*Deploying: 
    9393        -export project: Plug-in Development/deployable plug-ins and fragments 
    9494        -rcp project with a minimal eclipse editor