-
一个GNU的C语言编译器源代码,源代码过万行.
一个GNU的C语言编译器源代码,源代码过万行.- A GNU C language compiler source code, source code ten thousand
lines
- 2022-01-21 18:09:31下载
- 积分:1
-
一个小型的C++代码解释器,可以运行简单的C++代码。
一个小型的C++代码解释器,可以运行简单的C++代码。-A small C++ code interpreter, you can run a simple C++ code.
- 2022-06-16 16:18:12下载
- 积分:1
-
用MFC编了一个迷你的Pascal编译器,交互式用户界面
用mfc编的一个mini pascal compiler,有交互界面,方便用户操作,对于学编译原理以及正在研究mfc的同学来说,是相当不错的参考源码。-mfc series with a mini pascal compiler, interactive interface user-friendly operation, the compiler theory and science is studying mfc students, it is a fairly good reference source.
- 2023-08-14 05:10:03下载
- 积分:1
-
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值...
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reservation system with separate identifier, and a description of their attributes. The establishment of an array, you read the word, the right word ASCII judgment, in ASCII value in a certain area and distinguish between (use to determine if statements), separately, its value lies ASCII range of different, to give a different properties (such as : system retain the word ...), after the completion of a lexical analyzer to identify,-, =, etc. characters.
- 2022-02-26 09:14:02下载
- 积分:1
-
本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译...
本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-this procedure include a detailed analysis of the morphology, syntax, semantic analysis and intermediate code generation, very good, very readable. On the loop is the translation
- 2022-05-13 15:26:00下载
- 积分:1
-
和YACC一样,但是提供对继承属性的语义计算
和YACC一样,但是提供对继承属性的语义计算-Same as YACC, but it provide the semantic calculation for inherited property
- 2023-02-27 02:25:03下载
- 积分:1
-
综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法...
综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法-Comprehensive use of the knowledge, integrated lexical analysis, symbol table management, and so the outcome of the procedure, programming the realization of LR algorithm
- 2022-01-26 03:47:17下载
- 积分: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语言编写的词法分析器 -C language morphology analyzer this procedure is the morphology analyzer which compiles with the c language
- 2022-05-20 02:26:21下载
- 积分:1
-
编译原理,语法分析 ll(1),lr (0),slr(1)
编译原理,语法分析 ll(1),lr (0),slr(1)-compiler theory, syntax analysis ll (1), lr (1), lr (0), slr (1), etc.
- 2022-03-23 10:04:05下载
- 积分:1