Show the parse tree for the sentence (a b)*(c-d*e) b) List the rule numbers of the grammar rules in the sequence in which they would be applied in parsing the sentence (a b)*(c-d*e) by top-down parsing. Separate adjacent rule numebrs by a comma. Answer: c) Same as b), but assume bottom-up parsing.