| [news.eclipse.platform.rcp] Re: Discussion about implementing a simple compiler |
-Andrew
Yes ANTLR could be a choice. But as I heard the generated code looks kind of crappy :) Therefor I want to implement all stages of a compiler(lexer, parser, code generator) in principal by my own. But maybe Eclipse brings some sugar to help me :)