Tagged Questions
2
votes
0answers
91 views
How to make DSL compatible w/ both VS2010 and 2012?
I'm in charge of a DSL/VSVM VSIX extension at work and, since VS2012 just got released, I want to make it compatible with both.
The VSIX is already installable in both environments, but I get load ...
0
votes
2answers
94 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 ...
1
vote
1answer
935 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
{
...
0
votes
1answer
174 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. ...
3
votes
3answers
832 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 ...
0
votes
5answers
1k 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 generate better ones, ...
0
votes
1answer
82 views
DSLs and Form Creation
I'm currently working on the requirements/scoping of a project now that could involve:
1) 5 to 6 forms
2) with 250 to 300 questions/fields accross the forms
3) 2 to 3 workflows
Are there any .NET ...
9
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 ...
2
votes
2answers
565 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 ...
