At 10:48 24/11/2009, Jim Idle wrote: >Not sure myself – it might be coded for >composite grammars I suppose. What you could do >though is create a small grammar that imports >your lexer and has a dummy parse rule, then test >that grammar. This would be a workaround of course.
Or just use your favourite brand of regular-code-unit-tester. That's what I do. Pumping some text in and verifying the token stream coming out is fairly straightforward, after all. 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.
