Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Two dsl in one project
Two dsl in one project [message #1839953] Thu, 01 April 2021 23:16 Go to next message
Eclipse UserFriend
I have created one dsl by xtext which can generate python code, now I want to analyse model from python code(by define anthoer dsl with python grammar) with xtext.
Can I put these procedure together in one project?
Re: Two dsl in one project [message #1839955 is a reply to message #1839953] Fri, 02 April 2021 00:47 Go to previous message
Eclipse UserFriend
Hi

You probably can but I recommend that you don't bother. When you realize the need for a third DSL it too will be squeezed in to the one project It just gets unmanageable. Why bother with files at all, when you can write all your code in a single Main.java.

Regards

Ed Willink
Previous Topic:Hover on keywords in nested structure does not seem to work
Next Topic:DSL with python grammar
Goto Forum:
  


Current Time: Sun Jul 06 09:13:57 EDT 2025

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

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

Back to the top