kastree
kastree copied to clipboard
Simple Kotlin Source AST and Syntax Parsing, Editing, and Writing
Having in the AST representation a reference to the parent Node, just like in the Java Parser (https://github.com/javaparser/javaparser)
also add the default gradle wrapper this is something tht came out of trying to kastree with kotlin-scripting the KtFIle can be gotten during the evaluation of scripts and passed...
I need to collect the travers info while visiting each node by setting tag to the parent. But once I modify a child node, I think that will trigger recreating...