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.

posted @ 2020-06-02 08:58  winechord  阅读(73)  评论(0)    收藏  举报