kolasu icon indicating copy to clipboard operation
kolasu copied to clipboard

Kotlin Language Support – AST Library

Results 138 kolasu issues
Sort by recently updated
recently updated
newest added

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...

http://wiki.eclipse.org/EMF/FAQ#How_do_I_create_a_Map_in_EMF.3F

EMF

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...