Affiliation:
1. TU Darmstadt, Darmstadt, Germany
Abstract
Extensible programming languages such as SugarJ or Racket enable programmers to introduce customary language features as extensions of the base language. Traditionally, systems that support language extensions are either (i) agnostic to the base language or (ii) only support a single base language. In this paper, we present a framework for language extensibility that turns a non-extensible language into an extensible language featuring library-based extensible syntax, extensible static analyses, and extensible editor support. To make a language extensible, our framework only requires knowledge of the base language's grammar, the syntax for import statements (which activate extensions), and how to compile base-language programs. We have evaluated the generality of our framework by instantiating it for Java, Haskell, Prolog, JavaScript, and System F
ω
, and by studying existing module-system features and their support in our framework.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference31 articles.
1. The Java syntactic extender (JSE)
2. E. Burmako. Scala macros: Let our powers combine! In Scala Workshop 2013. to appear. E. Burmako. Scala macros: Let our powers combine! In Scala Workshop 2013. to appear.
3. D. de Rauglaudre. Camlp4 reference manual. http://caml.inria.fr/pub/docs/manual-camlp4/index.html accessed Mar. 26 2013 2003. D. de Rauglaudre. Camlp4 reference manual. http://caml.inria.fr/pub/docs/manual-camlp4/index.html accessed Mar. 26 2013 2003.
4. Syntactic abstraction in scheme