PHASES OF COMPILER
Across
- 1. ____ constructs the desired target program from the intermediate representation of the source program
- 4. The output of the _______ is called an object file
- 6. The fifth phase of a compiler is___
- 7. How many parts of compiler are there?
- 9. Which table is a permanent database that has an entry for each terminal symbol?
- 11. Compiler should report the presence of _____ in the source program, in translation process
- 13. Lexical analysis is also called as ____ in a compiler.
- 14. In _____ analysis the compiler checks the meaning of the source code to ensure that it makes sense.
- 15. _____ is considered as a sequence of characters in a token.
Down
- 2. The lexical analyzer produces a list of ___ as output.
- 3. What is the name of the process that determining whether of tokens can be generated by a grammar
- 5. The action of parsing the source program into proper syntactic classes is called
- 8. An ________ converts high-level language into low-level machine language, just like a compiler.
- 10. A compiler scans the entire program and translates it as a whole into ______
- 12. The compiler also checks for_____ errors, such as undeclared variables and incorrect function calls.