Introduction - If you have any usage issues, please Google them yourself
As you know lexical analysis is the first pass of many programs including compilation code analysis... after finishing the first chapter of my course on compilation i ve decided to write my own lexical analyser of the c langage (cLex). the code have been tested on UNIX(FreeBSD) and windows(VS9) and should work fine on almost platform with an ansi c compiler.