5. Scripts, Intermediate Code, Macros, and Synthesis Primitives

Scripts are source code programs that are interpreted rather than compiled. Intermediate code is code that is human-readable like source code but is simple and intended to be interpreted rather than compiled into object code. Macros consist of one or a few user-defined source code statements that represent large sets of source code instructions and are used for convenience by programmers. Synthesis primitives are simple statements representing high-level functionality that get translated in a non-fixed manner that is dependent on how the primitives are used in the program. These kinds of code are described in more detail in this chapter.

5.1 Scripts

Some programs are run directly ...

Get The Software IP Detective’s Handbook: Measurement, Comparison, and Infringement Detection now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.