ABSTRACT Maya: Multiple-Dispatch Syntax Extension in Java

Saved in:
Bibliographic Details
Title: ABSTRACT Maya: Multiple-Dispatch Syntax Extension in Java
Contributors: The Pennsylvania State University CiteSeerX Archives
Source: http://www.cs.utah.edu/flux/papers/pldi02-maya.pdf.
Collection: CiteSeerX
Subject Terms: metaprogramming, macros, generative programming
Description: We have designed and implemented Maya, a version of Java that allows programmers to extend and reinterpret its syntax. Maya generalizes macro systems by treating grammar productions as generic functions, and semantic actions on productions as multimethods on the corresponding generic functions. Programmers can write new generic functions (i.e., grammar productions) and new multimethods (i.e., semantic actions), through which they can extend the grammar of the language and change the semantics of its syntactic constructs, respectively. Maya’s multimethods are compile-time metaprograms that transform abstract syntax: they execute at program compile-time, because they are semantic actions executed by the parser. Maya’s multimethods can be dispatched on the syntactic structure of the input, as well as the static, source-level types of expressions in the input. In this paper we describe what Maya can do and how it works. We describe how its novel parsing techniques work and how Maya can statically detect certain kinds of errors, such as code that generates references to free variables. Finally, to demonstrate Maya’s expressiveness, we describe how Maya can be used to implement the MultiJava language, which was described by Clifton et al. at
Document Type: text
File Description: application/pdf
Language: English
Relation: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.74.4935
Availability: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.74.4935
http://www.cs.utah.edu/flux/papers/pldi02-maya.pdf
Rights: Metadata may be used without restrictions as long as the oai identifier remains attached to it.
Accession Number: edsbas.AB4DA4FC
Database: BASE
Be the first to leave a comment!
You must be logged in first