You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
393 B
13 lines
393 B
# Intermediate Representation
|
|
|
|
The Intermediate Representation is a format used by the back-end for analysis. It is produced by one of the front-ends, one for each program analyzed.
|
|
|
|
The main entry point is the intermediate language in [Sil](Sil.rei).
|
|
|
|
The control flow graph module is [Cfg](Cfg.rei).
|
|
|
|
The call graph module is [Cg](Cg.rei).
|
|
|
|
The type environment module is [Tenv](Tenv.rei).
|
|
|