资源列表
[编译器/词法分析] cifascanner
说明:这几天做编译的课程设计,只做了词法分析部分,感觉很不错!-these days do a translation of the curriculum design, doing some of the lexical analysis, I feel very good!<何炜> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] 新建 文本文档 (5)
说明:词法分析器的一个实验报告 附带的有一个词法分析器 新手可以随便看看!-lexical analyzer in a report experimental fringe of a lexical analyzer novice can easily see!<张一> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] 简单的YACC程序
说明:目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the basic tools to use, and the lex<刘斌> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] simple词法编译器
说明:这是我个人编写的simple语言词法编译器,希望对大家能有所帮助,绝对是原创哦-This simple-accidence-compiler is wirtten by myself, I hope that it will be helpful to everyone, its written of my own, in deed.<孟庆洋> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] ansi_yacc
说明:标准C的语法分析的yacc文件,可以用bison 等语法分析生成器编译,生成标准C的语法 分析部分,可以和前面的Lex部分组成C编译 器的前端-standard C syntax analysis generates a file that can be used, such as bison syntax analysis compiler generator, generate standard C syntax analysis, and can in front of Lex<yyf> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] 词法分析编译原理实验c++
说明:一个很不错的c++ 程序!是编译系统的第一个程序,主要功能实现词法分析!通过对文本的编译,实现词法分析-a very good procedures c! The build system is the first procedure, the main function of achieving lexical analysis! The text adopted by the compiler to achieve lexical analysis<kang> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] Lexical_analysis
说明:词法分析的又一个例子 这个将词法分析做成了一个子程序便于后来与语法分析及语法制导连起来-lexical analysis of this yet another example of lexical analysis resulted in a subroutine and then to facilitate analysis of syntax and grammar guide link<李立纯> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] yufafenxi
说明:本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.<黄德春> 在 2025-07-22 上传 | 大小:2kb | 下载:0