MOPS SI Week 11B

123456789101112131415
Across
  1. 2. file/library inclusion
  2. 7. determines meaning of validated token sequences
  3. 12. converts intermediate language to assembly
  4. 13. abstract data types
  5. 14. file using shell commands used in compilation
  6. 15. like structs but shares same space
Down
  1. 1. variables defined in the runtime stack
  2. 2. macro definition
  3. 3. validates token sequences using the grammar
  4. 4. scope is the entire program
  5. 5. variables that points to something in memory
  6. 6. breaks input character sequence into tokens
  7. 8. a form of ADT, used to hold multiple objects
  8. 9. assigning dynamic storage to pointers
  9. 10. storage allocated from the heap
  10. 11. scope is limited