-
使用lex和yacc实现程序计算器
用Lex和Yacc实现计算器的例程-with Lex and Yacc achieve the routines Calculator
- 2022-02-16 08:42:12下载
- 积分:1
-
语法是一个C #和java解析器生成(编译)。它提高了…
Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging grammars without generating source code. It supports LL(k) grammars with an unlimited number of look-ahead tokens.
- 2022-03-18 00:36:28下载
- 积分:1
-
单词频率统计,再次基础上可以开展更广泛的工作
单词频率统计,再次基础上可以开展更广泛的工作- The word frequency statistics, in the foundation may do a more
widespread work once more
- 2022-03-30 19:35:53下载
- 积分:1
-
C编译器源码是我到处找来的,看了之后很有收获
C编译器源码是我到处找来的,看了之后很有收获-C compiler source is found everywhere, and found the great harvest
- 2023-01-28 09:15:03下载
- 积分:1
-
一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。...
一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing; 3. Operator precedence relations of the matrix structure.
- 2022-02-18 16:37:46下载
- 积分:1
-
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运...
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运算符、标点符号和常量等。-Principles of curriculum design compiler report lexical analyzer (C++) By reading the source code into the source of characters and word formation rules in accordance with the cut into a series of words. Word is the language with the smallest unit of independent significance, including reserved words, identifiers, operators, and constants, such as punctuation.
- 2022-07-14 05:54:40下载
- 积分:1
-
目标代码生成,从四元式到汇编语言的翻译
目标代码生成,从四元式到汇编语言的翻译-object code generation, from four yuan to the compilation-language translation.
- 2022-08-12 11:59:41下载
- 积分:1
-
使用C/C++语言作为实现语言,实现一个简单PL/0语言的编译器。手工编码实现编译器的组成部分。语法分析程序采用递归下降分析法。...
使用C/C++语言作为实现语言,实现一个简单PL/0语言的编译器。手工编码实现编译器的组成部分。语法分析程序采用递归下降分析法。-The use of C/C++ language as the implementation language, to achieve a simple PL/0 language compiler. Hand-coding part of the compiler. Parser uses recursive descent analysis.
- 2023-05-12 05:10:02下载
- 积分:1
-
win32 汇编语言编译器源码
win32 汇编语言编译器源码-win32 assembly language compiler source
- 2023-04-25 10:45:04下载
- 积分:1
-
the queue code that wrote in C++ language
the queue code that wrote in C++ language
- 2022-02-04 23:11:35下载
- 积分:1