Windows generation, C++, Microsoft compiler 2008.
1. Are there some configuration options for the lexer? If so, where are they? 2. How do I reduce the size of the tables to something less than 30,000 program lines? Input is standard ASCII. 3. I have a runtime problem and can't determine if it is a parser issue or lexer issue. How can I track the tokens returned from the lexer? 4. How do I insert my own lexer? 5. It appears that none of the functions in the generated lexer code, other than the initialization functions, are called. Is the lexing done in the libraries? How do I make a lexer that uses that code? Thanks 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.
