what are the stages that go through inside a lexical analysis
-it first checks for white space, it is removed firstly from the code because compilers dont need it
-the compiler will then go through the code and create tokens out of the keywords and oepratros it finds(called lexemes)
-it then puts it in a symbol table