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