资源列表
MMC-Next-Code
- Another MMC code for CCS Complier
BYYL
- 编译原理 实现标准C语言词法分析器 掌握程序设计语言词法分析的设计方法; 2.掌握DFA的设计与使用方法; 3.掌握正规式到有限自动机的构造方法; -Compiling principle realize standard C language lexical parsers Master program design language of lexical analysis design method 2. Master DFA design and method o
bianyiqi
- 编译原理的课程设计,是实现一个编译器的功能。-Compiler theory of curriculum design, and a compiler
javacclearning
- javacc学习资料 包括词法语法分析器的设计概念 每一步设计都有详细说明-javacc learning materials, including the design concept of lexical parser has a detailed descr iption of every step of the design
MBASIC
- 示范利用 Delphi 制作 BASIC 程序语言解释器- The demonstration manufactures the BASIC program language interpreter using Delphi
CPPLexical-nalysis
- 用C#制作的C++词法分析器,可以完成对代码量不太长的分析。-Made in C# C++ lexical analyzer, the amount of code can be done not too long analysis.
lex_and_yacc
- lex与yacc是特意为编写编译程序和解释程序的人设计的工具,它对非编译程序编写人员所感兴趣的许多应用程序也非常有用。-lex and yacc is written specifically for the compiler and interpreter for the design of the tool, its non-compiler writers are interested in is also very useful for many applications.
a
- 词法分析器,自己编的,经调试是正确的,使用与编译原理课
luamanual
- 初学lua者很好的学习资料,好好看看吧,吐血推荐。-Lua beginner learning materials are very good, good to see you, hematemesis recommended.
xunhuanyuju
- 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。-By design, compilation, debugging a syntax and semantic analysis program, syntax and semantic analysis to deepen understanding of the principles.
while
- 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s