Tagged Questions
The dsl-tools tag has no wiki summary.
7
votes
6answers
727 views
Textual Domain-Specific language (DSL) development with Microsoft Visual Studio
I did some researches on developing a DSL in visual studio. At the beginning, I found out there is a Visualization and Modeling SDK for VS2010. It has a tool called DSL tool. But it seems that it is ...
6
votes
2answers
650 views
Pros/cons of different language workbench tools such as Xtext and MPS?
Does anyone have experience working with language workbench tools such as Xtext, Spoofax, and JetBrains' MPS? I'm looking to try one out and am having a hard time finding a good comparison of the ...
5
votes
8answers
332 views
Which language (that runs on JVM) is best suited for creating a DSL?
We have a requirement to create complex fixed length and variable length Strings. These strings might represent a customer profile, an order etc. Which JVM based programming language do you guys ...
5
votes
3answers
239 views
Good tutorials to understand Domain Specific Languages (DSLs) from the scratch , to start a survey thesis
My thesis topic is about Domain Specific languages in general, I want to focus on design or implementation for external or internal DSLs but I can't even think or start because I am facing problems ...
5
votes
5answers
396 views
Why are parsing tools needed for DSLs?
Couldn't a DSL be as simple as an API and therefore not need a parser? Or am I misunderstanding what a domain specific language really is? I thought it referred to any organized set of rules for ...
5
votes
4answers
2k views
Microsoft Visual Studio SDK DSL Tools - Any serious takers?
We are considering Microsoft DSL toolkit for creating some abstract designers. I already did some POCs, but would like to get some opinions on the same.
Any one here to share their experiences ...
4
votes
1answer
172 views
inline domain specific language to generate Java code
I work on a program that performs matrix and vector operation in Java. The multiple function call and object creation that occurs in my current implementation makes it sluggish and difficult to ...
4
votes
8answers
4k views
Writing a compiler for a DSL in python
I am writing a game in python and have decided to create a DSL for the map data files. I know I could write my own parser with regex, but I am wondering if there are existing python tools which can do ...
3
votes
4answers
418 views
What are the major tools for DSL construction?
I know there's support for design and creation of domain-specific languages in VS 2008, then there's the Meta Programming System from Jetbrains. Are there any other major tools in this arena? What are ...
2
votes
0answers
217 views
DSL Tools - creating a debug experience
I've been playing with the DSL Tools (now part of the Visualization and Modelling SDK) for quite a while. I'm not yet ready to build my "final" language yet, there just seem to be so many little ...
2
votes
2answers
202 views
DSLs(Domain Specific Programming Languages) implemented using different GPLs(General Purpose Programming Languages)
I am looking for DSLs implemented using general purpose programming languages(GPLs) e.g., C#, Java , Scala and so on. Primary goal is to survey various important attributes of well-designed DSL ...
2
votes
1answer
53 views
Update Compartment Shape Outline Color on DragOver in DSL
I am looking to be able to validate if user is looking to make a valid drag drop and have this indicated by the colour of the destination CompartmentShape, I have done the following which gives me the ...
2
votes
2answers
493 views
C# Create a hidden transaction
I am using C# and DSL Tools for VS2005.
I need to create Transactions to change some data but i want them to be hidden from the user, that means, to not show in the UNDO list in VS2005.
I tried by ...
1
vote
1answer
84 views
Tool for “internalisation” of an external DSL in Java
I am developing and maintaining a database-abstraction library called jOOQ, which aims to "internalise" SQL as an external DSL into Java. The goal of this endeavour is to allow for type-safely ...
1
vote
1answer
90 views
Someone to explain the mechanics for DSL language creation “in plain english”
Basically the problem is that I'm starting doing somme development of Visual Studio 2010 extensions and language definitions are rather complex, so anyone giving a small intro and pointing some good ...
1
vote
1answer
188 views
Can I create a visual DSL that does not require Visual Studio?
I would like to create a visual DSL (boxes and arrows). I have found that I can create such a DSL using Microsoft's Visualization and modeling SDK (DSL Tools sequel, for VS2010) and there is also a ...
1
vote
1answer
247 views
Getting started with the new Visual Studio Visualization and Modeling SDK (was DSL SDK)
Is there a good guide on how to setup and use the new Visual Studio Visualization and Modeling SDK with vs 2010 and vs 2008 ?
reference:
...
1
vote
2answers
495 views
Transforming TT files in MsBuild
I need to build a DSL Solution using MsBuild and want to be able to transform the TT files, I have tried the guide on http://msdn.microsoft.com/en-us/library/ee847423(VS.100).aspx but I am getting the ...
1
vote
1answer
615 views
T4 (Text Template Transformation Toolkit) for generating a set of types based on a list of basic types e.g. PointI32, PointF32 etc. in C#
Similar to http://stackoverflow.com/questions/2222849/boost-preprocessor-library-for-generating-a-set-of-types-based-on-a-list-of-basic I am asking how to generate:
struct Point##TYPE_SUFFIX_NAME
{
...
1
vote
1answer
94 views
Permanent node in DSL explorer
In my custom DSL tool I want a node in its Explorer which cannot be removed. Other than that, I want it to be like a regular node. Basically what I want is a node like the Xml Serialization Behavior ...
1
vote
2answers
221 views
Why is there no Project Item when Deploying VSIX?
We have a VS2010 Beta 2 DSL Project , We can build, deploy and test on our Development machines and all is well i.e When we go to 'Add New Item' we can select our DSL
When it comes to giving the VSIX ...
1
vote
1answer
229 views
How to fix blurred Icon Decorator on DSL Tools?
I faced this problem and after an extensive research I found its root cause and a workaround that can be useful for other people.
The icon decorator becomes "blurred" because its positioning on the ...
1
vote
3answers
378 views
What is the difference between “DSL Tools” and “Oslo”?
I've just started playing with domain-specific tools development, and I'm playing with Visual Studio SDK DSL Tools. However, I heard that Microsoft have another initiative into domain-specific ...
1
vote
1answer
116 views
How to Dynamically Customize the Property Window
The on-line help for the Microsoft Visual Studio Domain-Specific Language (DSL) tools explains how to prevent domain properties from appearing in the properties window:
You can prevent domain ...
1
vote
2answers
1k views
DSL: from DSL rules into C# expressions
the question is maybe composite, let me expand it:
does it exists a designer (stub/framework/meta-designer) to create AND/OR based rules based on .NET object public bool properties? Saved as any ...
0
votes
0answers
8 views
Seting Custom Property to Custom ToolBox item for the layer Diagram in Visual Studio 2010 modeling projects
I'm new to creating Layer Diagram Extensions and custom Property Extensions. Is there a way to set CustomProperty(this is displayed in Property Window of visual studio 2010) to Custom ToolBox item ...
0
votes
1answer
16 views
Can't get a shape to enter in “edit mode”. Why?
I have created a very simple DSL that as a particular shape (TasksGroupShape) that I can't get to enter in edit mode either when the user starts to hit the keyboard or presses F2.
This shape is a ...
0
votes
2answers
66 views
Syntax Preprocessors for Java
I'm looking for a Java macro language that provides for convenient ways of doing closures (that compile to anonymous inner classes) and list comprehension (that compiles down to basic java loops).
An ...
0
votes
1answer
128 views
Using XText to create a DSL for describing proprietary XML-formats
At the moment, I have to work with XACML. As there doesn't seem to be an editor to fit my needs, and as writing documents in it is a real pain, I wonder if I could not create some sort of DSL to make ...
0
votes
1answer
132 views
DSL Tool NameAndType dynamic list
I have a question about DSL Class Shape Properties.
I create a kind of DSL Tool. I want to have functionality a little bit like in class diagram.
I have shapes in my model. I have Class Shape with ...
0
votes
1answer
168 views
DSL tools and custom framework
I want to create a library that will operate the machine state, as defined by the user. To create a designer, I want to use Visual Studio DSL Tools. In most examples of DSL Tools are used to generate ...
0
votes
0answers
52 views
System Exception thrown after creating dsl diagram programmatically
Below is the code I use to create the diagram programmatically:
public static void CreateNew(string filePath)
{
var store = new Store(typeof(BtomicBusinessModellingDslDomainModel));
...
0
votes
1answer
67 views
dslVersion - How to increment but still support older versions?
Tech: Visual Studio 2010, Visual Studio Visualization & Modeling SDK
We have a commercial Visual Studio 2010 DSL, when we release a new version we want to increment the version number. I open the ...
0
votes
2answers
77 views
Do you know what are the best Domain Specific Languages(DSL) tools for .NET 4.0?
I would like to know what are the best DSL tools created to be used in .NET.? I have googled a bit, but, as I have no experience, I just want to be sure that the one I'm going to use is the best or it ...
0
votes
1answer
302 views
VS2010 Project Template + VMSDK
For the life of me, I can't get my DSL project to be exported as a template, other than the default ItemTemplate (as in Add New Item)
Does anyone happen to have a summary of what has to be done to be ...
0
votes
1answer
36 views
Using DSL , How to add a child element by rule while adding a parent element
Using DSL, How to add an element based on adding someother element?
0
votes
1answer
161 views
Expand / Collapse Swimlane (Domain Specific Language) C#
I have multiple swimlanes on the surface, Is it possible to have expand / collapse functionality to these swimlanes?. My swimlanes are going to contain different shapes (Image Shapes), Geometry shape ...
0
votes
1answer
56 views
how to configure the vs.net dsl's Rule dynamically
i want to configure the dsl's rule dynamically
control the RuleOn dynamically
[RuleOn(typeof(Entity),FireTime........]
add parameter to Rule with xml file
can I inheritance my ...
0
votes
1answer
101 views
Why is the 'Named Domain Class' tool missing in the DSL Designer category in the toolbox?
I have the Domain-Specific development with VS DSL Tools book by Cook, Jones, et.all
The book and various tutorials online mention a NamedDomainClass tool that should be present in the DSL Designer ...
0
votes
2answers
130 views
Parsing Documents with a DSL
I'm trying to come up with a way to go through about a million documents which are formal documents (for arguments sake, they are Thesis documents). They are not all standardized but close enough. ...
0
votes
1answer
95 views
DSL Toolkit: How can I get correct elements written in this scenario?
Info: C# , VS2010 Beta 2 , DSL ToolKit Beta 2
I am trying to create the following generated XML in my DSL Diagram when used
<Method>
...
<FilterDescriptors>
...
0
votes
1answer
103 views
Adding resources to solution explorer in experimental hive
I'm currently working on a project using DSL tools in Visual Studio 2008.
Is there a way to automatically add a resource into the solution explorer of the experimental hive at runtime? I'm creating ...
0
votes
1answer
59 views
How do you include ProjectItem when deploying DSL?
I am using Visual Studio 2010 Beta 2, I want to package and deploy my completed DSL along with the generated ProjectItem. I can see everything has been compiled correctly. I have my VSIX file but that ...
0
votes
1answer
368 views
Best Practice for Obfuscating a C# Visual Studio DSL Solution as VSIX
I was wondering if anyone has any advice for obfuscating a DSL?
Background - We have created a DSL which we will putting into the Visual Studio Gallery as a VSIX file.
We already use dotfuscator for ...
0
votes
2answers
87 views
What is the best IDE/GUI for my .NET DSL? [closed]
As a learning exercise I'm building a basic scientific computation environment based on .NET. I'd like the GUI of the app to be much like matlab, in that I have an interactive window, an objects ...
0
votes
1answer
53 views
DSL Beta 2 - Connector Moniker - Why is it not in the diagram file?
I am creating a DSL, I want to associate two Entities with a connector but I do not want the EntityMoniker to be in the underlying XML, I need it to be in the Diagram File. I am not sure why it is not ...
0
votes
1answer
352 views
Troubleshooting Plk Verification for Visual Studio Package in a VSIP Development Edition
I have a custom domain specific language project which was developed a while back, was deployed and run on the same machine inside the normal Visual Studio hive with no problems.
Server has been ...
0
votes
2answers
301 views
DSL Custom Constructor - only calling when created not loading
Info: VS2010, DSL Toolkit, C#
I have a custom constructor on one of my domain classes which adds some child elements. I have an issue as I only want this to run when the domain class element is ...
0
votes
1answer
62 views
Domain Property as Element and Hiding Default Value Properties
I have two questions
How do I achieve the following, I have a domain class called 'Property' - Property has two properties 'Type' and 'Value' it is currently being serialized as the following:
...
0
votes
3answers
470 views
Help with learning to use Irony for .net
I am trying to get up to speed with Irony. I keep seeing some terminology that I don't yet understand: terminals, non-terminals, token, state machine, Associativity, Abstract Syntax Tree.
Can someone ...