The best example: Freepascal is developed with Freepascal, Lazarus is developed with Lazarus and Freepascal.
I understand all that....
I want to create my own IDE using LAZ itself.... not start from scratch.
Then within my own IDE, (even using LAZ's compiler if I can, I want to compile the EXE)
I don't want to create a whole another language etc...
I am not talking about creating something similar to LAZ.
Lets say I create my own IDE that can take images, documents and embed them in a resource file.
Then I can compile (or embed) that resource file inside of an EXE file and have my own icon etc.
Let's say I want to make an IDE that creates standalone EXE E-BOOKS.
I want to USE LAZ to create the IDE
And have users use my IDE to create EXE's