Hi all, I am reading Terence Parr "Language Implementation Patterns" book<http://pragprog.com/titles/tpdsl/language-implementation-patterns>. I'd like to practice and I want to build some kind of simple xpath processor. I’ve sketched through most of book's patterns, but still not sure what patterns best fit my goal.
Especially it’s hard to me to understand is xpath processor an interpreter or a translator. What I have to do after I have my xpath AST ready? How to evaluate xpath expression on xml input stream? I'll appreciate any suggestions. -- thx alex 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.
