my name is Marcin and I lead development of codebeat which is a hosted static analysis platform for web (Ruby, Python, Go) and mobile (Swift, Objective-C, Java) apps. I recently got quite excited about Kotlin and its’ potential in Android development and I started looking into the possibility of supporting Kotlin in my product.
In fact, all I need to have (beyond learning the language, OFC) to add this support is a good parser. So the question is - where can I find one Apologies if this an obvious question but I’m fairly new to Kotlin and I don’t know where to look.
Yes, this is the Kotlin parser. Unfortunately it requires quite a lof of environment setup in order to work, and even though it’s possible to perform that setup in an external environment, we don’t have any documentation or examples for this process at this time.
I ended up patching an existing ANTLR grammar so we have a parser. We should be able to add Kotlin support over the next two weeks. codebeat is free for open source so your wish should be granted soon, @lhornyak