Discuss the merits of translating the abstract syntax tree

Discuss two possible strategies that you might use to translate the abstract syntax
April 1, 2023
Give a brief description of the main features of Lex and Yacc
April 1, 2023

Discuss the merits of translating the abstract syntax tree

Programming Language Compilation
Discuss the merits of translating the abstract syntax tree representation of a
program into assembly language by means of
(a) an ad hoc recursive tree walking program [10 marks]
(b) an algorithm based on tables automatically generated from tree translation
rules [10 marks]