Hello NG,
I want to implement a little compiler. So I chose a little subset of a
language containing the most important concepts. I want to develop all
three things: a lexer, a parser and a code generator. Now I'm thinking
about implementing all from scratch, because the language isn't that
complex. On the other side I want to develop a Eclipse Plugin to
integrate my little compiler into Eclipse. That's why I'm thinking if I
already use Eclipse, are there any concepts brought by Eclipse which can
help me realising my plan?
What do you think?