This short tutorial shows you how to compile and execute .l files using lex compiler. It also show you how to install lex compiler on your system in 1 step.
Program which takes input and determines whether token is an identifier, number, symbol or header file. Default program is named as lex.l which needs to compiled using yacc commands and then compile using gcc.