Hi everyone I would like to try to work with the kotlin AST but I have no idea where to start. Do you have any suggestions / links?
j
Joffrey
02/17/2022, 9:16 AM
I haven't done much of that, but you can maybe check out KSP (Kotlin Symbol Porcessing). Also you can ask #compiler or #ksp
👍 1
t
Tim Oltjenbruns
02/17/2022, 6:22 PM
Not everything you need to get started, but a helpful extra: I suggest cloning the Kotlin repository. Keeping the code for the AST on hand is super helpful.
:kotlin-intensifies-purple: 1
j
Jerv Norsk
03/01/2022, 7:55 AM
Yeah, these are good approaches. Thank you, I'll check out them.