Just wanted to say I finally had some time to read through the docs, and wanted to send cudos to the devs. Cool work. Will this ever be able to perform AST/IR manipulation or will it only work on immutable mirrored types like the current processing API?
j
Jiaxiang
06/12/2020, 10:48 PM
Mutating AST/IR is not a goal for KSP API, a complete compiler plugin should serve that purpose better.
👍 2
s
Sam Garfinkel
06/13/2020, 4:05 PM
Makes sense. I think arrow-meta is already working towards that so I can see how these could easily be complementary.