Looking for help with IntelliJ Plugin

2019-12-10 Thread rapidtransit440
I've got a lot going on and it's kind of a big undertaking, I have the parser able to parse most nim code I think. If you know Java and Kotlin let me know, even if you don't know Java it is pretty easy to understand to have someone look over.

Re: Looking for help with IntelliJ Plugin

2019-12-10 Thread Araq
Link to the source code please.

Re: Looking for help with IntelliJ Plugin

2019-12-10 Thread rapidtransit440
It's currently private but I'll make it public, its currently pre-pre-alpha (a bunch of gibberish) trying to get the parsing down

Re: Looking for help with IntelliJ Plugin

2019-12-22 Thread rapidtransit440
Just a little update, I'm not a huge fan of IntelliJ's GrammerKit, I probably should have used Antlr and used the Antlr Adapter but the performance would most likely suffer quite a bit. I haven't really worked on the error recovery yet. Still looking for volunteers of all types including constr

Re: Looking for help with IntelliJ Plugin

2020-02-07 Thread teras
Hello. Have you taken into account the other plugin mentioned here? [https://forum.nim-lang.org/t/5797](https://forum.nim-lang.org/t/5797)