Mercurial > lcfOS
view python/ir/__init__.py @ 157:8f3924b6076e
Added some code generator things
author | Windel Bouwman |
---|---|
date | Sun, 03 Mar 2013 18:14:35 +0100 |
parents | 1b4a85bdd99c |
children | 9683a4cd848f |
line wrap: on
line source
from .module import Module, Function, BasicBlock from .value import Value from .module import Type, FunctionType from .module import i8, i16, i32, void from .instruction import AddInstruction, BinaryOperator, ImmLoadInstruction