Create a scanner that counts the number of keywords, variables and constants in an input file. An example keystr.c is available that does the same work without a scanner. Its functionality should be duplicated but instead of strcmp use flex patterns to find the keywords and count them.