In: Computer Science
two techniques for implementing a top-down parser: a recursive descent parser and a table-driven parser.
a.What are the advantages of writing a recursive descent parser instead of a table-driven parser?
b.What are the disadvantages of recursive descent?