Ensuring Non-Interference of Composable Language Extensions
Title | Ensuring Non-Interference of Composable Language Extensions |
Publication Type | Conference Paper |
Year of Publication | 2017 |
Authors | Kaminski, Ted, Van Wyk, Eric |
Conference Name | Proceedings of the 10th ACM SIGPLAN International Conference on Software Language Engineering |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-5525-4 |
Keywords | attribute grammars, attribute-based encryption, Collaboration, Human Behavior, human factors, language extension composition, policy-based governance, pubcrawl, Scalability |
Abstract | Extensible language frameworks aim to allow independently-developed language extensions to be easily added to a host programming language. It should not require being a compiler expert, and the resulting compiler should "just work" as expected. Previous work has shown how specifications for parsing (based on context free grammars) and for semantic analysis (based on attribute grammars) can be automatically and reliably composed, ensuring that the resulting compiler does not terminate abnormally. However, this work does not ensure that a property proven to hold for a language (or extended language) still holds when another extension is added, a problem we call interference. We present a solution to this problem using of a logical notion of coherence. We show that a useful class of language extensions, implemented as attribute grammars, preserve all coherent properties. If we also restrict extensions to only making use of coherent properties in establishing their correctness, then the correctness properties of each extension will hold when composed with other extensions. As a result, there can be no interference: each extension behaves as specified. |
URL | https://dl.acm.org/citation.cfm?doid=3136014.3136023 |
DOI | 10.1145/3136014.3136023 |
Citation Key | kaminski_ensuring_2017 |