Introduction - If you have any usage issues, please Google them yourself
A C language lexical analyzer, is a good learning compiler theory of reference, write the program with VS2010, the lexical analysis process can be analyzed in C:
Identifier (a letter or underscore, followed can be alphanumeric or an underscore)
String constants
Character constants
Integer constant
General Real
With+ /- scientific notation
No+ /- scientific notation
Notes, can not handle pre-order 33 kinds of operators Description:, () [] operator in the world, where a,?: Sizeof did not give 11 kinds of procedure delimiter 32 kinds of keyword use the conversion table design , run fast, I also can identify the symbols for each numbered. This program designed with the VS2010 MFC, welcome to download share. . . .