-
一个迷你的c编译器,实现了最基本的编译链接功能,可供学习参考...
一个迷你的c编译器,实现了最基本的编译链接功能,可供学习参考-a mini c compiler
- 2022-03-07 14:44:25下载
- 积分:1
-
这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_s...
这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。
每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点作为根节点生成一个树控件JTree显示到窗体程序上
-CMM parser
- 2023-07-09 15:45:03下载
- 积分:1
-
智能的词法分析 ,能任意输入正则表达式,能求出NFA,DFA,minDFA,和最后的匹配情况...
智能的词法分析 ,能任意输入正则表达式,能求出NFA,DFA,minDFA,和最后的匹配情况-Lexical analysis of intelligence, can enter any regular expression can be obtained NFA, DFA, minDFA, and the final match of the situation
- 2022-05-15 23:03:00下载
- 积分:1
-
编译原理
编译原理-文法等价转换-compiler theory- grammar Conversion
- 2022-01-31 01:05:59下载
- 积分:1
-
本人写的简单C词法分析器,能基本实现C词法分析。可以供要求不是很严格的毕业设计。...
本人写的简单C词法分析器,能基本实现C词法分析。可以供要求不是很严格的毕业设计。-I wrote a simple C lexical analyzer that can realize the basic lexical analysis of C. Can not very strict requirements for the graduation project.
- 2022-05-29 05:01:06下载
- 积分:1
-
Equation Editor, similar to the word inside the mathematical formula 3.0, howeve...
公式编辑器,类似word里的数学公式3.0,不过主要处理上标下标-Equation Editor, similar to the word inside the mathematical formula 3.0, however, dealt mainly with superscript subscript
- 2022-08-15 00:56:04下载
- 积分:1
-
compiler theory of curriculum design, the importation of Boolean expressions, an...
编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan-
- 2022-04-27 13:23:45下载
- 积分:1
-
关于C编译起的源码,喜欢C++的朋友可以
关于C编译起的源码,喜欢C++的朋友可以-On the C compiler from the source code, like C++" s friends can see
- 2022-01-31 02:00:13下载
- 积分:1
-
用词法+语法分析树写的四则运算,非常强大
用词法+语法分析树写的四则运算,非常强大
- 2022-03-22 11:19:24下载
- 积分:1
-
语法分析器(C++)源代码+其详细的课程设计报告
输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合――FIRST和FOLLOW集并对输入的算符优...
语法分析器(C++)源代码+其详细的课程设计报告
输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合――FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表
-Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract derived grammar of non-end collection- FIRST and FOLLOW set of the input operator priority grammar, operator precedence relations structure table
- 2022-06-20 01:08:25下载
- 积分:1