Hi, I would appreciate when someone could set me on the right track. I'm wondering what is the best way to write a plugin with a support for a new language.
I have found this old tutorial: http://wiki.netbeans.org/How_to_create_support_for_a_new_language It uses JavaCC. The tutorial is linked to another one, which makes use of ANTLR. When I have a look at NetBeans source code, there are some templates written with JFlex. So I'm confused. Which one should I use? I would prefer ANTLR, since there seems to be more documentation for it. Does anyone have a recommendation? Regards, Mario
