shillner / MavenPP

Maven++ is a textual DSL for configuring Maven projects. It extends Maven with some concepts that makes it more easy to create complex project setups.
Eclipse Public License 1.0
2 stars 0 forks source link

DSL extensions #13

Open shillner opened 8 years ago

shillner commented 8 years ago

Develop a mechanism to extend the DSL by embedding custom grammar rules, ... This feature is not supported by Xtext but may be useful for customizing the DSL for specific projects.

shillner commented 8 years ago

Maybe define a section where free text input is allowed and processed by a custom parser, ... at generation time. Offer an extension mechanism for registering custom generators that can handle specific parts of the custom section, maybe identified by an id or so.