The NetBeans Schliemann Project

by Amit


Interested in adding a new language support to the NetBeans IDE? You have probably already seen some programmers editors like Emacs, Vim or JEdit. They have editing support for many programming languages (~100). But they do not contain special hand coded support (module) for every language. They defines some Generic Languages Framework only. Every programming language is described in some file executed by the engine. Schliemann project implements Generic Language Framework for NetBeans IDE.

These links will get you started:

Advertisement