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. Th
Some of 开发者_C百科the most entertaining Daily WTF stories feature private languages run amok. However, domain-specific languages can be quite powerful and seem to be increasingly popular. And of cou
I\'m working on a pretty complex DSL that I want to compile down into a few high level languages.The whole process has been a learning experience.The compiler is written in java.
I am developing a tool, and there are lots of Domain classes. I want to divide them in the different DSL\'s with same extension.
I\'m trying to find a solution to highlig开发者_StackOverflowht part of a text file in Java. Basically, what I\'m doing is lexing and parsing a text file respecting a certain grammar, storing some inf
are there any approaches, given a statement like the following First().Second(); to know from within First() whether/when Second() has executed?
I have the following situation: I want to develop a DSL. To generate the code, I would need the help 开发者_如何学Cof the XamlDOM Implementation, which offers static analysis and manipulation of XAML
Is there a situation when the following is a valid Boo s开发者_如何学Gotatement: target \"something\" requires \"something\"
I\'m working on a DSL tool, and for this tool, there exists a custom code generation tool that creates output files. Currently, this tool is registered with C# using a RegistrationAttribute on the Dsl
I\'ve decided to build a database tracking the credit card offers I get in the mail, and one confounding factor has been how to represent the offers. With minimum finance charges and variable rates an