Is there any way to match a token in antlr except a specific one?
I have a rule which states that a '_'
can be an ID. Now I have a specific situation in which I want to match an ID, but in this particular case I want it to ignore the '_'
alternative. Is it possible?