编译原理第二版龙书习题解答(最全_格式已改为手机可查看)
# Exercises for Section 2.2 ### 2.2.1 Consider the context-free grammar: S -> S S + | S S * | a 1. Show how the string `aa+a*` can be generated by this grammar. 2. Construct a parse tree for this string. 3. What language does this grammar generate? Justify your answer. #### Answer 1. `S` -> `S` S * -> `S` S + S * -> a `S` + S * -> a a + `S` * -> a a + a * ………………
文件列表
编译原理第二版龙书习题解答(最全_格式已改为手机可查看)
(预估有个152文件)
12.3.txt
856B
12.7.2.png
33KB
12.7.1.png
30KB
12.7.txt
2KB
2.2.1-2.png
2KB
2.2.3-5.png
2KB
2.2.3-4.png
6KB
2.2.3-3.png
7KB
2.2.txt
6KB
2.3.txt
4KB
暂无评论