Hi, Basically, to create the parser. I did the following. 1. Use Antlr.tool to generate java class 2. Create Main Java class to invoke those parser/lexer. Anybody know how to generate the parser from the grammar file without create the java class file. Thanks