@Anton Yalyshev [JB] @mikhail.zarechenskiy I have three different approaches to develop a convertor from groovy to kotlin dsl, one is using RegEx , second is using a Parser generator and third is creating my own parser + compiling systems around it for the conversion, which one should the most appropriate to go with along with the standards of intellij? are there any better approach than these which you will like to suggest?