7.5. IR ScriptingΒΆ

The IR is an intermediate language used in the Axivion Suite for representing information about source code. Many style checks and analyses of the Axivion Suite are performed using the IR, and thanks to the IR scripting interface it is straightforward to build new analyses that are tailored to individual needs.

The Python scripting support for the IR is accessible via the command line tool rfgscript if the license features Scripting and IR are available.