I've written a mini scanner for a compiler and it reads from a file and I want to write instead of variables, id and for keywords do nothing (a group of words that want exclude from my variable form expressions), below line get my variable, how can I exclude for example int
or bool
or ... from this expression:
((?:[A-Za-z][A-Za-z0-9_]*))