Re: Mismatched token type interface files
Posted By:
Monty_Zukowski
Posted On:
Monday, January 13, 2003 08:19 AM
Antlr creates those files for each .g file. If you have your lexer and parser in separate files you must be sure that if you change your lexer that you then recompile (with antlr) your parser so it picks up the changes to the tokens file. The .txt files are for antlr to use as input files for the token types.