A line containing just a `;` should be lexed to just an `END_OF_LINE` token. However currently there is an empty `IDENTIFIER` token placed before it.
A line containing just a
;should be lexed to just anEND_OF_LINEtoken. However currently there is an emptyIDENTIFIERtoken placed before it.