I am working on to implement business rules using ANTLR. I have AntlrWorks and I am able to generate lexer and parser classes(with tokens) with sample grammar. Please guide me on how to test this. I...