-
编译器 带报告
编译器 带报告-compiler with the report SUMMARY
- 2022-02-04 02:41:56下载
- 积分:1
-
本代码为根据老师的课程设计要求做的小编译器的词法分析部分和语法分析部分,附件中有老师的要求文档,还有语法分析时使用到的分析表...
本代码为根据老师的课程设计要求做的小编译器的词法分析部分和语法分析部分,附件中有老师的要求文档,还有语法分析时使用到的分析表-This code is based on the teacher" s curriculum design requirements to do a small part of the compiler" s lexical analysis and syntax analysis section, in the annex to the request of the teacher documents, as well as the use of grammatical analysis to the analysis table
- 2022-03-21 23:02:52下载
- 积分:1
-
解析函数:语法分析是编译过程的核心,它的主要…
语法分析的功能:
语法分析是编译过程的核心部分,它的主要任务是按照和程序语言的语法规则,从由词法分析输出的源程序符号串中识别出各类语法分析成分,同时进行语法检查,为语义分析和代码生成作准备。
有报告-Parsing functions: syntax analysis is the core of the compiler process, its main tasks and procedures in accordance with the grammatical rules of language, from the output by the lexical analysis of source symbols to identify all types of string parsing components, at the same time syntax checker for semantic analysis and code generation to make preparations. There are reports
- 2022-04-01 23:12:50下载
- 积分:1
-
1、给出各单词符号的类别编码。
2、词法分析程序应能发现输入串中的错误。
3、词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件。
4...
1、给出各单词符号的类别编码。
2、词法分析程序应能发现输入串中的错误。
3、词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件。
4、设计两个测试用例(尽可能完备),并给出测试结果。
-1, given the various types of code word symbols. 2, lexical analysis procedure should be able to detect errors in the input strings. 3, again as a separate lexical analysis prepared for morphological analysis of binary sequence consisting of between documents. 4, the design of the two test cases (as far as possible, complete), and gives test results.
- 2023-05-28 12:15:03下载
- 积分:1
-
一个GNU的C语言编译器源代码,源代码过万行.
一个GNU的C语言编译器源代码,源代码过万行.- A GNU C language compiler source code, source code ten thousand
lines
- 2022-01-21 18:09:31下载
- 积分:1
-
一个flex和bison用法入门的很好的例子。 按照词法分析,语法分析,语义分析的顺序来熟悉flex和bison这两个有力的工具。最后给出了一个用flex做词法...
一个flex和bison用法入门的很好的例子。 按照词法分析,语法分析,语义分析的顺序来熟悉flex和bison这两个有力的工具。最后给出了一个用flex做词法分析用bison做语法分析设计的科学计算器(不同于一般程序设计中的入门级计算器),是学习编译原理的很好的例子。-a flex and bison portal usage of a very good example. According lexical analysis, parsing, Semantic analysis of the sequence to flex and bison familiar with these two powerful tool. Finally, a use flex do lexical analysis bison do syntax analysis and design of scientific calculators (unlike General Program Design"s entry-level calculators), compiler theory is the study of good examples.
- 2022-02-28 21:54:31下载
- 积分:1
-
this procedure is the function : China will decorate the expression (containing...
本程序的功能是:将中缀表达式(只能含有的运算符为( ) / * + - =)转化为后缀表达式,-this procedure is the function : China will decorate the expression (containing only the operator ()/*- =) into suffix expression,
- 2022-07-12 16:08:23下载
- 积分:1
-
c实现的四元式,模拟编译原理来实现,程序本身没什么难度,不过写这种程序能进一步加深对编译原理的理解!...
c实现的四元式,模拟编译原理来实现,程序本身没什么难度,不过写这种程序能进一步加深对编译原理的理解!-c 4 yuan to achieve the style, analog compiler principles to achieve, the process itself little more difficult, but to write such a procedure would further deepen the understanding of compiler theory!
- 2022-09-28 09:45:03下载
- 积分:1
-
一款VB 工具,能够反编译VB5/VB6的部分源码(只供学习,请勿用于商业用途!!!)...
一款VB 工具,能够反编译VB5/VB6的部分源码(只供学习,请勿用于商业用途!!!) -VB a tool that can decompile VB5/VB6 part of source code (for learning, not for commercial purposes!!!)
- 2022-03-07 05:58:14下载
- 积分:1
-
用语法分析器编写的语法和词法分析
用c编写的语法解析器,能进行词法和语法分析-c prepared with the parser can make grammatical and lexical analysis
- 2022-02-04 01:25:04下载
- 积分:1