资源列表
[编译器/词法分析] bianyifield
说明:编译原理课程实验要求做的语法分析,不知道好不好-Principles of curriculum requirements of the compiler to do the experimental analysis of the grammar, I do not know good or not<> 在 2024-11-17 上传 | 大小:431kb | 下载:0
[编译器/词法分析] expression
说明:简单的函数绘图语言编写一个解释器语法分析部分源代码 语法分析的输入是在黑屏幕下输入text.txt,然后看运行结果。-Simple function of a graphics language interpreter part of the source code grammar analysis grammar analysis of the input is in the black screen, enter text.t<任爽> 在 2024-11-17 上传 | 大小:18kb | 下载:0
[编译器/词法分析] PL0_Source
说明:pl0编译器源码,是《编译原理》一书所附-pl0 compiler source code is<kingstarer> 在 2024-11-17 上传 | 大小:605kb | 下载:0
[编译器/词法分析] Soft20060210110014805
说明:一个较简单的词法分析程序,欢迎大伙儿下载评注-A simple lexical analysis procedures, welcome everybody to download Commentary<> 在 2024-11-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] Calculator
说明:该课程设计通过使用flex和bison编写了一个科学计算器的程序,运行时,出现dos界面,在其中输入您想要进行计算的数学表达式,并设定显示方式,就可以按照您的要求显示出计算结果。-The curriculum design through the use of flex and bison to prepare a scientific calculator program, run-time, there dos interface,<zhangkun> 在 2024-11-17 上传 | 大小:22kb | 下载:0
[编译器/词法分析] wordanalysis
说明:、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε<dujuan> 在 2024-11-17 上传 | 大小:2kb | 下载:0