Compiler Design

Which of the following best describes Recursive descent parser?

Correct answer

A. A top-down parsing technique that uses a set of recursive procedures to process the input grammar.

Explanation

Recursive descent parser refers to a top-down parsing technique that uses a set of recursive procedures to process the input grammar.