Towards a Modular Metatheory for Extensible Languages

Eric Van Wyk


Date: Thu, September 07, 2023
Time: 16:00
Room: Hall-C (29.02.050), Building 29, Echo


There is a longstanding interest in our community in language extension and mechanisms for easily adding (domain-specific) features to programming languages. One notion of extensibility argues that language extensions should be independently developed such that a programmer can pick the ones needed for their task at hand and compose them with a host language. Previously we have developed some ways to ensure that the composition of language and extension specifications leads to deterministic parsers and well-defined attribute grammars to implement the language.

Recently, Dawn Michaelson, Gopalan Nadathur, and I have been working to establish a modular approach to reasoning about metatheoretic properties for extensible languages. One aim is to ensure that properties established by a host language continue to hold when language extensions are added to the mix. For example, how can a type preservation property introduced by the host language be guaranteed to hold when new extensions that engage in type checking of their new constructs are added? Another aim is to also allow language extensions to introduce new properties that still hold when other extensions, unaware of the property, are added in. An extension that allows variables to be marked as secret or public may wish to establish a property that secret data never leaks to public variables; how is this property established in the presence of other extensions? This talk will discuss some initial techniques and tools we have developed to address these challenges.

About the Speaker

Eric Van Wyk is a Professor in the Computer Science and Engineering department at the University of Minnesota. His research interests are in programming languages, especially extensible languages. Of special interest are declarative specifications that support the implementation of languages composed from independently-developed language extensions, and more recently in how to establish metatheoric properties for such languages. He earned a Ph.D. from the University of Iowa and was a postdoc at the Oxford Computing Laboratory before joining the University of Minnesota. He is a recipient of an NSF CAREER Award, a McKnight Land Grant Professorship, and a Charles E. Bower Faculty Teaching Award.


Previous: Ralf Lämmel, Eric Van Wyk |
Next: Ralf Lämmel |