-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
feedbackwaiting for feedbackwaiting for feedbackquestionFurther information is requestedFurther information is requested
Description
I've been working on a meta-programming tool that can process generated code for the Android Room database and transform it to insert profiling statements. Since this generates Java code, I've used JavaParser to read the Java code into an AST, transform it and output the transformed AST as source code (since this is a feature that JavaParser supports) to be used in the final build.
I also want to add support for SQLDelight. However, that generates Kotlin code, so I need a tool that can not only parse the generated Kotlin code, but lets me modify it and output transformed source code.
As far as I can tell, kotlinx.ast only supports reading the source code and not generating code from the AST. Would I be correct in that?
Metadata
Metadata
Assignees
Labels
feedbackwaiting for feedbackwaiting for feedbackquestionFurther information is requestedFurther information is requested