Concepts Of Programming Languages
Concepts Of Programming Languages
12th Edition
ISBN: 9780134997186
Author: Sebesta, Robert W.
Publisher: Pearson,
Expert Solution & Answer
Book Icon
Chapter 4, Problem 26RQ

Explanation of Solution

Purpose of the GOTO table of an LR parser:

LR parser is a table driven parser and the table has two components- ACTION table and GOTO table.

  • As the name suggests the entries in this table decide to which state the parser should go next.
  • Rows of the GOTO table are labeled with states and columns are labeled with non-terminal symbols in the grammar.
  • The values of GOTO table indicates the state symbol which needed to be pushed into the stack after a reduce action.
  • In a reduce action the symbols on the top of stack which represents a handle is popped out and a new terminal is pushed (LHS of handle) back to the stack...

Blurred answer
Students have asked these similar questions
Describe three advantages of LR parsers.
Describe the activities done by the driver of a bottom-up parser.
Describe the activities that are carried out by the driver of a bottom-up parser.
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education