Difference between top down parsing and bottom up parsing
Answers
Answered by
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