Introduction - If you have any usage issues, please Google them yourself
The use of tools to implement the C/C++ language lexical analyzer:
Input: C/C++ source code file, that is, a file with a suffix of c/cpp.
Output: a text file with a suffix of tok.
Implementation function: a lexical analyzer that generates C/C++ language using the automatic generation tool Flex of lexical analysis