Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » How to generate synchronized code
How to generate synchronized code [message #1862967] Mon, 08 January 2024 23:33 Go to next message
Osée Tchappi is currently offline Osée TchappiFriend
Messages: 1
Registered: January 2024
Junior Member
Dear all,

I am a student in advanced development currently working on a project related to Sarl. The project aims to automate the code generated by the Sarl compiler. In other words, given unsynchronized code provided by a developer, the compiler should be able to detect a need for synchronization and generate the corresponding synchronized code.

Thank you for any insights that can help me better understand the work and accomplish it.

Best regards,
Re: How to generate synchronized code [message #1862969 is a reply to message #1862967] Tue, 09 January 2024 07:08 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14735
Registered: July 2009
Senior Member
hi, that you write is very unspecific.
i assume there is somewhere in your project (assuming it is Xtext based) a generator that produces the code. (Default interface is IGenerator2 - Stub Generated as <YourDSL>Generator.
what is done inside there is 100% implementation specific.
so i fear there is nothing to answer on such an general question

if the project is Xtext based you may to do the tutorial to get a rough overview


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Day Job: https://www.everest-systems.com

[Updated on: Tue, 09 January 2024 07:08]

Report message to a moderator

Previous Topic:How to include some multiline comments in the model instance ?
Next Topic:Xtext 2.34.0.M1 is out
Goto Forum:
  


Current Time: Fri Dec 06 23:29:27 GMT 2024

Powered by FUDForum. Page generated in 0.03311 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top