CS450 Compiler Design
7
Levels of Programming Languages
•Q: How do the following make a HL language more abstract?
- Expressions
- control structures:
while, repeat-until, if-then-else
procedures
- data types
- encapsulation
modules, procedures, objects