资源列表
[编译器/词法分析] Cpp1
说明:C++词法分析器,可以完成基本的词法、语句分析等-C++lexical analyzer,you can complete the basic lexical,statement analysis,etc.<Rochee Soong> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[编译器/词法分析] A-Simple-LexicalAnalyzer(C)
说明:此程序是正对编译原理中所涉及到的词法分析程序所编译的一个简单的C语言版的词法分析程序。-This a simple Lexical Analyzer in the C environment.<谭若斯> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[编译器/词法分析] Lexical-analyzer-(describe-by-cPP)
说明:完成编译的词法分析工作,程序很简陋,功能简单,适合学习-The compiler complete morphology analysis work, the program is very simple, function is simple, suitable for learning<chen tao> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[编译器/词法分析] yufa
说明:选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。 输入:由实验一输出的单词类别串,如1,3,1。 输出:对于所输入的源程序,如果输入符号串是给定文法定义的合法句子,则输出“RIGHT”,并且给出每一步归约的过程;如果不是句子,即输入串有错误,则输出“ERROR”,并且显示已经归约出的各个文法符号,以及必要的出错说明信息。 -Choose a variety<韩平 > 在 2025-06-17 上传 | 大小:1kb | 下载:0
[编译器/词法分析] Lexical-analysis_test
说明:用C++写的语法分析器,输入界面是文件名,能实现对关键字,变量,常量的分析。比较简单。-With C++ written parser, the input interface is the name of the file, can achieve the keyword, variables, constants analysis. Relatively simple.<老叶> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[编译器/词法分析] grammarAnalysis
说明:编译原理,C语言,利用递归下降法进行表达式分析。实现了普通加减乘除表达式的分析。-Compiling principle, the C language, using a recursive descent method for expression analysis. Realize the common add, subtract, multiply and divide expression analysis.<SAM> 在 2025-06-17 上传 | 大小:1kb | 下载:0