Re: What devs would like in MP4 for ManiaScript
Posted: 09 Jan 2016, 16:44
Instead of writing new pseudo language, I would see better dev tools for writing current maniascript syntax.
I started while ago project for netbeans language support...
but as it has only partial implementation for javacc syntax parser, it can't auto sense variable types and thus can't auto complete the variables that has been introduced, or enums for the variables... If possible, I would like to see javadoc parser integrated also, so return type variable autocomplete would work too.
I guess instead of using resources for writing pseudo language, we should concentrate on writing better dev tools for the maniascript outside the game (with syntax checker and autocomplete + autosense variables), which would benefit us all a lot more.
But, well, it's only my opinion.
I started while ago project for netbeans language support...
but as it has only partial implementation for javacc syntax parser, it can't auto sense variable types and thus can't auto complete the variables that has been introduced, or enums for the variables... If possible, I would like to see javadoc parser integrated also, so return type variable autocomplete would work too.
I guess instead of using resources for writing pseudo language, we should concentrate on writing better dev tools for the maniascript outside the game (with syntax checker and autocomplete + autosense variables), which would benefit us all a lot more.
But, well, it's only my opinion.