

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is true for shift reduce parsers? |
A. | Scans and parses the input in one forward pass over the text, without any backup. |
B. | A shift command advances in the input stream by one symbol |
C. | LALR parser |
D. | All of the mentioned |
Answer» E. | |