文件名称:Lex_Yacc_Parser
介绍说明--下载内容来自于网络,使用问题请自行百度
语法分析器lex和词法分析器yacc的C++语言实现
1.Lex
(1)Lex输入文件的解析
(2)正规表达式的解析
(3)一个正规表达式到NFA的转换算法实现
(4)多个NFA的合并
(5)NFA的确定化和最小化算法实现
(6)返回状态与返回内容的对应
2.Yacc
(1)Yacc输入文件的解析
(2)上下文无关文法到对应LR(1)文法的下推自动机的构造
(3)LR(1)文法的下推自动机到相应分析表的构造
(4)LR(1)总控程序的构造(查表程序)
(5)符号表的构建与相应管理程序
(6)语义动作程序的加入
环境:Visual Studio.NET 2003-Parser lex and yacc lexical analyzer C language 1.Lex (1) Lex lose into the analytical document (2) Analysis of the formal expression (3) a formal expression of the NFA conversion algorithm (4 ) more than the combined NFA (5) NFA and the determination of the smallest algorithm (6) to return to state and the return of the contents 2.Yacc counterparts (1) Yacc the analytical input file (2) context-free grammar to the corresponding LR (1) grammar pushdown automata Construction (3) LR (1) grammar pushdown automata corresponding to the tectonic analysis table (4) L R (1) General procedures for the control structure (look-up table) (5) Construction of the symbol table with the corresponding management procedures (6) semantic action procedures to the environment : Visual Studio 2003
1.Lex
(1)Lex输入文件的解析
(2)正规表达式的解析
(3)一个正规表达式到NFA的转换算法实现
(4)多个NFA的合并
(5)NFA的确定化和最小化算法实现
(6)返回状态与返回内容的对应
2.Yacc
(1)Yacc输入文件的解析
(2)上下文无关文法到对应LR(1)文法的下推自动机的构造
(3)LR(1)文法的下推自动机到相应分析表的构造
(4)LR(1)总控程序的构造(查表程序)
(5)符号表的构建与相应管理程序
(6)语义动作程序的加入
环境:Visual Studio.NET 2003-Parser lex and yacc lexical analyzer C language 1.Lex (1) Lex lose into the analytical document (2) Analysis of the formal expression (3) a formal expression of the NFA conversion algorithm (4 ) more than the combined NFA (5) NFA and the determination of the smallest algorithm (6) to return to state and the return of the contents 2.Yacc counterparts (1) Yacc the analytical input file (2) context-free grammar to the corresponding LR (1) grammar pushdown automata Construction (3) LR (1) grammar pushdown automata corresponding to the tectonic analysis table (4) L R (1) General procedures for the control structure (look-up table) (5) Construction of the symbol table with the corresponding management procedures (6) semantic action procedures to the environment : Visual Studio 2003
(系统自动生成,下载前可以参看下载内容)
下载文件列表
编译实验报告/编译原理实验报告.doc
编译实验报告/编译实验Lex部分/Lex.cpp
编译实验报告/编译实验Lex部分/test.txt
编译实验报告/编译实验Lex部分/yylex.cpp
编译实验报告/编译实验Lex部分/yytab.h
编译实验报告/编译实验Lex部分/说明.txt
编译实验报告/编译实验Yacc部分/example 1/CMinus.l
编译实验报告/编译实验Yacc部分/example 1/cminus.yy
编译实验报告/编译实验Yacc部分/example 1/signal_table.txt
编译实验报告/编译实验Yacc部分/example 1/test.txt
编译实验报告/编译实验Yacc部分/example 1/yylex.cpp
编译实验报告/编译实验Yacc部分/example 1/yyparse.cpp
编译实验报告/编译实验Yacc部分/example 1/yytab.h
编译实验报告/编译实验Yacc部分/example 1/说明.txt
编译实验报告/编译实验Yacc部分/example 2/ambigious.l
编译实验报告/编译实验Yacc部分/example 2/ambigious.yy
编译实验报告/编译实验Yacc部分/example 2/signal_table.txt
编译实验报告/编译实验Yacc部分/example 2/test.txt
编译实验报告/编译实验Yacc部分/example 2/yylex.cpp
编译实验报告/编译实验Yacc部分/example 2/yyparse.cpp
编译实验报告/编译实验Yacc部分/example 2/yytab.h
编译实验报告/编译实验Yacc部分/example 2/说明.txt
编译实验报告/编译实验Yacc部分/Yacc.cpp
编译实验报告/编译实验Yacc部分/说明.txt
编译实验报告/编译实验Yacc部分/example 1
编译实验报告/编译实验Yacc部分/example 2
编译实验报告/编译实验Lex部分
编译实验报告/编译实验Yacc部分
编译实验报告
www.dssz.com.txt
编译实验报告/编译实验Lex部分/Lex.cpp
编译实验报告/编译实验Lex部分/test.txt
编译实验报告/编译实验Lex部分/yylex.cpp
编译实验报告/编译实验Lex部分/yytab.h
编译实验报告/编译实验Lex部分/说明.txt
编译实验报告/编译实验Yacc部分/example 1/CMinus.l
编译实验报告/编译实验Yacc部分/example 1/cminus.yy
编译实验报告/编译实验Yacc部分/example 1/signal_table.txt
编译实验报告/编译实验Yacc部分/example 1/test.txt
编译实验报告/编译实验Yacc部分/example 1/yylex.cpp
编译实验报告/编译实验Yacc部分/example 1/yyparse.cpp
编译实验报告/编译实验Yacc部分/example 1/yytab.h
编译实验报告/编译实验Yacc部分/example 1/说明.txt
编译实验报告/编译实验Yacc部分/example 2/ambigious.l
编译实验报告/编译实验Yacc部分/example 2/ambigious.yy
编译实验报告/编译实验Yacc部分/example 2/signal_table.txt
编译实验报告/编译实验Yacc部分/example 2/test.txt
编译实验报告/编译实验Yacc部分/example 2/yylex.cpp
编译实验报告/编译实验Yacc部分/example 2/yyparse.cpp
编译实验报告/编译实验Yacc部分/example 2/yytab.h
编译实验报告/编译实验Yacc部分/example 2/说明.txt
编译实验报告/编译实验Yacc部分/Yacc.cpp
编译实验报告/编译实验Yacc部分/说明.txt
编译实验报告/编译实验Yacc部分/example 1
编译实验报告/编译实验Yacc部分/example 2
编译实验报告/编译实验Lex部分
编译实验报告/编译实验Yacc部分
编译实验报告
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.