Hello, I just start looking at the ANTLR and tried to run some examples downloaded from online. I got the JAVA lexer and parser generated for C language and could construct the parser tree with some C source codes. Now, I am wondering if I can modify the parser tree using the JAVA runtime library and generate the modified source code as output. If possible, is there any functions generating the source code from a parser tree object? None of examples I tested shows this. I have no idea of what to do.
Thanks a lot! Young 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.
