-
实现词法分析,用VB写的对结果进行分类显示
实现词法分析,用VB写的对结果进行分类显示-achieve lexical analysis using VB wrote to the classification results show
- 2022-01-23 10:12:35下载
- 积分:1
-
这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写...
这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their own procedures, not to use the results of others directly from the original grammar conducted calculated reasoning, but the use of the c language, many are bottom of their function to write, like hash exterior of the hash function , as from the dynamic growth of distribution. Of course, this is far from perfect, but has made a lot of work, they just lacked the poor fail to find an ideal script language support, no way to the final only with an array of function pointers for the Semantic call.
- 2022-10-31 07:10:03下载
- 积分:1
-
一个简单的C
一个简单的类C语言的编译器的实现
可以参考学习编译原理的基本实现-a simple C-like programming language compiler can refer to the realization of the principle of learning basic compiler to achieve
- 2022-03-10 02:16:35下载
- 积分:1
-
从源程序文件中读取有效字符和并将其转换成二元组机内表示形式输出。...
从源程序文件中读取有效字符和并将其转换成二元组机内表示形式输出。-Read from source file characters and the effective and converted into binary machine express the form of group output.
- 2023-03-08 04:35:02下载
- 积分:1
-
c语言编译器完正版
c语言编译器完正版-c language compiler legal copy
- 2022-04-25 17:47:22下载
- 积分:1
-
1、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、LL(1)分析过程
1、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、LL(1)分析过程应能发现输入串出错。
3、设计两个测试用例(尽可能完备,正确和出错),并给出测试结果。
-1, input strings should be the output of lexical analysis of binary sequence, that is, the arithmetic expression of a
- 2022-10-09 04:30:03下载
- 积分:1
-
一个小型的编译程序,用于学习实验。
文件中包含有 词法分析 语法分析 编译程序等...
一个小型的编译程序,用于学习实验。
文件中包含有 词法分析 语法分析 编译程序等
-Compile a small program for learning experiment. File contains lexical analysis parser compiler, etc.
- 2022-08-07 07:38:58下载
- 积分:1
-
it is program which is used to bulid a hut in c program.having the simplicity in...
it is program which is used to bulid a hut in c program.having the simplicity in program
- 2022-01-31 02:33:57下载
- 积分:1
-
编译器可以在词法分析的表达来实现的,语法分析…
该编译器对表达式可实现词法分析,语法分析,语义分析-The compiler can be realized on the expression of lexical analysis, syntax analysis, semantic analysis
- 2023-04-15 00:45:04下载
- 积分:1
-
这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示...
这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示-It s a grammer analyzer,which is convenience,if you input sentence,program will automatic analyse and clue to if it is error.
- 2023-02-26 14:45:03下载
- 积分:1