Mercurial > lcfOS
view doc/ir.rst @ 299:674789d9ff37
Added a doc
author | Windel Bouwman |
---|---|
date | Sun, 01 Dec 2013 18:37:23 +0100 |
parents | |
children | fa99f36fabb5 |
line wrap: on
line source
IR-code ======= Front ends generate this IR-code. Backends transform it into machine code. The IR-code is implemented in the ir package. .. autoclass:: ir.Module .. autoclass:: ir.Function .. autoclass:: ir.Block .. autoclass:: ir.Statement .. autoclass:: ir.Expression .. # .. inheritance-diagram:: ir.Statement