Explain Recursive Descent Parsing
It is a top down parsing with no backtracking. This parsing method uses a set of recursive processes to perform parsing. Most important advantages of recursive descent parsing are its simplicity and generality. It can be implemented in any type of language supporting recursive procedures.