Which of the following derivations does a top-down parser use while parsing an input string? The input is assumed to be scanned in left to right order.
Among simple LR (SLR), canonical LR, and look-ahead LR (LALR), which of the following pairs identify the method that is very easy to implement and the method that is the most powerful, in that order?