Across
- 2. The lexical analyzer produces a list of ___ of output
- 5. The state from where the automata starts is known as ____________
- 6. Compiler can check ____ error.
- 7. The initial phase of a compiler that analyzes the source code.
- 9. The sequence of character in a source program matched with a pattern for a token is called
- 10. Compiler should report the presence of _____ in the source program, in translation process.
- 11. The process of converting high-level code to machine code.
- 13. How many types of parser will be in compiler?
- 14. How many parts of compiler are there?
- 15. A program that converts assembly code to machine code.
Down
- 1. Which data structure in a compiler is used for managing information about variables and their attributes?
- 3. Which of the following is used for grouping of characters into tokens?
- 4. In computer design _____ is used to obtain a rightmost derivation in reverse
- 6. The lexical analyzer takes ____ as input.
- 8. The phase of a compiler that generates machine code
- 12. The action of parsing the source program into proper syntactic classes is called. Compiler can check ____ error.
