资源列表
essential-cpp-source-for-non-windows
- c编译器词法分析程序源码,进行词法分析,可找出错误,输出行数 -lexical analysis procedure source, lexical analysis, can identify errors, but a few Output
编译原理课后答案
- 吕映芝 张素琴 蒋维杜 编著的编译原理的部分习题答案包括第三、四、五、六、八、十一章 清华大学-Lu Ying Chi Zhang Shuqing Jiang Wei DU compile the compiler part of the principle of including the third answer the questions, 4, 5, 6, 8, 11 Tsinghua University chapter! !
简单的语义分析basic
- 简单易用 易看的编译器 带词法分析和语法分析 输出是二元式和四元式 使用读取文件的方式进行编译 功能基本完整-easy to use easy to see the compiler with lexical analysis and parsing the output of which is dual-and four yuan-use read the document compiled basic functional integrity
四元转换器
- 四元式分析器。供初学者借鉴和使用。只要使用算符优先算法。-four yuan analyzer. For beginners learn from and use. As long as the operator priority to the use of algorithms.
ll1fenxi
- LL1文法分析器的例子,用vc++6.0制作,调试成功-LL1 grammar analyzer example, produced using vc 6.0, debug success
Winsuanfu007
- 算符优先文法分析器的例子,vc++6.0制作-operator priority grammar analyzer example, produced 6.0 vc
单云飞_词法分析
- 分析关键字,运算符,常数并用动态链表保存结果-keyword analysis, Operators, constant and dynamic results preservation Chain
cafa
- 词法分析器,可以对c 常用的关键字,和字符进行识别分类-lexical analyzer can be used to c keyword, and the identification of characters classification
vc52499446672
- 此文件是在c++环境下编写的词法分析器,鉴于希望能对初学者有所帮助,所以上传 -this document was prepared under c of the lexical analyzer, in the light of hope can help beginners, upload
生成Pascal语言的语法 词法分析器
- 生成Pascal语言的语法 词法分析器-generation language syntax lexical analyzer
编译原理实验一
- 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
yufafenxi
- 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.