TL;DR
GPP is an adaptable, extensible preprocessor tool designed to be customizable for various preprocessing tasks, especially useful in research for handling diverse markup and programming languages.
Contribution
The paper introduces GPP, a flexible preprocessor with customizable syntax and behavior, addressing limitations of traditional preprocessors.
Findings
GPP can be tailored to different preprocessing needs.
GPP simplifies adapting to new markup and programming languages.
GPP enhances research workflows with flexible preprocessing capabilities.
Abstract
In computer science, a preprocessor (or macro processor) is a tool that programatically alters its input, typically on the basis of inline annotations, to produce data that serves as input for another program. Preprocessors are used in software development and document processing workflows to translate or extend programming or markup languages, as well as for conditional or pattern-based generation of source code and text. Early preprocessors were relatively simple string replacement tools that were tied to specific programming languages and application domains, and while these have since given rise to more powerful, general-purpose tools, these often require the user to learn and use complex macro languages with their own syntactic conventions. In this paper, we present GPP, an extensible, general-purpose preprocessor whose principal advantage is that its syntax and behaviour can be…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
