Bottom-Up Parser
Bottom-Up Parser. Reference. Andrew W. Appel, Modern Compiler Implementation in Java, 2 nd edition, Cambridge Press, 2002. Section 3.2 and 3.3. Weakness of LL(k) parsing. They must predict which production to use, having seen only the first k tokens of the right-hand side. LR(k) Parsing.
1.2k views • 55 slides