Across
- 4. variables defined in the runtime stack
- 8. scope is limited
- 9. converts intermediate language to assembly
- 11. breaks input character sequence into tokens
- 12. determines meaning of validated token sequences
- 13. file/library inclusion
Down
- 1. macro definition
- 2. variables that points to something in memory
- 3. file using shell commands used in compilation
- 5. scope is the entire program
- 6. assigning dynamic storage to pointers
- 7. validates token sequences using the grammar
- 10. storage allocated from the heap
