AoPL - Aspects of Programming Languages (Spring 2002)
Macro Languages
Powerpoint: AoPL.ppt [May 14, 2002]
Paper: "Growing Languages with Metamorphic Syntax Macros"
Language Transformation: The metafront Tool
Powerpoint: AoPL2.ppt [May 21, 2002]
Exercises (any 3 out of 4 ; groups of 1-3)
- Extend Java with a maybe construction:
- Write Maybe.l extending Java.l
- Write Maybe2Java.x
- Extend Java with a foreach construction:
- Write Foreach.l extending Java.l
- Write Foreach2Java.x
- Extend While with a switch construction:
- Write Switch.l extending Java.l
- Write Switch2Java.x
- Extend Java with any construction of your own choice:
- Write <any>.l extending Java.l
- Write <any>2Java.x
Deadline: Tuesday, May 28, 2002 (via email)
The metafront Tool:
Claus Brabrand