-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Langium binding and more #15
Conversation
JohannesMeierSE
commented
Oct 14, 2024
- added first version of a Typir binding for Langium
- integrated type creation into a service
- added listeners for added/removed types/edges
- fixed bugs
- handle the removal of types and their inference rules
- extended validation API
- validation for unique function and class declarations
…r infrastructure, simplified services+modules for DI
…rastructure, handle deleted Langium documents, getOrCreate user types in OX and LOX
… register inference rules also for getOrCreateX, fixed bug in OX application
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your work on this @JohannesMeierSE. This looks good to me, I have added a few detail remarks. There are a few things to check on at a later time as we discussed in our Typir meeting today (e.g. the suggestions by Markus constructor use, initializeWorkspace, eagerload etc.).
Thanks a lot for your helpful review @insafuhrmann! I pushed the changes and will merge it on
You are completely right, some fine-tuning is still required, which I will do in a future PR. |