Yes, you are in the right place, but if you are starting from no knowledge of parsers, code generators and so on, then you are best off buying the book and following a few examples through before trying to do something like that. However, ANTLR is specifically written with the idea that most people will want to do translations rather than write compilers, so this is the correct tool for your task.
Jim > -----Original Message----- > From: [email protected] [mailto:antlr-interest- > [email protected]] On Behalf Of Gary > Sent: Friday, August 20, 2010 1:40 AM > To: [email protected] > Subject: [antlr-interest] Am I in the right place? > > Or rather, am I looking at the right tool? > > What I want, ultimately, is to be able to write code in some "normal" > high-level language, perhaps C, and be able to generate code in a > PO^H^HDSL that I currently have to write code in manually (BASIC-like, > incomplete syntax (IMO) - e.g. no loops, only labels and GOTOs - no support > from any tools, etc.), basically with the aim of making my life a bit easier. > > > 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.
