Well, compilers are not that simple really. I don't know of any complete compilers that are sitting out there with source code other than the JavaFX compiler, which is slightly unusual because I don't build an ANTLR AST, but build the same AST that that javac builds, which is then processed by a modified javac compiler. You might start there though as it is a good example of how to do error recovery and intelligent error messages for instance.
Jim > -----Original Message----- > From: [email protected] [mailto:antlr-interest- > [email protected]] On Behalf Of Borneq > Sent: Monday, August 16, 2010 1:11 AM > To: [email protected] > Subject: [antlr-interest] I search simple compiler > > I search simple (preferably as small as possible) compiler with sources which > uses ANTLR > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your- > email-address List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
