view doc/ir.rst @ 300:158068af716c

yafm
author Windel Bouwman
date Tue, 03 Dec 2013 18:00:22 +0100
parents 674789d9ff37
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