How to integrate my compiler with eclipse?

I have a mini compiler written using flex, bison and C ++. I want to use it in eclipse for example, using a java compiler, but I don’t know anything how to do this, so I need help and advice.

thank

+3
source share
2 answers

If you have full integration (errors, hints, etc.), you have a big task ahead. Start by reading the JDT and C ++ implementations.

, ant build script, . .

+1

Source: https://habr.com/ru/post/1730766/


All Articles