48 | | 1. ''auto Numbering of rules'' [[BR]]-not migrated[[BR]] |
49 | | 1. ''remove unused rules'' [[BR]]-migrated[[BR]] |
50 | | 1. ''replacement of passthroughRules '' [[BR]]-not migrated[[BR]] |
51 | | 1. ''refactor uppercasetokenRules '' [[BR]]-not migrated'' [[BR]]'' |
52 | | 1. ''find references'' , this one is standard in xtext2.* -renaming, this is standard in xtext2.*[[BR]] |
| 50 | 1. ''auto Numbering of rules'' [[BR]] - not migrated[[BR]] |
| 51 | 1. ''remove unused rules'' [[BR]] - migrated[[BR]] |
| 52 | 1. ''replacement of passthroughRules'' [[BR]] - not migrated[[BR]] |
| 53 | 1. ''refactor uppercasetokenRules'' [[BR]] - not migrated [[BR]] |
| 54 | 1. ''find references'' - provided by xtext2 |
| 55 | 1. ''renaming'' - provided by xtext2 [[BR]] |
56 | | -3 grammartypes: |
57 | | grammar: normal grammar deltagrammar: different notation for a extension grammar, |
58 | | adds new rules to a grammar (regular rules)and adds changes to rules of the extended grammar(extension rules) -can be automaticly created |
59 | | mergegrammar: for merging extensions |
60 | | -old version had an automatic composition Process, for merge grammars, with a small pop-up-menu. |
| 59 | - 3 grammartypes: |
| 60 | - grammar: normal grammar |
| 61 | - delta grammar: different notation for a extension grammar, |
| 62 | - adds new rules to a grammar (regular rules) and adds changes to rules of the extended grammar (extension rules) (can be automatically created) |
| 63 | - merge grammar: for merging extensions |
| 64 | - old version had an automatic composition process for merge grammars with a small pop-up-menu. |