Download the examples tar and look at the tree parsers in the C examples :-)
Jim > -----Original Message----- > From: [email protected] [mailto:antlr-interest- > [email protected]] On Behalf Of Heiko Folkerts > Sent: Tuesday, October 06, 2009 5:15 AM > To: [email protected] > Subject: [antlr-interest] Using tree parsers in the C Target > > Hello, > I have a parser called TFSSBase which creates an AST. Now I wrote a > tree parser called TFSSTree. Now I want to use TFSSTree to process the > output from TFSSBase. But the methods in TFSSTree accept a pointer to > TFSSTree instead of the AST generated from the TFSSBase parser. How > would I hand the AST from TFSSBase to TFSSTree? > > Thx in advance > > > Mit freundlichem Gruß > Heiko Folkerts > Systementwicklung und -design > -- > ______________________________________________ > DAVID GmbH · Wendenring 1 · 38114 Braunschweig > Tel.: +49 531 24379-14 > Fax.: +49 531 24379-79 > E-Mail: mailto:[email protected] > WWW: http://www.david-bs.de > Eintragung: Amtsgericht Braunschweig, HRB 3167 > Geschäftsführer: Frank Ptok > ______________________________________________ > > > > 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 -~----------~----~----~----~------~----~------~--~---
