[antlr-interest] I search simple compiler

Jim Idle jimi at temporal-wave.com
Mon Aug 16 10:47:40 PDT 2010


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: antlr-interest-bounces at antlr.org [mailto:antlr-interest-
> bounces at antlr.org] On Behalf Of Borneq
> Sent: Monday, August 16, 2010 1:11 AM
> To: antlr-interest at antlr.org
> 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



More information about the antlr-interest mailing list