资源列表
pl0sheji
- pl0分离解释器 添加for语言 添加数组 添加bool型 添加bool短路计算-pl0 separate interpreter for the language add add add bool type to add an array of bool short-circuit calculation
complier
- 我们设计的编译程序涉及到编译五个阶段中的三个,即词法分析器、语法分析器和中间代码生成器。编译程序的输出结果包括词法分析后的二元式序列、变量名表、状态栈分析过程显示及四元式序列程序,整个编译程序分为三部分: (1) 词法分析部分 (2) 语法分析处理及四元式生成部分 (3) 输出显示部分 -We designed the compiler to compile the five stages involved in the three, namely, lexical analy
IF_ELSE
- IF-ELSE语句的翻译程序用c写的,大街可以参考一下-if else complier if else complier
ifdo
- ELSE条件语句的翻译程序设计(递归下降法、输出四元式)-ELSE conditional statements of the translation program design (recursive descent method, the output quaternion type)
regular_to_DFA
- 编译原理---正则表达式到DFA的演示程序- Translation principle --- regular expression to DFA demonstration program
PL0
- PL0语言(很像PASCAL语言)的一个简易编译器,不过不是我做的.还是很有意思的.
Uygulama7
- c++ examples ( pointers )
bianyiyuanli
- 编译原理实验,语法分析程序, 实现对输入的语句进行词法分析,语法分析,以及语义分析-Compiler Principle Experiment, syntax analysis program, the realization of the input sentences to lexical analysis, grammar analysis and semantic analysis
tiger_Lexical
- 针对“虎书”中的tiger语言写的词法分析器 实现了多重注释嵌套、字符串中特殊转义字符和文件结束等处理。 具体请参考Readme.txt-the "tiger" that the tiger was the language lexical analyzer to achieve multiple nested Notes, strings and special escape characters such as an end-of-file processing.
ScriptOfMFC
- 基于MFC的脚本解释器,类似与VC的编译器,可以动态执行指定的代码段!-MFC-based scr ipt interpreter, similar to the VC compiler, you can dynamically execute the specified code!
Scanner
- 用C#做的《编译原理》PROJECT--词法分析器 可识别的内容:C#的77个关键字,小数型和整数型数,各种运算符等