kolasu
kolasu copied to clipboard
Kotlin Language Support – AST Library
To change that several build.gradle should be changed, for example: https://github.com/Strumenta/kolasu/blob/master/core/build.gradle
Position is comparable, but only the start and end points are compared, while the position can also have a Source. Ideally, when sorting position, I would like to have them...
We should add an issues property, akin to issues in ParsingResult
I guess these will be useful eventually.
This is useful to handle inclusions or transformations with nodes coming from multiple files
Navigation, Processing, and Traversing do more or less the same. Should we put some stuff together?
Since transformChildren only transforms the direct children in the node, there is not really a full-tree transformation function. That should be easy to make.
There's a TODO there.
There's a TODO there.
"Position" sounds like something that is in 1 place. In Kolasu it is more of a range from one point to another. And of course, Point should be Position as...