MOPS SI Week 11B

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