Back to the 2019 paper

Module 4 : Intermediate Code Generation & Code Improvement

20197m

Explain how type checking and error reporting are performed in compiler. Draw syntax tree and DAG for the statement:
a=(ab+c)(b+c)b+ca = (a * b + c) \wedge (b + c) * b + c

Similar questions