dsl
Persisting specifications
I\'m building a system where a user can subsribe for items and get periodically notifications for new items. Users should define what items they want by filtering on certain properties.[详细]
2023-02-15 09:06 分类:问答Boost Spirit and Boost Phoenix questions
one. Is it possible to define that a spirit rule\'s local variable be default constructed using a parameter passed into the rule ? I have AST builder objects that have a cyclic dependency, I would lik[详细]
2023-02-14 22:40 分类:问答Developing an Image Processing DSL in Scala - Suggest Libraries
We are developing an internal DSL in Scala for Image Processing domain. The DSL is supposed to offer the functionalities similar to MATLAB. We intend to develop this DSL as a wrappe开发者_开发问答r ov[详细]
2023-02-14 08:14 分类:问答DSL for pretty standard object model with a mapping to an SQL DB
I need a DSL (for Xtext) for describing a pretty standard object model: There are entities They have fields which can either be primitives or references to other entities[详细]
2023-02-13 23:00 分类:问答C++ expression as variable
I am working on DSEL and would like to have the following: Bra ij; Ket kl, cd; (ij||kl); // initialize some array[详细]
2023-02-13 21:55 分类:问答Are there any javascript frameworks for parsing/auto-completing a domain specific language?
I have a grammar for a domain specific language, and I need to create a javascript code editor for that language. Are there any tools that would allow me to generate[详细]
2023-02-13 12:06 分类:问答Prolog as a DSL to generate perl code?
Does anyone know of any examples of code written in prolog to implement a DSL to generate开发者_StackOverflow社区 perl code?DCGs might be an excellent choice![详细]
2023-02-12 08:13 分类:问答Textual Domain-Specific language (DSL) development with Microsoft Visual Studio
I did some searches on developing a DSL in visual studio. At the beginn开发者_开发知识库ing, I found out there is a Visualization and Modeling SDK for VS2010. It has a tool called DSL tool. But it see[详细]
2023-02-12 00:59 分类:问答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 l[详细]
2023-02-10 10:30 分类:问答How to automate Lightswitch for metaprogramming
I really like the Ria Services approach, and I see Lightswitch as the next higher level of abstraction, but my scenario is this:[详细]
2023-02-09 10:34 分类:问答