I am trying to learn to build a simple compiler as a hobby , I am targeting the Java Virtual machine .
I have written a simple grammar using AntLr plugin for Eclipse . Some one told me that there is something known as a method node on the AST generated by Antlr , and that has to be called . I am planning to use ASM to generate the bytecode . So what is the method node and How do I call it from ASM and make it visit method instructions ? Also what about the semantic Analyser of a Compiler , should that be manually written or are there any generators for it ? 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.
