资源列表
bianyikcsj.rar
- 我的编译原理课程设计,有界面,包括词法分析、语法语义分析、目标代码生成,功能强大,My principles of curriculum design, compilation, there are interfaces, including lexical analysis, grammar, semantic analysis, target code generation, powerful
yf.rar
- 构造实验一所给文法(应考虑改造)的FIRST集合和FOLLOW集合;构造LL(1)分析表;构造预测分析的总控程序;利用分析表、分析栈和总控程序对源程序进行自上而下的语法分输出整个语法分析过程中栈的变化过程及分析结果,如符合语法规则输出“正确”,否则输出“错误”。 ,Experiment to construct a grammar (should consider the transformation) of FIRST and FOLLOW set of the collection co
js-1.7.0.tar.gz
- javascr ipt脚本引擎,采用C、C++。解析全部JS的语句!,javascr ipt scr ipting engine, using C, C++. Analysis of all of JS' s statement!
compiler.rar
- 编译原理课程设计 if——THEN——ELSE LR语法分析 语义分析 词法分析,Principles of curriculum design compile if- THEN- ELSE LR parsing semantic analysis of lexical analysis
lex.rar
- 这是我们的一个实验报告,是词法分析器的,希望对大家有帮助,This is our report on an experiment is the lexical analyzer, and I hope all of you help
CyConsole.rar
- CyConsole.exe,用于调试KC51编程出的固件程序和主机程序之间数据传输,CyConsole.exe, for debugging of the KC51 firmware programming procedures and data transfer between the host program
C++To_VB.rar
- c++ to visual basic converter,c++ to visual basic converter
PL0编译器
- PL0编译器,有5个附加功能。编译原理实验用。,PL0 with five functions
PL0_Compiler_LR(1).rar
- 这是一个功能强大的编译器,有词法,语法,语义分析,并有着良好的人机交换界面。,This is a powerful compiler, there are lexical, syntax, semantic analysis, and have a good exchange of man-machine interface.
LL(1)compiler.rar
- 一个LL1语法分析程序。学习编译原理时可供参考。,A LL1 parser. Learning for reference when compiling principle.
算术表达式的词法分析和语法分析.rar
- 算术表达式的词法分析和语法分析,编译原理的实验,希望能和大家探讨。,arithmetic expression of lexical analysis and parsing, translation theory test, and we hope to explore.
pl0.rar
- PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序,PL/0 language may regard as the PASCAL language the subset, its compiler is a tr