资源列表
[编译器/词法分析] syntax-analysis
说明:这是我从其他地方搜集过来的语法分析程序,希望对大家能有帮助-This is what I gather from other places over the syntax analysis procedures in the hope that we can to help<zwz> 在 2025-06-19 上传 | 大小:5kb | 下载:0
[编译器/词法分析] nibolan-convention
说明:这是我大三做编译原理实验时总结出来的逆波兰转换程序-This is the church I do compiler principle experiment concluded, the reverse conversion Poland<zwz> 在 2025-06-19 上传 | 大小:3kb | 下载:0
[编译器/词法分析] pl0-source-code-from-book
说明:编译原理的pl/0源码,非常好,外面很难找到,里面实现了pl0语言的具体细节-compiler principles pl/0 source, a very good, very difficult to find outside. p10 inside the realization of the language specific details<digg> 在 2025-06-19 上传 | 大小:246kb | 下载:0
[编译器/词法分析] lr0-Parser-in-java
说明:这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language syntax lr0 lexical analyzer for the realization of the language syntax compiler part<digg> 在 2025-06-19 上传 | 大小:8kb | 下载:0
[编译器/词法分析] l-language-in-c
说明:本学期编译课程需要实现L语言,本源码用c实现了L语言的词法语法的分析部分-compile this semester courses need to achieve L language, the source code used to achieve the L c language lexical analysis of the grammatical<digg> 在 2025-06-19 上传 | 大小:3.3mb | 下载:0
[编译器/词法分析] homework_of_compile2
说明:一个编译原理的词法分析程序,功能都已经完备了,可以从文件读入,输出分析完成的各个词-a compiler tenets of lexical analysis procedures, functions have been perfect, and can be read into the document. Analysis of the output of completed all words<zhangjie> 在 2025-06-19 上传 | 大小:363kb | 下载:0
[编译器/词法分析] cifafenxiqi(new)
说明:词法分析器制作与应用 设计思想 (1)程序主体结构部分: 说明部分 %% 规则部分 %% 辅助程序部分 (2)主体结构的说明 在这里说明部分告诉我们使用的LETTER,DIGIT, IDENT(标识符,通常定义为字母开头的字母数字串)和STR(字符串常量,通常定义为双引号括起来的一串字符)是什么意思.这部分也可以包含一些初始化代码.例如用#include来使用标准的头文件和前向说明(forward ,references).这些代码应该再标记"%{"和"%}"<黄启龙> 在 2025-06-19 上传 | 大小:4kb | 下载:0
[编译器/词法分析] youxianzidongjihuajian
说明:有限自动机的确定化及化简 1、更正了 DFA_simplify2 中的错误 2、增加新旧状态对照表 ds_temp --NFA转DFA -- 输入字符 -- 要求 id 必须从 1 开始连续递增-Finite Automata and the identification of a simplification, correction of the errors DFA_simplify2 2, increase the old and new stat<黄启龙> 在 2025-06-19 上传 | 大小:3kb | 下载:0
[编译器/词法分析] LL1wenfafenxi
说明:LL1文法分析器,借用网上资源编写而成,有些粗糙,勉强可以用-LL1 grammar analyzers, use online resources to complete, some rough, barely used<Norman> 在 2025-06-19 上传 | 大小:428kb | 下载:0
[编译器/词法分析] translater
说明:将简单中缀算术表达式变换成: (1)后缀形式 (2)对常量算术表达式,输出结果 简单中缀算术表达式是指由单个字母变量,自然数通过 +,-,*, DIV , MOD运算以及括号()构成的表达式,如 a + ( 5 MOD 2) * 2。 -will Infixation simple arithmetic expressions transform into : (a) the form of the suffix (2) constant arithmetic expressio<sunny> 在 2025-06-19 上传 | 大小:2kb | 下载:0