【stanford|stanford cs143 Compilers 7.4 LL(1) Parsing Tables】
文章图片
文章图片
文章图片
文章图片
文章图片
In the name LL(1), the first L stands for scanning the input from left to right, the second L stands for producing a leftmost derivation, and the 1 stands for using one input symbol of lookahead at each step to make parsing action decision.