Can a domain specific language be used to representing the Open SRD
Posted
by
NeoModulus
on Programmers
See other posts from Programmers
or by NeoModulus
Published on 2011-02-20T23:01:15Z
Indexed on
2011/02/20
23:31 UTC
Read the original article
Hit count: 191
domain-driven-design
I am in the early stages of creating an open source C# library that would allow developers to drop in the open SRD (http://www.d20srd.org/) into an existing project. Abstracted it is a complex set of tightly coupled business rules. Having previously worked on an adaptive object model project for health care risk management I began with that pattern in mind. Due to the high coupling of rules it is becoming apparent that the project may require some kind of scripting.
Have started researching DSL implementation I am now considering scraping the adaptive object model for a domain specific language. I have not work with domain specific languages so my question is it reasonable to assume a domain specific language can be used to representing the open SRD?
© Programmers or respective owner