dragon-book-exercise-answers
dragon-book-exercise-answers copied to clipboard
Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
Provide a brief proof of problem 2.2.5:2)
第一个表格显示源码了,多了个缩进
The production S -> S + S | S S | (S) | S \* | a, after eliminate left recursion you got ``` S -> TB B -> AB...
Should be {$, a, +, *} instead of {a, +, *}
关于龙书2答案
为什么1.6.3中块B4的两个变量声明的作用域不包括B5?
Merge this request, it'll be helpful for other come here to find answer
I think that state D should be {0,1,2,3}.