Recursive descent parsing is an example of
Recursive descent parsing is an example of
Atop down parsing
Bbottom up parsing
Cpredictive parsing
Dheuristic parsing.
All DiscussionsClick here to write answer
Answer : top down parsing
Explanation:
One of the most straightforward forms of parsing is recursive descent parsing. This is a top-down process in which the parser attempts to verify that the syntax of the input stream is correct as it is read from left to right.
All Comments
Post your answers here:
Post