- are there any textual, projectional Editors available? How do they work especially regarding updating subtrees?
- Are there any frameworks available for building them?
- Do you know any papers describing their design?
- How is this style of "parsing" called?
Where do I start if I want to implement a textual projectional editor by myself?
- I would prefer using EMF / ECore, but that's optional.
- As far as I know, xText uses unidirectional transformations from text to model, or at least replaces Elements cascading / whole subtrees instead of updating them.
Asked
Active
Viewed 1,077 times
6

Stefan K.
- 7,701
- 6
- 52
- 64
2 Answers
4
Grasp, a web-based platform for developing and publishing projectional editors.

Andrei Palskoi
- 41
- 1