[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

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 :)