インタフェースの概要 |
IR |
IR
Intermediate Representation (IR) interface
Intermediate representation of programs consists of
following kinds of information:
High level intermediate representation (HIR)
Abstract representation of the logical structure of
source programs.
|
IR0 |
IR0
Simplified Intermediate Representation interface (IR0).
|
IrList |
IrList interfac
List of expressions, symbols, and others used in package ir.
|
SourceInf |
SourceInf interface
Source program information such as file name, line number,
column number are gathered in this interface.
|