kolasu
kolasu copied to clipboard
Kotlin Language Support – AST Library
There are cases in which we override properties and we end up with two properties definition. In parser bench this is visible:
When loading the project all fresh, intellij does not set the source path to the generated test parser. It is in a rather peculiar location if you ask me...
Improve documentation, ensure every class/method has KDoc comments attached.
We could pass an object of type "IgnoreChildren" and the comparison could take that in account
[ParseTree](https://github.com/Strumenta/kolasu/blob/master/src/main/kotlin/com/strumenta/kolasu/parsing/ParseTree.kt) could be much simpler, see [here](https://github.com/asarkar/jsemver/blob/master/src/test/kotlin/com/asarkar/semver/antlr/ParseTree.kt)
So that it can be used more easily
It is useful for documentation, debugging, and presentations
Lately I've been using assertj a lot, and I must say that once you get over the "this is slightly longer syntax" phase, it offers a lot more ways to...