Re‐creation of source code from reverse polish form
Generate an AI Snapshot to get a quick, structured summary of this paper.
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
By adding redundant operators when compiling into reverse Polish notation, it is possible to re‐create source code in exactly its original form, useful for incremental compilers since it permits partial compilation without the need to maintain a copy of the original program.
Abstract
Abstract A method is described where, by adding redundant operators when compiling into reverse Polish notation, it is possible to re‐create source code in exactly its original form. An algorithm for performing this re‐creation is outlined. The method is useful for incremental compilers since it permits partial (and in some cases total) compilation without the need to maintain a copy of the original program.
