网站大量收购独家精品文档,联系QQ:2885784924

编译原理chapter3习题.ppt

  1. 1、本文档共14页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
编译原理chapter3习题

语法分析习题课(一) 习题1 对所给文法: S→(L)|a L→L,S|S 分别为句子(a,(a,a))建立最左推导和最右推导。 习题2 下述条件语句文法G(others表示其它语句)试图消除悬空的else,证明此文法是二义的。 stmt→if expr then stmt | matched_stmt matched_stmt→ if expr then matched_stmt else stmt | others 将stmt、matched_stmt、expr、other分别简记为S、MS、e和o。 则G可表述为下述形式: S→if e then S (1) S→MS (2) MS→if e then MS else S (3) MS→o (4) S =MS (2) =if e then MS else S (3) =if e then if e then MS else S else S (3) =if e then if e then o else S else S (4) =if e then if e then o else if e then S else S (1) =if e then if e then o else if e then MS else S (2) =if e then if e then o else if e then o else S (4) =if e then if e then o else if e then o else MS (2) =if e then if e then o else if e then S else o (4) S =if e then S (1) =if e then MS (2) =if e then if e then MS else S (3) =if e then if e then o else S (4) =if e then if e then o else MS (2) =if e then if e then o else if e then MS else S (3) =if e then if e then o else if e then o else S (4) =if e then if e then o else if e then o else MS (2) =if e then if e then o else if e then o else o (4) 习题3 文法G如下: S→E$ E ? - E E ? (E) E→ V F F ? - E F→ε V ? id T T ? (E) T→ε (1)求所有非终结符的First和Follow集合; (2)构造预测分析表; (3)分析句子id - (id)。 习题4 文法G如下: S→aABe$ A→b | Abc B→d (1)改写G为LL(1)文法; (2)求每个终结符的First和Follow集合; (3)构造预测分析表; (4)分析句子abbcde。 改写后的文法: S→aABe$ A→bA’ A’ →bcA’ | ? B→d * * * S=(L)=(L,S)=(S,S)=(a,S)=(a,(L))= (a,(L,S))=(a,(S,S))=(a,(a,S))=(a,(a,a)) S=(L)=(L,S)=

文档评论(0)

ligennv1314 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档