Abstract
New programming languages supporting advanced modularization mechanisms are often implemented as transformations to the imperative intermediate representation of an already established language. But while their core constructs largely overlap in semantics, re-using the corresponding transformations requires re-using their syntax as well; this is limiting. In the ALIA4J approach, we identified dispatching as fundamental to most modularization mechanisms and provide a meta-model of dispatching as a rich, extensible intermediate language. Based on this meta-model, one can modularly implement the semantics of dispatching-related constructs. From said constructs a single execution model can then be derived which facilitates interpretation, bytecode generation, and even optimized machine-code generation. We show the suitability of our approach by mapping five popular languages to this meta-model and find that most of their constructs are shared across multiple languages. We furthermore present implementations of the three different execution strategies together with a generic visual debugger available to any ALIA4J-based language implementation. Intertwined with this paper is a tutorial-style running example that illustrates our approach.
Original language | Undefined |
---|---|
Pages (from-to) | 7:1-7:28 |
Number of pages | 28 |
Journal | Journal of object technology |
Volume | 11 |
Issue number | 1 |
DOIs | |
Publication status | Published - Apr 2012 |
Keywords
- CR-D.3.4
- Pointcut-advice
- just-in-time compilation
- modular language implementation
- predicate dispatching
- EWI-21755
- Advanced dispatching
- Dispatching mechanisms
- Virtual Machines
- multiple dispatching
- METIS-296050
- IR-82103
- Debugging