Changes between Version 1 and Version 2 of FeatureList
- Timestamp:
- 05/01/14 11:50:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureList
v1 v2 1 1 FeatureList xText EBNF new version: 2 2 3 -Core Features:3 *Core Features: 4 4 -BNF front-end (Parser, Lexer, Linker, etc.) - translates a textual representation into an Ecore model 5 5 -the editor 6 6 - Editor - provides IDE features, e.g. auto-completion, syntax highlighting, etc. 7 7 8 -Validation Rules: these rules will give warnings in the editor if they find find consistencies in the code8 *Validation Rules: these rules will give warnings in the editor if they find find consistencies in the code 9 9 10 10 -checkUpdateGrammarConsistency: checks, if the grammar is an updated grammar, for consistencies between the originals and the new grammar … … 48 48 status: migrated 49 49 50 -Generation:50 *Generation: 51 51 -basic generation has been achieved but the output-format is unclear. Works with a Xtend-generator, momentary "xmi-like" output for a bnf grammar 52 52 -old version had: mwe2 Generator and Xpand2 support … … 56 56 -new version: xsl-fo file for all bnf grammars (not for merge or deltagrammars) this can be Rendered to Pdf using apache-fop 57 57 58 -Formatting:58 *Formatting: 59 59 -old: had some but they are got commented out in the main project 60 60 … … 62 62 -still got some Problems with rulereferences at the end of a definitionlist 63 63 64 -Refactoring & Quickfixing:64 *Refactoring & Quickfixing: 65 65 old had: 66 66 -auto Numbering of rules … … 77 77 -renaming, this is standard in xtext2.* 78 78 79 -Grammar composition:79 *Grammar composition: 80 80 -3 grammartypes: 81 81 grammar: normal grammar … … 90 90 91 91 92 -Deploying:92 *Deploying: 93 93 -export project: Plug-in Development/deployable plug-ins and fragments 94 94 -rcp project with a minimal eclipse editor