-
这是LL(1)的一个文法和 分析表 很好的
这是LL(1)的一个文法和 分析表 很好的 - This LL (1) a grammar and the analytical table are very good
- 2022-03-21 16:30:24下载
- 积分:1
-
这几天做编译的课程设计,只做了词法分析部分,感觉很不错!
这几天做编译的课程设计,只做了词法分析部分,感觉很不错!-these days do a translation of the curriculum design, doing some of the lexical analysis, I feel very good!
- 2022-03-19 08:21:32下载
- 积分:1
-
一个小型词法分析器,我编译课的课堂作业!
一个小型词法分析器,我编译课的课堂作业!-a small lexical analyzer, I compile a classroom course work!
- 2022-04-29 13:03:06下载
- 积分:1
-
C programm for finding Rankcorrelation between the to data X and Y.
In program...
C programm for finding Rankcorrelation between the to data X and Y.
In programm enter -1 to stop the entering data only while you are entering the X.-C programm for finding Rankcorrelation between the to data X and Y.
In programm enter-1 to stop the entering data only while you are entering the X.
- 2023-04-29 09:55:02下载
- 积分:1
-
LL(1)分析 写的语法分析程序,但是不能实现消除左递归,提取公因子...
LL(1)分析 写的语法分析程序,但是不能实现消除左递归,提取公因子-LL (1) analysis of written grammar analysis program, but can not eliminate the left recursion, extracting common factor
- 2022-03-01 22:29:26下载
- 积分:1
-
input is a regular expression, you can use : lowercase letters or numbers, said...
输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end;* Closure; , And set; To complement the set; E, empty string; O, empty set procedures will then generate the corresponding NFA, and the simplification of the DFA after finally lose into a string, procedures judgment whether it is to meet the regular expression
- 2022-06-14 20:06:53下载
- 积分:1
-
ogtalk is a logic of object
ogtalk是一种面向对象的逻辑编程语言,可以使用最Prolog的实现作为一个后端编译器。 -ogtalk is a logic of object-oriented programming language, you can use most Prolog realization as a back-end compiler.
- 2022-04-09 15:39:39下载
- 积分:1
-
PASCAL语言子集编译器,足够计算机系的学生交作业用了
PASCAL语言子集编译器,足够计算机系的学生交作业用了-PASCAL language subset compiler, the enough computer
department s students handed over the work to use
- 2022-04-19 21:18:31下载
- 积分:1
-
为EBNF符号对象的完整支持;
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures
- 2022-01-24 16:51:06下载
- 积分:1
-
dropped by recursive approach to design their own compiler, generating PL/0 Stac...
按递归下降方式设计其编译程序,生成PL/0栈式指令代码,然后解释执行。用(a=1)+2*(b=3+4*5)/2+2*a*b-(a=a+5)/ (c=2) 测试-dropped by recursive approach to design their own compiler, generating PL/0 Stack-code instructions, and then the interpretation and implementation. Using (a = 1) 2* (b = 3 4* 5)/2* a* b- (a = 5 a)/(c = 2) Testing
- 2022-01-25 23:49:31下载
- 积分:1