Higher Study | Compiler Design | Syntax Analysis

Consider the grammar defined by the following production rules, with two operators ∗ and + S → T * P T → U|T * U P → Q + P|Q Q → Id U → Id Which one of the following is TRUE?
Which is a permanent database in the general model of compiler?
Which one indicates a technique of building cross compilers?
Given the grammar s → T * S | T T → U + T | U U → a | b Which of the following statements is wrong?
Ads