文件名称:Lex_Yacc_Parser

  • 所属分类:
  • 编译器/词法分析
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 40kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 尤*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

语法分析器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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

编译实验报告

............\编译原理实验报告.doc

............\编译实验Lex部分

............\...............\Lex.cpp

............\...............\test.txt

............\...............\yylex.cpp

............\...............\yytab.h

............\...............\说明.txt

............\编译实验Yacc部分

............\................\example 1

............\................\.........\CMinus.l

............\................\.........\cminus.yy

............\................\.........\signal_table.txt

............\................\.........\test.txt

............\................\.........\yylex.cpp

............\................\.........\yyparse.cpp

............\................\.........\yytab.h

............\................\.........\说明.txt

............\................\example 2

............\................\.........\ambigious.l

............\................\.........\ambigious.yy

............\................\.........\signal_table.txt

............\................\.........\test.txt

............\................\.........\yylex.cpp

............\................\.........\yyparse.cpp

............\................\.........\yytab.h

............\................\.........\说明.txt

............\................\Yacc.cpp

............\................\说明.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org