I am developing a development tool for a language in eclipse. I completed part of the user interface, now I need to make a second module called "kernel". when I read the development of the eclipse plugin and the development of the jdt plugin in the eclipse documentation, I saw something called Ibasemodel and Ijavamodel. is there any example for developing a core development tool or for implementing a basic model for a language
source
share