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
CLOVIS
10/27/2025, 8:55 AM
What do you want the DSL to do that you cannot do with optional parameters?