Abstract
This paper reformulates type qualifiers as language extensions that can be automatically and reliably composed. Type qualifiers annotate type expressions to introduce new subtyping relations and are powerful enough to detect many kinds of errors. Type qualifiers, as illustrated in our ableC extensible language framework for C, can introduce rich forms of concrete syntax, can generate dynamic checks on data when static checks are infeasible or not appropriate, and inject code that affects the program’s behavior, for example for conversions of data or logging. ableC language extensions to C are implemented as attribute grammar fragments and provide an expressive mechanism for type qualifier implementations to check for additional errors, e.g. dereferences to pointers not qualified by a “nonnull” qualifier, and report custom error messages. Our approach distinguishes language extension users from developers and provides modular analyses to developers to ensure that when users select a set of extensions to use, they will automatically compose to form a working compiler.
Original language | English (US) |
---|---|
Title of host publication | GPCE 2017 - Proceedings of the 16th ACM SIGPLAN International Conference on Generative Programming |
Subtitle of host publication | Concepts and Experiences, co-located with SPLASH 2017 |
Editors | Mathew Flatt, Sebastian Erdweg |
Publisher | Association for Computing Machinery, Inc |
Pages | 91-103 |
Number of pages | 13 |
ISBN (Electronic) | 9781450355247 |
DOIs | |
State | Published - Oct 23 2017 |
Event | 16th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences, GPCE 2017 - Vancouver, Canada Duration: Oct 23 2017 → Oct 24 2017 |
Publication series
Name | GPCE 2017 - Proceedings of the 16th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences, co-located with SPLASH 2017 |
---|
Other
Other | 16th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences, GPCE 2017 |
---|---|
Country/Territory | Canada |
City | Vancouver |
Period | 10/23/17 → 10/24/17 |
Bibliographical note
Publisher Copyright:© 2017 Copyright held by the owner/author(s). Publication rights licensed to Association for Computing Machinery.
Keywords
- Dimensional analysis
- Extensible languages
- Pluggable types
- Type qualifiers
- Type systems