[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Discussion about implementing a simple compiler

Hi,
Antlr maybe a not bad choice. But to combine it with eclipse text editor seems not a happy thing.


Cheers,
Qinxian
Jan Reimann åé:
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?


greets
Jan