I need to make a vhdl parser. I decided to use the antlr parser generator and the vhdl grammar from their website http://www.antlr.org/grammar/1202750770887/vhdl.g. I am having problems when checking the grammar and have this error:
The following token definitions can never be matched because prior tokens match the same input: LETTER,INTEGER,DIGIT...
If anyone has worked with this before, please tell me if the grammar is incorrect or if I'm doing something else incorrectly.