Skip to main content



      Home
Home » Modeling » TMF (Xtext) » How to generate synchronized code
How to generate synchronized code [message #1862967] Mon, 08 January 2024 18:33 Go to next message
Eclipse UserFriend
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 02:08 Go to previous message
Eclipse UserFriend
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

[Updated on: Tue, 09 January 2024 02:08] by 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: Mon Jul 14 11:33:56 EDT 2025

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

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

Back to the top