What would the best approach be to: create a proce...
# general-advice
s
What would the best approach be to: create a processor, which converts classes into DSLs, for example, for a given data class, I want to create a DSL which allows me to build instances of that class.
c
What do you want the DSL to do that you cannot do with optional parameters?