-
在统计目录下所有的源程序都实现了
用C实现的统计一个目录下的所有源程序共有多少行,源代码值得一看。- Under statistical catalogue all source programs realizes which
with C altogether have how many line, the source code are worth as
soon as looking.
- 2023-08-17 17:15:03下载
- 积分:1
-
对简单的C程序或者Pascal程序进行词法分析
对简单的C程序或者Pascal程序进行词法分析以TOKEN字的形式放入结果文件-of simple C program or Pascal procedures lexical analysis in the form of the word TOKEN Add outcome document
- 2023-04-26 18:25:03下载
- 积分:1
-
一个词法分析器,挺实用的,实现了小数,界符,关键字,运算符,标识符的检测...
一个词法分析器,挺实用的,实现了小数,界符,关键字,运算符,标识符的检测-a lexical analyzer, they are practical and realized the minority community website, keyword, Operators, the identifier Detection
- 2022-10-18 22:10:03下载
- 积分:1
-
一种小型的语言编译器
一个小型C语言编译器- A small C language compiler
- 2022-01-26 04:28:25下载
- 积分:1
-
VC MFC PL/0语言中的词法分析
vc++ mfc pl/0词法分析-vc mfc pl/0 lexical analysis
- 2022-08-24 13:26:34下载
- 积分:1
-
语法分析器词法分析器
语法分析器词法分析器-Parser lexical analyzer
- 2022-07-17 03:44:05下载
- 积分:1
-
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp...
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp->exp + exp | exp - exp| exp * exp |exp / exp |exp ^ exp | - exp |(exp) |NUM
对于输入的表达式,能输出结果。比如:
3 +(4 *5)结果应为23
当出现错误时可以进行错误处理。
-This is a test report, the purpose is to master the use YACC to learn YACC handling of the ambiguity approach. Using tools such as YACC grammar that generates the following expression for the corresponding calculator exp-> exp+ exp | exp- exp | exp* exp | exp/exp | exp ^ exp |- exp | (exp) | NUM expression for the input type, can be output. For example: 3+ (4* 5) the result should be 23 when the error can be error-handling.
- 2022-05-23 10:34:44下载
- 积分: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
-
C programm for simple Calculator.
C programm for simple Calculator.
- 2023-06-20 19:30:03下载
- 积分:1
-
本程序实现了mini pascal的一个编译的总过程。
本程序实现了mini pascal的一个编译的总过程。-the process of achieving a mini pascal translation of the total process.
- 2022-03-15 07:54:42下载
- 积分:1