Mercurial > lcfOS
view python/ir/__init__.py @ 167:0b5b2ee6b435
Added 2 unit tests
author | Windel Bouwman |
---|---|
date | Fri, 22 Mar 2013 17:40:13 +0100 |
parents | 9683a4cd848f |
children | 4348da5ca307 |
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 .module import printIr from .instruction import *