dsl
Strategy for parsing natural language descriptions into structured data
I have a set of requirements and I\'m looking for the best Java-based strategy / algorthm / software to use.Basically, I want to take a set of recipe ingredients entered by real people in natural engl[详细]
2023-04-12 02:15 分类:问答Language Oriented Programming Articles/Papers/Tutorials
There is number of tools on the market like MPS, that promote Language Oriented Programming, which supposedly gives ability to programmer to design a 开发者_如何学JAVA(ideal?)language for task. This s[详细]
2023-04-09 10:46 分类:问答Groovy Builder support
Ho开发者_如何学Cw can i build the above pattern using groovy builder support emp = empFileFactory.root()[详细]
2023-04-07 05:33 分类:问答Embed python/dsl for scripting in an PHP web application
I\'m developing an web based application written in PHP5, which basically is an UI on top of a database. To give users a more flexible tool I want to embed a scripting language, so they can do more co[详细]
2023-04-06 18:49 分类:问答Compile and execute Scala code at runtime
Is is possible to compile and execute scala code as a string at runtime either in Scala or in Java? My idea is to build a DSL using Scala then let Java prog开发者_如何转开发rammers use the DSL insid[详细]
2023-04-05 19:29 分类:问答Is there a design pattern for properties coming from different, conflicting, prioritized sources?
I have a bunch of properties of an object, which values are mostly boolean, but they come from different sources, different sources overriding each other.[详细]
2023-04-03 10:55 分类:问答Is there a good DSL for manipulating MySQL scripts independent of any particular web framework?
I have a simple MySQL script that I use in a web application to complete rebuild/reset my DB to a clean initial state. Thus, in this script I define the various tables, stored procs, etc. that I need.[详细]
2023-04-02 04:28 分类:问答How do I stop the others validations to validate when the attribute is not :present in Rails?
What I\'m curretly doing is the following: validates :new_pass, :presence => {:if => :new_record?},[详细]
2023-03-31 10:06 分类:问答Resque hates kaminari dsl method paginates_per
So I\'m converting my Admin mailers to use Resque and execute in the background. When I ran: rake resque:work QUEUE=\'*\' --trace[详细]
2023-03-30 14:34 分类:问答Own DSL with XText. Problem with unlimited brackets ("(", ")")
I am developing my own DSL in XText. I want do som开发者_StackOverflow社区ething like this: 1 AND (2 OR (3 OR 4))[详细]
2023-03-29 04:02 分类:问答