Abstract
Lisp has shown that a programmable syntax macro system acts as an adjunct to the compiler that gives the programmer important and powerful abstraction facilities not provided by the language. Unlike simple token substitution macros, such as are provided by CPP (the C preprocessor), syntax macros operate on Abstract Syntax Trees (ASTs). Programmable syntax macro systems have not yet been developed for syntactically rich languages such as C because rich concrete syntax requires the manual construction of syntactically valid program fragments, which is a tedious, difficult, and error prone process. Also, using two languages, one for writing the program, and one for writing macros, is another source of complexity. This research solves these problems by having the macro language be a minimal extension of the programming language, by introducing explicit code template operators into the macro language, and by using a type system to guarantee, at macro definition time, that all macros and macro functions only produce syntactically valid program fragments. The code template operators make the language context sensitive, which requires changes to the parser. The parser must perform type analysis in order to parse macro definitions, or to parse user code that invokes macros.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference15 articles.
1. ANSi Standard on C X3.159.1989 ANSI NY 1990. ANSi Standard on C X3.159.1989 ANSI NY 1990.
2. A compiler definition facility based on the syntactic macro
Cited by
33 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. A pred-LL(*) Parsable Typed Higher-Order Macro System for Architecture Description Languages;Proceedings of the 22nd ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences;2023-10-22
2. A Survey of Metaprogramming Languages;ACM Computing Surveys;2020-11-30
3. Foreign language interfaces by code migration;Proceedings of the 18th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences;2019-10-21
4. Lightweight multi-language syntax transformation with parser parser combinators;Proceedings of the 40th ACM SIGPLAN Conference on Programming Language Design and Implementation;2019-06-08
5. Meta C++: an extension layer for multi-stage generative metaprogramming .;The Journal of Object Technology;2019