文件名称:词法分析器
介绍说明--下载内容均来自于网络,请自行研究使用
使用工具实现C/C++语言词法分析器:
输入:C/C++源代码文件,即后缀为c/cpp的文件。
输出:后缀为tok的文本性文件。
实现功能:使用词法分析的自动生成工具Flex生成C/C++语言的词法分析器(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)
输入:C/C++源代码文件,即后缀为c/cpp的文件。
输出:后缀为tok的文本性文件。
实现功能:使用词法分析的自动生成工具Flex生成C/C++语言的词法分析器(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)
相关搜索: C/C++语言词法分析器
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
编译原理课程设计 | ||
编译原理课程设计\a.exe | 44672 | 2017-06-16 |
编译原理课程设计\GoBang.txt | 3674 | 2017-06-15 |
编译原理课程设计\lex.yy.c | 57405 | 2017-06-16 |
编译原理课程设计\output.tok | 29470 | 2017-06-16 |