dsl
Textual representation for UML class diagrams - DSL for UML
UML classdiagrams are a standard graphical notation to describe classes and their relationships. Is there a standard textual notation (DSL) to describe the same? Don\'t say XMI or EMF;-)[详细]
2023-01-24 14:37 分类:问答Noise-free JSON processing with Scala
I\'m coming from a dotnet land, but recently have been looking at the possibilities of alternative programming languages. Nothing really serious, just some bits here and there. Recently I\'ve discover[详细]
2023-01-23 09:56 分类:问答Isn't a DSL another name for an app which solves a particular problem?
I am learning boo (got the ebook), but one question I have is what exactly is a DSL? Better question, if a DSL is geared towards a specific problem, then isn\'t it just another name for really an appl[详细]
2023-01-22 03:48 分类:问答Lua domain specific configuration help
I have 5000 data item definition configuration which we are expecting to be designed like, -- Name of the device[详细]
2023-01-20 18:44 分类:问答Scala implicit conversion problem
I am struggling with a Scala implicit conversion problem. The following code snippet illustrates my problem :[详细]
2023-01-18 20:17 分类:问答Building a Compiler for a DSL using ANTLR and the Antlr CSharp Target
I\'m in the job of writing a compiler which compiles a project-specific DSL (with the features of a basic scripting language) into an project-specific assembler language. The platform is written in C#[详细]
2023-01-18 16:51 分类:问答Using adaptive grammars [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-17 14:16 分类:问答VS2010 DSL samples
I want to create my own DSL but working with DSL Definition is confusing.开发者_高级运维 Where can I find some samples?This is a good jumping-off point for VS2010 DSL samples and related items.[详细]
2023-01-16 00:36 分类:问答SQL DSL for Scala
I am struggling to create a SQL DSL for Scala. The DSL is an extension to Querydsl, which is a popular Query abstraction layer for Java.[详细]
2023-01-15 16:39 分类:问答Basic rules engine architecture
We are currently developing a project in .NET that involves analyzing XML documents against a set of user defined rules. Here is an example:[详细]
2023-01-14 23:56 分类:问答