1
In a single pass assembler, most of the forward references can be avoided by putting the restriction
Theory of Computation and Compilers MCQ - Semantic Analysis
- A assembly language version of the program which is created by the code.
- B a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure.
- C Both (A) and (B)
- D a permanent table which lists all keywords and special symbols of the language in symbolic form.
- A recognize the major constructs of the language and to cal the appropriate action routines that wil generate the intermediate form or matrix for these constructs
- B build a literal table and an identifier table.
- C build a uniform symbol table.
- D parse the source program into the basic elements or tokens of the language.