Computer Science, asked by Babukhuraw7817, 1 year ago

Difference between top down parsing and bottom up parsing

Answers

Answered by Zisha7
3

Answer:

The parsing occurs from the starting symbol to the input string, in top down parsing. On the other hand, parsing occurs from the input string to the starting symbol, in symbol up parsing.

Similar questions