goto40
goto40
All topics not covered for textX are part of the TextX unittest and textx docs. (at least I hope I forgot nothing). Most important is the technology indépendent basics.md part....
@simkimsia, thank you for the feedback. If you find details missing for textX (given for xtext on self-dsl), give me a hint. I will be happy to clarify or add...
Within self dsl: Basics: https://goto40.github.io/self-dsl/basics/ Textx project sketch: https://goto40.github.io/self-dsl/textx_project_setup/
You are right. There may be an overlap if soemone ask a question 'how to do this and that'... It is OK to keep it separated.
Thank you for your work. I like your idea to add a library of standard object processors. Your proposal could be a starting point. Good idea! Discussion: * how do...
@igordejanovic @dkrikun : To be discussed. Thank you @dkrikun for the detailed questions. I think your ideas lead us to a quite complete and flexible implementation of the checker. I...
Ah: I see. * So you suggest to allow a "Tiger" to be present twice (in zoo1 and zoo2) * In this case a FQN link will not be able...
I am not 100% convinced: The plain name checker should check the uniquness of _all_ elements (maybe per type or independent of the type) - and not the uniqueness _per...
Note: FQN-uniqueness will distiniguish zoo_munich.tiger from zoo_paris.tiger --> Thus, you will get uniqueness per-container (the container needs to have a name...) If you need the uniqueness of elements in unnamed...
Let's sleep one night. Maybe we could add some more positive /negative examples (like the ones in your first commits). This may help illustrating all combinations we mentioned above... I...