Page 1 of 1

Maniascript grammar, nadeo, anyone ?

Posted: 20 Aug 2016, 19:28
by reaby
Could the maniascript grammar file be open sourced ?

IF NOT would it be possible for you guys at nadeo provide NetBeans and/or intelliJ (phpStorm) binary addon ?

IF NOT, does anyone have skills to write such thingy, since it would allow us to build some language support plugins for netbeans & phpStorm and possible other ides too :)

Re: Maniascript grammar, nadeo, anyone ?

Posted: 20 Aug 2016, 23:14
by Dommy
Don't know how to comment, as the only thing that comes to my head is classic...

+1

Re: Maniascript grammar, nadeo, anyone ?

Posted: 31 Aug 2016, 11:50
by Gugli
Hello,

The closest thing we have now is https://github.com/maniaplanet/notepadp ... aniascript.

But this grammar only reflects the language-level features, not the various APIs. The APIs appear in the generated doc (which is a C-like header file), so maybe with some clever hack you can make the autocompletion believe you've included this header file or something.

Hope it helps.