For a utility I\'m working on, the client would like to be able to generate graphic reports on the data that has been collected.I can already generate a couple canned graphs (using ZedGraph, which is
I\'m building a custom expression parser and evaluator for production environment to provide a limited DSL to the users. The parser itself as the DSL, need to be simple. The parser is going to be buil
I have never written a DSL, but I am considering it as a feature for a new project (hypothetical). It would be for end users to be able to express in natur开发者_开发百科al language concepts such as w
I am able to parse a .DRL file into the X开发者_Go百科mlDumper and get the correct output. How I can I pass a .DSLR file through the XmlDumper to achieve the same results? The .DSLR file contains the
We want to design a simple domain specific language for wri开发者_Go百科ting test scripts to automatically test a XML-based interface of one of our applications. A sample test would be:
I have a .dslr file consiting of a rule(dslr) and a dsl file. I need to get the XML output of the DRL from this dslr.
I\'m currently working on a component of a trading product that will allow a quant or strategy developer to write their own custom strategies.I obviously can\'t have them write these strategies in nat
I\'m working on a domain-specific language (DSL) for non-programmers.Non-programmers make a lot of grammar mistakes: they misspell keywords, they don\'t close parentheses, they don\'t terminate blocks
Is there a way for creating an array f开发者_Python百科rom other severals arrays, in Objective C?NSArray *arrayC = [arrayA arrayByAddingObjectsFromArray:arrayB];
I have \'n\' different domain specifc languages e.g. langu开发者_StackOverflowage1, language2, ...., languagen each of which contains different toolbox items. Let say first language is for banking pro