0
votes
1answer
21 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 …
0
votes
1answer
16 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 no …
0
votes
2answers
23 views
What is the best IDE/GUI for my .NET DSL?
Hi folks,
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 inter …
0
votes
1answer
66 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.
…
0
votes
2answers
54 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 cl …
1
vote
3answers
105 views
What is the difference between “DSL Tools” and “Oslo”?
Hi,
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 int …
0
votes
2answers
76 views
DSL Add Root Element to Serialization
I am looking for help to achieve the following
The Diagram represents a car, users can add engine and colour
when I view the XML it looks like this:
<Car>
<Engine> …
0
votes
3answers
108 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 Synta …
1
vote
1answer
51 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 …
0
votes
5answers
199 views
Tools to build a DSL in .NET
I'm getting teased more and more into developing DSLs. I've developed a tiny one with F# using fslex and fsyacc but the error messages are inaccurate (I also can't find a way to ge …
0
votes
2answers
284 views
DSL: from DSL rules into C# expressions
Hi,
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 pro …
0
votes
1answer
15 views
Domain Property as Element and Hiding Default Value Properties
Hi,
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 serialize …
2
votes
7answers
1k 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 pytho …
0
votes
1answer
92 views
Visual Studio DSL Tools and Server Explorer
Is it possible to enable users to drag and drop a Table from the Visual Studio Server Explorer onto my own DSL Diagram?
I can drop custom Domain Classes I have created but want to …
4
votes
4answers
696 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 thei …
