The JavaFX compiler will be too complicated for your purposes then I
suspect. Maybe someone on the list has something they can let you have or
you can just work through the books and examples of grammars and tree
walkers. It might not be a bad idea to produce a complete working example in
the vein of your request - perhaps someone might volunteer to do that. I
don't have a lot of time at the moment.

Hg is part of the Mercury source code control system and after having to use
it, I can recommend not using it.

Jim

> -----Original Message-----
> From: [email protected] [mailto:antlr-interest-
> [email protected]] On Behalf Of Borneq
> Sent: Tuesday, August 17, 2010 1:37 AM
> To: [email protected]
> Subject: Re: [antlr-interest] I search simple compiler
> 
> 2010/8/16 Jim Idle <[email protected]>:
> > 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.
> 
> How download source file of JavaFX ?
> On https://openjfx-compiler.dev.java.net/#sourcedownload is "hg clone
> http://kenai.com/hg/openjfx-compiler~soma-master"; what is a program
> "hg" ?
> I search not fully functional language compiler but simple language:
> four arithmetic operation+function call, with build AST and translate into
> intermediate language
> 
> 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.

Reply via email to