This program takes in an inputted small program in the form of a string. It is then get dissected into tokens.
In this program, a for-loop function is lexically analyzed. The output prints out the steps that the Lexical Analyzer takes while processing the string.