Tianyu Zhu

Results 6 comments of Tianyu Zhu

For what it's worth, I tried it out and spotbugs seems to work: https://github.com/tianyu/spotbugs-with-kotlin

Thank you @atsushieno for your patch! I've applied it to my repo: https://github.com/tianyu/antlr-kotlin And you can use the maven package here: https://jitpack.io/#tianyu/antlr-kotlin/3bb1661562 And there's a Pull Request here: https://github.com/Strumenta/antlr-kotlin/pull/75

Actually, I'm having trouble parsing expressions like `a - b + c`. * It should be interpreted as `(a - b) + c`, * Instead it's interpreted as `a -...

@yaccoff @ftomassetti I you can point me in the right direction of where the bug could be, I'd happily try to contribute a fix.

@ftomassetti I was able to apply the patch from @atsushieno and fix the failing unit test! Please take a look!

@ftomassetti, will you take a look?